diff --git a/Symbolic.xcodeproj/project.pbxproj b/Symbolic.xcodeproj/project.pbxproj index 96674689d7..a5e7487fc2 100644 --- a/Symbolic.xcodeproj/project.pbxproj +++ b/Symbolic.xcodeproj/project.pbxproj @@ -40,6 +40,18 @@ D8B0B1F1296CD4AB00F907BE /* OffsetGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8B0B1F0296CD4AB00F907BE /* OffsetGuide.swift */; }; D8B61308293BB81100F29E0C /* AboutCommands.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8B61307293BB81100F29E0C /* AboutCommands.swift */; }; D8B6130A293BB98100F29E0C /* ApplicationModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8B61309293BB98100F29E0C /* ApplicationModel.swift */; }; + D8CB5A322970A831002007C4 /* SVGKit in Frameworks */ = {isa = PBXBuildFile; productRef = D8CB5A312970A831002007C4 /* SVGKit */; }; + D8CB5A382970D9A5002007C4 /* material-icons in Resources */ = {isa = PBXBuildFile; fileRef = D8CB5A372970D9A5002007C4 /* material-icons */; }; + D8CB5A3A2970E8DB002007C4 /* SymbolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8CB5A392970E8DB002007C4 /* SymbolView.swift */; }; + D8CB5A3C2970E92A002007C4 /* SymbolSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8CB5A3B2970E92A002007C4 /* SymbolSet.swift */; }; + D8CB5A3E2970F4D0002007C4 /* SymbolReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8CB5A3D2970F4D0002007C4 /* SymbolReference.swift */; }; + D8CB5A4229718D23002007C4 /* SymbolManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8CB5A4129718D23002007C4 /* SymbolManager.swift */; }; + D8CB5A442971925A002007C4 /* Symbol.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8CB5A432971925A002007C4 /* Symbol.swift */; }; + D8CB5A4629719395002007C4 /* Manifest.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8CB5A4529719395002007C4 /* Manifest.swift */; }; + D8CB5A482971C4B5002007C4 /* SVGImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8CB5A472971C4B5002007C4 /* SVGImage.swift */; }; + D8CB5A4D2971DBCC002007C4 /* svgkit-license in Resources */ = {isa = PBXBuildFile; fileRef = D8CB5A4C2971DBCC002007C4 /* svgkit-license */; }; + D8CB5A4F2971DD05002007C4 /* cocoalumberjack-license in Resources */ = {isa = PBXBuildFile; fileRef = D8CB5A4E2971DD05002007C4 /* cocoalumberjack-license */; }; + D8CB5A512971DD98002007C4 /* swiftlog-license in Resources */ = {isa = PBXBuildFile; fileRef = D8CB5A502971DD98002007C4 /* swiftlog-license */; }; D8CD4A7E28AC35C300D57F34 /* SymbolicApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8CD4A7D28AC35C300D57F34 /* SymbolicApp.swift */; }; D8CD4A8028AC35C300D57F34 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8CD4A7F28AC35C300D57F34 /* ContentView.swift */; }; D8CD4A8228AC35C600D57F34 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D8CD4A8128AC35C600D57F34 /* Assets.xcassets */; }; @@ -106,6 +118,17 @@ D8B0B1F0296CD4AB00F907BE /* OffsetGuide.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OffsetGuide.swift; sourceTree = ""; }; D8B61307293BB81100F29E0C /* AboutCommands.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AboutCommands.swift; sourceTree = ""; }; D8B61309293BB98100F29E0C /* ApplicationModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ApplicationModel.swift; sourceTree = ""; }; + D8CB5A372970D9A5002007C4 /* material-icons */ = {isa = PBXFileReference; lastKnownFileType = folder; path = "material-icons"; sourceTree = ""; }; + D8CB5A392970E8DB002007C4 /* SymbolView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SymbolView.swift; sourceTree = ""; }; + D8CB5A3B2970E92A002007C4 /* SymbolSet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SymbolSet.swift; sourceTree = ""; }; + D8CB5A3D2970F4D0002007C4 /* SymbolReference.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SymbolReference.swift; sourceTree = ""; }; + D8CB5A4129718D23002007C4 /* SymbolManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SymbolManager.swift; sourceTree = ""; }; + D8CB5A432971925A002007C4 /* Symbol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Symbol.swift; sourceTree = ""; }; + D8CB5A4529719395002007C4 /* Manifest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Manifest.swift; sourceTree = ""; }; + D8CB5A472971C4B5002007C4 /* SVGImage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SVGImage.swift; sourceTree = ""; }; + D8CB5A4C2971DBCC002007C4 /* svgkit-license */ = {isa = PBXFileReference; lastKnownFileType = text; path = "svgkit-license"; sourceTree = ""; }; + D8CB5A4E2971DD05002007C4 /* cocoalumberjack-license */ = {isa = PBXFileReference; lastKnownFileType = text; path = "cocoalumberjack-license"; sourceTree = ""; }; + D8CB5A502971DD98002007C4 /* swiftlog-license */ = {isa = PBXFileReference; lastKnownFileType = text; path = "swiftlog-license"; sourceTree = ""; }; D8CD4A7A28AC35C300D57F34 /* Symbolic.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Symbolic.app; sourceTree = BUILT_PRODUCTS_DIR; }; D8CD4A7D28AC35C300D57F34 /* SymbolicApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SymbolicApp.swift; sourceTree = ""; }; D8CD4A7F28AC35C300D57F34 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; @@ -130,6 +153,7 @@ buildActionMask = 2147483647; files = ( D864A23A2965A2D1008A4261 /* Interact in Frameworks */, + D8CB5A322970A831002007C4 /* SVGKit in Frameworks */, D8F99EC628B13998007C3868 /* Diligence in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; @@ -171,11 +195,16 @@ D821B9E728ACDBE000504AA4 /* Icon.swift */, D84868ED296AE486009FDF32 /* IconDefinition.swift */, D86B0ECE291BEF7400352367 /* IconDocument.swift */, + D84868EF296AE616009FDF32 /* IconSection.swift */, D84868EB296AE437009FDF32 /* IconSet.swift */, + D8CB5A4529719395002007C4 /* Manifest.swift */, + D84B5D6E296C5229005E6C59 /* SceneModel.swift */, + D8CB5A432971925A002007C4 /* Symbol.swift */, D83970E428B11F5200282EE8 /* SymbolicError.swift */, + D8CB5A4129718D23002007C4 /* SymbolManager.swift */, D8F6317528AC85C600DFEED0 /* SymbolPickerModel.swift */, - D84868EF296AE616009FDF32 /* IconSection.swift */, - D84B5D6E296C5229005E6C59 /* SceneModel.swift */, + D8CB5A3D2970F4D0002007C4 /* SymbolReference.swift */, + D8CB5A3B2970E92A002007C4 /* SymbolSet.swift */, ); path = Models; sourceTree = ""; @@ -193,19 +222,20 @@ D8B0B1F0296CD4AB00F907BE /* OffsetGuide.swift */, D84B5D70296C52BE005E6C59 /* SettingsView.swift */, D821B9ED28ACDC6F00504AA4 /* SymbolPicker.swift */, - D857297B296C176C0037E58F /* SymbolPickerCell.swift */, + D8CB5A392970E8DB002007C4 /* SymbolView.swift */, D83970E628B132C700282EE8 /* UnityScaleWindow.swift */, D826B5C3296B054000693D27 /* WatchGridView.swift */, + D8CB5A472971C4B5002007C4 /* SVGImage.swift */, ); path = Views; sourceTree = ""; }; - D821B9EF28ACF0A900504AA4 /* Utilities */ = { + D821B9EF28ACF0A900504AA4 /* Symbols */ = { isa = PBXGroup; children = ( D8F6317328AC7D7A00DFEED0 /* SFSymbols.swift */, ); - path = Utilities; + path = Symbols; sourceTree = ""; }; D826B5CE296B477600693D27 /* Layouts */ = { @@ -219,6 +249,7 @@ D84B5D72296C5530005E6C59 /* Resources */ = { isa = PBXGroup; children = ( + D8CB5A372970D9A5002007C4 /* material-icons */, D84B5D73296C5540005E6C59 /* Template.symbolic */, ); path = Resources; @@ -234,6 +265,14 @@ path = Commands; sourceTree = ""; }; + D8CB5A492971C536002007C4 /* Modifiers */ = { + isa = PBXGroup; + children = ( + D857297B296C176C0037E58F /* SymbolPickerCell.swift */, + ); + path = Modifiers; + sourceTree = ""; + }; D8CD4A7128AC35C300D57F34 = { isa = PBXGroup; children = ( @@ -268,10 +307,11 @@ D826B5CE296B477600693D27 /* Layouts */, D8F99EC128B13946007C3868 /* Licenses */, D821B9E528ACDBC300504AA4 /* Models */, + D8CB5A492971C536002007C4 /* Modifiers */, D8CD4A8328AC35C600D57F34 /* Preview Content */, D84B5D72296C5530005E6C59 /* Resources */, + D821B9EF28ACF0A900504AA4 /* Symbols */, D8D9730F28ACF8BA006CBF15 /* Toolbars */, - D821B9EF28ACF0A900504AA4 /* Utilities */, D821B9E628ACDBCB00504AA4 /* Views */, ); path = Symbolic; @@ -322,7 +362,10 @@ D8F99EC128B13946007C3868 /* Licenses */ = { isa = PBXGroup; children = ( + D8CB5A4E2971DD05002007C4 /* cocoalumberjack-license */, D8F99EC228B13955007C3868 /* diligence-license */, + D8CB5A4C2971DBCC002007C4 /* svgkit-license */, + D8CB5A502971DD98002007C4 /* swiftlog-license */, D82B249A2915D8540093B073 /* symbolic-license */, ); path = Licenses; @@ -354,6 +397,7 @@ packageProductDependencies = ( D8F99EC528B13998007C3868 /* Diligence */, D864A2392965A2D1008A4261 /* Interact */, + D8CB5A312970A831002007C4 /* SVGKit */, ); productName = Iconify; productReference = D8CD4A7A28AC35C300D57F34 /* Symbolic.app */; @@ -427,6 +471,9 @@ Base, ); mainGroup = D8CD4A7128AC35C300D57F34; + packageReferences = ( + D8CB5A302970A831002007C4 /* XCRemoteSwiftPackageReference "SVGKit" */, + ); productRefGroup = D8CD4A7B28AC35C300D57F34 /* Products */; projectDirPath = ""; projectRoot = ""; @@ -443,10 +490,14 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + D8CB5A382970D9A5002007C4 /* material-icons in Resources */, D8CD4A8528AC35C600D57F34 /* Preview Assets.xcassets in Resources */, D84B5D74296C5540005E6C59 /* Template.symbolic in Resources */, D8F99EC328B13955007C3868 /* diligence-license in Resources */, + D8CB5A4F2971DD05002007C4 /* cocoalumberjack-license in Resources */, D82B249B2915D8540093B073 /* symbolic-license in Resources */, + D8CB5A512971DD98002007C4 /* swiftlog-license in Resources */, + D8CB5A4D2971DBCC002007C4 /* svgkit-license in Resources */, D8CD4A8228AC35C600D57F34 /* Assets.xcassets in Resources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -482,8 +533,11 @@ D8B61308293BB81100F29E0C /* AboutCommands.swift in Sources */, D857297C296C176C0037E58F /* SymbolPickerCell.swift in Sources */, D84868F0296AE616009FDF32 /* IconSection.swift in Sources */, + D8CB5A482971C4B5002007C4 /* SVGImage.swift in Sources */, D8F6317428AC7D7A00DFEED0 /* SFSymbols.swift in Sources */, + D8CB5A4629719395002007C4 /* Manifest.swift in Sources */, D83970E928B1340900282EE8 /* DeviceType.swift in Sources */, + D8CB5A3A2970E8DB002007C4 /* SymbolView.swift in Sources */, D826B5CB296B243800693D27 /* ViewCommands.swift in Sources */, D83970E528B11F5200282EE8 /* SymbolicError.swift in Sources */, D86B0ED1291BEFC100352367 /* UTType.swift in Sources */, @@ -492,9 +546,11 @@ D826B5CD296B312300693D27 /* IconPreview.swift in Sources */, D84868EE296AE486009FDF32 /* IconDefinition.swift in Sources */, D821B9EA28ACDBF700504AA4 /* String.swift in Sources */, + D8CB5A442971925A002007C4 /* Symbol.swift in Sources */, D821B9E428ACDBA800504AA4 /* IconView.swift in Sources */, D8D9731128ACF8D2006CBF15 /* ExportToolbar.swift in Sources */, D83970E728B132C700282EE8 /* UnityScaleWindow.swift in Sources */, + D8CB5A3C2970E92A002007C4 /* SymbolSet.swift in Sources */, D83970E228B0B45300282EE8 /* Color.swift in Sources */, D84868EA296ACC8B009FDF32 /* IconSetView.swift in Sources */, D821B9E028ACDB6000504AA4 /* View.swift in Sources */, @@ -503,7 +559,9 @@ D826B5C6296B09FC00693D27 /* Path.swift in Sources */, D8B6130A293BB98100F29E0C /* ApplicationModel.swift in Sources */, D864A23C2965E239008A4261 /* MacIconView.swift in Sources */, + D8CB5A3E2970F4D0002007C4 /* SymbolReference.swift in Sources */, D826B5D0296B478400693D27 /* CenteredFlowLayout.swift in Sources */, + D8CB5A4229718D23002007C4 /* SymbolManager.swift in Sources */, D84868EC296AE437009FDF32 /* IconSet.swift in Sources */, D86B0ECF291BEF7400352367 /* IconDocument.swift in Sources */, D8F6317628AC85C600DFEED0 /* SymbolPickerModel.swift in Sources */, @@ -836,11 +894,27 @@ }; /* End XCConfigurationList section */ +/* Begin XCRemoteSwiftPackageReference section */ + D8CB5A302970A831002007C4 /* XCRemoteSwiftPackageReference "SVGKit" */ = { + isa = XCRemoteSwiftPackageReference; + repositoryURL = "https://github.com/SVGKit/SVGKit.git"; + requirement = { + kind = upToNextMajorVersion; + minimumVersion = 3.0.0; + }; + }; +/* End XCRemoteSwiftPackageReference section */ + /* Begin XCSwiftPackageProductDependency section */ D864A2392965A2D1008A4261 /* Interact */ = { isa = XCSwiftPackageProductDependency; productName = Interact; }; + D8CB5A312970A831002007C4 /* SVGKit */ = { + isa = XCSwiftPackageProductDependency; + package = D8CB5A302970A831002007C4 /* XCRemoteSwiftPackageReference "SVGKit" */; + productName = SVGKit; + }; D8F99EC528B13998007C3868 /* Diligence */ = { isa = XCSwiftPackageProductDependency; productName = Diligence; diff --git a/Symbolic/Licenses/cocoalumberjack-license b/Symbolic/Licenses/cocoalumberjack-license new file mode 100644 index 0000000000..25b4c74d16 --- /dev/null +++ b/Symbolic/Licenses/cocoalumberjack-license @@ -0,0 +1,14 @@ +BSD 3-Clause License + +Copyright (c) 2010-2022, Deusty, LLC +All rights reserved. + +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 above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +3. Neither the name of Deusty nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission of Deusty, LLC. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "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 COPYRIGHT HOLDER OR CONTRIBUTORS 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. diff --git a/Symbolic/Licenses/svgkit-license b/Symbolic/Licenses/svgkit-license new file mode 100644 index 0000000000..efbe8b41e0 --- /dev/null +++ b/Symbolic/Licenses/svgkit-license @@ -0,0 +1,8 @@ +Copyright (c) 2010-2011 Matt Rajca, 2011-2015 various authors +Parts Copyright (c) Tipbit Inc + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Symbolic/Licenses/swiftlog-license b/Symbolic/Licenses/swiftlog-license new file mode 100644 index 0000000000..d645695673 --- /dev/null +++ b/Symbolic/Licenses/swiftlog-license @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/Symbolic/Models/ApplicationModel.swift b/Symbolic/Models/ApplicationModel.swift index 82397cccc2..e8e8e79091 100644 --- a/Symbolic/Models/ApplicationModel.swift +++ b/Symbolic/Models/ApplicationModel.swift @@ -181,8 +181,16 @@ class ApplicationModel: ObservableObject { Credit("Simon Frost") } } licenses: { + License("Interact", author: "InSeven Limited", url: Interact.Package.licenseURL) License("Symbolic", author: "InSeven Limited", filename: "symbolic-license") + License("SVGKit", author: "Matt Rajca, Various Authors, Tipbit Inc", filename: "svgkit-license") + License("CocoaLumberjack", author: "Deusty, LLC", filename: "cocoalumberjack-license") + License("SwiftLog", author: "Apple Inc", filename: "swiftlog-license") + + for symbolSet in SymbolManager.shared.sets.filter({ $0.licenseUrl != nil }) { + License(symbolSet.name, author: symbolSet.author, url: symbolSet.licenseUrl!) + } } }() @@ -228,6 +236,9 @@ class ApplicationModel: ObservableObject { } } } + if let licenseUrl = SymbolManager.shared.set(for: icon.symbol)?.licenseUrl { + try FileManager.default.copyItem(at: licenseUrl, to: url.appendingPathComponent("LICENSE")) + } NSWorkspace.shared.selectFile(nil, inFileViewerRootedAtPath: url.absoluteString) diff --git a/Symbolic/Models/Icon.swift b/Symbolic/Models/Icon.swift index 755d629d4f..b3243d240b 100644 --- a/Symbolic/Models/Icon.swift +++ b/Symbolic/Models/Icon.swift @@ -23,10 +23,12 @@ import SwiftUI struct Icon: Identifiable, Codable { enum CodingKeys: String, CodingKey { + case version = "version" case id = "id" case topColor = "topColor" case bottomColor = "bottomColor" case systemImage = "systemImage" + case symbol = "symbol" case symbolColor = "symbolColor" case iconScale = "iconScale" case iconOffset = "iconOffset" @@ -39,7 +41,7 @@ struct Icon: Identifiable, Codable { var topColor: Color = .pink var bottomColor: Color = .purple - var systemImage: String = "face.smiling" + var symbol: SymbolReference = SymbolReference(family: "sf-symbols", name: "face.smiling", variant: nil) var symbolColor: Color = .white var iconScale: CGFloat = 0.8 var iconOffset: CGSize = .zero @@ -53,15 +55,48 @@ struct Icon: Identifiable, Codable { init(from decoder: Decoder) throws { let container = try decoder.container(keyedBy: CodingKeys.self) - self.id = try container.decode(UUID.self, forKey: .id) - self.topColor = try container.decode(Color.self, forKey: .topColor) - self.bottomColor = try container.decode(Color.self, forKey: .bottomColor) - self.systemImage = try container.decode(String.self, forKey: .systemImage) - self.symbolColor = try container.decode(Color.self, forKey: .symbolColor) - self.iconScale = try container.decode(CGFloat.self, forKey: .iconScale) - self.iconOffset = (try? container.decode(CGSize.self, forKey: .iconOffset)) ?? .zero - self.shadowOpacity = try container.decode(CGFloat.self, forKey: .shadowOpacity) - self.shadowHeight = try container.decode(CGFloat.self, forKey: .shadowHeight) + + let version = (try? container.decode(Int.self, forKey: .version)) ?? 0 + switch version { + case 0: + self.id = try container.decode(UUID.self, forKey: .id) + self.topColor = try container.decode(Color.self, forKey: .topColor) + self.bottomColor = try container.decode(Color.self, forKey: .bottomColor) + let systemImage = try container.decode(String.self, forKey: .systemImage) + self.symbol = SymbolReference(family: "sf-symbols", name: systemImage, variant: nil) + self.symbolColor = try container.decode(Color.self, forKey: .symbolColor) + self.iconScale = try container.decode(CGFloat.self, forKey: .iconScale) + self.iconOffset = (try? container.decode(CGSize.self, forKey: .iconOffset)) ?? .zero + self.shadowOpacity = try container.decode(CGFloat.self, forKey: .shadowOpacity) + self.shadowHeight = try container.decode(CGFloat.self, forKey: .shadowHeight) + case 1: + self.id = try container.decode(UUID.self, forKey: .id) + self.topColor = try container.decode(Color.self, forKey: .topColor) + self.bottomColor = try container.decode(Color.self, forKey: .bottomColor) + self.symbol = try container.decode(SymbolReference.self, forKey: .symbol) + self.symbolColor = try container.decode(Color.self, forKey: .symbolColor) + self.iconScale = try container.decode(CGFloat.self, forKey: .iconScale) + self.iconOffset = (try? container.decode(CGSize.self, forKey: .iconOffset)) ?? .zero + self.shadowOpacity = try container.decode(CGFloat.self, forKey: .shadowOpacity) + self.shadowHeight = try container.decode(CGFloat.self, forKey: .shadowHeight) + default: + assertionFailure("Unsupported file format") + } + + } + + func encode(to encoder: Encoder) throws { + var container = encoder.container(keyedBy: CodingKeys.self) + try container.encode(1, forKey: .version) + try container.encode(self.id, forKey: .id) + try container.encode(self.topColor, forKey: .topColor) + try container.encode(self.bottomColor, forKey: .bottomColor) + try container.encode(self.symbol, forKey: .symbol) + try container.encode(self.symbolColor, forKey: .symbolColor) + try container.encode(self.iconScale, forKey: .iconScale) + try container.encode(self.iconOffset, forKey: .iconOffset) + try container.encode(self.shadowOpacity, forKey: .shadowOpacity) + try container.encode(self.shadowHeight, forKey: .shadowHeight) } } diff --git a/Symbolic/Models/Manifest.swift b/Symbolic/Models/Manifest.swift new file mode 100644 index 0000000000..e5875a7fe6 --- /dev/null +++ b/Symbolic/Models/Manifest.swift @@ -0,0 +1,41 @@ +// Copyright (c) 2022-2023 InSeven Limited +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + +import Foundation + +struct Manifest: Codable { + + struct Variant: Codable { + let path: String + } + + struct Symbol: Codable { + let id: String + let name: String + let variants: [String: Variant] + } + + let id: String + let name: String + let author: String + let license: String + let symbols: [Symbol] + +} diff --git a/Symbolic/Models/Symbol.swift b/Symbolic/Models/Symbol.swift new file mode 100644 index 0000000000..76aca62f26 --- /dev/null +++ b/Symbolic/Models/Symbol.swift @@ -0,0 +1,43 @@ +// Copyright (c) 2022-2023 InSeven Limited +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + +import Foundation + +struct Symbol: Identifiable { + + var id: String { + return reference.id + } + + var variant: String? { + return reference.variant + } + + enum Format { + case svg + case symbol + } + + let reference: SymbolReference + let name: String + let format: Format + let url: URL? + +} diff --git a/Symbolic/Models/SymbolManager.swift b/Symbolic/Models/SymbolManager.swift new file mode 100644 index 0000000000..b021d96a7f --- /dev/null +++ b/Symbolic/Models/SymbolManager.swift @@ -0,0 +1,49 @@ +// Copyright (c) 2022-2023 InSeven Limited +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + +import Foundation + +class SymbolManager { + + static let shared: SymbolManager = { + return SymbolManager() + }() + + let sets: [SymbolSet] + + init() { + self.sets = [ + try! SymbolSet(directory: "material-icons"), + SymbolSet.sfSymbols + ] + } + + func set(for reference: SymbolReference) -> SymbolSet? { + return sets.first { $0.id == reference.family } + } + + func symbol(for reference: SymbolReference) -> Symbol? { + return self + .set(for: reference)? + .symbolsById[reference.name]? + .first { $0.variant == reference.variant } + } + +} diff --git a/Symbolic/Models/SymbolPickerModel.swift b/Symbolic/Models/SymbolPickerModel.swift index 93763faf20..e2b2a30404 100644 --- a/Symbolic/Models/SymbolPickerModel.swift +++ b/Symbolic/Models/SymbolPickerModel.swift @@ -21,9 +21,40 @@ import Combine import SwiftUI +protocol Filterable { + + func matches(_ filter: String) -> Bool + +} + +extension Array where Element: Filterable { + + func filter(_ filter: String) -> [Element] { + if filter.isEmpty { + return self + } + return self.filter { $0.matches(filter) } + } + +} + +extension Symbol: Filterable { + + func matches(_ filter: String) -> Bool { + return name.localizedCaseInsensitiveContains(filter) + } + +} + class SymbolPickerModel: ObservableObject { - @Published var filteredSymbolNames: [String] = [] + struct Section: Identifiable { + let id: String + let name: String + let symbols: [Symbol] + } + + @Published var filteredSymbols: [Section] = [] @Published var filter: String = "" var cancellables: Set = [] @@ -32,14 +63,17 @@ class SymbolPickerModel: ObservableObject { $filter .receive(on: DispatchQueue.global(qos: .userInteractive)) .map { filter in - if filter.isEmpty { - return SFSymbols.allNames + + let sections = SymbolManager.shared.sets.map { symbolSet in + Section(id: symbolSet.id, name: symbolSet.name, symbols: symbolSet.symbols.filter(filter)) } - return SFSymbols.allNames.filter { $0.localizedCaseInsensitiveContains(filter) } + + return sections + .filter { !$0.symbols.isEmpty } } .receive(on: DispatchQueue.main) - .sink { filteredSymbolNames in - self.filteredSymbolNames = filteredSymbolNames + .sink { filteredSymbols in + self.filteredSymbols = filteredSymbols } .store(in: &cancellables) } diff --git a/Symbolic/Models/SymbolReference.swift b/Symbolic/Models/SymbolReference.swift new file mode 100644 index 0000000000..49a121d377 --- /dev/null +++ b/Symbolic/Models/SymbolReference.swift @@ -0,0 +1,33 @@ +// Copyright (c) 2022-2023 InSeven Limited +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + +import SwiftUI + +struct SymbolReference: Identifiable, Equatable, Codable { + + var id: String { + return "\(family)-\(name)-\(variant)" + } + + let family: String + let name: String + let variant: String? + +} diff --git a/Symbolic/Models/SymbolSet.swift b/Symbolic/Models/SymbolSet.swift new file mode 100644 index 0000000000..ad560d1090 --- /dev/null +++ b/Symbolic/Models/SymbolSet.swift @@ -0,0 +1,83 @@ +// Copyright (c) 2022-2023 InSeven Limited +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + +import Foundation + +extension Array where Element == Symbol { + + func lookup() -> [String:[Symbol]] { + return reduce(into: [String: [Symbol]]()) { partialResult, symbol in + if partialResult[symbol.reference.name] == nil { + partialResult[symbol.reference.name] = [] + } + partialResult[symbol.reference.name]?.append(symbol) + } + } + +} + +struct SymbolSet { + + let id: String + let name: String + let symbols: [Symbol] + let symbolsById: [String:[Symbol]] + let author: String + let licenseUrl: URL? + + static var sfSymbols: SymbolSet = { + return SymbolSet(id: "sf-symbols", name: "SF Symbols", author: "Apple Inc", symbols: SFSymbols.allSymbols) + }() + + init(id: String, name: String, author: String, symbols: [Symbol]) { + self.id = id + self.name = name + self.author = author + self.symbols = symbols + self.symbolsById = symbols.lookup() + self.licenseUrl = nil + } + + init(directory: String) throws { + let manifestURL = Bundle.main.url(forResource: "manifest", + withExtension: "json", + subdirectory: directory)! // TODO: Throw + let data = try Data(contentsOf: manifestURL) + let manifest = try JSONDecoder().decode(Manifest.self, from: data) + + // TODO: Exist cleanly if unable to load license + + self.id = manifest.id + self.name = manifest.name + self.symbols = manifest.symbols.map { symbol in + let variants = symbol.variants.map { (identifier, variant) in + let url = Bundle.main.url(forResource: variant.path, withExtension: nil, subdirectory: directory) + let reference = SymbolReference(family: manifest.id, name: symbol.id, variant: identifier) + return Symbol(reference: reference, name: symbol.name, format: .svg, url: url) + } + return variants + }.reduce([], +) + self.symbolsById = symbols.lookup() + self.author = manifest.author + self.licenseUrl = Bundle.main.url(forResource: manifest.license, withExtension: nil, subdirectory: directory)! + } + +} + diff --git a/Symbolic/Views/SymbolPickerCell.swift b/Symbolic/Modifiers/SymbolPickerCell.swift similarity index 89% rename from Symbolic/Views/SymbolPickerCell.swift rename to Symbolic/Modifiers/SymbolPickerCell.swift index 0c75652710..b0a5e16158 100644 --- a/Symbolic/Views/SymbolPickerCell.swift +++ b/Symbolic/Modifiers/SymbolPickerCell.swift @@ -20,25 +20,22 @@ import SwiftUI -struct SymbolPickerCell: View { +struct SymbolPickerCell: ViewModifier { struct LayoutMetrics { static let cornerRadius = 6.0 static let padding = 6.0 } - let systemName: String let isHighlighted: Bool @State var isHovering: Bool = false - var body: some View { + func body(content: Content) -> some View { ZStack { RoundedRectangle(cornerRadius: LayoutMetrics.cornerRadius) .fill(isHighlighted || isHovering ? Color(nsColor: NSColor.unemphasizedSelectedContentBackgroundColor) : .clear) - Image(systemName: systemName) - .resizable() - .aspectRatio(contentMode: .fit) + content .controlSize(.regular) .foregroundColor(.primary) .padding(LayoutMetrics.padding) @@ -47,7 +44,6 @@ struct SymbolPickerCell: View { .onHover { isHovering in self.isHovering = isHovering } - } } diff --git a/Symbolic/Resources/material-icons/10k.default.svg b/Symbolic/Resources/material-icons/10k.default.svg new file mode 100644 index 0000000000..33e9227e09 --- /dev/null +++ b/Symbolic/Resources/material-icons/10k.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/10k.outlined.svg b/Symbolic/Resources/material-icons/10k.outlined.svg new file mode 100644 index 0000000000..2ea4246b95 --- /dev/null +++ b/Symbolic/Resources/material-icons/10k.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/10k.round.svg b/Symbolic/Resources/material-icons/10k.round.svg new file mode 100644 index 0000000000..ca76ef0cf6 --- /dev/null +++ b/Symbolic/Resources/material-icons/10k.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/10k.sharp.svg b/Symbolic/Resources/material-icons/10k.sharp.svg new file mode 100644 index 0000000000..162f922db7 --- /dev/null +++ b/Symbolic/Resources/material-icons/10k.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/10k.twotone.svg b/Symbolic/Resources/material-icons/10k.twotone.svg new file mode 100644 index 0000000000..8556049e4d --- /dev/null +++ b/Symbolic/Resources/material-icons/10k.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/10mp.default.svg b/Symbolic/Resources/material-icons/10mp.default.svg new file mode 100644 index 0000000000..f6390c3515 --- /dev/null +++ b/Symbolic/Resources/material-icons/10mp.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/10mp.outlined.svg b/Symbolic/Resources/material-icons/10mp.outlined.svg new file mode 100644 index 0000000000..c7009c3724 --- /dev/null +++ b/Symbolic/Resources/material-icons/10mp.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/10mp.round.svg b/Symbolic/Resources/material-icons/10mp.round.svg new file mode 100644 index 0000000000..9e55e3301d --- /dev/null +++ b/Symbolic/Resources/material-icons/10mp.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/10mp.sharp.svg b/Symbolic/Resources/material-icons/10mp.sharp.svg new file mode 100644 index 0000000000..ac00f1ab07 --- /dev/null +++ b/Symbolic/Resources/material-icons/10mp.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/10mp.twotone.svg b/Symbolic/Resources/material-icons/10mp.twotone.svg new file mode 100644 index 0000000000..9b8fe4fd24 --- /dev/null +++ b/Symbolic/Resources/material-icons/10mp.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/11mp.default.svg b/Symbolic/Resources/material-icons/11mp.default.svg new file mode 100644 index 0000000000..a2f38a939b --- /dev/null +++ b/Symbolic/Resources/material-icons/11mp.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/11mp.outlined.svg b/Symbolic/Resources/material-icons/11mp.outlined.svg new file mode 100644 index 0000000000..0df5c174eb --- /dev/null +++ b/Symbolic/Resources/material-icons/11mp.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/11mp.round.svg b/Symbolic/Resources/material-icons/11mp.round.svg new file mode 100644 index 0000000000..5e1474ceca --- /dev/null +++ b/Symbolic/Resources/material-icons/11mp.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/11mp.sharp.svg b/Symbolic/Resources/material-icons/11mp.sharp.svg new file mode 100644 index 0000000000..8bbccd7f7e --- /dev/null +++ b/Symbolic/Resources/material-icons/11mp.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/11mp.twotone.svg b/Symbolic/Resources/material-icons/11mp.twotone.svg new file mode 100644 index 0000000000..3080ca3425 --- /dev/null +++ b/Symbolic/Resources/material-icons/11mp.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/123.default.svg b/Symbolic/Resources/material-icons/123.default.svg new file mode 100644 index 0000000000..ce3840bc4f --- /dev/null +++ b/Symbolic/Resources/material-icons/123.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/123.outlined.svg b/Symbolic/Resources/material-icons/123.outlined.svg new file mode 100644 index 0000000000..ce3840bc4f --- /dev/null +++ b/Symbolic/Resources/material-icons/123.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/123.round.svg b/Symbolic/Resources/material-icons/123.round.svg new file mode 100644 index 0000000000..37d25393fe --- /dev/null +++ b/Symbolic/Resources/material-icons/123.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/123.sharp.svg b/Symbolic/Resources/material-icons/123.sharp.svg new file mode 100644 index 0000000000..d343714e32 --- /dev/null +++ b/Symbolic/Resources/material-icons/123.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/123.twotone.svg b/Symbolic/Resources/material-icons/123.twotone.svg new file mode 100644 index 0000000000..ce3840bc4f --- /dev/null +++ b/Symbolic/Resources/material-icons/123.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/12mp.default.svg b/Symbolic/Resources/material-icons/12mp.default.svg new file mode 100644 index 0000000000..530d509046 --- /dev/null +++ b/Symbolic/Resources/material-icons/12mp.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/12mp.outlined.svg b/Symbolic/Resources/material-icons/12mp.outlined.svg new file mode 100644 index 0000000000..a3d53c026b --- /dev/null +++ b/Symbolic/Resources/material-icons/12mp.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/12mp.round.svg b/Symbolic/Resources/material-icons/12mp.round.svg new file mode 100644 index 0000000000..0c838b33bb --- /dev/null +++ b/Symbolic/Resources/material-icons/12mp.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/12mp.sharp.svg b/Symbolic/Resources/material-icons/12mp.sharp.svg new file mode 100644 index 0000000000..e0d5a3cc19 --- /dev/null +++ b/Symbolic/Resources/material-icons/12mp.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/12mp.twotone.svg b/Symbolic/Resources/material-icons/12mp.twotone.svg new file mode 100644 index 0000000000..5533007941 --- /dev/null +++ b/Symbolic/Resources/material-icons/12mp.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/13mp.default.svg b/Symbolic/Resources/material-icons/13mp.default.svg new file mode 100644 index 0000000000..6a5f670f8f --- /dev/null +++ b/Symbolic/Resources/material-icons/13mp.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/13mp.outlined.svg b/Symbolic/Resources/material-icons/13mp.outlined.svg new file mode 100644 index 0000000000..64240e01d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/13mp.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/13mp.round.svg b/Symbolic/Resources/material-icons/13mp.round.svg new file mode 100644 index 0000000000..b8209f6205 --- /dev/null +++ b/Symbolic/Resources/material-icons/13mp.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/13mp.sharp.svg b/Symbolic/Resources/material-icons/13mp.sharp.svg new file mode 100644 index 0000000000..a97b6a905b --- /dev/null +++ b/Symbolic/Resources/material-icons/13mp.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/13mp.twotone.svg b/Symbolic/Resources/material-icons/13mp.twotone.svg new file mode 100644 index 0000000000..ca7e55d39c --- /dev/null +++ b/Symbolic/Resources/material-icons/13mp.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/14mp.default.svg b/Symbolic/Resources/material-icons/14mp.default.svg new file mode 100644 index 0000000000..3cc453bc00 --- /dev/null +++ b/Symbolic/Resources/material-icons/14mp.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/14mp.outlined.svg b/Symbolic/Resources/material-icons/14mp.outlined.svg new file mode 100644 index 0000000000..dd81897292 --- /dev/null +++ b/Symbolic/Resources/material-icons/14mp.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/14mp.round.svg b/Symbolic/Resources/material-icons/14mp.round.svg new file mode 100644 index 0000000000..40e1bc4e6c --- /dev/null +++ b/Symbolic/Resources/material-icons/14mp.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/14mp.sharp.svg b/Symbolic/Resources/material-icons/14mp.sharp.svg new file mode 100644 index 0000000000..b5284ccdf3 --- /dev/null +++ b/Symbolic/Resources/material-icons/14mp.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/14mp.twotone.svg b/Symbolic/Resources/material-icons/14mp.twotone.svg new file mode 100644 index 0000000000..5117917b0e --- /dev/null +++ b/Symbolic/Resources/material-icons/14mp.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/15mp.default.svg b/Symbolic/Resources/material-icons/15mp.default.svg new file mode 100644 index 0000000000..07e88879fa --- /dev/null +++ b/Symbolic/Resources/material-icons/15mp.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/15mp.outlined.svg b/Symbolic/Resources/material-icons/15mp.outlined.svg new file mode 100644 index 0000000000..5557e56a7a --- /dev/null +++ b/Symbolic/Resources/material-icons/15mp.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/15mp.round.svg b/Symbolic/Resources/material-icons/15mp.round.svg new file mode 100644 index 0000000000..a292d92ffe --- /dev/null +++ b/Symbolic/Resources/material-icons/15mp.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/15mp.sharp.svg b/Symbolic/Resources/material-icons/15mp.sharp.svg new file mode 100644 index 0000000000..9c192795cf --- /dev/null +++ b/Symbolic/Resources/material-icons/15mp.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/15mp.twotone.svg b/Symbolic/Resources/material-icons/15mp.twotone.svg new file mode 100644 index 0000000000..5abdbef9e1 --- /dev/null +++ b/Symbolic/Resources/material-icons/15mp.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/16mp.default.svg b/Symbolic/Resources/material-icons/16mp.default.svg new file mode 100644 index 0000000000..cb32638c61 --- /dev/null +++ b/Symbolic/Resources/material-icons/16mp.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/16mp.outlined.svg b/Symbolic/Resources/material-icons/16mp.outlined.svg new file mode 100644 index 0000000000..b9b86efab2 --- /dev/null +++ b/Symbolic/Resources/material-icons/16mp.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/16mp.round.svg b/Symbolic/Resources/material-icons/16mp.round.svg new file mode 100644 index 0000000000..105deedf40 --- /dev/null +++ b/Symbolic/Resources/material-icons/16mp.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/16mp.sharp.svg b/Symbolic/Resources/material-icons/16mp.sharp.svg new file mode 100644 index 0000000000..51ac42c5b2 --- /dev/null +++ b/Symbolic/Resources/material-icons/16mp.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/16mp.twotone.svg b/Symbolic/Resources/material-icons/16mp.twotone.svg new file mode 100644 index 0000000000..b11ce469d3 --- /dev/null +++ b/Symbolic/Resources/material-icons/16mp.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/17mp.default.svg b/Symbolic/Resources/material-icons/17mp.default.svg new file mode 100644 index 0000000000..d52a86586b --- /dev/null +++ b/Symbolic/Resources/material-icons/17mp.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/17mp.outlined.svg b/Symbolic/Resources/material-icons/17mp.outlined.svg new file mode 100644 index 0000000000..cd54447c24 --- /dev/null +++ b/Symbolic/Resources/material-icons/17mp.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/17mp.round.svg b/Symbolic/Resources/material-icons/17mp.round.svg new file mode 100644 index 0000000000..2f13c312d7 --- /dev/null +++ b/Symbolic/Resources/material-icons/17mp.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/17mp.sharp.svg b/Symbolic/Resources/material-icons/17mp.sharp.svg new file mode 100644 index 0000000000..2f8a4df479 --- /dev/null +++ b/Symbolic/Resources/material-icons/17mp.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/17mp.twotone.svg b/Symbolic/Resources/material-icons/17mp.twotone.svg new file mode 100644 index 0000000000..4a3c84c8e6 --- /dev/null +++ b/Symbolic/Resources/material-icons/17mp.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/18_up_rating.default.svg b/Symbolic/Resources/material-icons/18_up_rating.default.svg new file mode 100644 index 0000000000..47c6ad370e --- /dev/null +++ b/Symbolic/Resources/material-icons/18_up_rating.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/18_up_rating.outlined.svg b/Symbolic/Resources/material-icons/18_up_rating.outlined.svg new file mode 100644 index 0000000000..6278218ac5 --- /dev/null +++ b/Symbolic/Resources/material-icons/18_up_rating.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/18_up_rating.round.svg b/Symbolic/Resources/material-icons/18_up_rating.round.svg new file mode 100644 index 0000000000..af12851a6f --- /dev/null +++ b/Symbolic/Resources/material-icons/18_up_rating.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/18_up_rating.sharp.svg b/Symbolic/Resources/material-icons/18_up_rating.sharp.svg new file mode 100644 index 0000000000..db2cc079c3 --- /dev/null +++ b/Symbolic/Resources/material-icons/18_up_rating.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/18_up_rating.twotone.svg b/Symbolic/Resources/material-icons/18_up_rating.twotone.svg new file mode 100644 index 0000000000..e54bd642d7 --- /dev/null +++ b/Symbolic/Resources/material-icons/18_up_rating.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/18mp.default.svg b/Symbolic/Resources/material-icons/18mp.default.svg new file mode 100644 index 0000000000..1c8da358b6 --- /dev/null +++ b/Symbolic/Resources/material-icons/18mp.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/18mp.outlined.svg b/Symbolic/Resources/material-icons/18mp.outlined.svg new file mode 100644 index 0000000000..be08fa82e4 --- /dev/null +++ b/Symbolic/Resources/material-icons/18mp.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/18mp.round.svg b/Symbolic/Resources/material-icons/18mp.round.svg new file mode 100644 index 0000000000..4f97bd3022 --- /dev/null +++ b/Symbolic/Resources/material-icons/18mp.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/18mp.sharp.svg b/Symbolic/Resources/material-icons/18mp.sharp.svg new file mode 100644 index 0000000000..69e98c64c6 --- /dev/null +++ b/Symbolic/Resources/material-icons/18mp.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/18mp.twotone.svg b/Symbolic/Resources/material-icons/18mp.twotone.svg new file mode 100644 index 0000000000..4996fb409c --- /dev/null +++ b/Symbolic/Resources/material-icons/18mp.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/19mp.default.svg b/Symbolic/Resources/material-icons/19mp.default.svg new file mode 100644 index 0000000000..d1d5ff7565 --- /dev/null +++ b/Symbolic/Resources/material-icons/19mp.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/19mp.outlined.svg b/Symbolic/Resources/material-icons/19mp.outlined.svg new file mode 100644 index 0000000000..a2d13acb94 --- /dev/null +++ b/Symbolic/Resources/material-icons/19mp.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/19mp.round.svg b/Symbolic/Resources/material-icons/19mp.round.svg new file mode 100644 index 0000000000..4e5ba72c2d --- /dev/null +++ b/Symbolic/Resources/material-icons/19mp.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/19mp.sharp.svg b/Symbolic/Resources/material-icons/19mp.sharp.svg new file mode 100644 index 0000000000..b1c7c0e7d6 --- /dev/null +++ b/Symbolic/Resources/material-icons/19mp.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/19mp.twotone.svg b/Symbolic/Resources/material-icons/19mp.twotone.svg new file mode 100644 index 0000000000..d410f11d53 --- /dev/null +++ b/Symbolic/Resources/material-icons/19mp.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/1k.default.svg b/Symbolic/Resources/material-icons/1k.default.svg new file mode 100644 index 0000000000..d409f9d01f --- /dev/null +++ b/Symbolic/Resources/material-icons/1k.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/1k.outlined.svg b/Symbolic/Resources/material-icons/1k.outlined.svg new file mode 100644 index 0000000000..12892114ed --- /dev/null +++ b/Symbolic/Resources/material-icons/1k.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/1k.round.svg b/Symbolic/Resources/material-icons/1k.round.svg new file mode 100644 index 0000000000..fe33041fa1 --- /dev/null +++ b/Symbolic/Resources/material-icons/1k.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/1k.sharp.svg b/Symbolic/Resources/material-icons/1k.sharp.svg new file mode 100644 index 0000000000..196f1c8d71 --- /dev/null +++ b/Symbolic/Resources/material-icons/1k.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/1k.twotone.svg b/Symbolic/Resources/material-icons/1k.twotone.svg new file mode 100644 index 0000000000..7a9c4a1497 --- /dev/null +++ b/Symbolic/Resources/material-icons/1k.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/1k_plus.default.svg b/Symbolic/Resources/material-icons/1k_plus.default.svg new file mode 100644 index 0000000000..e5c8a15199 --- /dev/null +++ b/Symbolic/Resources/material-icons/1k_plus.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/1k_plus.outlined.svg b/Symbolic/Resources/material-icons/1k_plus.outlined.svg new file mode 100644 index 0000000000..e5d503f440 --- /dev/null +++ b/Symbolic/Resources/material-icons/1k_plus.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/1k_plus.round.svg b/Symbolic/Resources/material-icons/1k_plus.round.svg new file mode 100644 index 0000000000..8770070dfc --- /dev/null +++ b/Symbolic/Resources/material-icons/1k_plus.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/1k_plus.sharp.svg b/Symbolic/Resources/material-icons/1k_plus.sharp.svg new file mode 100644 index 0000000000..0c167de5aa --- /dev/null +++ b/Symbolic/Resources/material-icons/1k_plus.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/1k_plus.twotone.svg b/Symbolic/Resources/material-icons/1k_plus.twotone.svg new file mode 100644 index 0000000000..f26115c2e2 --- /dev/null +++ b/Symbolic/Resources/material-icons/1k_plus.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/1x_mobiledata.default.svg b/Symbolic/Resources/material-icons/1x_mobiledata.default.svg new file mode 100644 index 0000000000..8d29731675 --- /dev/null +++ b/Symbolic/Resources/material-icons/1x_mobiledata.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/1x_mobiledata.outlined.svg b/Symbolic/Resources/material-icons/1x_mobiledata.outlined.svg new file mode 100644 index 0000000000..8d29731675 --- /dev/null +++ b/Symbolic/Resources/material-icons/1x_mobiledata.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/1x_mobiledata.round.svg b/Symbolic/Resources/material-icons/1x_mobiledata.round.svg new file mode 100644 index 0000000000..bb60aea85e --- /dev/null +++ b/Symbolic/Resources/material-icons/1x_mobiledata.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/1x_mobiledata.sharp.svg b/Symbolic/Resources/material-icons/1x_mobiledata.sharp.svg new file mode 100644 index 0000000000..8d29731675 --- /dev/null +++ b/Symbolic/Resources/material-icons/1x_mobiledata.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/1x_mobiledata.twotone.svg b/Symbolic/Resources/material-icons/1x_mobiledata.twotone.svg new file mode 100644 index 0000000000..8d29731675 --- /dev/null +++ b/Symbolic/Resources/material-icons/1x_mobiledata.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/20mp.default.svg b/Symbolic/Resources/material-icons/20mp.default.svg new file mode 100644 index 0000000000..fe9d02e202 --- /dev/null +++ b/Symbolic/Resources/material-icons/20mp.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/20mp.outlined.svg b/Symbolic/Resources/material-icons/20mp.outlined.svg new file mode 100644 index 0000000000..52cd960021 --- /dev/null +++ b/Symbolic/Resources/material-icons/20mp.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/20mp.round.svg b/Symbolic/Resources/material-icons/20mp.round.svg new file mode 100644 index 0000000000..5ee97ed621 --- /dev/null +++ b/Symbolic/Resources/material-icons/20mp.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/20mp.sharp.svg b/Symbolic/Resources/material-icons/20mp.sharp.svg new file mode 100644 index 0000000000..7b156b8df7 --- /dev/null +++ b/Symbolic/Resources/material-icons/20mp.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/20mp.twotone.svg b/Symbolic/Resources/material-icons/20mp.twotone.svg new file mode 100644 index 0000000000..a62c417a8c --- /dev/null +++ b/Symbolic/Resources/material-icons/20mp.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/21mp.default.svg b/Symbolic/Resources/material-icons/21mp.default.svg new file mode 100644 index 0000000000..137a764022 --- /dev/null +++ b/Symbolic/Resources/material-icons/21mp.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/21mp.outlined.svg b/Symbolic/Resources/material-icons/21mp.outlined.svg new file mode 100644 index 0000000000..4e9ab900c8 --- /dev/null +++ b/Symbolic/Resources/material-icons/21mp.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/21mp.round.svg b/Symbolic/Resources/material-icons/21mp.round.svg new file mode 100644 index 0000000000..4d9ba13d2d --- /dev/null +++ b/Symbolic/Resources/material-icons/21mp.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/21mp.sharp.svg b/Symbolic/Resources/material-icons/21mp.sharp.svg new file mode 100644 index 0000000000..76f8c6cc01 --- /dev/null +++ b/Symbolic/Resources/material-icons/21mp.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/21mp.twotone.svg b/Symbolic/Resources/material-icons/21mp.twotone.svg new file mode 100644 index 0000000000..d512af6d62 --- /dev/null +++ b/Symbolic/Resources/material-icons/21mp.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/22mp.default.svg b/Symbolic/Resources/material-icons/22mp.default.svg new file mode 100644 index 0000000000..370977824d --- /dev/null +++ b/Symbolic/Resources/material-icons/22mp.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/22mp.outlined.svg b/Symbolic/Resources/material-icons/22mp.outlined.svg new file mode 100644 index 0000000000..491c4ac541 --- /dev/null +++ b/Symbolic/Resources/material-icons/22mp.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/22mp.round.svg b/Symbolic/Resources/material-icons/22mp.round.svg new file mode 100644 index 0000000000..cf4b34d95d --- /dev/null +++ b/Symbolic/Resources/material-icons/22mp.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/22mp.sharp.svg b/Symbolic/Resources/material-icons/22mp.sharp.svg new file mode 100644 index 0000000000..ba684c4f76 --- /dev/null +++ b/Symbolic/Resources/material-icons/22mp.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/22mp.twotone.svg b/Symbolic/Resources/material-icons/22mp.twotone.svg new file mode 100644 index 0000000000..86e01df619 --- /dev/null +++ b/Symbolic/Resources/material-icons/22mp.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/23mp.default.svg b/Symbolic/Resources/material-icons/23mp.default.svg new file mode 100644 index 0000000000..a66abbddd6 --- /dev/null +++ b/Symbolic/Resources/material-icons/23mp.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/23mp.outlined.svg b/Symbolic/Resources/material-icons/23mp.outlined.svg new file mode 100644 index 0000000000..6d385d0ca3 --- /dev/null +++ b/Symbolic/Resources/material-icons/23mp.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/23mp.round.svg b/Symbolic/Resources/material-icons/23mp.round.svg new file mode 100644 index 0000000000..9c8efd72b6 --- /dev/null +++ b/Symbolic/Resources/material-icons/23mp.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/23mp.sharp.svg b/Symbolic/Resources/material-icons/23mp.sharp.svg new file mode 100644 index 0000000000..c6644af4ae --- /dev/null +++ b/Symbolic/Resources/material-icons/23mp.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/23mp.twotone.svg b/Symbolic/Resources/material-icons/23mp.twotone.svg new file mode 100644 index 0000000000..a7db3a2e71 --- /dev/null +++ b/Symbolic/Resources/material-icons/23mp.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/24mp.default.svg b/Symbolic/Resources/material-icons/24mp.default.svg new file mode 100644 index 0000000000..ce8639b317 --- /dev/null +++ b/Symbolic/Resources/material-icons/24mp.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/24mp.outlined.svg b/Symbolic/Resources/material-icons/24mp.outlined.svg new file mode 100644 index 0000000000..5f9084069d --- /dev/null +++ b/Symbolic/Resources/material-icons/24mp.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/24mp.round.svg b/Symbolic/Resources/material-icons/24mp.round.svg new file mode 100644 index 0000000000..414e0f5912 --- /dev/null +++ b/Symbolic/Resources/material-icons/24mp.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/24mp.sharp.svg b/Symbolic/Resources/material-icons/24mp.sharp.svg new file mode 100644 index 0000000000..28feb595e7 --- /dev/null +++ b/Symbolic/Resources/material-icons/24mp.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/24mp.twotone.svg b/Symbolic/Resources/material-icons/24mp.twotone.svg new file mode 100644 index 0000000000..9333afdfe8 --- /dev/null +++ b/Symbolic/Resources/material-icons/24mp.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/2k.default.svg b/Symbolic/Resources/material-icons/2k.default.svg new file mode 100644 index 0000000000..0e96cdb88f --- /dev/null +++ b/Symbolic/Resources/material-icons/2k.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/2k.outlined.svg b/Symbolic/Resources/material-icons/2k.outlined.svg new file mode 100644 index 0000000000..9aee28cf2d --- /dev/null +++ b/Symbolic/Resources/material-icons/2k.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/2k.round.svg b/Symbolic/Resources/material-icons/2k.round.svg new file mode 100644 index 0000000000..8270541f94 --- /dev/null +++ b/Symbolic/Resources/material-icons/2k.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/2k.sharp.svg b/Symbolic/Resources/material-icons/2k.sharp.svg new file mode 100644 index 0000000000..9067ae5429 --- /dev/null +++ b/Symbolic/Resources/material-icons/2k.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/2k.twotone.svg b/Symbolic/Resources/material-icons/2k.twotone.svg new file mode 100644 index 0000000000..38559f0048 --- /dev/null +++ b/Symbolic/Resources/material-icons/2k.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/2k_plus.default.svg b/Symbolic/Resources/material-icons/2k_plus.default.svg new file mode 100644 index 0000000000..9120a3155f --- /dev/null +++ b/Symbolic/Resources/material-icons/2k_plus.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/2k_plus.outlined.svg b/Symbolic/Resources/material-icons/2k_plus.outlined.svg new file mode 100644 index 0000000000..efbdceef82 --- /dev/null +++ b/Symbolic/Resources/material-icons/2k_plus.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/2k_plus.round.svg b/Symbolic/Resources/material-icons/2k_plus.round.svg new file mode 100644 index 0000000000..a276c40f46 --- /dev/null +++ b/Symbolic/Resources/material-icons/2k_plus.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/2k_plus.sharp.svg b/Symbolic/Resources/material-icons/2k_plus.sharp.svg new file mode 100644 index 0000000000..45a8c05633 --- /dev/null +++ b/Symbolic/Resources/material-icons/2k_plus.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/2k_plus.twotone.svg b/Symbolic/Resources/material-icons/2k_plus.twotone.svg new file mode 100644 index 0000000000..cb64b500cf --- /dev/null +++ b/Symbolic/Resources/material-icons/2k_plus.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/2mp.default.svg b/Symbolic/Resources/material-icons/2mp.default.svg new file mode 100644 index 0000000000..23f806a7bc --- /dev/null +++ b/Symbolic/Resources/material-icons/2mp.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/2mp.outlined.svg b/Symbolic/Resources/material-icons/2mp.outlined.svg new file mode 100644 index 0000000000..d31c06433c --- /dev/null +++ b/Symbolic/Resources/material-icons/2mp.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/2mp.round.svg b/Symbolic/Resources/material-icons/2mp.round.svg new file mode 100644 index 0000000000..ab6e64f05d --- /dev/null +++ b/Symbolic/Resources/material-icons/2mp.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/2mp.sharp.svg b/Symbolic/Resources/material-icons/2mp.sharp.svg new file mode 100644 index 0000000000..718256c985 --- /dev/null +++ b/Symbolic/Resources/material-icons/2mp.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/2mp.twotone.svg b/Symbolic/Resources/material-icons/2mp.twotone.svg new file mode 100644 index 0000000000..ff1ff6862a --- /dev/null +++ b/Symbolic/Resources/material-icons/2mp.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/30fps.default.svg b/Symbolic/Resources/material-icons/30fps.default.svg new file mode 100644 index 0000000000..39c31c0ed0 --- /dev/null +++ b/Symbolic/Resources/material-icons/30fps.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/30fps.outlined.svg b/Symbolic/Resources/material-icons/30fps.outlined.svg new file mode 100644 index 0000000000..39c31c0ed0 --- /dev/null +++ b/Symbolic/Resources/material-icons/30fps.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/30fps.round.svg b/Symbolic/Resources/material-icons/30fps.round.svg new file mode 100644 index 0000000000..38d4ea7670 --- /dev/null +++ b/Symbolic/Resources/material-icons/30fps.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/30fps.sharp.svg b/Symbolic/Resources/material-icons/30fps.sharp.svg new file mode 100644 index 0000000000..d76f98f119 --- /dev/null +++ b/Symbolic/Resources/material-icons/30fps.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/30fps.twotone.svg b/Symbolic/Resources/material-icons/30fps.twotone.svg new file mode 100644 index 0000000000..39c31c0ed0 --- /dev/null +++ b/Symbolic/Resources/material-icons/30fps.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/30fps_select.default.svg b/Symbolic/Resources/material-icons/30fps_select.default.svg new file mode 100644 index 0000000000..0e086ada63 --- /dev/null +++ b/Symbolic/Resources/material-icons/30fps_select.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/30fps_select.outlined.svg b/Symbolic/Resources/material-icons/30fps_select.outlined.svg new file mode 100644 index 0000000000..0e086ada63 --- /dev/null +++ b/Symbolic/Resources/material-icons/30fps_select.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/30fps_select.round.svg b/Symbolic/Resources/material-icons/30fps_select.round.svg new file mode 100644 index 0000000000..e0dd520eee --- /dev/null +++ b/Symbolic/Resources/material-icons/30fps_select.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/30fps_select.sharp.svg b/Symbolic/Resources/material-icons/30fps_select.sharp.svg new file mode 100644 index 0000000000..e80771300c --- /dev/null +++ b/Symbolic/Resources/material-icons/30fps_select.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/30fps_select.twotone.svg b/Symbolic/Resources/material-icons/30fps_select.twotone.svg new file mode 100644 index 0000000000..0e086ada63 --- /dev/null +++ b/Symbolic/Resources/material-icons/30fps_select.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/360.default.svg b/Symbolic/Resources/material-icons/360.default.svg new file mode 100644 index 0000000000..02d33bf825 --- /dev/null +++ b/Symbolic/Resources/material-icons/360.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/360.outlined.svg b/Symbolic/Resources/material-icons/360.outlined.svg new file mode 100644 index 0000000000..3f5a98a87e --- /dev/null +++ b/Symbolic/Resources/material-icons/360.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/360.round.svg b/Symbolic/Resources/material-icons/360.round.svg new file mode 100644 index 0000000000..a9876ba280 --- /dev/null +++ b/Symbolic/Resources/material-icons/360.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/360.sharp.svg b/Symbolic/Resources/material-icons/360.sharp.svg new file mode 100644 index 0000000000..3f5a98a87e --- /dev/null +++ b/Symbolic/Resources/material-icons/360.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/360.twotone.svg b/Symbolic/Resources/material-icons/360.twotone.svg new file mode 100644 index 0000000000..6e1b896f81 --- /dev/null +++ b/Symbolic/Resources/material-icons/360.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/3d_rotation.default.svg b/Symbolic/Resources/material-icons/3d_rotation.default.svg new file mode 100644 index 0000000000..d00da571b8 --- /dev/null +++ b/Symbolic/Resources/material-icons/3d_rotation.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/3d_rotation.outlined.svg b/Symbolic/Resources/material-icons/3d_rotation.outlined.svg new file mode 100644 index 0000000000..eec2f7b825 --- /dev/null +++ b/Symbolic/Resources/material-icons/3d_rotation.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/3d_rotation.round.svg b/Symbolic/Resources/material-icons/3d_rotation.round.svg new file mode 100644 index 0000000000..42baf44636 --- /dev/null +++ b/Symbolic/Resources/material-icons/3d_rotation.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/3d_rotation.sharp.svg b/Symbolic/Resources/material-icons/3d_rotation.sharp.svg new file mode 100644 index 0000000000..eec2f7b825 --- /dev/null +++ b/Symbolic/Resources/material-icons/3d_rotation.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/3d_rotation.twotone.svg b/Symbolic/Resources/material-icons/3d_rotation.twotone.svg new file mode 100644 index 0000000000..eec2f7b825 --- /dev/null +++ b/Symbolic/Resources/material-icons/3d_rotation.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/3g_mobiledata.default.svg b/Symbolic/Resources/material-icons/3g_mobiledata.default.svg new file mode 100644 index 0000000000..6d5ec7b836 --- /dev/null +++ b/Symbolic/Resources/material-icons/3g_mobiledata.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/3g_mobiledata.outlined.svg b/Symbolic/Resources/material-icons/3g_mobiledata.outlined.svg new file mode 100644 index 0000000000..6d5ec7b836 --- /dev/null +++ b/Symbolic/Resources/material-icons/3g_mobiledata.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/3g_mobiledata.round.svg b/Symbolic/Resources/material-icons/3g_mobiledata.round.svg new file mode 100644 index 0000000000..321050a573 --- /dev/null +++ b/Symbolic/Resources/material-icons/3g_mobiledata.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/3g_mobiledata.sharp.svg b/Symbolic/Resources/material-icons/3g_mobiledata.sharp.svg new file mode 100644 index 0000000000..30f0b27293 --- /dev/null +++ b/Symbolic/Resources/material-icons/3g_mobiledata.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/3g_mobiledata.twotone.svg b/Symbolic/Resources/material-icons/3g_mobiledata.twotone.svg new file mode 100644 index 0000000000..6d5ec7b836 --- /dev/null +++ b/Symbolic/Resources/material-icons/3g_mobiledata.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/3k.default.svg b/Symbolic/Resources/material-icons/3k.default.svg new file mode 100644 index 0000000000..27bc0dd47f --- /dev/null +++ b/Symbolic/Resources/material-icons/3k.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/3k.outlined.svg b/Symbolic/Resources/material-icons/3k.outlined.svg new file mode 100644 index 0000000000..448b50fbe2 --- /dev/null +++ b/Symbolic/Resources/material-icons/3k.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/3k.round.svg b/Symbolic/Resources/material-icons/3k.round.svg new file mode 100644 index 0000000000..69321aa074 --- /dev/null +++ b/Symbolic/Resources/material-icons/3k.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/3k.sharp.svg b/Symbolic/Resources/material-icons/3k.sharp.svg new file mode 100644 index 0000000000..14d43e35b4 --- /dev/null +++ b/Symbolic/Resources/material-icons/3k.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/3k.twotone.svg b/Symbolic/Resources/material-icons/3k.twotone.svg new file mode 100644 index 0000000000..289b7f601b --- /dev/null +++ b/Symbolic/Resources/material-icons/3k.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/3k_plus.default.svg b/Symbolic/Resources/material-icons/3k_plus.default.svg new file mode 100644 index 0000000000..392319284e --- /dev/null +++ b/Symbolic/Resources/material-icons/3k_plus.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/3k_plus.outlined.svg b/Symbolic/Resources/material-icons/3k_plus.outlined.svg new file mode 100644 index 0000000000..9fbb25bba0 --- /dev/null +++ b/Symbolic/Resources/material-icons/3k_plus.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/3k_plus.round.svg b/Symbolic/Resources/material-icons/3k_plus.round.svg new file mode 100644 index 0000000000..b8c2c3fcae --- /dev/null +++ b/Symbolic/Resources/material-icons/3k_plus.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/3k_plus.sharp.svg b/Symbolic/Resources/material-icons/3k_plus.sharp.svg new file mode 100644 index 0000000000..41e5252a73 --- /dev/null +++ b/Symbolic/Resources/material-icons/3k_plus.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/3k_plus.twotone.svg b/Symbolic/Resources/material-icons/3k_plus.twotone.svg new file mode 100644 index 0000000000..b0e3b54acb --- /dev/null +++ b/Symbolic/Resources/material-icons/3k_plus.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/3mp.default.svg b/Symbolic/Resources/material-icons/3mp.default.svg new file mode 100644 index 0000000000..11876e88b2 --- /dev/null +++ b/Symbolic/Resources/material-icons/3mp.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/3mp.outlined.svg b/Symbolic/Resources/material-icons/3mp.outlined.svg new file mode 100644 index 0000000000..767f7db00e --- /dev/null +++ b/Symbolic/Resources/material-icons/3mp.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/3mp.round.svg b/Symbolic/Resources/material-icons/3mp.round.svg new file mode 100644 index 0000000000..51cdaf53d8 --- /dev/null +++ b/Symbolic/Resources/material-icons/3mp.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/3mp.sharp.svg b/Symbolic/Resources/material-icons/3mp.sharp.svg new file mode 100644 index 0000000000..a5a616564a --- /dev/null +++ b/Symbolic/Resources/material-icons/3mp.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/3mp.twotone.svg b/Symbolic/Resources/material-icons/3mp.twotone.svg new file mode 100644 index 0000000000..dffa987b61 --- /dev/null +++ b/Symbolic/Resources/material-icons/3mp.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/3p.default.svg b/Symbolic/Resources/material-icons/3p.default.svg new file mode 100644 index 0000000000..51435bee66 --- /dev/null +++ b/Symbolic/Resources/material-icons/3p.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/3p.outlined.svg b/Symbolic/Resources/material-icons/3p.outlined.svg new file mode 100644 index 0000000000..eeda4b1a87 --- /dev/null +++ b/Symbolic/Resources/material-icons/3p.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/3p.round.svg b/Symbolic/Resources/material-icons/3p.round.svg new file mode 100644 index 0000000000..59301eac72 --- /dev/null +++ b/Symbolic/Resources/material-icons/3p.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/3p.sharp.svg b/Symbolic/Resources/material-icons/3p.sharp.svg new file mode 100644 index 0000000000..2df2bbd96c --- /dev/null +++ b/Symbolic/Resources/material-icons/3p.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/3p.twotone.svg b/Symbolic/Resources/material-icons/3p.twotone.svg new file mode 100644 index 0000000000..9a1dfaf3b8 --- /dev/null +++ b/Symbolic/Resources/material-icons/3p.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/4g_mobiledata.default.svg b/Symbolic/Resources/material-icons/4g_mobiledata.default.svg new file mode 100644 index 0000000000..8c224bd2d6 --- /dev/null +++ b/Symbolic/Resources/material-icons/4g_mobiledata.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/4g_mobiledata.outlined.svg b/Symbolic/Resources/material-icons/4g_mobiledata.outlined.svg new file mode 100644 index 0000000000..8c224bd2d6 --- /dev/null +++ b/Symbolic/Resources/material-icons/4g_mobiledata.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/4g_mobiledata.round.svg b/Symbolic/Resources/material-icons/4g_mobiledata.round.svg new file mode 100644 index 0000000000..19c869cfcb --- /dev/null +++ b/Symbolic/Resources/material-icons/4g_mobiledata.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/4g_mobiledata.sharp.svg b/Symbolic/Resources/material-icons/4g_mobiledata.sharp.svg new file mode 100644 index 0000000000..bbc4991ec5 --- /dev/null +++ b/Symbolic/Resources/material-icons/4g_mobiledata.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/4g_mobiledata.twotone.svg b/Symbolic/Resources/material-icons/4g_mobiledata.twotone.svg new file mode 100644 index 0000000000..8c224bd2d6 --- /dev/null +++ b/Symbolic/Resources/material-icons/4g_mobiledata.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/4g_plus_mobiledata.default.svg b/Symbolic/Resources/material-icons/4g_plus_mobiledata.default.svg new file mode 100644 index 0000000000..3676799e62 --- /dev/null +++ b/Symbolic/Resources/material-icons/4g_plus_mobiledata.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/4g_plus_mobiledata.outlined.svg b/Symbolic/Resources/material-icons/4g_plus_mobiledata.outlined.svg new file mode 100644 index 0000000000..3676799e62 --- /dev/null +++ b/Symbolic/Resources/material-icons/4g_plus_mobiledata.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/4g_plus_mobiledata.round.svg b/Symbolic/Resources/material-icons/4g_plus_mobiledata.round.svg new file mode 100644 index 0000000000..07f50d6c9c --- /dev/null +++ b/Symbolic/Resources/material-icons/4g_plus_mobiledata.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/4g_plus_mobiledata.sharp.svg b/Symbolic/Resources/material-icons/4g_plus_mobiledata.sharp.svg new file mode 100644 index 0000000000..dc43ad0f4c --- /dev/null +++ b/Symbolic/Resources/material-icons/4g_plus_mobiledata.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/4g_plus_mobiledata.twotone.svg b/Symbolic/Resources/material-icons/4g_plus_mobiledata.twotone.svg new file mode 100644 index 0000000000..3676799e62 --- /dev/null +++ b/Symbolic/Resources/material-icons/4g_plus_mobiledata.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/4k.default.svg b/Symbolic/Resources/material-icons/4k.default.svg new file mode 100644 index 0000000000..3cd859010a --- /dev/null +++ b/Symbolic/Resources/material-icons/4k.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/4k.outlined.svg b/Symbolic/Resources/material-icons/4k.outlined.svg new file mode 100644 index 0000000000..c0f03705a6 --- /dev/null +++ b/Symbolic/Resources/material-icons/4k.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/4k.round.svg b/Symbolic/Resources/material-icons/4k.round.svg new file mode 100644 index 0000000000..959e228665 --- /dev/null +++ b/Symbolic/Resources/material-icons/4k.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/4k.sharp.svg b/Symbolic/Resources/material-icons/4k.sharp.svg new file mode 100644 index 0000000000..adcbed4a30 --- /dev/null +++ b/Symbolic/Resources/material-icons/4k.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/4k.twotone.svg b/Symbolic/Resources/material-icons/4k.twotone.svg new file mode 100644 index 0000000000..52a1dd681d --- /dev/null +++ b/Symbolic/Resources/material-icons/4k.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/4k_plus.default.svg b/Symbolic/Resources/material-icons/4k_plus.default.svg new file mode 100644 index 0000000000..74364a42cd --- /dev/null +++ b/Symbolic/Resources/material-icons/4k_plus.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/4k_plus.outlined.svg b/Symbolic/Resources/material-icons/4k_plus.outlined.svg new file mode 100644 index 0000000000..73e657d7ab --- /dev/null +++ b/Symbolic/Resources/material-icons/4k_plus.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/4k_plus.round.svg b/Symbolic/Resources/material-icons/4k_plus.round.svg new file mode 100644 index 0000000000..0eab981635 --- /dev/null +++ b/Symbolic/Resources/material-icons/4k_plus.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/4k_plus.sharp.svg b/Symbolic/Resources/material-icons/4k_plus.sharp.svg new file mode 100644 index 0000000000..126568d3cd --- /dev/null +++ b/Symbolic/Resources/material-icons/4k_plus.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/4k_plus.twotone.svg b/Symbolic/Resources/material-icons/4k_plus.twotone.svg new file mode 100644 index 0000000000..9e05ee5400 --- /dev/null +++ b/Symbolic/Resources/material-icons/4k_plus.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/4mp.default.svg b/Symbolic/Resources/material-icons/4mp.default.svg new file mode 100644 index 0000000000..e9f6ca82e8 --- /dev/null +++ b/Symbolic/Resources/material-icons/4mp.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/4mp.outlined.svg b/Symbolic/Resources/material-icons/4mp.outlined.svg new file mode 100644 index 0000000000..6de428ba93 --- /dev/null +++ b/Symbolic/Resources/material-icons/4mp.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/4mp.round.svg b/Symbolic/Resources/material-icons/4mp.round.svg new file mode 100644 index 0000000000..1ef68c5c1b --- /dev/null +++ b/Symbolic/Resources/material-icons/4mp.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/4mp.sharp.svg b/Symbolic/Resources/material-icons/4mp.sharp.svg new file mode 100644 index 0000000000..4fc9d5c8ae --- /dev/null +++ b/Symbolic/Resources/material-icons/4mp.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/4mp.twotone.svg b/Symbolic/Resources/material-icons/4mp.twotone.svg new file mode 100644 index 0000000000..ca2792b5c1 --- /dev/null +++ b/Symbolic/Resources/material-icons/4mp.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/5g.default.svg b/Symbolic/Resources/material-icons/5g.default.svg new file mode 100644 index 0000000000..7b4e8474bb --- /dev/null +++ b/Symbolic/Resources/material-icons/5g.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/5g.outlined.svg b/Symbolic/Resources/material-icons/5g.outlined.svg new file mode 100644 index 0000000000..f3c1cdd35b --- /dev/null +++ b/Symbolic/Resources/material-icons/5g.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/5g.round.svg b/Symbolic/Resources/material-icons/5g.round.svg new file mode 100644 index 0000000000..ae8f8fb0f5 --- /dev/null +++ b/Symbolic/Resources/material-icons/5g.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/5g.sharp.svg b/Symbolic/Resources/material-icons/5g.sharp.svg new file mode 100644 index 0000000000..1dd513ec5f --- /dev/null +++ b/Symbolic/Resources/material-icons/5g.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/5g.twotone.svg b/Symbolic/Resources/material-icons/5g.twotone.svg new file mode 100644 index 0000000000..f3c1cdd35b --- /dev/null +++ b/Symbolic/Resources/material-icons/5g.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/5k.default.svg b/Symbolic/Resources/material-icons/5k.default.svg new file mode 100644 index 0000000000..cb570a656d --- /dev/null +++ b/Symbolic/Resources/material-icons/5k.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/5k.outlined.svg b/Symbolic/Resources/material-icons/5k.outlined.svg new file mode 100644 index 0000000000..642f96b253 --- /dev/null +++ b/Symbolic/Resources/material-icons/5k.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/5k.round.svg b/Symbolic/Resources/material-icons/5k.round.svg new file mode 100644 index 0000000000..60c523201c --- /dev/null +++ b/Symbolic/Resources/material-icons/5k.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/5k.sharp.svg b/Symbolic/Resources/material-icons/5k.sharp.svg new file mode 100644 index 0000000000..92dbafff4d --- /dev/null +++ b/Symbolic/Resources/material-icons/5k.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/5k.twotone.svg b/Symbolic/Resources/material-icons/5k.twotone.svg new file mode 100644 index 0000000000..e01108b0b1 --- /dev/null +++ b/Symbolic/Resources/material-icons/5k.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/5k_plus.default.svg b/Symbolic/Resources/material-icons/5k_plus.default.svg new file mode 100644 index 0000000000..7e8d6dc3ee --- /dev/null +++ b/Symbolic/Resources/material-icons/5k_plus.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/5k_plus.outlined.svg b/Symbolic/Resources/material-icons/5k_plus.outlined.svg new file mode 100644 index 0000000000..5d50b36325 --- /dev/null +++ b/Symbolic/Resources/material-icons/5k_plus.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/5k_plus.round.svg b/Symbolic/Resources/material-icons/5k_plus.round.svg new file mode 100644 index 0000000000..2397c79db7 --- /dev/null +++ b/Symbolic/Resources/material-icons/5k_plus.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/5k_plus.sharp.svg b/Symbolic/Resources/material-icons/5k_plus.sharp.svg new file mode 100644 index 0000000000..b8b7555b24 --- /dev/null +++ b/Symbolic/Resources/material-icons/5k_plus.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/5k_plus.twotone.svg b/Symbolic/Resources/material-icons/5k_plus.twotone.svg new file mode 100644 index 0000000000..d892c4cf23 --- /dev/null +++ b/Symbolic/Resources/material-icons/5k_plus.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/5mp.default.svg b/Symbolic/Resources/material-icons/5mp.default.svg new file mode 100644 index 0000000000..f8ae270f02 --- /dev/null +++ b/Symbolic/Resources/material-icons/5mp.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/5mp.outlined.svg b/Symbolic/Resources/material-icons/5mp.outlined.svg new file mode 100644 index 0000000000..22c66de13b --- /dev/null +++ b/Symbolic/Resources/material-icons/5mp.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/5mp.round.svg b/Symbolic/Resources/material-icons/5mp.round.svg new file mode 100644 index 0000000000..bf838ba2b8 --- /dev/null +++ b/Symbolic/Resources/material-icons/5mp.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/5mp.sharp.svg b/Symbolic/Resources/material-icons/5mp.sharp.svg new file mode 100644 index 0000000000..fffbd6cca0 --- /dev/null +++ b/Symbolic/Resources/material-icons/5mp.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/5mp.twotone.svg b/Symbolic/Resources/material-icons/5mp.twotone.svg new file mode 100644 index 0000000000..f11eb1499e --- /dev/null +++ b/Symbolic/Resources/material-icons/5mp.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/60fps.default.svg b/Symbolic/Resources/material-icons/60fps.default.svg new file mode 100644 index 0000000000..0b0ad1cc79 --- /dev/null +++ b/Symbolic/Resources/material-icons/60fps.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/60fps.outlined.svg b/Symbolic/Resources/material-icons/60fps.outlined.svg new file mode 100644 index 0000000000..0b0ad1cc79 --- /dev/null +++ b/Symbolic/Resources/material-icons/60fps.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/60fps.round.svg b/Symbolic/Resources/material-icons/60fps.round.svg new file mode 100644 index 0000000000..d251a30acb --- /dev/null +++ b/Symbolic/Resources/material-icons/60fps.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/60fps.sharp.svg b/Symbolic/Resources/material-icons/60fps.sharp.svg new file mode 100644 index 0000000000..90373f7090 --- /dev/null +++ b/Symbolic/Resources/material-icons/60fps.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/60fps.twotone.svg b/Symbolic/Resources/material-icons/60fps.twotone.svg new file mode 100644 index 0000000000..0b0ad1cc79 --- /dev/null +++ b/Symbolic/Resources/material-icons/60fps.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/60fps_select.default.svg b/Symbolic/Resources/material-icons/60fps_select.default.svg new file mode 100644 index 0000000000..5ffe8e100f --- /dev/null +++ b/Symbolic/Resources/material-icons/60fps_select.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/60fps_select.outlined.svg b/Symbolic/Resources/material-icons/60fps_select.outlined.svg new file mode 100644 index 0000000000..5ffe8e100f --- /dev/null +++ b/Symbolic/Resources/material-icons/60fps_select.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/60fps_select.round.svg b/Symbolic/Resources/material-icons/60fps_select.round.svg new file mode 100644 index 0000000000..448fe78f53 --- /dev/null +++ b/Symbolic/Resources/material-icons/60fps_select.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/60fps_select.sharp.svg b/Symbolic/Resources/material-icons/60fps_select.sharp.svg new file mode 100644 index 0000000000..123a30dc5a --- /dev/null +++ b/Symbolic/Resources/material-icons/60fps_select.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/60fps_select.twotone.svg b/Symbolic/Resources/material-icons/60fps_select.twotone.svg new file mode 100644 index 0000000000..5ffe8e100f --- /dev/null +++ b/Symbolic/Resources/material-icons/60fps_select.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/6_ft_apart.default.svg b/Symbolic/Resources/material-icons/6_ft_apart.default.svg new file mode 100644 index 0000000000..8baf5a3830 --- /dev/null +++ b/Symbolic/Resources/material-icons/6_ft_apart.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/6_ft_apart.outlined.svg b/Symbolic/Resources/material-icons/6_ft_apart.outlined.svg new file mode 100644 index 0000000000..8baf5a3830 --- /dev/null +++ b/Symbolic/Resources/material-icons/6_ft_apart.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/6_ft_apart.round.svg b/Symbolic/Resources/material-icons/6_ft_apart.round.svg new file mode 100644 index 0000000000..ddd78da65a --- /dev/null +++ b/Symbolic/Resources/material-icons/6_ft_apart.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/6_ft_apart.sharp.svg b/Symbolic/Resources/material-icons/6_ft_apart.sharp.svg new file mode 100644 index 0000000000..4c2417bce4 --- /dev/null +++ b/Symbolic/Resources/material-icons/6_ft_apart.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/6_ft_apart.twotone.svg b/Symbolic/Resources/material-icons/6_ft_apart.twotone.svg new file mode 100644 index 0000000000..8baf5a3830 --- /dev/null +++ b/Symbolic/Resources/material-icons/6_ft_apart.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/6k.default.svg b/Symbolic/Resources/material-icons/6k.default.svg new file mode 100644 index 0000000000..2e98fc4822 --- /dev/null +++ b/Symbolic/Resources/material-icons/6k.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/6k.outlined.svg b/Symbolic/Resources/material-icons/6k.outlined.svg new file mode 100644 index 0000000000..aac6f532eb --- /dev/null +++ b/Symbolic/Resources/material-icons/6k.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/6k.round.svg b/Symbolic/Resources/material-icons/6k.round.svg new file mode 100644 index 0000000000..493c1e2429 --- /dev/null +++ b/Symbolic/Resources/material-icons/6k.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/6k.sharp.svg b/Symbolic/Resources/material-icons/6k.sharp.svg new file mode 100644 index 0000000000..2957427f4c --- /dev/null +++ b/Symbolic/Resources/material-icons/6k.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/6k.twotone.svg b/Symbolic/Resources/material-icons/6k.twotone.svg new file mode 100644 index 0000000000..2760438f97 --- /dev/null +++ b/Symbolic/Resources/material-icons/6k.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/6k_plus.default.svg b/Symbolic/Resources/material-icons/6k_plus.default.svg new file mode 100644 index 0000000000..13e79e9dbc --- /dev/null +++ b/Symbolic/Resources/material-icons/6k_plus.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/6k_plus.outlined.svg b/Symbolic/Resources/material-icons/6k_plus.outlined.svg new file mode 100644 index 0000000000..f20bd0d194 --- /dev/null +++ b/Symbolic/Resources/material-icons/6k_plus.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/6k_plus.round.svg b/Symbolic/Resources/material-icons/6k_plus.round.svg new file mode 100644 index 0000000000..fffda12da3 --- /dev/null +++ b/Symbolic/Resources/material-icons/6k_plus.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/6k_plus.sharp.svg b/Symbolic/Resources/material-icons/6k_plus.sharp.svg new file mode 100644 index 0000000000..c1b96d0138 --- /dev/null +++ b/Symbolic/Resources/material-icons/6k_plus.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/6k_plus.twotone.svg b/Symbolic/Resources/material-icons/6k_plus.twotone.svg new file mode 100644 index 0000000000..fc652c72dc --- /dev/null +++ b/Symbolic/Resources/material-icons/6k_plus.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/6mp.default.svg b/Symbolic/Resources/material-icons/6mp.default.svg new file mode 100644 index 0000000000..bb0cc56bb4 --- /dev/null +++ b/Symbolic/Resources/material-icons/6mp.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/6mp.outlined.svg b/Symbolic/Resources/material-icons/6mp.outlined.svg new file mode 100644 index 0000000000..f58b947ec6 --- /dev/null +++ b/Symbolic/Resources/material-icons/6mp.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/6mp.round.svg b/Symbolic/Resources/material-icons/6mp.round.svg new file mode 100644 index 0000000000..8db53590fa --- /dev/null +++ b/Symbolic/Resources/material-icons/6mp.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/6mp.sharp.svg b/Symbolic/Resources/material-icons/6mp.sharp.svg new file mode 100644 index 0000000000..aa21a3eff8 --- /dev/null +++ b/Symbolic/Resources/material-icons/6mp.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/6mp.twotone.svg b/Symbolic/Resources/material-icons/6mp.twotone.svg new file mode 100644 index 0000000000..bc8df28894 --- /dev/null +++ b/Symbolic/Resources/material-icons/6mp.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/7k.default.svg b/Symbolic/Resources/material-icons/7k.default.svg new file mode 100644 index 0000000000..5736dba015 --- /dev/null +++ b/Symbolic/Resources/material-icons/7k.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/7k.outlined.svg b/Symbolic/Resources/material-icons/7k.outlined.svg new file mode 100644 index 0000000000..b04d88cda8 --- /dev/null +++ b/Symbolic/Resources/material-icons/7k.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/7k.round.svg b/Symbolic/Resources/material-icons/7k.round.svg new file mode 100644 index 0000000000..9253e7c870 --- /dev/null +++ b/Symbolic/Resources/material-icons/7k.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/7k.sharp.svg b/Symbolic/Resources/material-icons/7k.sharp.svg new file mode 100644 index 0000000000..aa254be0a8 --- /dev/null +++ b/Symbolic/Resources/material-icons/7k.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/7k.twotone.svg b/Symbolic/Resources/material-icons/7k.twotone.svg new file mode 100644 index 0000000000..b0be6e3d16 --- /dev/null +++ b/Symbolic/Resources/material-icons/7k.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/7k_plus.default.svg b/Symbolic/Resources/material-icons/7k_plus.default.svg new file mode 100644 index 0000000000..20ca2ec50b --- /dev/null +++ b/Symbolic/Resources/material-icons/7k_plus.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/7k_plus.outlined.svg b/Symbolic/Resources/material-icons/7k_plus.outlined.svg new file mode 100644 index 0000000000..7251528019 --- /dev/null +++ b/Symbolic/Resources/material-icons/7k_plus.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/7k_plus.round.svg b/Symbolic/Resources/material-icons/7k_plus.round.svg new file mode 100644 index 0000000000..387a4c5c92 --- /dev/null +++ b/Symbolic/Resources/material-icons/7k_plus.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/7k_plus.sharp.svg b/Symbolic/Resources/material-icons/7k_plus.sharp.svg new file mode 100644 index 0000000000..4d6026a9b1 --- /dev/null +++ b/Symbolic/Resources/material-icons/7k_plus.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/7k_plus.twotone.svg b/Symbolic/Resources/material-icons/7k_plus.twotone.svg new file mode 100644 index 0000000000..45c701d3e2 --- /dev/null +++ b/Symbolic/Resources/material-icons/7k_plus.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/7mp.default.svg b/Symbolic/Resources/material-icons/7mp.default.svg new file mode 100644 index 0000000000..4ef77bbbe3 --- /dev/null +++ b/Symbolic/Resources/material-icons/7mp.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/7mp.outlined.svg b/Symbolic/Resources/material-icons/7mp.outlined.svg new file mode 100644 index 0000000000..a32a032803 --- /dev/null +++ b/Symbolic/Resources/material-icons/7mp.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/7mp.round.svg b/Symbolic/Resources/material-icons/7mp.round.svg new file mode 100644 index 0000000000..cde4e19557 --- /dev/null +++ b/Symbolic/Resources/material-icons/7mp.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/7mp.sharp.svg b/Symbolic/Resources/material-icons/7mp.sharp.svg new file mode 100644 index 0000000000..0937e2a822 --- /dev/null +++ b/Symbolic/Resources/material-icons/7mp.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/7mp.twotone.svg b/Symbolic/Resources/material-icons/7mp.twotone.svg new file mode 100644 index 0000000000..7a126d40db --- /dev/null +++ b/Symbolic/Resources/material-icons/7mp.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/8k.default.svg b/Symbolic/Resources/material-icons/8k.default.svg new file mode 100644 index 0000000000..41d721c9f3 --- /dev/null +++ b/Symbolic/Resources/material-icons/8k.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/8k.outlined.svg b/Symbolic/Resources/material-icons/8k.outlined.svg new file mode 100644 index 0000000000..5d9e4bd91e --- /dev/null +++ b/Symbolic/Resources/material-icons/8k.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/8k.round.svg b/Symbolic/Resources/material-icons/8k.round.svg new file mode 100644 index 0000000000..e0a12430b7 --- /dev/null +++ b/Symbolic/Resources/material-icons/8k.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/8k.sharp.svg b/Symbolic/Resources/material-icons/8k.sharp.svg new file mode 100644 index 0000000000..3411134b28 --- /dev/null +++ b/Symbolic/Resources/material-icons/8k.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/8k.twotone.svg b/Symbolic/Resources/material-icons/8k.twotone.svg new file mode 100644 index 0000000000..6d6c8c6a45 --- /dev/null +++ b/Symbolic/Resources/material-icons/8k.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/8k_plus.default.svg b/Symbolic/Resources/material-icons/8k_plus.default.svg new file mode 100644 index 0000000000..6e383fda39 --- /dev/null +++ b/Symbolic/Resources/material-icons/8k_plus.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/8k_plus.outlined.svg b/Symbolic/Resources/material-icons/8k_plus.outlined.svg new file mode 100644 index 0000000000..1da721ea40 --- /dev/null +++ b/Symbolic/Resources/material-icons/8k_plus.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/8k_plus.round.svg b/Symbolic/Resources/material-icons/8k_plus.round.svg new file mode 100644 index 0000000000..b4ce291080 --- /dev/null +++ b/Symbolic/Resources/material-icons/8k_plus.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/8k_plus.sharp.svg b/Symbolic/Resources/material-icons/8k_plus.sharp.svg new file mode 100644 index 0000000000..83cd8ade65 --- /dev/null +++ b/Symbolic/Resources/material-icons/8k_plus.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/8k_plus.twotone.svg b/Symbolic/Resources/material-icons/8k_plus.twotone.svg new file mode 100644 index 0000000000..8f5221cbaf --- /dev/null +++ b/Symbolic/Resources/material-icons/8k_plus.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/8mp.default.svg b/Symbolic/Resources/material-icons/8mp.default.svg new file mode 100644 index 0000000000..344c53d011 --- /dev/null +++ b/Symbolic/Resources/material-icons/8mp.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/8mp.outlined.svg b/Symbolic/Resources/material-icons/8mp.outlined.svg new file mode 100644 index 0000000000..62150aba4d --- /dev/null +++ b/Symbolic/Resources/material-icons/8mp.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/8mp.round.svg b/Symbolic/Resources/material-icons/8mp.round.svg new file mode 100644 index 0000000000..ca4eee128f --- /dev/null +++ b/Symbolic/Resources/material-icons/8mp.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/8mp.sharp.svg b/Symbolic/Resources/material-icons/8mp.sharp.svg new file mode 100644 index 0000000000..7cd51e5bc7 --- /dev/null +++ b/Symbolic/Resources/material-icons/8mp.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/8mp.twotone.svg b/Symbolic/Resources/material-icons/8mp.twotone.svg new file mode 100644 index 0000000000..eaab9cbea4 --- /dev/null +++ b/Symbolic/Resources/material-icons/8mp.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/9k.default.svg b/Symbolic/Resources/material-icons/9k.default.svg new file mode 100644 index 0000000000..ce3015ec37 --- /dev/null +++ b/Symbolic/Resources/material-icons/9k.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/9k.outlined.svg b/Symbolic/Resources/material-icons/9k.outlined.svg new file mode 100644 index 0000000000..fa28f89c13 --- /dev/null +++ b/Symbolic/Resources/material-icons/9k.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/9k.round.svg b/Symbolic/Resources/material-icons/9k.round.svg new file mode 100644 index 0000000000..0f1f28b595 --- /dev/null +++ b/Symbolic/Resources/material-icons/9k.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/9k.sharp.svg b/Symbolic/Resources/material-icons/9k.sharp.svg new file mode 100644 index 0000000000..acf4da1555 --- /dev/null +++ b/Symbolic/Resources/material-icons/9k.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/9k.twotone.svg b/Symbolic/Resources/material-icons/9k.twotone.svg new file mode 100644 index 0000000000..17d27430e9 --- /dev/null +++ b/Symbolic/Resources/material-icons/9k.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/9k_plus.default.svg b/Symbolic/Resources/material-icons/9k_plus.default.svg new file mode 100644 index 0000000000..a45af0dbe7 --- /dev/null +++ b/Symbolic/Resources/material-icons/9k_plus.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/9k_plus.outlined.svg b/Symbolic/Resources/material-icons/9k_plus.outlined.svg new file mode 100644 index 0000000000..9bbb2e5cec --- /dev/null +++ b/Symbolic/Resources/material-icons/9k_plus.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/9k_plus.round.svg b/Symbolic/Resources/material-icons/9k_plus.round.svg new file mode 100644 index 0000000000..bbf9a95a7f --- /dev/null +++ b/Symbolic/Resources/material-icons/9k_plus.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/9k_plus.sharp.svg b/Symbolic/Resources/material-icons/9k_plus.sharp.svg new file mode 100644 index 0000000000..afe7dc6116 --- /dev/null +++ b/Symbolic/Resources/material-icons/9k_plus.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/9k_plus.twotone.svg b/Symbolic/Resources/material-icons/9k_plus.twotone.svg new file mode 100644 index 0000000000..80c0319f61 --- /dev/null +++ b/Symbolic/Resources/material-icons/9k_plus.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/9mp.default.svg b/Symbolic/Resources/material-icons/9mp.default.svg new file mode 100644 index 0000000000..2bd8ae98db --- /dev/null +++ b/Symbolic/Resources/material-icons/9mp.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/9mp.outlined.svg b/Symbolic/Resources/material-icons/9mp.outlined.svg new file mode 100644 index 0000000000..dbfde031f9 --- /dev/null +++ b/Symbolic/Resources/material-icons/9mp.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/9mp.round.svg b/Symbolic/Resources/material-icons/9mp.round.svg new file mode 100644 index 0000000000..8e49b3b181 --- /dev/null +++ b/Symbolic/Resources/material-icons/9mp.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/9mp.sharp.svg b/Symbolic/Resources/material-icons/9mp.sharp.svg new file mode 100644 index 0000000000..8a07304842 --- /dev/null +++ b/Symbolic/Resources/material-icons/9mp.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/9mp.twotone.svg b/Symbolic/Resources/material-icons/9mp.twotone.svg new file mode 100644 index 0000000000..71bd344425 --- /dev/null +++ b/Symbolic/Resources/material-icons/9mp.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/LICENSE b/Symbolic/Resources/material-icons/LICENSE new file mode 100644 index 0000000000..7a4a3ea242 --- /dev/null +++ b/Symbolic/Resources/material-icons/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/abc.default.svg b/Symbolic/Resources/material-icons/abc.default.svg new file mode 100644 index 0000000000..3710c2bcd6 --- /dev/null +++ b/Symbolic/Resources/material-icons/abc.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/abc.outlined.svg b/Symbolic/Resources/material-icons/abc.outlined.svg new file mode 100644 index 0000000000..3710c2bcd6 --- /dev/null +++ b/Symbolic/Resources/material-icons/abc.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/abc.round.svg b/Symbolic/Resources/material-icons/abc.round.svg new file mode 100644 index 0000000000..0c7fadabed --- /dev/null +++ b/Symbolic/Resources/material-icons/abc.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/abc.sharp.svg b/Symbolic/Resources/material-icons/abc.sharp.svg new file mode 100644 index 0000000000..290ca4743a --- /dev/null +++ b/Symbolic/Resources/material-icons/abc.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/abc.twotone.svg b/Symbolic/Resources/material-icons/abc.twotone.svg new file mode 100644 index 0000000000..3710c2bcd6 --- /dev/null +++ b/Symbolic/Resources/material-icons/abc.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ac_unit.default.svg b/Symbolic/Resources/material-icons/ac_unit.default.svg new file mode 100644 index 0000000000..6e02198779 --- /dev/null +++ b/Symbolic/Resources/material-icons/ac_unit.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ac_unit.outlined.svg b/Symbolic/Resources/material-icons/ac_unit.outlined.svg new file mode 100644 index 0000000000..64e89c50bb --- /dev/null +++ b/Symbolic/Resources/material-icons/ac_unit.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ac_unit.round.svg b/Symbolic/Resources/material-icons/ac_unit.round.svg new file mode 100644 index 0000000000..6ed02a71f4 --- /dev/null +++ b/Symbolic/Resources/material-icons/ac_unit.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ac_unit.sharp.svg b/Symbolic/Resources/material-icons/ac_unit.sharp.svg new file mode 100644 index 0000000000..64e89c50bb --- /dev/null +++ b/Symbolic/Resources/material-icons/ac_unit.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ac_unit.twotone.svg b/Symbolic/Resources/material-icons/ac_unit.twotone.svg new file mode 100644 index 0000000000..64e89c50bb --- /dev/null +++ b/Symbolic/Resources/material-icons/ac_unit.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/access_alarm.default.svg b/Symbolic/Resources/material-icons/access_alarm.default.svg new file mode 100644 index 0000000000..a0242f91f1 --- /dev/null +++ b/Symbolic/Resources/material-icons/access_alarm.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/access_alarm.outlined.svg b/Symbolic/Resources/material-icons/access_alarm.outlined.svg new file mode 100644 index 0000000000..ef1cfd2237 --- /dev/null +++ b/Symbolic/Resources/material-icons/access_alarm.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/access_alarm.round.svg b/Symbolic/Resources/material-icons/access_alarm.round.svg new file mode 100644 index 0000000000..5f1992ced6 --- /dev/null +++ b/Symbolic/Resources/material-icons/access_alarm.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/access_alarm.sharp.svg b/Symbolic/Resources/material-icons/access_alarm.sharp.svg new file mode 100644 index 0000000000..ef1cfd2237 --- /dev/null +++ b/Symbolic/Resources/material-icons/access_alarm.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/access_alarm.twotone.svg b/Symbolic/Resources/material-icons/access_alarm.twotone.svg new file mode 100644 index 0000000000..8939c30e82 --- /dev/null +++ b/Symbolic/Resources/material-icons/access_alarm.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/access_alarms.default.svg b/Symbolic/Resources/material-icons/access_alarms.default.svg new file mode 100644 index 0000000000..3aeb2f450b --- /dev/null +++ b/Symbolic/Resources/material-icons/access_alarms.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/access_alarms.outlined.svg b/Symbolic/Resources/material-icons/access_alarms.outlined.svg new file mode 100644 index 0000000000..474a03dd97 --- /dev/null +++ b/Symbolic/Resources/material-icons/access_alarms.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/access_alarms.round.svg b/Symbolic/Resources/material-icons/access_alarms.round.svg new file mode 100644 index 0000000000..5f1992ced6 --- /dev/null +++ b/Symbolic/Resources/material-icons/access_alarms.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/access_alarms.sharp.svg b/Symbolic/Resources/material-icons/access_alarms.sharp.svg new file mode 100644 index 0000000000..474a03dd97 --- /dev/null +++ b/Symbolic/Resources/material-icons/access_alarms.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/access_alarms.twotone.svg b/Symbolic/Resources/material-icons/access_alarms.twotone.svg new file mode 100644 index 0000000000..9fcd6062ad --- /dev/null +++ b/Symbolic/Resources/material-icons/access_alarms.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/access_time.default.svg b/Symbolic/Resources/material-icons/access_time.default.svg new file mode 100644 index 0000000000..a8993658a9 --- /dev/null +++ b/Symbolic/Resources/material-icons/access_time.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/access_time.outlined.svg b/Symbolic/Resources/material-icons/access_time.outlined.svg new file mode 100644 index 0000000000..7eefbb9b5c --- /dev/null +++ b/Symbolic/Resources/material-icons/access_time.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/access_time.round.svg b/Symbolic/Resources/material-icons/access_time.round.svg new file mode 100644 index 0000000000..e2c877d53a --- /dev/null +++ b/Symbolic/Resources/material-icons/access_time.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/access_time.sharp.svg b/Symbolic/Resources/material-icons/access_time.sharp.svg new file mode 100644 index 0000000000..7eefbb9b5c --- /dev/null +++ b/Symbolic/Resources/material-icons/access_time.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/access_time.twotone.svg b/Symbolic/Resources/material-icons/access_time.twotone.svg new file mode 100644 index 0000000000..ff2b9e1ae2 --- /dev/null +++ b/Symbolic/Resources/material-icons/access_time.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/access_time_filled.default.svg b/Symbolic/Resources/material-icons/access_time_filled.default.svg new file mode 100644 index 0000000000..754e29db88 --- /dev/null +++ b/Symbolic/Resources/material-icons/access_time_filled.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/access_time_filled.outlined.svg b/Symbolic/Resources/material-icons/access_time_filled.outlined.svg new file mode 100644 index 0000000000..754e29db88 --- /dev/null +++ b/Symbolic/Resources/material-icons/access_time_filled.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/access_time_filled.round.svg b/Symbolic/Resources/material-icons/access_time_filled.round.svg new file mode 100644 index 0000000000..1ebac372e3 --- /dev/null +++ b/Symbolic/Resources/material-icons/access_time_filled.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/access_time_filled.sharp.svg b/Symbolic/Resources/material-icons/access_time_filled.sharp.svg new file mode 100644 index 0000000000..754e29db88 --- /dev/null +++ b/Symbolic/Resources/material-icons/access_time_filled.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/access_time_filled.twotone.svg b/Symbolic/Resources/material-icons/access_time_filled.twotone.svg new file mode 100644 index 0000000000..754e29db88 --- /dev/null +++ b/Symbolic/Resources/material-icons/access_time_filled.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/accessibility.default.svg b/Symbolic/Resources/material-icons/accessibility.default.svg new file mode 100644 index 0000000000..5e658e1af8 --- /dev/null +++ b/Symbolic/Resources/material-icons/accessibility.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/accessibility.outlined.svg b/Symbolic/Resources/material-icons/accessibility.outlined.svg new file mode 100644 index 0000000000..8a24ed9c69 --- /dev/null +++ b/Symbolic/Resources/material-icons/accessibility.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/accessibility.round.svg b/Symbolic/Resources/material-icons/accessibility.round.svg new file mode 100644 index 0000000000..03c2384472 --- /dev/null +++ b/Symbolic/Resources/material-icons/accessibility.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/accessibility.sharp.svg b/Symbolic/Resources/material-icons/accessibility.sharp.svg new file mode 100644 index 0000000000..8a24ed9c69 --- /dev/null +++ b/Symbolic/Resources/material-icons/accessibility.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/accessibility.twotone.svg b/Symbolic/Resources/material-icons/accessibility.twotone.svg new file mode 100644 index 0000000000..8a24ed9c69 --- /dev/null +++ b/Symbolic/Resources/material-icons/accessibility.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/accessibility_new.default.svg b/Symbolic/Resources/material-icons/accessibility_new.default.svg new file mode 100644 index 0000000000..fe7dbcc2a7 --- /dev/null +++ b/Symbolic/Resources/material-icons/accessibility_new.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/accessibility_new.outlined.svg b/Symbolic/Resources/material-icons/accessibility_new.outlined.svg new file mode 100644 index 0000000000..973b62933d --- /dev/null +++ b/Symbolic/Resources/material-icons/accessibility_new.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/accessibility_new.round.svg b/Symbolic/Resources/material-icons/accessibility_new.round.svg new file mode 100644 index 0000000000..70fc7f95ca --- /dev/null +++ b/Symbolic/Resources/material-icons/accessibility_new.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/accessibility_new.sharp.svg b/Symbolic/Resources/material-icons/accessibility_new.sharp.svg new file mode 100644 index 0000000000..973b62933d --- /dev/null +++ b/Symbolic/Resources/material-icons/accessibility_new.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/accessibility_new.twotone.svg b/Symbolic/Resources/material-icons/accessibility_new.twotone.svg new file mode 100644 index 0000000000..973b62933d --- /dev/null +++ b/Symbolic/Resources/material-icons/accessibility_new.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/accessible.default.svg b/Symbolic/Resources/material-icons/accessible.default.svg new file mode 100644 index 0000000000..621c2a001a --- /dev/null +++ b/Symbolic/Resources/material-icons/accessible.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/accessible.outlined.svg b/Symbolic/Resources/material-icons/accessible.outlined.svg new file mode 100644 index 0000000000..c0a852fb7e --- /dev/null +++ b/Symbolic/Resources/material-icons/accessible.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/accessible.round.svg b/Symbolic/Resources/material-icons/accessible.round.svg new file mode 100644 index 0000000000..5a391d9f8c --- /dev/null +++ b/Symbolic/Resources/material-icons/accessible.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/accessible.sharp.svg b/Symbolic/Resources/material-icons/accessible.sharp.svg new file mode 100644 index 0000000000..b096624b74 --- /dev/null +++ b/Symbolic/Resources/material-icons/accessible.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/accessible.twotone.svg b/Symbolic/Resources/material-icons/accessible.twotone.svg new file mode 100644 index 0000000000..4adbac343c --- /dev/null +++ b/Symbolic/Resources/material-icons/accessible.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/accessible_forward.default.svg b/Symbolic/Resources/material-icons/accessible_forward.default.svg new file mode 100644 index 0000000000..e565f1717e --- /dev/null +++ b/Symbolic/Resources/material-icons/accessible_forward.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/accessible_forward.outlined.svg b/Symbolic/Resources/material-icons/accessible_forward.outlined.svg new file mode 100644 index 0000000000..13154afc50 --- /dev/null +++ b/Symbolic/Resources/material-icons/accessible_forward.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/accessible_forward.round.svg b/Symbolic/Resources/material-icons/accessible_forward.round.svg new file mode 100644 index 0000000000..f057006ab4 --- /dev/null +++ b/Symbolic/Resources/material-icons/accessible_forward.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/accessible_forward.sharp.svg b/Symbolic/Resources/material-icons/accessible_forward.sharp.svg new file mode 100644 index 0000000000..5e280785f8 --- /dev/null +++ b/Symbolic/Resources/material-icons/accessible_forward.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/accessible_forward.twotone.svg b/Symbolic/Resources/material-icons/accessible_forward.twotone.svg new file mode 100644 index 0000000000..13154afc50 --- /dev/null +++ b/Symbolic/Resources/material-icons/accessible_forward.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/account_balance.default.svg b/Symbolic/Resources/material-icons/account_balance.default.svg new file mode 100644 index 0000000000..ddb0d29bb2 --- /dev/null +++ b/Symbolic/Resources/material-icons/account_balance.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/account_balance.outlined.svg b/Symbolic/Resources/material-icons/account_balance.outlined.svg new file mode 100644 index 0000000000..3abb4fbb4c --- /dev/null +++ b/Symbolic/Resources/material-icons/account_balance.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/account_balance.round.svg b/Symbolic/Resources/material-icons/account_balance.round.svg new file mode 100644 index 0000000000..c21188bf48 --- /dev/null +++ b/Symbolic/Resources/material-icons/account_balance.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/account_balance.sharp.svg b/Symbolic/Resources/material-icons/account_balance.sharp.svg new file mode 100644 index 0000000000..42c8b5da52 --- /dev/null +++ b/Symbolic/Resources/material-icons/account_balance.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/account_balance.twotone.svg b/Symbolic/Resources/material-icons/account_balance.twotone.svg new file mode 100644 index 0000000000..282e359917 --- /dev/null +++ b/Symbolic/Resources/material-icons/account_balance.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/account_balance_wallet.default.svg b/Symbolic/Resources/material-icons/account_balance_wallet.default.svg new file mode 100644 index 0000000000..d68da34a34 --- /dev/null +++ b/Symbolic/Resources/material-icons/account_balance_wallet.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/account_balance_wallet.outlined.svg b/Symbolic/Resources/material-icons/account_balance_wallet.outlined.svg new file mode 100644 index 0000000000..2ea6adfef4 --- /dev/null +++ b/Symbolic/Resources/material-icons/account_balance_wallet.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/account_balance_wallet.round.svg b/Symbolic/Resources/material-icons/account_balance_wallet.round.svg new file mode 100644 index 0000000000..c701da6cb3 --- /dev/null +++ b/Symbolic/Resources/material-icons/account_balance_wallet.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/account_balance_wallet.sharp.svg b/Symbolic/Resources/material-icons/account_balance_wallet.sharp.svg new file mode 100644 index 0000000000..8e23857439 --- /dev/null +++ b/Symbolic/Resources/material-icons/account_balance_wallet.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/account_balance_wallet.twotone.svg b/Symbolic/Resources/material-icons/account_balance_wallet.twotone.svg new file mode 100644 index 0000000000..8896f889b8 --- /dev/null +++ b/Symbolic/Resources/material-icons/account_balance_wallet.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/account_box.default.svg b/Symbolic/Resources/material-icons/account_box.default.svg new file mode 100644 index 0000000000..0f882acf73 --- /dev/null +++ b/Symbolic/Resources/material-icons/account_box.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/account_box.outlined.svg b/Symbolic/Resources/material-icons/account_box.outlined.svg new file mode 100644 index 0000000000..17189759b0 --- /dev/null +++ b/Symbolic/Resources/material-icons/account_box.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/account_box.round.svg b/Symbolic/Resources/material-icons/account_box.round.svg new file mode 100644 index 0000000000..5081caad63 --- /dev/null +++ b/Symbolic/Resources/material-icons/account_box.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/account_box.sharp.svg b/Symbolic/Resources/material-icons/account_box.sharp.svg new file mode 100644 index 0000000000..06a8427db9 --- /dev/null +++ b/Symbolic/Resources/material-icons/account_box.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/account_box.twotone.svg b/Symbolic/Resources/material-icons/account_box.twotone.svg new file mode 100644 index 0000000000..e8aba54d79 --- /dev/null +++ b/Symbolic/Resources/material-icons/account_box.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/account_circle.default.svg b/Symbolic/Resources/material-icons/account_circle.default.svg new file mode 100644 index 0000000000..3ca1ef5ce4 --- /dev/null +++ b/Symbolic/Resources/material-icons/account_circle.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/account_circle.outlined.svg b/Symbolic/Resources/material-icons/account_circle.outlined.svg new file mode 100644 index 0000000000..df555d7ac1 --- /dev/null +++ b/Symbolic/Resources/material-icons/account_circle.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/account_circle.round.svg b/Symbolic/Resources/material-icons/account_circle.round.svg new file mode 100644 index 0000000000..a05d32d400 --- /dev/null +++ b/Symbolic/Resources/material-icons/account_circle.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/account_circle.sharp.svg b/Symbolic/Resources/material-icons/account_circle.sharp.svg new file mode 100644 index 0000000000..3ca1ef5ce4 --- /dev/null +++ b/Symbolic/Resources/material-icons/account_circle.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/account_circle.twotone.svg b/Symbolic/Resources/material-icons/account_circle.twotone.svg new file mode 100644 index 0000000000..574ebce08a --- /dev/null +++ b/Symbolic/Resources/material-icons/account_circle.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/account_tree.default.svg b/Symbolic/Resources/material-icons/account_tree.default.svg new file mode 100644 index 0000000000..ac0c5e1531 --- /dev/null +++ b/Symbolic/Resources/material-icons/account_tree.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/account_tree.outlined.svg b/Symbolic/Resources/material-icons/account_tree.outlined.svg new file mode 100644 index 0000000000..56596a5e60 --- /dev/null +++ b/Symbolic/Resources/material-icons/account_tree.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/account_tree.round.svg b/Symbolic/Resources/material-icons/account_tree.round.svg new file mode 100644 index 0000000000..ace8582fd3 --- /dev/null +++ b/Symbolic/Resources/material-icons/account_tree.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/account_tree.sharp.svg b/Symbolic/Resources/material-icons/account_tree.sharp.svg new file mode 100644 index 0000000000..898fbebe86 --- /dev/null +++ b/Symbolic/Resources/material-icons/account_tree.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/account_tree.twotone.svg b/Symbolic/Resources/material-icons/account_tree.twotone.svg new file mode 100644 index 0000000000..959e62ca75 --- /dev/null +++ b/Symbolic/Resources/material-icons/account_tree.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ad_units.default.svg b/Symbolic/Resources/material-icons/ad_units.default.svg new file mode 100644 index 0000000000..86eccdc10c --- /dev/null +++ b/Symbolic/Resources/material-icons/ad_units.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ad_units.outlined.svg b/Symbolic/Resources/material-icons/ad_units.outlined.svg new file mode 100644 index 0000000000..10d8a4693a --- /dev/null +++ b/Symbolic/Resources/material-icons/ad_units.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ad_units.round.svg b/Symbolic/Resources/material-icons/ad_units.round.svg new file mode 100644 index 0000000000..c45ed91690 --- /dev/null +++ b/Symbolic/Resources/material-icons/ad_units.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ad_units.sharp.svg b/Symbolic/Resources/material-icons/ad_units.sharp.svg new file mode 100644 index 0000000000..7ed911dc43 --- /dev/null +++ b/Symbolic/Resources/material-icons/ad_units.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ad_units.twotone.svg b/Symbolic/Resources/material-icons/ad_units.twotone.svg new file mode 100644 index 0000000000..53cb0a4ea9 --- /dev/null +++ b/Symbolic/Resources/material-icons/ad_units.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/adb.default.svg b/Symbolic/Resources/material-icons/adb.default.svg new file mode 100644 index 0000000000..56a7b0659b --- /dev/null +++ b/Symbolic/Resources/material-icons/adb.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/adb.outlined.svg b/Symbolic/Resources/material-icons/adb.outlined.svg new file mode 100644 index 0000000000..e1b313d578 --- /dev/null +++ b/Symbolic/Resources/material-icons/adb.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/adb.round.svg b/Symbolic/Resources/material-icons/adb.round.svg new file mode 100644 index 0000000000..e1b313d578 --- /dev/null +++ b/Symbolic/Resources/material-icons/adb.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/adb.sharp.svg b/Symbolic/Resources/material-icons/adb.sharp.svg new file mode 100644 index 0000000000..e1b313d578 --- /dev/null +++ b/Symbolic/Resources/material-icons/adb.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/adb.twotone.svg b/Symbolic/Resources/material-icons/adb.twotone.svg new file mode 100644 index 0000000000..e1b313d578 --- /dev/null +++ b/Symbolic/Resources/material-icons/adb.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add.default.svg b/Symbolic/Resources/material-icons/add.default.svg new file mode 100644 index 0000000000..ddb7eeef50 --- /dev/null +++ b/Symbolic/Resources/material-icons/add.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add.outlined.svg b/Symbolic/Resources/material-icons/add.outlined.svg new file mode 100644 index 0000000000..902ee01044 --- /dev/null +++ b/Symbolic/Resources/material-icons/add.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add.round.svg b/Symbolic/Resources/material-icons/add.round.svg new file mode 100644 index 0000000000..8e7ebc7483 --- /dev/null +++ b/Symbolic/Resources/material-icons/add.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add.sharp.svg b/Symbolic/Resources/material-icons/add.sharp.svg new file mode 100644 index 0000000000..902ee01044 --- /dev/null +++ b/Symbolic/Resources/material-icons/add.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add.twotone.svg b/Symbolic/Resources/material-icons/add.twotone.svg new file mode 100644 index 0000000000..902ee01044 --- /dev/null +++ b/Symbolic/Resources/material-icons/add.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_a_photo.default.svg b/Symbolic/Resources/material-icons/add_a_photo.default.svg new file mode 100644 index 0000000000..32aa52ba15 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_a_photo.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_a_photo.outlined.svg b/Symbolic/Resources/material-icons/add_a_photo.outlined.svg new file mode 100644 index 0000000000..f752273f1d --- /dev/null +++ b/Symbolic/Resources/material-icons/add_a_photo.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_a_photo.round.svg b/Symbolic/Resources/material-icons/add_a_photo.round.svg new file mode 100644 index 0000000000..c3ea5c19a4 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_a_photo.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_a_photo.sharp.svg b/Symbolic/Resources/material-icons/add_a_photo.sharp.svg new file mode 100644 index 0000000000..797cf67d2e --- /dev/null +++ b/Symbolic/Resources/material-icons/add_a_photo.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_a_photo.twotone.svg b/Symbolic/Resources/material-icons/add_a_photo.twotone.svg new file mode 100644 index 0000000000..a7d87c6a09 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_a_photo.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_alarm.default.svg b/Symbolic/Resources/material-icons/add_alarm.default.svg new file mode 100644 index 0000000000..64ae6a46a8 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_alarm.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_alarm.outlined.svg b/Symbolic/Resources/material-icons/add_alarm.outlined.svg new file mode 100644 index 0000000000..dfc740ab42 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_alarm.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_alarm.round.svg b/Symbolic/Resources/material-icons/add_alarm.round.svg new file mode 100644 index 0000000000..63bbece2ee --- /dev/null +++ b/Symbolic/Resources/material-icons/add_alarm.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_alarm.sharp.svg b/Symbolic/Resources/material-icons/add_alarm.sharp.svg new file mode 100644 index 0000000000..dfc740ab42 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_alarm.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_alarm.twotone.svg b/Symbolic/Resources/material-icons/add_alarm.twotone.svg new file mode 100644 index 0000000000..32f00e1853 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_alarm.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_alert.default.svg b/Symbolic/Resources/material-icons/add_alert.default.svg new file mode 100644 index 0000000000..d351b9b1d5 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_alert.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_alert.outlined.svg b/Symbolic/Resources/material-icons/add_alert.outlined.svg new file mode 100644 index 0000000000..04c02f152a --- /dev/null +++ b/Symbolic/Resources/material-icons/add_alert.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_alert.round.svg b/Symbolic/Resources/material-icons/add_alert.round.svg new file mode 100644 index 0000000000..f326cca0ef --- /dev/null +++ b/Symbolic/Resources/material-icons/add_alert.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_alert.sharp.svg b/Symbolic/Resources/material-icons/add_alert.sharp.svg new file mode 100644 index 0000000000..ab88c3d3c8 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_alert.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_alert.twotone.svg b/Symbolic/Resources/material-icons/add_alert.twotone.svg new file mode 100644 index 0000000000..cd75cc0254 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_alert.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_box.default.svg b/Symbolic/Resources/material-icons/add_box.default.svg new file mode 100644 index 0000000000..8a5fc9c8e9 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_box.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_box.outlined.svg b/Symbolic/Resources/material-icons/add_box.outlined.svg new file mode 100644 index 0000000000..1b274deaa7 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_box.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_box.round.svg b/Symbolic/Resources/material-icons/add_box.round.svg new file mode 100644 index 0000000000..6fadc5309b --- /dev/null +++ b/Symbolic/Resources/material-icons/add_box.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_box.sharp.svg b/Symbolic/Resources/material-icons/add_box.sharp.svg new file mode 100644 index 0000000000..dd6057f7cd --- /dev/null +++ b/Symbolic/Resources/material-icons/add_box.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_box.twotone.svg b/Symbolic/Resources/material-icons/add_box.twotone.svg new file mode 100644 index 0000000000..f5217af330 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_box.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_business.default.svg b/Symbolic/Resources/material-icons/add_business.default.svg new file mode 100644 index 0000000000..6d04cc417a --- /dev/null +++ b/Symbolic/Resources/material-icons/add_business.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_business.outlined.svg b/Symbolic/Resources/material-icons/add_business.outlined.svg new file mode 100644 index 0000000000..3180beae96 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_business.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_business.round.svg b/Symbolic/Resources/material-icons/add_business.round.svg new file mode 100644 index 0000000000..da45373502 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_business.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_business.sharp.svg b/Symbolic/Resources/material-icons/add_business.sharp.svg new file mode 100644 index 0000000000..6d04cc417a --- /dev/null +++ b/Symbolic/Resources/material-icons/add_business.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_business.twotone.svg b/Symbolic/Resources/material-icons/add_business.twotone.svg new file mode 100644 index 0000000000..03c1a73c8a --- /dev/null +++ b/Symbolic/Resources/material-icons/add_business.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_call.default.svg b/Symbolic/Resources/material-icons/add_call.default.svg new file mode 100644 index 0000000000..7d64b0c011 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_call.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_card.default.svg b/Symbolic/Resources/material-icons/add_card.default.svg new file mode 100644 index 0000000000..2d0597b4ba --- /dev/null +++ b/Symbolic/Resources/material-icons/add_card.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_card.outlined.svg b/Symbolic/Resources/material-icons/add_card.outlined.svg new file mode 100644 index 0000000000..2d0597b4ba --- /dev/null +++ b/Symbolic/Resources/material-icons/add_card.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_card.round.svg b/Symbolic/Resources/material-icons/add_card.round.svg new file mode 100644 index 0000000000..bdf94ba6d9 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_card.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_card.sharp.svg b/Symbolic/Resources/material-icons/add_card.sharp.svg new file mode 100644 index 0000000000..25c200d19c --- /dev/null +++ b/Symbolic/Resources/material-icons/add_card.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_card.twotone.svg b/Symbolic/Resources/material-icons/add_card.twotone.svg new file mode 100644 index 0000000000..2d0597b4ba --- /dev/null +++ b/Symbolic/Resources/material-icons/add_card.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_chart.default.svg b/Symbolic/Resources/material-icons/add_chart.default.svg new file mode 100644 index 0000000000..04269143be --- /dev/null +++ b/Symbolic/Resources/material-icons/add_chart.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_chart.outlined.svg b/Symbolic/Resources/material-icons/add_chart.outlined.svg new file mode 100644 index 0000000000..276b91e795 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_chart.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_chart.round.svg b/Symbolic/Resources/material-icons/add_chart.round.svg new file mode 100644 index 0000000000..aa502e1dea --- /dev/null +++ b/Symbolic/Resources/material-icons/add_chart.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_chart.sharp.svg b/Symbolic/Resources/material-icons/add_chart.sharp.svg new file mode 100644 index 0000000000..190a75f701 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_chart.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_chart.twotone.svg b/Symbolic/Resources/material-icons/add_chart.twotone.svg new file mode 100644 index 0000000000..e16dbe6bac --- /dev/null +++ b/Symbolic/Resources/material-icons/add_chart.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_circle.default.svg b/Symbolic/Resources/material-icons/add_circle.default.svg new file mode 100644 index 0000000000..62c119a4f0 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_circle.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_circle.outlined.svg b/Symbolic/Resources/material-icons/add_circle.outlined.svg new file mode 100644 index 0000000000..2431b3b368 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_circle.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_circle.round.svg b/Symbolic/Resources/material-icons/add_circle.round.svg new file mode 100644 index 0000000000..7dba43dd6f --- /dev/null +++ b/Symbolic/Resources/material-icons/add_circle.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_circle.sharp.svg b/Symbolic/Resources/material-icons/add_circle.sharp.svg new file mode 100644 index 0000000000..2431b3b368 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_circle.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_circle.twotone.svg b/Symbolic/Resources/material-icons/add_circle.twotone.svg new file mode 100644 index 0000000000..aae32b0ce1 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_circle.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_circle_outline.default.svg b/Symbolic/Resources/material-icons/add_circle_outline.default.svg new file mode 100644 index 0000000000..5ef449b24b --- /dev/null +++ b/Symbolic/Resources/material-icons/add_circle_outline.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_circle_outline.outlined.svg b/Symbolic/Resources/material-icons/add_circle_outline.outlined.svg new file mode 100644 index 0000000000..cc6ed7e7a9 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_circle_outline.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_circle_outline.round.svg b/Symbolic/Resources/material-icons/add_circle_outline.round.svg new file mode 100644 index 0000000000..951a86227f --- /dev/null +++ b/Symbolic/Resources/material-icons/add_circle_outline.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_circle_outline.sharp.svg b/Symbolic/Resources/material-icons/add_circle_outline.sharp.svg new file mode 100644 index 0000000000..cc6ed7e7a9 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_circle_outline.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_circle_outline.twotone.svg b/Symbolic/Resources/material-icons/add_circle_outline.twotone.svg new file mode 100644 index 0000000000..a0f882ab67 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_circle_outline.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_comment.default.svg b/Symbolic/Resources/material-icons/add_comment.default.svg new file mode 100644 index 0000000000..7fd759de69 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_comment.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_comment.outlined.svg b/Symbolic/Resources/material-icons/add_comment.outlined.svg new file mode 100644 index 0000000000..b31146b322 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_comment.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_comment.round.svg b/Symbolic/Resources/material-icons/add_comment.round.svg new file mode 100644 index 0000000000..a798721bfd --- /dev/null +++ b/Symbolic/Resources/material-icons/add_comment.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_comment.sharp.svg b/Symbolic/Resources/material-icons/add_comment.sharp.svg new file mode 100644 index 0000000000..f526df23f2 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_comment.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_comment.twotone.svg b/Symbolic/Resources/material-icons/add_comment.twotone.svg new file mode 100644 index 0000000000..29c9e8cb8d --- /dev/null +++ b/Symbolic/Resources/material-icons/add_comment.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_home.default.svg b/Symbolic/Resources/material-icons/add_home.default.svg new file mode 100644 index 0000000000..b2a5ab5097 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_home.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_home.outlined.svg b/Symbolic/Resources/material-icons/add_home.outlined.svg new file mode 100644 index 0000000000..7e1f1b63f1 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_home.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_home.round.svg b/Symbolic/Resources/material-icons/add_home.round.svg new file mode 100644 index 0000000000..3528e912c8 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_home.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_home.sharp.svg b/Symbolic/Resources/material-icons/add_home.sharp.svg new file mode 100644 index 0000000000..b2a5ab5097 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_home.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_home.twotone.svg b/Symbolic/Resources/material-icons/add_home.twotone.svg new file mode 100644 index 0000000000..1ac5294191 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_home.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_home_work.default.svg b/Symbolic/Resources/material-icons/add_home_work.default.svg new file mode 100644 index 0000000000..64e9c9efb9 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_home_work.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_home_work.outlined.svg b/Symbolic/Resources/material-icons/add_home_work.outlined.svg new file mode 100644 index 0000000000..592ac0f358 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_home_work.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_home_work.round.svg b/Symbolic/Resources/material-icons/add_home_work.round.svg new file mode 100644 index 0000000000..20c9f3bc29 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_home_work.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_home_work.sharp.svg b/Symbolic/Resources/material-icons/add_home_work.sharp.svg new file mode 100644 index 0000000000..64e9c9efb9 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_home_work.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_home_work.twotone.svg b/Symbolic/Resources/material-icons/add_home_work.twotone.svg new file mode 100644 index 0000000000..c9ea0e959c --- /dev/null +++ b/Symbolic/Resources/material-icons/add_home_work.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_ic_call.default.svg b/Symbolic/Resources/material-icons/add_ic_call.default.svg new file mode 100644 index 0000000000..0ef98ff23c --- /dev/null +++ b/Symbolic/Resources/material-icons/add_ic_call.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_ic_call.outlined.svg b/Symbolic/Resources/material-icons/add_ic_call.outlined.svg new file mode 100644 index 0000000000..9e56a0a578 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_ic_call.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_ic_call.round.svg b/Symbolic/Resources/material-icons/add_ic_call.round.svg new file mode 100644 index 0000000000..9393be5dce --- /dev/null +++ b/Symbolic/Resources/material-icons/add_ic_call.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_ic_call.sharp.svg b/Symbolic/Resources/material-icons/add_ic_call.sharp.svg new file mode 100644 index 0000000000..150682b71a --- /dev/null +++ b/Symbolic/Resources/material-icons/add_ic_call.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_ic_call.twotone.svg b/Symbolic/Resources/material-icons/add_ic_call.twotone.svg new file mode 100644 index 0000000000..8a427cfcd7 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_ic_call.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_link.default.svg b/Symbolic/Resources/material-icons/add_link.default.svg new file mode 100644 index 0000000000..5b3749930d --- /dev/null +++ b/Symbolic/Resources/material-icons/add_link.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_link.outlined.svg b/Symbolic/Resources/material-icons/add_link.outlined.svg new file mode 100644 index 0000000000..e26d7ed599 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_link.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_link.round.svg b/Symbolic/Resources/material-icons/add_link.round.svg new file mode 100644 index 0000000000..edd098bef5 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_link.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_link.sharp.svg b/Symbolic/Resources/material-icons/add_link.sharp.svg new file mode 100644 index 0000000000..e26d7ed599 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_link.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_link.twotone.svg b/Symbolic/Resources/material-icons/add_link.twotone.svg new file mode 100644 index 0000000000..e26d7ed599 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_link.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_location.default.svg b/Symbolic/Resources/material-icons/add_location.default.svg new file mode 100644 index 0000000000..8531ed8778 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_location.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_location.outlined.svg b/Symbolic/Resources/material-icons/add_location.outlined.svg new file mode 100644 index 0000000000..10ba590c2c --- /dev/null +++ b/Symbolic/Resources/material-icons/add_location.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_location.round.svg b/Symbolic/Resources/material-icons/add_location.round.svg new file mode 100644 index 0000000000..f1d5faae79 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_location.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_location.sharp.svg b/Symbolic/Resources/material-icons/add_location.sharp.svg new file mode 100644 index 0000000000..a8e2c1d8cf --- /dev/null +++ b/Symbolic/Resources/material-icons/add_location.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_location.twotone.svg b/Symbolic/Resources/material-icons/add_location.twotone.svg new file mode 100644 index 0000000000..a491ee75f4 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_location.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_location_alt.default.svg b/Symbolic/Resources/material-icons/add_location_alt.default.svg new file mode 100644 index 0000000000..4e332a5c46 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_location_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_location_alt.outlined.svg b/Symbolic/Resources/material-icons/add_location_alt.outlined.svg new file mode 100644 index 0000000000..70b68ebe91 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_location_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_location_alt.round.svg b/Symbolic/Resources/material-icons/add_location_alt.round.svg new file mode 100644 index 0000000000..1948a87c62 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_location_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_location_alt.sharp.svg b/Symbolic/Resources/material-icons/add_location_alt.sharp.svg new file mode 100644 index 0000000000..4e332a5c46 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_location_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_location_alt.twotone.svg b/Symbolic/Resources/material-icons/add_location_alt.twotone.svg new file mode 100644 index 0000000000..c1facfffe3 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_location_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_moderator.default.svg b/Symbolic/Resources/material-icons/add_moderator.default.svg new file mode 100644 index 0000000000..7afb673ffa --- /dev/null +++ b/Symbolic/Resources/material-icons/add_moderator.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_moderator.outlined.svg b/Symbolic/Resources/material-icons/add_moderator.outlined.svg new file mode 100644 index 0000000000..6f9f56d36e --- /dev/null +++ b/Symbolic/Resources/material-icons/add_moderator.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_moderator.round.svg b/Symbolic/Resources/material-icons/add_moderator.round.svg new file mode 100644 index 0000000000..163849aec1 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_moderator.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_moderator.sharp.svg b/Symbolic/Resources/material-icons/add_moderator.sharp.svg new file mode 100644 index 0000000000..ec24467c25 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_moderator.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_moderator.twotone.svg b/Symbolic/Resources/material-icons/add_moderator.twotone.svg new file mode 100644 index 0000000000..7d88fa4943 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_moderator.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_photo_alternate.default.svg b/Symbolic/Resources/material-icons/add_photo_alternate.default.svg new file mode 100644 index 0000000000..4970737e0c --- /dev/null +++ b/Symbolic/Resources/material-icons/add_photo_alternate.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_photo_alternate.outlined.svg b/Symbolic/Resources/material-icons/add_photo_alternate.outlined.svg new file mode 100644 index 0000000000..65ec2d512a --- /dev/null +++ b/Symbolic/Resources/material-icons/add_photo_alternate.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_photo_alternate.round.svg b/Symbolic/Resources/material-icons/add_photo_alternate.round.svg new file mode 100644 index 0000000000..15cfdf2d2a --- /dev/null +++ b/Symbolic/Resources/material-icons/add_photo_alternate.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_photo_alternate.sharp.svg b/Symbolic/Resources/material-icons/add_photo_alternate.sharp.svg new file mode 100644 index 0000000000..23cc8fee7b --- /dev/null +++ b/Symbolic/Resources/material-icons/add_photo_alternate.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_photo_alternate.twotone.svg b/Symbolic/Resources/material-icons/add_photo_alternate.twotone.svg new file mode 100644 index 0000000000..b754f3a2ed --- /dev/null +++ b/Symbolic/Resources/material-icons/add_photo_alternate.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_reaction.default.svg b/Symbolic/Resources/material-icons/add_reaction.default.svg new file mode 100644 index 0000000000..7b88cb0be5 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_reaction.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_reaction.outlined.svg b/Symbolic/Resources/material-icons/add_reaction.outlined.svg new file mode 100644 index 0000000000..2288858ec8 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_reaction.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_reaction.round.svg b/Symbolic/Resources/material-icons/add_reaction.round.svg new file mode 100644 index 0000000000..e536c8a4f3 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_reaction.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_reaction.sharp.svg b/Symbolic/Resources/material-icons/add_reaction.sharp.svg new file mode 100644 index 0000000000..7b88cb0be5 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_reaction.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_reaction.twotone.svg b/Symbolic/Resources/material-icons/add_reaction.twotone.svg new file mode 100644 index 0000000000..cbb0f2af42 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_reaction.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_road.default.svg b/Symbolic/Resources/material-icons/add_road.default.svg new file mode 100644 index 0000000000..f76638c654 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_road.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_road.outlined.svg b/Symbolic/Resources/material-icons/add_road.outlined.svg new file mode 100644 index 0000000000..f76638c654 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_road.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_road.round.svg b/Symbolic/Resources/material-icons/add_road.round.svg new file mode 100644 index 0000000000..774cdaf9f5 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_road.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_road.sharp.svg b/Symbolic/Resources/material-icons/add_road.sharp.svg new file mode 100644 index 0000000000..f76638c654 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_road.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_road.twotone.svg b/Symbolic/Resources/material-icons/add_road.twotone.svg new file mode 100644 index 0000000000..f76638c654 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_road.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_shopping_cart.default.svg b/Symbolic/Resources/material-icons/add_shopping_cart.default.svg new file mode 100644 index 0000000000..59fe553217 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_shopping_cart.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_shopping_cart.outlined.svg b/Symbolic/Resources/material-icons/add_shopping_cart.outlined.svg new file mode 100644 index 0000000000..cd28710d32 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_shopping_cart.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_shopping_cart.round.svg b/Symbolic/Resources/material-icons/add_shopping_cart.round.svg new file mode 100644 index 0000000000..ac16ecb1b9 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_shopping_cart.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_shopping_cart.sharp.svg b/Symbolic/Resources/material-icons/add_shopping_cart.sharp.svg new file mode 100644 index 0000000000..e41d31f57d --- /dev/null +++ b/Symbolic/Resources/material-icons/add_shopping_cart.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_shopping_cart.twotone.svg b/Symbolic/Resources/material-icons/add_shopping_cart.twotone.svg new file mode 100644 index 0000000000..fd0cc21e58 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_shopping_cart.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_task.default.svg b/Symbolic/Resources/material-icons/add_task.default.svg new file mode 100644 index 0000000000..0767f8b746 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_task.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_task.outlined.svg b/Symbolic/Resources/material-icons/add_task.outlined.svg new file mode 100644 index 0000000000..0767f8b746 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_task.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_task.round.svg b/Symbolic/Resources/material-icons/add_task.round.svg new file mode 100644 index 0000000000..7b886be2b4 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_task.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_task.sharp.svg b/Symbolic/Resources/material-icons/add_task.sharp.svg new file mode 100644 index 0000000000..0767f8b746 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_task.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_task.twotone.svg b/Symbolic/Resources/material-icons/add_task.twotone.svg new file mode 100644 index 0000000000..0767f8b746 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_task.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_to_drive.default.svg b/Symbolic/Resources/material-icons/add_to_drive.default.svg new file mode 100644 index 0000000000..ef35ac3047 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_to_drive.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_to_drive.outlined.svg b/Symbolic/Resources/material-icons/add_to_drive.outlined.svg new file mode 100644 index 0000000000..9e2ff854c6 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_to_drive.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_to_drive.round.svg b/Symbolic/Resources/material-icons/add_to_drive.round.svg new file mode 100644 index 0000000000..9e2ff854c6 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_to_drive.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_to_drive.sharp.svg b/Symbolic/Resources/material-icons/add_to_drive.sharp.svg new file mode 100644 index 0000000000..9e2ff854c6 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_to_drive.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_to_drive.twotone.svg b/Symbolic/Resources/material-icons/add_to_drive.twotone.svg new file mode 100644 index 0000000000..9e2ff854c6 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_to_drive.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_to_home_screen.default.svg b/Symbolic/Resources/material-icons/add_to_home_screen.default.svg new file mode 100644 index 0000000000..1c8963f3ef --- /dev/null +++ b/Symbolic/Resources/material-icons/add_to_home_screen.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_to_home_screen.outlined.svg b/Symbolic/Resources/material-icons/add_to_home_screen.outlined.svg new file mode 100644 index 0000000000..f106657f0b --- /dev/null +++ b/Symbolic/Resources/material-icons/add_to_home_screen.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_to_home_screen.round.svg b/Symbolic/Resources/material-icons/add_to_home_screen.round.svg new file mode 100644 index 0000000000..2db92b0bd4 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_to_home_screen.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_to_home_screen.sharp.svg b/Symbolic/Resources/material-icons/add_to_home_screen.sharp.svg new file mode 100644 index 0000000000..b368e2a72a --- /dev/null +++ b/Symbolic/Resources/material-icons/add_to_home_screen.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_to_home_screen.twotone.svg b/Symbolic/Resources/material-icons/add_to_home_screen.twotone.svg new file mode 100644 index 0000000000..f106657f0b --- /dev/null +++ b/Symbolic/Resources/material-icons/add_to_home_screen.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_to_photos.default.svg b/Symbolic/Resources/material-icons/add_to_photos.default.svg new file mode 100644 index 0000000000..e7114513e8 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_to_photos.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_to_photos.outlined.svg b/Symbolic/Resources/material-icons/add_to_photos.outlined.svg new file mode 100644 index 0000000000..e83adcf415 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_to_photos.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_to_photos.round.svg b/Symbolic/Resources/material-icons/add_to_photos.round.svg new file mode 100644 index 0000000000..46212a182a --- /dev/null +++ b/Symbolic/Resources/material-icons/add_to_photos.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_to_photos.sharp.svg b/Symbolic/Resources/material-icons/add_to_photos.sharp.svg new file mode 100644 index 0000000000..68b299ac5a --- /dev/null +++ b/Symbolic/Resources/material-icons/add_to_photos.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_to_photos.twotone.svg b/Symbolic/Resources/material-icons/add_to_photos.twotone.svg new file mode 100644 index 0000000000..39199642d9 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_to_photos.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_to_queue.default.svg b/Symbolic/Resources/material-icons/add_to_queue.default.svg new file mode 100644 index 0000000000..96ec56203a --- /dev/null +++ b/Symbolic/Resources/material-icons/add_to_queue.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_to_queue.outlined.svg b/Symbolic/Resources/material-icons/add_to_queue.outlined.svg new file mode 100644 index 0000000000..47461bc7af --- /dev/null +++ b/Symbolic/Resources/material-icons/add_to_queue.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_to_queue.round.svg b/Symbolic/Resources/material-icons/add_to_queue.round.svg new file mode 100644 index 0000000000..73fbcff2bc --- /dev/null +++ b/Symbolic/Resources/material-icons/add_to_queue.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_to_queue.sharp.svg b/Symbolic/Resources/material-icons/add_to_queue.sharp.svg new file mode 100644 index 0000000000..a65b78e389 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_to_queue.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/add_to_queue.twotone.svg b/Symbolic/Resources/material-icons/add_to_queue.twotone.svg new file mode 100644 index 0000000000..6fae4bfc38 --- /dev/null +++ b/Symbolic/Resources/material-icons/add_to_queue.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/addchart.default.svg b/Symbolic/Resources/material-icons/addchart.default.svg new file mode 100644 index 0000000000..c15d9add2f --- /dev/null +++ b/Symbolic/Resources/material-icons/addchart.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/addchart.outlined.svg b/Symbolic/Resources/material-icons/addchart.outlined.svg new file mode 100644 index 0000000000..3b5a00b37b --- /dev/null +++ b/Symbolic/Resources/material-icons/addchart.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/addchart.round.svg b/Symbolic/Resources/material-icons/addchart.round.svg new file mode 100644 index 0000000000..7796a808d5 --- /dev/null +++ b/Symbolic/Resources/material-icons/addchart.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/addchart.sharp.svg b/Symbolic/Resources/material-icons/addchart.sharp.svg new file mode 100644 index 0000000000..2435bac134 --- /dev/null +++ b/Symbolic/Resources/material-icons/addchart.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/addchart.twotone.svg b/Symbolic/Resources/material-icons/addchart.twotone.svg new file mode 100644 index 0000000000..3b5a00b37b --- /dev/null +++ b/Symbolic/Resources/material-icons/addchart.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/adf_scanner.default.svg b/Symbolic/Resources/material-icons/adf_scanner.default.svg new file mode 100644 index 0000000000..d9fc7f9d14 --- /dev/null +++ b/Symbolic/Resources/material-icons/adf_scanner.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/adf_scanner.outlined.svg b/Symbolic/Resources/material-icons/adf_scanner.outlined.svg new file mode 100644 index 0000000000..7908a593d9 --- /dev/null +++ b/Symbolic/Resources/material-icons/adf_scanner.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/adf_scanner.round.svg b/Symbolic/Resources/material-icons/adf_scanner.round.svg new file mode 100644 index 0000000000..aa646a0487 --- /dev/null +++ b/Symbolic/Resources/material-icons/adf_scanner.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/adf_scanner.sharp.svg b/Symbolic/Resources/material-icons/adf_scanner.sharp.svg new file mode 100644 index 0000000000..517c00186f --- /dev/null +++ b/Symbolic/Resources/material-icons/adf_scanner.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/adf_scanner.twotone.svg b/Symbolic/Resources/material-icons/adf_scanner.twotone.svg new file mode 100644 index 0000000000..00cacd4cc8 --- /dev/null +++ b/Symbolic/Resources/material-icons/adf_scanner.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/adjust.default.svg b/Symbolic/Resources/material-icons/adjust.default.svg new file mode 100644 index 0000000000..6b3f55b647 --- /dev/null +++ b/Symbolic/Resources/material-icons/adjust.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/adjust.outlined.svg b/Symbolic/Resources/material-icons/adjust.outlined.svg new file mode 100644 index 0000000000..081682823b --- /dev/null +++ b/Symbolic/Resources/material-icons/adjust.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/adjust.round.svg b/Symbolic/Resources/material-icons/adjust.round.svg new file mode 100644 index 0000000000..081682823b --- /dev/null +++ b/Symbolic/Resources/material-icons/adjust.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/adjust.sharp.svg b/Symbolic/Resources/material-icons/adjust.sharp.svg new file mode 100644 index 0000000000..081682823b --- /dev/null +++ b/Symbolic/Resources/material-icons/adjust.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/adjust.twotone.svg b/Symbolic/Resources/material-icons/adjust.twotone.svg new file mode 100644 index 0000000000..f6da3e33c1 --- /dev/null +++ b/Symbolic/Resources/material-icons/adjust.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/admin_panel_settings.default.svg b/Symbolic/Resources/material-icons/admin_panel_settings.default.svg new file mode 100644 index 0000000000..b47637eda2 --- /dev/null +++ b/Symbolic/Resources/material-icons/admin_panel_settings.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/admin_panel_settings.outlined.svg b/Symbolic/Resources/material-icons/admin_panel_settings.outlined.svg new file mode 100644 index 0000000000..f990551fde --- /dev/null +++ b/Symbolic/Resources/material-icons/admin_panel_settings.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/admin_panel_settings.round.svg b/Symbolic/Resources/material-icons/admin_panel_settings.round.svg new file mode 100644 index 0000000000..c106a123da --- /dev/null +++ b/Symbolic/Resources/material-icons/admin_panel_settings.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/admin_panel_settings.sharp.svg b/Symbolic/Resources/material-icons/admin_panel_settings.sharp.svg new file mode 100644 index 0000000000..b47637eda2 --- /dev/null +++ b/Symbolic/Resources/material-icons/admin_panel_settings.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/admin_panel_settings.twotone.svg b/Symbolic/Resources/material-icons/admin_panel_settings.twotone.svg new file mode 100644 index 0000000000..7a27744d18 --- /dev/null +++ b/Symbolic/Resources/material-icons/admin_panel_settings.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ads_click.default.svg b/Symbolic/Resources/material-icons/ads_click.default.svg new file mode 100644 index 0000000000..ac9eb63cb1 --- /dev/null +++ b/Symbolic/Resources/material-icons/ads_click.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ads_click.outlined.svg b/Symbolic/Resources/material-icons/ads_click.outlined.svg new file mode 100644 index 0000000000..ac9eb63cb1 --- /dev/null +++ b/Symbolic/Resources/material-icons/ads_click.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ads_click.round.svg b/Symbolic/Resources/material-icons/ads_click.round.svg new file mode 100644 index 0000000000..9516acace4 --- /dev/null +++ b/Symbolic/Resources/material-icons/ads_click.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ads_click.sharp.svg b/Symbolic/Resources/material-icons/ads_click.sharp.svg new file mode 100644 index 0000000000..ac9eb63cb1 --- /dev/null +++ b/Symbolic/Resources/material-icons/ads_click.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ads_click.twotone.svg b/Symbolic/Resources/material-icons/ads_click.twotone.svg new file mode 100644 index 0000000000..ac9eb63cb1 --- /dev/null +++ b/Symbolic/Resources/material-icons/ads_click.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/agriculture.default.svg b/Symbolic/Resources/material-icons/agriculture.default.svg new file mode 100644 index 0000000000..fab87b9ad0 --- /dev/null +++ b/Symbolic/Resources/material-icons/agriculture.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/agriculture.outlined.svg b/Symbolic/Resources/material-icons/agriculture.outlined.svg new file mode 100644 index 0000000000..56bab70c24 --- /dev/null +++ b/Symbolic/Resources/material-icons/agriculture.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/agriculture.round.svg b/Symbolic/Resources/material-icons/agriculture.round.svg new file mode 100644 index 0000000000..bdcd164e52 --- /dev/null +++ b/Symbolic/Resources/material-icons/agriculture.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/agriculture.sharp.svg b/Symbolic/Resources/material-icons/agriculture.sharp.svg new file mode 100644 index 0000000000..fab87b9ad0 --- /dev/null +++ b/Symbolic/Resources/material-icons/agriculture.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/agriculture.twotone.svg b/Symbolic/Resources/material-icons/agriculture.twotone.svg new file mode 100644 index 0000000000..77d43a61bd --- /dev/null +++ b/Symbolic/Resources/material-icons/agriculture.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/air.default.svg b/Symbolic/Resources/material-icons/air.default.svg new file mode 100644 index 0000000000..ec640af3d3 --- /dev/null +++ b/Symbolic/Resources/material-icons/air.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/air.outlined.svg b/Symbolic/Resources/material-icons/air.outlined.svg new file mode 100644 index 0000000000..ec640af3d3 --- /dev/null +++ b/Symbolic/Resources/material-icons/air.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/air.round.svg b/Symbolic/Resources/material-icons/air.round.svg new file mode 100644 index 0000000000..12a87b1bbd --- /dev/null +++ b/Symbolic/Resources/material-icons/air.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/air.sharp.svg b/Symbolic/Resources/material-icons/air.sharp.svg new file mode 100644 index 0000000000..ec640af3d3 --- /dev/null +++ b/Symbolic/Resources/material-icons/air.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/air.twotone.svg b/Symbolic/Resources/material-icons/air.twotone.svg new file mode 100644 index 0000000000..ec640af3d3 --- /dev/null +++ b/Symbolic/Resources/material-icons/air.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_flat.default.svg b/Symbolic/Resources/material-icons/airline_seat_flat.default.svg new file mode 100644 index 0000000000..849bf5ea55 --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_flat.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_flat.outlined.svg b/Symbolic/Resources/material-icons/airline_seat_flat.outlined.svg new file mode 100644 index 0000000000..338c07f981 --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_flat.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_flat.round.svg b/Symbolic/Resources/material-icons/airline_seat_flat.round.svg new file mode 100644 index 0000000000..a6176f700f --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_flat.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_flat.sharp.svg b/Symbolic/Resources/material-icons/airline_seat_flat.sharp.svg new file mode 100644 index 0000000000..9853551ade --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_flat.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_flat.twotone.svg b/Symbolic/Resources/material-icons/airline_seat_flat.twotone.svg new file mode 100644 index 0000000000..5ffbf54d97 --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_flat.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_flat_angled.default.svg b/Symbolic/Resources/material-icons/airline_seat_flat_angled.default.svg new file mode 100644 index 0000000000..658338360d --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_flat_angled.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_flat_angled.outlined.svg b/Symbolic/Resources/material-icons/airline_seat_flat_angled.outlined.svg new file mode 100644 index 0000000000..eafbdd5dbd --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_flat_angled.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_flat_angled.round.svg b/Symbolic/Resources/material-icons/airline_seat_flat_angled.round.svg new file mode 100644 index 0000000000..fc07214364 --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_flat_angled.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_flat_angled.sharp.svg b/Symbolic/Resources/material-icons/airline_seat_flat_angled.sharp.svg new file mode 100644 index 0000000000..3199116f3c --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_flat_angled.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_flat_angled.twotone.svg b/Symbolic/Resources/material-icons/airline_seat_flat_angled.twotone.svg new file mode 100644 index 0000000000..bdc218049b --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_flat_angled.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_individual_suite.default.svg b/Symbolic/Resources/material-icons/airline_seat_individual_suite.default.svg new file mode 100644 index 0000000000..33779b2781 --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_individual_suite.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_individual_suite.outlined.svg b/Symbolic/Resources/material-icons/airline_seat_individual_suite.outlined.svg new file mode 100644 index 0000000000..ff76b7e95d --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_individual_suite.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_individual_suite.round.svg b/Symbolic/Resources/material-icons/airline_seat_individual_suite.round.svg new file mode 100644 index 0000000000..4c404a2d40 --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_individual_suite.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_individual_suite.sharp.svg b/Symbolic/Resources/material-icons/airline_seat_individual_suite.sharp.svg new file mode 100644 index 0000000000..5882ea3d71 --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_individual_suite.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_individual_suite.twotone.svg b/Symbolic/Resources/material-icons/airline_seat_individual_suite.twotone.svg new file mode 100644 index 0000000000..c49d658f57 --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_individual_suite.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_legroom_extra.default.svg b/Symbolic/Resources/material-icons/airline_seat_legroom_extra.default.svg new file mode 100644 index 0000000000..f7608c2243 --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_legroom_extra.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_legroom_extra.outlined.svg b/Symbolic/Resources/material-icons/airline_seat_legroom_extra.outlined.svg new file mode 100644 index 0000000000..eb60df64af --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_legroom_extra.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_legroom_extra.round.svg b/Symbolic/Resources/material-icons/airline_seat_legroom_extra.round.svg new file mode 100644 index 0000000000..214b2cc702 --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_legroom_extra.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_legroom_extra.sharp.svg b/Symbolic/Resources/material-icons/airline_seat_legroom_extra.sharp.svg new file mode 100644 index 0000000000..30827a37a8 --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_legroom_extra.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_legroom_extra.twotone.svg b/Symbolic/Resources/material-icons/airline_seat_legroom_extra.twotone.svg new file mode 100644 index 0000000000..eb60df64af --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_legroom_extra.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_legroom_normal.default.svg b/Symbolic/Resources/material-icons/airline_seat_legroom_normal.default.svg new file mode 100644 index 0000000000..fada751c67 --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_legroom_normal.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_legroom_normal.outlined.svg b/Symbolic/Resources/material-icons/airline_seat_legroom_normal.outlined.svg new file mode 100644 index 0000000000..6d009f4990 --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_legroom_normal.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_legroom_normal.round.svg b/Symbolic/Resources/material-icons/airline_seat_legroom_normal.round.svg new file mode 100644 index 0000000000..15d06fa74c --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_legroom_normal.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_legroom_normal.sharp.svg b/Symbolic/Resources/material-icons/airline_seat_legroom_normal.sharp.svg new file mode 100644 index 0000000000..020232101d --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_legroom_normal.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_legroom_normal.twotone.svg b/Symbolic/Resources/material-icons/airline_seat_legroom_normal.twotone.svg new file mode 100644 index 0000000000..6d009f4990 --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_legroom_normal.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_legroom_reduced.default.svg b/Symbolic/Resources/material-icons/airline_seat_legroom_reduced.default.svg new file mode 100644 index 0000000000..90f4008fb0 --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_legroom_reduced.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_legroom_reduced.outlined.svg b/Symbolic/Resources/material-icons/airline_seat_legroom_reduced.outlined.svg new file mode 100644 index 0000000000..dc742ec6e8 --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_legroom_reduced.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_legroom_reduced.round.svg b/Symbolic/Resources/material-icons/airline_seat_legroom_reduced.round.svg new file mode 100644 index 0000000000..50745b90d8 --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_legroom_reduced.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_legroom_reduced.sharp.svg b/Symbolic/Resources/material-icons/airline_seat_legroom_reduced.sharp.svg new file mode 100644 index 0000000000..dc47d69961 --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_legroom_reduced.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_legroom_reduced.twotone.svg b/Symbolic/Resources/material-icons/airline_seat_legroom_reduced.twotone.svg new file mode 100644 index 0000000000..dc742ec6e8 --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_legroom_reduced.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_recline_extra.default.svg b/Symbolic/Resources/material-icons/airline_seat_recline_extra.default.svg new file mode 100644 index 0000000000..f22333d2a1 --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_recline_extra.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_recline_extra.outlined.svg b/Symbolic/Resources/material-icons/airline_seat_recline_extra.outlined.svg new file mode 100644 index 0000000000..27519c5649 --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_recline_extra.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_recline_extra.round.svg b/Symbolic/Resources/material-icons/airline_seat_recline_extra.round.svg new file mode 100644 index 0000000000..98031d744c --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_recline_extra.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_recline_extra.sharp.svg b/Symbolic/Resources/material-icons/airline_seat_recline_extra.sharp.svg new file mode 100644 index 0000000000..838e20a651 --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_recline_extra.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_recline_extra.twotone.svg b/Symbolic/Resources/material-icons/airline_seat_recline_extra.twotone.svg new file mode 100644 index 0000000000..27519c5649 --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_recline_extra.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_recline_normal.default.svg b/Symbolic/Resources/material-icons/airline_seat_recline_normal.default.svg new file mode 100644 index 0000000000..2243e58a91 --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_recline_normal.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_recline_normal.outlined.svg b/Symbolic/Resources/material-icons/airline_seat_recline_normal.outlined.svg new file mode 100644 index 0000000000..1e62e27844 --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_recline_normal.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_recline_normal.round.svg b/Symbolic/Resources/material-icons/airline_seat_recline_normal.round.svg new file mode 100644 index 0000000000..830ca8ccef --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_recline_normal.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_recline_normal.sharp.svg b/Symbolic/Resources/material-icons/airline_seat_recline_normal.sharp.svg new file mode 100644 index 0000000000..9592233b27 --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_recline_normal.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_seat_recline_normal.twotone.svg b/Symbolic/Resources/material-icons/airline_seat_recline_normal.twotone.svg new file mode 100644 index 0000000000..1e62e27844 --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_seat_recline_normal.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_stops.default.svg b/Symbolic/Resources/material-icons/airline_stops.default.svg new file mode 100644 index 0000000000..3cdf42dd79 --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_stops.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_stops.outlined.svg b/Symbolic/Resources/material-icons/airline_stops.outlined.svg new file mode 100644 index 0000000000..c8853bdebc --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_stops.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_stops.round.svg b/Symbolic/Resources/material-icons/airline_stops.round.svg new file mode 100644 index 0000000000..13448bf743 --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_stops.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_stops.sharp.svg b/Symbolic/Resources/material-icons/airline_stops.sharp.svg new file mode 100644 index 0000000000..3cdf42dd79 --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_stops.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airline_stops.twotone.svg b/Symbolic/Resources/material-icons/airline_stops.twotone.svg new file mode 100644 index 0000000000..3cdf42dd79 --- /dev/null +++ b/Symbolic/Resources/material-icons/airline_stops.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airlines.default.svg b/Symbolic/Resources/material-icons/airlines.default.svg new file mode 100644 index 0000000000..4913a7aced --- /dev/null +++ b/Symbolic/Resources/material-icons/airlines.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airlines.outlined.svg b/Symbolic/Resources/material-icons/airlines.outlined.svg new file mode 100644 index 0000000000..2c5ec91210 --- /dev/null +++ b/Symbolic/Resources/material-icons/airlines.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airlines.round.svg b/Symbolic/Resources/material-icons/airlines.round.svg new file mode 100644 index 0000000000..932159b9f8 --- /dev/null +++ b/Symbolic/Resources/material-icons/airlines.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airlines.sharp.svg b/Symbolic/Resources/material-icons/airlines.sharp.svg new file mode 100644 index 0000000000..4913a7aced --- /dev/null +++ b/Symbolic/Resources/material-icons/airlines.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airlines.twotone.svg b/Symbolic/Resources/material-icons/airlines.twotone.svg new file mode 100644 index 0000000000..ea712b59c8 --- /dev/null +++ b/Symbolic/Resources/material-icons/airlines.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airplane_ticket.default.svg b/Symbolic/Resources/material-icons/airplane_ticket.default.svg new file mode 100644 index 0000000000..70e4419caa --- /dev/null +++ b/Symbolic/Resources/material-icons/airplane_ticket.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airplane_ticket.outlined.svg b/Symbolic/Resources/material-icons/airplane_ticket.outlined.svg new file mode 100644 index 0000000000..362dc2f47e --- /dev/null +++ b/Symbolic/Resources/material-icons/airplane_ticket.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airplane_ticket.round.svg b/Symbolic/Resources/material-icons/airplane_ticket.round.svg new file mode 100644 index 0000000000..4ac9e0256b --- /dev/null +++ b/Symbolic/Resources/material-icons/airplane_ticket.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airplane_ticket.sharp.svg b/Symbolic/Resources/material-icons/airplane_ticket.sharp.svg new file mode 100644 index 0000000000..6bdbcbeaeb --- /dev/null +++ b/Symbolic/Resources/material-icons/airplane_ticket.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airplane_ticket.twotone.svg b/Symbolic/Resources/material-icons/airplane_ticket.twotone.svg new file mode 100644 index 0000000000..52fdc28afe --- /dev/null +++ b/Symbolic/Resources/material-icons/airplane_ticket.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airplanemode_active.default.svg b/Symbolic/Resources/material-icons/airplanemode_active.default.svg new file mode 100644 index 0000000000..916e1b3079 --- /dev/null +++ b/Symbolic/Resources/material-icons/airplanemode_active.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airplanemode_active.outlined.svg b/Symbolic/Resources/material-icons/airplanemode_active.outlined.svg new file mode 100644 index 0000000000..916e1b3079 --- /dev/null +++ b/Symbolic/Resources/material-icons/airplanemode_active.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airplanemode_active.round.svg b/Symbolic/Resources/material-icons/airplanemode_active.round.svg new file mode 100644 index 0000000000..2eca5435b4 --- /dev/null +++ b/Symbolic/Resources/material-icons/airplanemode_active.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airplanemode_active.sharp.svg b/Symbolic/Resources/material-icons/airplanemode_active.sharp.svg new file mode 100644 index 0000000000..916e1b3079 --- /dev/null +++ b/Symbolic/Resources/material-icons/airplanemode_active.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airplanemode_active.twotone.svg b/Symbolic/Resources/material-icons/airplanemode_active.twotone.svg new file mode 100644 index 0000000000..916e1b3079 --- /dev/null +++ b/Symbolic/Resources/material-icons/airplanemode_active.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airplanemode_inactive.default.svg b/Symbolic/Resources/material-icons/airplanemode_inactive.default.svg new file mode 100644 index 0000000000..8402b5744b --- /dev/null +++ b/Symbolic/Resources/material-icons/airplanemode_inactive.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airplanemode_inactive.outlined.svg b/Symbolic/Resources/material-icons/airplanemode_inactive.outlined.svg new file mode 100644 index 0000000000..8402b5744b --- /dev/null +++ b/Symbolic/Resources/material-icons/airplanemode_inactive.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airplanemode_inactive.round.svg b/Symbolic/Resources/material-icons/airplanemode_inactive.round.svg new file mode 100644 index 0000000000..de962c6b4f --- /dev/null +++ b/Symbolic/Resources/material-icons/airplanemode_inactive.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airplanemode_inactive.sharp.svg b/Symbolic/Resources/material-icons/airplanemode_inactive.sharp.svg new file mode 100644 index 0000000000..8402b5744b --- /dev/null +++ b/Symbolic/Resources/material-icons/airplanemode_inactive.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airplanemode_inactive.twotone.svg b/Symbolic/Resources/material-icons/airplanemode_inactive.twotone.svg new file mode 100644 index 0000000000..8402b5744b --- /dev/null +++ b/Symbolic/Resources/material-icons/airplanemode_inactive.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airplay.default.svg b/Symbolic/Resources/material-icons/airplay.default.svg new file mode 100644 index 0000000000..4af2b94090 --- /dev/null +++ b/Symbolic/Resources/material-icons/airplay.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airplay.outlined.svg b/Symbolic/Resources/material-icons/airplay.outlined.svg new file mode 100644 index 0000000000..6c76db9588 --- /dev/null +++ b/Symbolic/Resources/material-icons/airplay.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airplay.round.svg b/Symbolic/Resources/material-icons/airplay.round.svg new file mode 100644 index 0000000000..cea5e4f0ff --- /dev/null +++ b/Symbolic/Resources/material-icons/airplay.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airplay.sharp.svg b/Symbolic/Resources/material-icons/airplay.sharp.svg new file mode 100644 index 0000000000..8b4ffb71ef --- /dev/null +++ b/Symbolic/Resources/material-icons/airplay.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airplay.twotone.svg b/Symbolic/Resources/material-icons/airplay.twotone.svg new file mode 100644 index 0000000000..6c76db9588 --- /dev/null +++ b/Symbolic/Resources/material-icons/airplay.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airport_shuttle.default.svg b/Symbolic/Resources/material-icons/airport_shuttle.default.svg new file mode 100644 index 0000000000..0c73ce8973 --- /dev/null +++ b/Symbolic/Resources/material-icons/airport_shuttle.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airport_shuttle.outlined.svg b/Symbolic/Resources/material-icons/airport_shuttle.outlined.svg new file mode 100644 index 0000000000..e8bdbca668 --- /dev/null +++ b/Symbolic/Resources/material-icons/airport_shuttle.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airport_shuttle.round.svg b/Symbolic/Resources/material-icons/airport_shuttle.round.svg new file mode 100644 index 0000000000..fdc72b9dc0 --- /dev/null +++ b/Symbolic/Resources/material-icons/airport_shuttle.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airport_shuttle.sharp.svg b/Symbolic/Resources/material-icons/airport_shuttle.sharp.svg new file mode 100644 index 0000000000..dbe46dbb23 --- /dev/null +++ b/Symbolic/Resources/material-icons/airport_shuttle.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/airport_shuttle.twotone.svg b/Symbolic/Resources/material-icons/airport_shuttle.twotone.svg new file mode 100644 index 0000000000..2a85c5e500 --- /dev/null +++ b/Symbolic/Resources/material-icons/airport_shuttle.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/alarm.default.svg b/Symbolic/Resources/material-icons/alarm.default.svg new file mode 100644 index 0000000000..a0242f91f1 --- /dev/null +++ b/Symbolic/Resources/material-icons/alarm.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/alarm.outlined.svg b/Symbolic/Resources/material-icons/alarm.outlined.svg new file mode 100644 index 0000000000..306a042dae --- /dev/null +++ b/Symbolic/Resources/material-icons/alarm.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/alarm.round.svg b/Symbolic/Resources/material-icons/alarm.round.svg new file mode 100644 index 0000000000..5f1992ced6 --- /dev/null +++ b/Symbolic/Resources/material-icons/alarm.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/alarm.sharp.svg b/Symbolic/Resources/material-icons/alarm.sharp.svg new file mode 100644 index 0000000000..306a042dae --- /dev/null +++ b/Symbolic/Resources/material-icons/alarm.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/alarm.twotone.svg b/Symbolic/Resources/material-icons/alarm.twotone.svg new file mode 100644 index 0000000000..f02a58ae1b --- /dev/null +++ b/Symbolic/Resources/material-icons/alarm.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/alarm_add.default.svg b/Symbolic/Resources/material-icons/alarm_add.default.svg new file mode 100644 index 0000000000..64ae6a46a8 --- /dev/null +++ b/Symbolic/Resources/material-icons/alarm_add.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/alarm_add.outlined.svg b/Symbolic/Resources/material-icons/alarm_add.outlined.svg new file mode 100644 index 0000000000..f8406ba901 --- /dev/null +++ b/Symbolic/Resources/material-icons/alarm_add.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/alarm_add.round.svg b/Symbolic/Resources/material-icons/alarm_add.round.svg new file mode 100644 index 0000000000..ac1acdeeab --- /dev/null +++ b/Symbolic/Resources/material-icons/alarm_add.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/alarm_add.sharp.svg b/Symbolic/Resources/material-icons/alarm_add.sharp.svg new file mode 100644 index 0000000000..f8406ba901 --- /dev/null +++ b/Symbolic/Resources/material-icons/alarm_add.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/alarm_add.twotone.svg b/Symbolic/Resources/material-icons/alarm_add.twotone.svg new file mode 100644 index 0000000000..4d1c51d7f7 --- /dev/null +++ b/Symbolic/Resources/material-icons/alarm_add.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/alarm_off.default.svg b/Symbolic/Resources/material-icons/alarm_off.default.svg new file mode 100644 index 0000000000..951f90e7d1 --- /dev/null +++ b/Symbolic/Resources/material-icons/alarm_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/alarm_off.outlined.svg b/Symbolic/Resources/material-icons/alarm_off.outlined.svg new file mode 100644 index 0000000000..36d847db88 --- /dev/null +++ b/Symbolic/Resources/material-icons/alarm_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/alarm_off.round.svg b/Symbolic/Resources/material-icons/alarm_off.round.svg new file mode 100644 index 0000000000..9f28d4fb68 --- /dev/null +++ b/Symbolic/Resources/material-icons/alarm_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/alarm_off.sharp.svg b/Symbolic/Resources/material-icons/alarm_off.sharp.svg new file mode 100644 index 0000000000..36d847db88 --- /dev/null +++ b/Symbolic/Resources/material-icons/alarm_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/alarm_off.twotone.svg b/Symbolic/Resources/material-icons/alarm_off.twotone.svg new file mode 100644 index 0000000000..542ccdd7b8 --- /dev/null +++ b/Symbolic/Resources/material-icons/alarm_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/alarm_on.default.svg b/Symbolic/Resources/material-icons/alarm_on.default.svg new file mode 100644 index 0000000000..0001bf29d4 --- /dev/null +++ b/Symbolic/Resources/material-icons/alarm_on.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/alarm_on.outlined.svg b/Symbolic/Resources/material-icons/alarm_on.outlined.svg new file mode 100644 index 0000000000..356ad81543 --- /dev/null +++ b/Symbolic/Resources/material-icons/alarm_on.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/alarm_on.round.svg b/Symbolic/Resources/material-icons/alarm_on.round.svg new file mode 100644 index 0000000000..d59c142b2c --- /dev/null +++ b/Symbolic/Resources/material-icons/alarm_on.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/alarm_on.sharp.svg b/Symbolic/Resources/material-icons/alarm_on.sharp.svg new file mode 100644 index 0000000000..356ad81543 --- /dev/null +++ b/Symbolic/Resources/material-icons/alarm_on.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/alarm_on.twotone.svg b/Symbolic/Resources/material-icons/alarm_on.twotone.svg new file mode 100644 index 0000000000..c713dcc12e --- /dev/null +++ b/Symbolic/Resources/material-icons/alarm_on.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/album.default.svg b/Symbolic/Resources/material-icons/album.default.svg new file mode 100644 index 0000000000..dbecf43bb3 --- /dev/null +++ b/Symbolic/Resources/material-icons/album.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/album.outlined.svg b/Symbolic/Resources/material-icons/album.outlined.svg new file mode 100644 index 0000000000..bd899b3def --- /dev/null +++ b/Symbolic/Resources/material-icons/album.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/album.round.svg b/Symbolic/Resources/material-icons/album.round.svg new file mode 100644 index 0000000000..839a28f95f --- /dev/null +++ b/Symbolic/Resources/material-icons/album.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/album.sharp.svg b/Symbolic/Resources/material-icons/album.sharp.svg new file mode 100644 index 0000000000..f59627c047 --- /dev/null +++ b/Symbolic/Resources/material-icons/album.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/album.twotone.svg b/Symbolic/Resources/material-icons/album.twotone.svg new file mode 100644 index 0000000000..d68ce37fd2 --- /dev/null +++ b/Symbolic/Resources/material-icons/album.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/align_horizontal_center.default.svg b/Symbolic/Resources/material-icons/align_horizontal_center.default.svg new file mode 100644 index 0000000000..0bf34335b4 --- /dev/null +++ b/Symbolic/Resources/material-icons/align_horizontal_center.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/align_horizontal_center.outlined.svg b/Symbolic/Resources/material-icons/align_horizontal_center.outlined.svg new file mode 100644 index 0000000000..0bf34335b4 --- /dev/null +++ b/Symbolic/Resources/material-icons/align_horizontal_center.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/align_horizontal_center.round.svg b/Symbolic/Resources/material-icons/align_horizontal_center.round.svg new file mode 100644 index 0000000000..9a7220d8ae --- /dev/null +++ b/Symbolic/Resources/material-icons/align_horizontal_center.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/align_horizontal_center.sharp.svg b/Symbolic/Resources/material-icons/align_horizontal_center.sharp.svg new file mode 100644 index 0000000000..0bf34335b4 --- /dev/null +++ b/Symbolic/Resources/material-icons/align_horizontal_center.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/align_horizontal_center.twotone.svg b/Symbolic/Resources/material-icons/align_horizontal_center.twotone.svg new file mode 100644 index 0000000000..0bf34335b4 --- /dev/null +++ b/Symbolic/Resources/material-icons/align_horizontal_center.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/align_horizontal_left.default.svg b/Symbolic/Resources/material-icons/align_horizontal_left.default.svg new file mode 100644 index 0000000000..66d11e4fc6 --- /dev/null +++ b/Symbolic/Resources/material-icons/align_horizontal_left.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/align_horizontal_left.outlined.svg b/Symbolic/Resources/material-icons/align_horizontal_left.outlined.svg new file mode 100644 index 0000000000..66d11e4fc6 --- /dev/null +++ b/Symbolic/Resources/material-icons/align_horizontal_left.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/align_horizontal_left.round.svg b/Symbolic/Resources/material-icons/align_horizontal_left.round.svg new file mode 100644 index 0000000000..b8b83d1a23 --- /dev/null +++ b/Symbolic/Resources/material-icons/align_horizontal_left.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/align_horizontal_left.sharp.svg b/Symbolic/Resources/material-icons/align_horizontal_left.sharp.svg new file mode 100644 index 0000000000..66d11e4fc6 --- /dev/null +++ b/Symbolic/Resources/material-icons/align_horizontal_left.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/align_horizontal_left.twotone.svg b/Symbolic/Resources/material-icons/align_horizontal_left.twotone.svg new file mode 100644 index 0000000000..66d11e4fc6 --- /dev/null +++ b/Symbolic/Resources/material-icons/align_horizontal_left.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/align_horizontal_right.default.svg b/Symbolic/Resources/material-icons/align_horizontal_right.default.svg new file mode 100644 index 0000000000..386b951de2 --- /dev/null +++ b/Symbolic/Resources/material-icons/align_horizontal_right.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/align_horizontal_right.outlined.svg b/Symbolic/Resources/material-icons/align_horizontal_right.outlined.svg new file mode 100644 index 0000000000..386b951de2 --- /dev/null +++ b/Symbolic/Resources/material-icons/align_horizontal_right.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/align_horizontal_right.round.svg b/Symbolic/Resources/material-icons/align_horizontal_right.round.svg new file mode 100644 index 0000000000..78f55e7623 --- /dev/null +++ b/Symbolic/Resources/material-icons/align_horizontal_right.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/align_horizontal_right.sharp.svg b/Symbolic/Resources/material-icons/align_horizontal_right.sharp.svg new file mode 100644 index 0000000000..386b951de2 --- /dev/null +++ b/Symbolic/Resources/material-icons/align_horizontal_right.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/align_horizontal_right.twotone.svg b/Symbolic/Resources/material-icons/align_horizontal_right.twotone.svg new file mode 100644 index 0000000000..386b951de2 --- /dev/null +++ b/Symbolic/Resources/material-icons/align_horizontal_right.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/align_vertical_bottom.default.svg b/Symbolic/Resources/material-icons/align_vertical_bottom.default.svg new file mode 100644 index 0000000000..677e1c2dfa --- /dev/null +++ b/Symbolic/Resources/material-icons/align_vertical_bottom.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/align_vertical_bottom.outlined.svg b/Symbolic/Resources/material-icons/align_vertical_bottom.outlined.svg new file mode 100644 index 0000000000..677e1c2dfa --- /dev/null +++ b/Symbolic/Resources/material-icons/align_vertical_bottom.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/align_vertical_bottom.round.svg b/Symbolic/Resources/material-icons/align_vertical_bottom.round.svg new file mode 100644 index 0000000000..8312e02b11 --- /dev/null +++ b/Symbolic/Resources/material-icons/align_vertical_bottom.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/align_vertical_bottom.sharp.svg b/Symbolic/Resources/material-icons/align_vertical_bottom.sharp.svg new file mode 100644 index 0000000000..677e1c2dfa --- /dev/null +++ b/Symbolic/Resources/material-icons/align_vertical_bottom.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/align_vertical_bottom.twotone.svg b/Symbolic/Resources/material-icons/align_vertical_bottom.twotone.svg new file mode 100644 index 0000000000..677e1c2dfa --- /dev/null +++ b/Symbolic/Resources/material-icons/align_vertical_bottom.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/align_vertical_center.default.svg b/Symbolic/Resources/material-icons/align_vertical_center.default.svg new file mode 100644 index 0000000000..485e39358c --- /dev/null +++ b/Symbolic/Resources/material-icons/align_vertical_center.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/align_vertical_center.outlined.svg b/Symbolic/Resources/material-icons/align_vertical_center.outlined.svg new file mode 100644 index 0000000000..485e39358c --- /dev/null +++ b/Symbolic/Resources/material-icons/align_vertical_center.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/align_vertical_center.round.svg b/Symbolic/Resources/material-icons/align_vertical_center.round.svg new file mode 100644 index 0000000000..b33cffc892 --- /dev/null +++ b/Symbolic/Resources/material-icons/align_vertical_center.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/align_vertical_center.sharp.svg b/Symbolic/Resources/material-icons/align_vertical_center.sharp.svg new file mode 100644 index 0000000000..485e39358c --- /dev/null +++ b/Symbolic/Resources/material-icons/align_vertical_center.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/align_vertical_center.twotone.svg b/Symbolic/Resources/material-icons/align_vertical_center.twotone.svg new file mode 100644 index 0000000000..485e39358c --- /dev/null +++ b/Symbolic/Resources/material-icons/align_vertical_center.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/align_vertical_top.default.svg b/Symbolic/Resources/material-icons/align_vertical_top.default.svg new file mode 100644 index 0000000000..37eeda2eb8 --- /dev/null +++ b/Symbolic/Resources/material-icons/align_vertical_top.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/align_vertical_top.outlined.svg b/Symbolic/Resources/material-icons/align_vertical_top.outlined.svg new file mode 100644 index 0000000000..37eeda2eb8 --- /dev/null +++ b/Symbolic/Resources/material-icons/align_vertical_top.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/align_vertical_top.round.svg b/Symbolic/Resources/material-icons/align_vertical_top.round.svg new file mode 100644 index 0000000000..76178ef47b --- /dev/null +++ b/Symbolic/Resources/material-icons/align_vertical_top.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/align_vertical_top.sharp.svg b/Symbolic/Resources/material-icons/align_vertical_top.sharp.svg new file mode 100644 index 0000000000..37eeda2eb8 --- /dev/null +++ b/Symbolic/Resources/material-icons/align_vertical_top.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/align_vertical_top.twotone.svg b/Symbolic/Resources/material-icons/align_vertical_top.twotone.svg new file mode 100644 index 0000000000..37eeda2eb8 --- /dev/null +++ b/Symbolic/Resources/material-icons/align_vertical_top.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/all_inbox.default.svg b/Symbolic/Resources/material-icons/all_inbox.default.svg new file mode 100644 index 0000000000..a4052e396c --- /dev/null +++ b/Symbolic/Resources/material-icons/all_inbox.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/all_inbox.outlined.svg b/Symbolic/Resources/material-icons/all_inbox.outlined.svg new file mode 100644 index 0000000000..ed1c9f8133 --- /dev/null +++ b/Symbolic/Resources/material-icons/all_inbox.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/all_inbox.round.svg b/Symbolic/Resources/material-icons/all_inbox.round.svg new file mode 100644 index 0000000000..2a93bc7380 --- /dev/null +++ b/Symbolic/Resources/material-icons/all_inbox.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/all_inbox.sharp.svg b/Symbolic/Resources/material-icons/all_inbox.sharp.svg new file mode 100644 index 0000000000..e063eb257d --- /dev/null +++ b/Symbolic/Resources/material-icons/all_inbox.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/all_inbox.twotone.svg b/Symbolic/Resources/material-icons/all_inbox.twotone.svg new file mode 100644 index 0000000000..9f2d01698d --- /dev/null +++ b/Symbolic/Resources/material-icons/all_inbox.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/all_inclusive.default.svg b/Symbolic/Resources/material-icons/all_inclusive.default.svg new file mode 100644 index 0000000000..5881f8de21 --- /dev/null +++ b/Symbolic/Resources/material-icons/all_inclusive.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/all_inclusive.outlined.svg b/Symbolic/Resources/material-icons/all_inclusive.outlined.svg new file mode 100644 index 0000000000..40088672ee --- /dev/null +++ b/Symbolic/Resources/material-icons/all_inclusive.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/all_inclusive.round.svg b/Symbolic/Resources/material-icons/all_inclusive.round.svg new file mode 100644 index 0000000000..83ee6b97ac --- /dev/null +++ b/Symbolic/Resources/material-icons/all_inclusive.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/all_inclusive.sharp.svg b/Symbolic/Resources/material-icons/all_inclusive.sharp.svg new file mode 100644 index 0000000000..cc7016d2e3 --- /dev/null +++ b/Symbolic/Resources/material-icons/all_inclusive.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/all_inclusive.twotone.svg b/Symbolic/Resources/material-icons/all_inclusive.twotone.svg new file mode 100644 index 0000000000..40088672ee --- /dev/null +++ b/Symbolic/Resources/material-icons/all_inclusive.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/all_out.default.svg b/Symbolic/Resources/material-icons/all_out.default.svg new file mode 100644 index 0000000000..0328541c72 --- /dev/null +++ b/Symbolic/Resources/material-icons/all_out.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/all_out.outlined.svg b/Symbolic/Resources/material-icons/all_out.outlined.svg new file mode 100644 index 0000000000..e382bb56da --- /dev/null +++ b/Symbolic/Resources/material-icons/all_out.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/all_out.round.svg b/Symbolic/Resources/material-icons/all_out.round.svg new file mode 100644 index 0000000000..8eb4b1c0f1 --- /dev/null +++ b/Symbolic/Resources/material-icons/all_out.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/all_out.sharp.svg b/Symbolic/Resources/material-icons/all_out.sharp.svg new file mode 100644 index 0000000000..e382bb56da --- /dev/null +++ b/Symbolic/Resources/material-icons/all_out.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/all_out.twotone.svg b/Symbolic/Resources/material-icons/all_out.twotone.svg new file mode 100644 index 0000000000..bf78ef0aa8 --- /dev/null +++ b/Symbolic/Resources/material-icons/all_out.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/alt_route.default.svg b/Symbolic/Resources/material-icons/alt_route.default.svg new file mode 100644 index 0000000000..cf19d0b300 --- /dev/null +++ b/Symbolic/Resources/material-icons/alt_route.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/alt_route.outlined.svg b/Symbolic/Resources/material-icons/alt_route.outlined.svg new file mode 100644 index 0000000000..cf19d0b300 --- /dev/null +++ b/Symbolic/Resources/material-icons/alt_route.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/alt_route.round.svg b/Symbolic/Resources/material-icons/alt_route.round.svg new file mode 100644 index 0000000000..daec7c574c --- /dev/null +++ b/Symbolic/Resources/material-icons/alt_route.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/alt_route.sharp.svg b/Symbolic/Resources/material-icons/alt_route.sharp.svg new file mode 100644 index 0000000000..cf19d0b300 --- /dev/null +++ b/Symbolic/Resources/material-icons/alt_route.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/alt_route.twotone.svg b/Symbolic/Resources/material-icons/alt_route.twotone.svg new file mode 100644 index 0000000000..cf19d0b300 --- /dev/null +++ b/Symbolic/Resources/material-icons/alt_route.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/alternate_email.default.svg b/Symbolic/Resources/material-icons/alternate_email.default.svg new file mode 100644 index 0000000000..7cbd0cf5b3 --- /dev/null +++ b/Symbolic/Resources/material-icons/alternate_email.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/alternate_email.outlined.svg b/Symbolic/Resources/material-icons/alternate_email.outlined.svg new file mode 100644 index 0000000000..9efd91da6a --- /dev/null +++ b/Symbolic/Resources/material-icons/alternate_email.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/alternate_email.round.svg b/Symbolic/Resources/material-icons/alternate_email.round.svg new file mode 100644 index 0000000000..15a1a96718 --- /dev/null +++ b/Symbolic/Resources/material-icons/alternate_email.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/alternate_email.sharp.svg b/Symbolic/Resources/material-icons/alternate_email.sharp.svg new file mode 100644 index 0000000000..1d36828ab0 --- /dev/null +++ b/Symbolic/Resources/material-icons/alternate_email.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/alternate_email.twotone.svg b/Symbolic/Resources/material-icons/alternate_email.twotone.svg new file mode 100644 index 0000000000..322dca8bcb --- /dev/null +++ b/Symbolic/Resources/material-icons/alternate_email.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/amp_stories.default.svg b/Symbolic/Resources/material-icons/amp_stories.default.svg new file mode 100644 index 0000000000..026d2cf818 --- /dev/null +++ b/Symbolic/Resources/material-icons/amp_stories.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/amp_stories.outlined.svg b/Symbolic/Resources/material-icons/amp_stories.outlined.svg new file mode 100644 index 0000000000..779e576130 --- /dev/null +++ b/Symbolic/Resources/material-icons/amp_stories.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/amp_stories.round.svg b/Symbolic/Resources/material-icons/amp_stories.round.svg new file mode 100644 index 0000000000..6ff61d4637 --- /dev/null +++ b/Symbolic/Resources/material-icons/amp_stories.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/amp_stories.sharp.svg b/Symbolic/Resources/material-icons/amp_stories.sharp.svg new file mode 100644 index 0000000000..026d2cf818 --- /dev/null +++ b/Symbolic/Resources/material-icons/amp_stories.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/amp_stories.twotone.svg b/Symbolic/Resources/material-icons/amp_stories.twotone.svg new file mode 100644 index 0000000000..57d12bf049 --- /dev/null +++ b/Symbolic/Resources/material-icons/amp_stories.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/analytics.default.svg b/Symbolic/Resources/material-icons/analytics.default.svg new file mode 100644 index 0000000000..5c1a578021 --- /dev/null +++ b/Symbolic/Resources/material-icons/analytics.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/analytics.outlined.svg b/Symbolic/Resources/material-icons/analytics.outlined.svg new file mode 100644 index 0000000000..6c4fa30afa --- /dev/null +++ b/Symbolic/Resources/material-icons/analytics.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/analytics.round.svg b/Symbolic/Resources/material-icons/analytics.round.svg new file mode 100644 index 0000000000..1b33a09bbe --- /dev/null +++ b/Symbolic/Resources/material-icons/analytics.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/analytics.sharp.svg b/Symbolic/Resources/material-icons/analytics.sharp.svg new file mode 100644 index 0000000000..f3d24e4bd6 --- /dev/null +++ b/Symbolic/Resources/material-icons/analytics.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/analytics.twotone.svg b/Symbolic/Resources/material-icons/analytics.twotone.svg new file mode 100644 index 0000000000..413fb91a02 --- /dev/null +++ b/Symbolic/Resources/material-icons/analytics.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/anchor.default.svg b/Symbolic/Resources/material-icons/anchor.default.svg new file mode 100644 index 0000000000..fe5a4d43c3 --- /dev/null +++ b/Symbolic/Resources/material-icons/anchor.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/anchor.outlined.svg b/Symbolic/Resources/material-icons/anchor.outlined.svg new file mode 100644 index 0000000000..fe5a4d43c3 --- /dev/null +++ b/Symbolic/Resources/material-icons/anchor.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/anchor.round.svg b/Symbolic/Resources/material-icons/anchor.round.svg new file mode 100644 index 0000000000..76468c8973 --- /dev/null +++ b/Symbolic/Resources/material-icons/anchor.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/anchor.sharp.svg b/Symbolic/Resources/material-icons/anchor.sharp.svg new file mode 100644 index 0000000000..fe5a4d43c3 --- /dev/null +++ b/Symbolic/Resources/material-icons/anchor.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/anchor.twotone.svg b/Symbolic/Resources/material-icons/anchor.twotone.svg new file mode 100644 index 0000000000..fe5a4d43c3 --- /dev/null +++ b/Symbolic/Resources/material-icons/anchor.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/android.default.svg b/Symbolic/Resources/material-icons/android.default.svg new file mode 100644 index 0000000000..fe0443ff6e --- /dev/null +++ b/Symbolic/Resources/material-icons/android.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/android.outlined.svg b/Symbolic/Resources/material-icons/android.outlined.svg new file mode 100644 index 0000000000..0863a06184 --- /dev/null +++ b/Symbolic/Resources/material-icons/android.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/android.round.svg b/Symbolic/Resources/material-icons/android.round.svg new file mode 100644 index 0000000000..0863a06184 --- /dev/null +++ b/Symbolic/Resources/material-icons/android.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/android.sharp.svg b/Symbolic/Resources/material-icons/android.sharp.svg new file mode 100644 index 0000000000..0863a06184 --- /dev/null +++ b/Symbolic/Resources/material-icons/android.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/android.twotone.svg b/Symbolic/Resources/material-icons/android.twotone.svg new file mode 100644 index 0000000000..0863a06184 --- /dev/null +++ b/Symbolic/Resources/material-icons/android.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/animation.default.svg b/Symbolic/Resources/material-icons/animation.default.svg new file mode 100644 index 0000000000..6f30a3af97 --- /dev/null +++ b/Symbolic/Resources/material-icons/animation.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/animation.outlined.svg b/Symbolic/Resources/material-icons/animation.outlined.svg new file mode 100644 index 0000000000..8554b9e683 --- /dev/null +++ b/Symbolic/Resources/material-icons/animation.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/animation.round.svg b/Symbolic/Resources/material-icons/animation.round.svg new file mode 100644 index 0000000000..8554b9e683 --- /dev/null +++ b/Symbolic/Resources/material-icons/animation.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/animation.sharp.svg b/Symbolic/Resources/material-icons/animation.sharp.svg new file mode 100644 index 0000000000..8554b9e683 --- /dev/null +++ b/Symbolic/Resources/material-icons/animation.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/animation.twotone.svg b/Symbolic/Resources/material-icons/animation.twotone.svg new file mode 100644 index 0000000000..afbfb972d9 --- /dev/null +++ b/Symbolic/Resources/material-icons/animation.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/announcement.default.svg b/Symbolic/Resources/material-icons/announcement.default.svg new file mode 100644 index 0000000000..4f72aa20d9 --- /dev/null +++ b/Symbolic/Resources/material-icons/announcement.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/announcement.outlined.svg b/Symbolic/Resources/material-icons/announcement.outlined.svg new file mode 100644 index 0000000000..7ff969ffe3 --- /dev/null +++ b/Symbolic/Resources/material-icons/announcement.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/announcement.round.svg b/Symbolic/Resources/material-icons/announcement.round.svg new file mode 100644 index 0000000000..d30641a474 --- /dev/null +++ b/Symbolic/Resources/material-icons/announcement.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/announcement.sharp.svg b/Symbolic/Resources/material-icons/announcement.sharp.svg new file mode 100644 index 0000000000..647762d935 --- /dev/null +++ b/Symbolic/Resources/material-icons/announcement.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/announcement.twotone.svg b/Symbolic/Resources/material-icons/announcement.twotone.svg new file mode 100644 index 0000000000..472844d65e --- /dev/null +++ b/Symbolic/Resources/material-icons/announcement.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/aod.default.svg b/Symbolic/Resources/material-icons/aod.default.svg new file mode 100644 index 0000000000..ee0d2b577f --- /dev/null +++ b/Symbolic/Resources/material-icons/aod.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/aod.outlined.svg b/Symbolic/Resources/material-icons/aod.outlined.svg new file mode 100644 index 0000000000..83d35aa273 --- /dev/null +++ b/Symbolic/Resources/material-icons/aod.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/aod.round.svg b/Symbolic/Resources/material-icons/aod.round.svg new file mode 100644 index 0000000000..5d59c217e9 --- /dev/null +++ b/Symbolic/Resources/material-icons/aod.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/aod.sharp.svg b/Symbolic/Resources/material-icons/aod.sharp.svg new file mode 100644 index 0000000000..65844d3220 --- /dev/null +++ b/Symbolic/Resources/material-icons/aod.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/aod.twotone.svg b/Symbolic/Resources/material-icons/aod.twotone.svg new file mode 100644 index 0000000000..9970f196d7 --- /dev/null +++ b/Symbolic/Resources/material-icons/aod.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/apartment.default.svg b/Symbolic/Resources/material-icons/apartment.default.svg new file mode 100644 index 0000000000..91a562f4b8 --- /dev/null +++ b/Symbolic/Resources/material-icons/apartment.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/apartment.outlined.svg b/Symbolic/Resources/material-icons/apartment.outlined.svg new file mode 100644 index 0000000000..91a562f4b8 --- /dev/null +++ b/Symbolic/Resources/material-icons/apartment.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/apartment.round.svg b/Symbolic/Resources/material-icons/apartment.round.svg new file mode 100644 index 0000000000..90ebf9e225 --- /dev/null +++ b/Symbolic/Resources/material-icons/apartment.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/apartment.sharp.svg b/Symbolic/Resources/material-icons/apartment.sharp.svg new file mode 100644 index 0000000000..91a562f4b8 --- /dev/null +++ b/Symbolic/Resources/material-icons/apartment.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/apartment.twotone.svg b/Symbolic/Resources/material-icons/apartment.twotone.svg new file mode 100644 index 0000000000..91a562f4b8 --- /dev/null +++ b/Symbolic/Resources/material-icons/apartment.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/api.default.svg b/Symbolic/Resources/material-icons/api.default.svg new file mode 100644 index 0000000000..49d6c872e2 --- /dev/null +++ b/Symbolic/Resources/material-icons/api.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/api.outlined.svg b/Symbolic/Resources/material-icons/api.outlined.svg new file mode 100644 index 0000000000..49d6c872e2 --- /dev/null +++ b/Symbolic/Resources/material-icons/api.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/api.round.svg b/Symbolic/Resources/material-icons/api.round.svg new file mode 100644 index 0000000000..9978c3a090 --- /dev/null +++ b/Symbolic/Resources/material-icons/api.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/api.sharp.svg b/Symbolic/Resources/material-icons/api.sharp.svg new file mode 100644 index 0000000000..49d6c872e2 --- /dev/null +++ b/Symbolic/Resources/material-icons/api.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/api.twotone.svg b/Symbolic/Resources/material-icons/api.twotone.svg new file mode 100644 index 0000000000..49d6c872e2 --- /dev/null +++ b/Symbolic/Resources/material-icons/api.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/app_blocking.default.svg b/Symbolic/Resources/material-icons/app_blocking.default.svg new file mode 100644 index 0000000000..74d65d4843 --- /dev/null +++ b/Symbolic/Resources/material-icons/app_blocking.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/app_blocking.outlined.svg b/Symbolic/Resources/material-icons/app_blocking.outlined.svg new file mode 100644 index 0000000000..8d0362266f --- /dev/null +++ b/Symbolic/Resources/material-icons/app_blocking.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/app_blocking.round.svg b/Symbolic/Resources/material-icons/app_blocking.round.svg new file mode 100644 index 0000000000..0aa02a10b1 --- /dev/null +++ b/Symbolic/Resources/material-icons/app_blocking.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/app_blocking.sharp.svg b/Symbolic/Resources/material-icons/app_blocking.sharp.svg new file mode 100644 index 0000000000..5026d554c9 --- /dev/null +++ b/Symbolic/Resources/material-icons/app_blocking.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/app_blocking.twotone.svg b/Symbolic/Resources/material-icons/app_blocking.twotone.svg new file mode 100644 index 0000000000..f0b7a86942 --- /dev/null +++ b/Symbolic/Resources/material-icons/app_blocking.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/app_registration.default.svg b/Symbolic/Resources/material-icons/app_registration.default.svg new file mode 100644 index 0000000000..9ea0f123e3 --- /dev/null +++ b/Symbolic/Resources/material-icons/app_registration.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/app_registration.outlined.svg b/Symbolic/Resources/material-icons/app_registration.outlined.svg new file mode 100644 index 0000000000..e15be4b567 --- /dev/null +++ b/Symbolic/Resources/material-icons/app_registration.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/app_registration.round.svg b/Symbolic/Resources/material-icons/app_registration.round.svg new file mode 100644 index 0000000000..930b7b2098 --- /dev/null +++ b/Symbolic/Resources/material-icons/app_registration.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/app_registration.sharp.svg b/Symbolic/Resources/material-icons/app_registration.sharp.svg new file mode 100644 index 0000000000..e10f3856c0 --- /dev/null +++ b/Symbolic/Resources/material-icons/app_registration.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/app_registration.twotone.svg b/Symbolic/Resources/material-icons/app_registration.twotone.svg new file mode 100644 index 0000000000..e15be4b567 --- /dev/null +++ b/Symbolic/Resources/material-icons/app_registration.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/app_settings_alt.default.svg b/Symbolic/Resources/material-icons/app_settings_alt.default.svg new file mode 100644 index 0000000000..592055b2e4 --- /dev/null +++ b/Symbolic/Resources/material-icons/app_settings_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/app_settings_alt.outlined.svg b/Symbolic/Resources/material-icons/app_settings_alt.outlined.svg new file mode 100644 index 0000000000..63658105e8 --- /dev/null +++ b/Symbolic/Resources/material-icons/app_settings_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/app_settings_alt.round.svg b/Symbolic/Resources/material-icons/app_settings_alt.round.svg new file mode 100644 index 0000000000..5dc55861b1 --- /dev/null +++ b/Symbolic/Resources/material-icons/app_settings_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/app_settings_alt.sharp.svg b/Symbolic/Resources/material-icons/app_settings_alt.sharp.svg new file mode 100644 index 0000000000..e96cd89d1d --- /dev/null +++ b/Symbolic/Resources/material-icons/app_settings_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/app_settings_alt.twotone.svg b/Symbolic/Resources/material-icons/app_settings_alt.twotone.svg new file mode 100644 index 0000000000..655a13c670 --- /dev/null +++ b/Symbolic/Resources/material-icons/app_settings_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/app_shortcut.default.svg b/Symbolic/Resources/material-icons/app_shortcut.default.svg new file mode 100644 index 0000000000..8f07286291 --- /dev/null +++ b/Symbolic/Resources/material-icons/app_shortcut.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/app_shortcut.outlined.svg b/Symbolic/Resources/material-icons/app_shortcut.outlined.svg new file mode 100644 index 0000000000..6c903ab1bc --- /dev/null +++ b/Symbolic/Resources/material-icons/app_shortcut.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/app_shortcut.round.svg b/Symbolic/Resources/material-icons/app_shortcut.round.svg new file mode 100644 index 0000000000..76cc57f947 --- /dev/null +++ b/Symbolic/Resources/material-icons/app_shortcut.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/app_shortcut.sharp.svg b/Symbolic/Resources/material-icons/app_shortcut.sharp.svg new file mode 100644 index 0000000000..a24b766d0c --- /dev/null +++ b/Symbolic/Resources/material-icons/app_shortcut.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/app_shortcut.twotone.svg b/Symbolic/Resources/material-icons/app_shortcut.twotone.svg new file mode 100644 index 0000000000..2cae80d4c8 --- /dev/null +++ b/Symbolic/Resources/material-icons/app_shortcut.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/approval.default.svg b/Symbolic/Resources/material-icons/approval.default.svg new file mode 100644 index 0000000000..c245769c69 --- /dev/null +++ b/Symbolic/Resources/material-icons/approval.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/approval.outlined.svg b/Symbolic/Resources/material-icons/approval.outlined.svg new file mode 100644 index 0000000000..30ecf7ae0a --- /dev/null +++ b/Symbolic/Resources/material-icons/approval.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/approval.round.svg b/Symbolic/Resources/material-icons/approval.round.svg new file mode 100644 index 0000000000..700de10d90 --- /dev/null +++ b/Symbolic/Resources/material-icons/approval.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/approval.sharp.svg b/Symbolic/Resources/material-icons/approval.sharp.svg new file mode 100644 index 0000000000..76dc677606 --- /dev/null +++ b/Symbolic/Resources/material-icons/approval.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/approval.twotone.svg b/Symbolic/Resources/material-icons/approval.twotone.svg new file mode 100644 index 0000000000..8f3cac78e7 --- /dev/null +++ b/Symbolic/Resources/material-icons/approval.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/apps.default.svg b/Symbolic/Resources/material-icons/apps.default.svg new file mode 100644 index 0000000000..c14f96b1c7 --- /dev/null +++ b/Symbolic/Resources/material-icons/apps.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/apps.outlined.svg b/Symbolic/Resources/material-icons/apps.outlined.svg new file mode 100644 index 0000000000..e05b405162 --- /dev/null +++ b/Symbolic/Resources/material-icons/apps.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/apps.round.svg b/Symbolic/Resources/material-icons/apps.round.svg new file mode 100644 index 0000000000..e05b405162 --- /dev/null +++ b/Symbolic/Resources/material-icons/apps.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/apps.sharp.svg b/Symbolic/Resources/material-icons/apps.sharp.svg new file mode 100644 index 0000000000..e05b405162 --- /dev/null +++ b/Symbolic/Resources/material-icons/apps.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/apps.twotone.svg b/Symbolic/Resources/material-icons/apps.twotone.svg new file mode 100644 index 0000000000..e05b405162 --- /dev/null +++ b/Symbolic/Resources/material-icons/apps.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/apps_outage.default.svg b/Symbolic/Resources/material-icons/apps_outage.default.svg new file mode 100644 index 0000000000..7f094eb848 --- /dev/null +++ b/Symbolic/Resources/material-icons/apps_outage.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/apps_outage.outlined.svg b/Symbolic/Resources/material-icons/apps_outage.outlined.svg new file mode 100644 index 0000000000..7f094eb848 --- /dev/null +++ b/Symbolic/Resources/material-icons/apps_outage.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/apps_outage.round.svg b/Symbolic/Resources/material-icons/apps_outage.round.svg new file mode 100644 index 0000000000..113e91d13b --- /dev/null +++ b/Symbolic/Resources/material-icons/apps_outage.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/apps_outage.sharp.svg b/Symbolic/Resources/material-icons/apps_outage.sharp.svg new file mode 100644 index 0000000000..7f094eb848 --- /dev/null +++ b/Symbolic/Resources/material-icons/apps_outage.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/apps_outage.twotone.svg b/Symbolic/Resources/material-icons/apps_outage.twotone.svg new file mode 100644 index 0000000000..7f094eb848 --- /dev/null +++ b/Symbolic/Resources/material-icons/apps_outage.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/architecture.default.svg b/Symbolic/Resources/material-icons/architecture.default.svg new file mode 100644 index 0000000000..3873c81d75 --- /dev/null +++ b/Symbolic/Resources/material-icons/architecture.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/architecture.outlined.svg b/Symbolic/Resources/material-icons/architecture.outlined.svg new file mode 100644 index 0000000000..3873c81d75 --- /dev/null +++ b/Symbolic/Resources/material-icons/architecture.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/architecture.round.svg b/Symbolic/Resources/material-icons/architecture.round.svg new file mode 100644 index 0000000000..ee35a38d5f --- /dev/null +++ b/Symbolic/Resources/material-icons/architecture.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/architecture.sharp.svg b/Symbolic/Resources/material-icons/architecture.sharp.svg new file mode 100644 index 0000000000..3873c81d75 --- /dev/null +++ b/Symbolic/Resources/material-icons/architecture.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/architecture.twotone.svg b/Symbolic/Resources/material-icons/architecture.twotone.svg new file mode 100644 index 0000000000..3873c81d75 --- /dev/null +++ b/Symbolic/Resources/material-icons/architecture.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/archive.default.svg b/Symbolic/Resources/material-icons/archive.default.svg new file mode 100644 index 0000000000..3f38fe5e02 --- /dev/null +++ b/Symbolic/Resources/material-icons/archive.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/archive.outlined.svg b/Symbolic/Resources/material-icons/archive.outlined.svg new file mode 100644 index 0000000000..863faab7e7 --- /dev/null +++ b/Symbolic/Resources/material-icons/archive.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/archive.round.svg b/Symbolic/Resources/material-icons/archive.round.svg new file mode 100644 index 0000000000..4d38f60e87 --- /dev/null +++ b/Symbolic/Resources/material-icons/archive.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/archive.sharp.svg b/Symbolic/Resources/material-icons/archive.sharp.svg new file mode 100644 index 0000000000..65ec98698b --- /dev/null +++ b/Symbolic/Resources/material-icons/archive.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/archive.twotone.svg b/Symbolic/Resources/material-icons/archive.twotone.svg new file mode 100644 index 0000000000..2b1003d898 --- /dev/null +++ b/Symbolic/Resources/material-icons/archive.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/area_chart.default.svg b/Symbolic/Resources/material-icons/area_chart.default.svg new file mode 100644 index 0000000000..32d3f8f591 --- /dev/null +++ b/Symbolic/Resources/material-icons/area_chart.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/area_chart.outlined.svg b/Symbolic/Resources/material-icons/area_chart.outlined.svg new file mode 100644 index 0000000000..e37a945659 --- /dev/null +++ b/Symbolic/Resources/material-icons/area_chart.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/area_chart.round.svg b/Symbolic/Resources/material-icons/area_chart.round.svg new file mode 100644 index 0000000000..48fc426487 --- /dev/null +++ b/Symbolic/Resources/material-icons/area_chart.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/area_chart.sharp.svg b/Symbolic/Resources/material-icons/area_chart.sharp.svg new file mode 100644 index 0000000000..32d3f8f591 --- /dev/null +++ b/Symbolic/Resources/material-icons/area_chart.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/area_chart.twotone.svg b/Symbolic/Resources/material-icons/area_chart.twotone.svg new file mode 100644 index 0000000000..a7ea369dbb --- /dev/null +++ b/Symbolic/Resources/material-icons/area_chart.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_back.default.svg b/Symbolic/Resources/material-icons/arrow_back.default.svg new file mode 100644 index 0000000000..26300ebf08 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_back.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_back.outlined.svg b/Symbolic/Resources/material-icons/arrow_back.outlined.svg new file mode 100644 index 0000000000..06cddd00be --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_back.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_back.round.svg b/Symbolic/Resources/material-icons/arrow_back.round.svg new file mode 100644 index 0000000000..a57617d3dd --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_back.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_back.sharp.svg b/Symbolic/Resources/material-icons/arrow_back.sharp.svg new file mode 100644 index 0000000000..06cddd00be --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_back.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_back.twotone.svg b/Symbolic/Resources/material-icons/arrow_back.twotone.svg new file mode 100644 index 0000000000..06cddd00be --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_back.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_back_ios.default.svg b/Symbolic/Resources/material-icons/arrow_back_ios.default.svg new file mode 100644 index 0000000000..2a970a4023 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_back_ios.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_back_ios.outlined.svg b/Symbolic/Resources/material-icons/arrow_back_ios.outlined.svg new file mode 100644 index 0000000000..bf8bbd69fd --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_back_ios.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_back_ios.round.svg b/Symbolic/Resources/material-icons/arrow_back_ios.round.svg new file mode 100644 index 0000000000..8e0f48e8b4 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_back_ios.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_back_ios.sharp.svg b/Symbolic/Resources/material-icons/arrow_back_ios.sharp.svg new file mode 100644 index 0000000000..bf8bbd69fd --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_back_ios.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_back_ios.twotone.svg b/Symbolic/Resources/material-icons/arrow_back_ios.twotone.svg new file mode 100644 index 0000000000..bf8bbd69fd --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_back_ios.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_back_ios_new.default.svg b/Symbolic/Resources/material-icons/arrow_back_ios_new.default.svg new file mode 100644 index 0000000000..c96bdc6947 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_back_ios_new.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_back_ios_new.outlined.svg b/Symbolic/Resources/material-icons/arrow_back_ios_new.outlined.svg new file mode 100644 index 0000000000..c96bdc6947 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_back_ios_new.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_back_ios_new.round.svg b/Symbolic/Resources/material-icons/arrow_back_ios_new.round.svg new file mode 100644 index 0000000000..a4802b5280 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_back_ios_new.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_back_ios_new.sharp.svg b/Symbolic/Resources/material-icons/arrow_back_ios_new.sharp.svg new file mode 100644 index 0000000000..c96bdc6947 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_back_ios_new.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_back_ios_new.twotone.svg b/Symbolic/Resources/material-icons/arrow_back_ios_new.twotone.svg new file mode 100644 index 0000000000..c96bdc6947 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_back_ios_new.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_circle_down.default.svg b/Symbolic/Resources/material-icons/arrow_circle_down.default.svg new file mode 100644 index 0000000000..0b5aef5df2 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_circle_down.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_circle_down.outlined.svg b/Symbolic/Resources/material-icons/arrow_circle_down.outlined.svg new file mode 100644 index 0000000000..0b5aef5df2 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_circle_down.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_circle_down.round.svg b/Symbolic/Resources/material-icons/arrow_circle_down.round.svg new file mode 100644 index 0000000000..8daf19e1dd --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_circle_down.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_circle_down.sharp.svg b/Symbolic/Resources/material-icons/arrow_circle_down.sharp.svg new file mode 100644 index 0000000000..0b5aef5df2 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_circle_down.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_circle_down.twotone.svg b/Symbolic/Resources/material-icons/arrow_circle_down.twotone.svg new file mode 100644 index 0000000000..14db6ae36c --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_circle_down.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_circle_left.default.svg b/Symbolic/Resources/material-icons/arrow_circle_left.default.svg new file mode 100644 index 0000000000..1a672ff84b --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_circle_left.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_circle_left.outlined.svg b/Symbolic/Resources/material-icons/arrow_circle_left.outlined.svg new file mode 100644 index 0000000000..327f7eee25 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_circle_left.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_circle_left.round.svg b/Symbolic/Resources/material-icons/arrow_circle_left.round.svg new file mode 100644 index 0000000000..6d74bd60d1 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_circle_left.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_circle_left.sharp.svg b/Symbolic/Resources/material-icons/arrow_circle_left.sharp.svg new file mode 100644 index 0000000000..0757fca4b7 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_circle_left.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_circle_left.twotone.svg b/Symbolic/Resources/material-icons/arrow_circle_left.twotone.svg new file mode 100644 index 0000000000..e8bc63507f --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_circle_left.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_circle_right.default.svg b/Symbolic/Resources/material-icons/arrow_circle_right.default.svg new file mode 100644 index 0000000000..6abcb330c5 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_circle_right.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_circle_right.outlined.svg b/Symbolic/Resources/material-icons/arrow_circle_right.outlined.svg new file mode 100644 index 0000000000..664518204d --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_circle_right.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_circle_right.round.svg b/Symbolic/Resources/material-icons/arrow_circle_right.round.svg new file mode 100644 index 0000000000..9f9ed111b2 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_circle_right.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_circle_right.sharp.svg b/Symbolic/Resources/material-icons/arrow_circle_right.sharp.svg new file mode 100644 index 0000000000..35df3812a3 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_circle_right.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_circle_right.twotone.svg b/Symbolic/Resources/material-icons/arrow_circle_right.twotone.svg new file mode 100644 index 0000000000..f873722c39 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_circle_right.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_circle_up.default.svg b/Symbolic/Resources/material-icons/arrow_circle_up.default.svg new file mode 100644 index 0000000000..0aacc96fb1 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_circle_up.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_circle_up.outlined.svg b/Symbolic/Resources/material-icons/arrow_circle_up.outlined.svg new file mode 100644 index 0000000000..0aacc96fb1 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_circle_up.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_circle_up.round.svg b/Symbolic/Resources/material-icons/arrow_circle_up.round.svg new file mode 100644 index 0000000000..5bc5d6d163 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_circle_up.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_circle_up.sharp.svg b/Symbolic/Resources/material-icons/arrow_circle_up.sharp.svg new file mode 100644 index 0000000000..0aacc96fb1 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_circle_up.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_circle_up.twotone.svg b/Symbolic/Resources/material-icons/arrow_circle_up.twotone.svg new file mode 100644 index 0000000000..3b13f50206 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_circle_up.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_downward.default.svg b/Symbolic/Resources/material-icons/arrow_downward.default.svg new file mode 100644 index 0000000000..27fae28cd3 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_downward.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_downward.outlined.svg b/Symbolic/Resources/material-icons/arrow_downward.outlined.svg new file mode 100644 index 0000000000..27fae28cd3 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_downward.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_downward.round.svg b/Symbolic/Resources/material-icons/arrow_downward.round.svg new file mode 100644 index 0000000000..33bcc726d8 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_downward.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_downward.sharp.svg b/Symbolic/Resources/material-icons/arrow_downward.sharp.svg new file mode 100644 index 0000000000..27fae28cd3 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_downward.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_downward.twotone.svg b/Symbolic/Resources/material-icons/arrow_downward.twotone.svg new file mode 100644 index 0000000000..27fae28cd3 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_downward.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_drop_down.default.svg b/Symbolic/Resources/material-icons/arrow_drop_down.default.svg new file mode 100644 index 0000000000..e8b16b3404 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_drop_down.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_drop_down.outlined.svg b/Symbolic/Resources/material-icons/arrow_drop_down.outlined.svg new file mode 100644 index 0000000000..11b3d719f2 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_drop_down.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_drop_down.round.svg b/Symbolic/Resources/material-icons/arrow_drop_down.round.svg new file mode 100644 index 0000000000..5c40419ce6 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_drop_down.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_drop_down.sharp.svg b/Symbolic/Resources/material-icons/arrow_drop_down.sharp.svg new file mode 100644 index 0000000000..11b3d719f2 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_drop_down.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_drop_down.twotone.svg b/Symbolic/Resources/material-icons/arrow_drop_down.twotone.svg new file mode 100644 index 0000000000..11b3d719f2 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_drop_down.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_drop_down_circle.default.svg b/Symbolic/Resources/material-icons/arrow_drop_down_circle.default.svg new file mode 100644 index 0000000000..81980cda46 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_drop_down_circle.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_drop_down_circle.outlined.svg b/Symbolic/Resources/material-icons/arrow_drop_down_circle.outlined.svg new file mode 100644 index 0000000000..ecd72d6770 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_drop_down_circle.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_drop_down_circle.round.svg b/Symbolic/Resources/material-icons/arrow_drop_down_circle.round.svg new file mode 100644 index 0000000000..7f98d45467 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_drop_down_circle.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_drop_down_circle.sharp.svg b/Symbolic/Resources/material-icons/arrow_drop_down_circle.sharp.svg new file mode 100644 index 0000000000..ab5ed2d503 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_drop_down_circle.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_drop_down_circle.twotone.svg b/Symbolic/Resources/material-icons/arrow_drop_down_circle.twotone.svg new file mode 100644 index 0000000000..bff6e09149 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_drop_down_circle.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_drop_up.default.svg b/Symbolic/Resources/material-icons/arrow_drop_up.default.svg new file mode 100644 index 0000000000..d2c6f0b9f3 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_drop_up.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_drop_up.outlined.svg b/Symbolic/Resources/material-icons/arrow_drop_up.outlined.svg new file mode 100644 index 0000000000..f098056b9d --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_drop_up.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_drop_up.round.svg b/Symbolic/Resources/material-icons/arrow_drop_up.round.svg new file mode 100644 index 0000000000..94965d143a --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_drop_up.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_drop_up.sharp.svg b/Symbolic/Resources/material-icons/arrow_drop_up.sharp.svg new file mode 100644 index 0000000000..f098056b9d --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_drop_up.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_drop_up.twotone.svg b/Symbolic/Resources/material-icons/arrow_drop_up.twotone.svg new file mode 100644 index 0000000000..f098056b9d --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_drop_up.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_forward.default.svg b/Symbolic/Resources/material-icons/arrow_forward.default.svg new file mode 100644 index 0000000000..465c7e476b --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_forward.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_forward.outlined.svg b/Symbolic/Resources/material-icons/arrow_forward.outlined.svg new file mode 100644 index 0000000000..26d015e352 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_forward.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_forward.round.svg b/Symbolic/Resources/material-icons/arrow_forward.round.svg new file mode 100644 index 0000000000..72da312c07 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_forward.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_forward.sharp.svg b/Symbolic/Resources/material-icons/arrow_forward.sharp.svg new file mode 100644 index 0000000000..26d015e352 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_forward.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_forward.twotone.svg b/Symbolic/Resources/material-icons/arrow_forward.twotone.svg new file mode 100644 index 0000000000..26d015e352 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_forward.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_forward_ios.default.svg b/Symbolic/Resources/material-icons/arrow_forward_ios.default.svg new file mode 100644 index 0000000000..26dd18be75 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_forward_ios.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_forward_ios.outlined.svg b/Symbolic/Resources/material-icons/arrow_forward_ios.outlined.svg new file mode 100644 index 0000000000..26dd18be75 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_forward_ios.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_forward_ios.round.svg b/Symbolic/Resources/material-icons/arrow_forward_ios.round.svg new file mode 100644 index 0000000000..6217a92966 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_forward_ios.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_forward_ios.sharp.svg b/Symbolic/Resources/material-icons/arrow_forward_ios.sharp.svg new file mode 100644 index 0000000000..26dd18be75 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_forward_ios.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_forward_ios.twotone.svg b/Symbolic/Resources/material-icons/arrow_forward_ios.twotone.svg new file mode 100644 index 0000000000..26dd18be75 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_forward_ios.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_left.default.svg b/Symbolic/Resources/material-icons/arrow_left.default.svg new file mode 100644 index 0000000000..b20ba588aa --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_left.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_left.outlined.svg b/Symbolic/Resources/material-icons/arrow_left.outlined.svg new file mode 100644 index 0000000000..5af5c7e64b --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_left.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_left.round.svg b/Symbolic/Resources/material-icons/arrow_left.round.svg new file mode 100644 index 0000000000..a9706d02a2 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_left.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_left.sharp.svg b/Symbolic/Resources/material-icons/arrow_left.sharp.svg new file mode 100644 index 0000000000..5af5c7e64b --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_left.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_left.twotone.svg b/Symbolic/Resources/material-icons/arrow_left.twotone.svg new file mode 100644 index 0000000000..5af5c7e64b --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_left.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_outward.default.svg b/Symbolic/Resources/material-icons/arrow_outward.default.svg new file mode 100644 index 0000000000..4e8d2198cd --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_outward.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_outward.outlined.svg b/Symbolic/Resources/material-icons/arrow_outward.outlined.svg new file mode 100644 index 0000000000..4e8d2198cd --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_outward.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_outward.round.svg b/Symbolic/Resources/material-icons/arrow_outward.round.svg new file mode 100644 index 0000000000..f1690a596c --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_outward.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_outward.sharp.svg b/Symbolic/Resources/material-icons/arrow_outward.sharp.svg new file mode 100644 index 0000000000..4e8d2198cd --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_outward.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_outward.twotone.svg b/Symbolic/Resources/material-icons/arrow_outward.twotone.svg new file mode 100644 index 0000000000..4e8d2198cd --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_outward.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_right.default.svg b/Symbolic/Resources/material-icons/arrow_right.default.svg new file mode 100644 index 0000000000..5d25b6d9f1 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_right.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_right.outlined.svg b/Symbolic/Resources/material-icons/arrow_right.outlined.svg new file mode 100644 index 0000000000..e5402ffa22 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_right.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_right.round.svg b/Symbolic/Resources/material-icons/arrow_right.round.svg new file mode 100644 index 0000000000..316fef3356 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_right.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_right.sharp.svg b/Symbolic/Resources/material-icons/arrow_right.sharp.svg new file mode 100644 index 0000000000..e5402ffa22 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_right.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_right.twotone.svg b/Symbolic/Resources/material-icons/arrow_right.twotone.svg new file mode 100644 index 0000000000..e5402ffa22 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_right.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_right_alt.default.svg b/Symbolic/Resources/material-icons/arrow_right_alt.default.svg new file mode 100644 index 0000000000..37cdb2092f --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_right_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_right_alt.outlined.svg b/Symbolic/Resources/material-icons/arrow_right_alt.outlined.svg new file mode 100644 index 0000000000..feab73caca --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_right_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_right_alt.round.svg b/Symbolic/Resources/material-icons/arrow_right_alt.round.svg new file mode 100644 index 0000000000..09eb94d2ab --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_right_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_right_alt.sharp.svg b/Symbolic/Resources/material-icons/arrow_right_alt.sharp.svg new file mode 100644 index 0000000000..feab73caca --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_right_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_right_alt.twotone.svg b/Symbolic/Resources/material-icons/arrow_right_alt.twotone.svg new file mode 100644 index 0000000000..feab73caca --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_right_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_upward.default.svg b/Symbolic/Resources/material-icons/arrow_upward.default.svg new file mode 100644 index 0000000000..c774b0b817 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_upward.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_upward.outlined.svg b/Symbolic/Resources/material-icons/arrow_upward.outlined.svg new file mode 100644 index 0000000000..c774b0b817 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_upward.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_upward.round.svg b/Symbolic/Resources/material-icons/arrow_upward.round.svg new file mode 100644 index 0000000000..f7ffab2e04 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_upward.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_upward.sharp.svg b/Symbolic/Resources/material-icons/arrow_upward.sharp.svg new file mode 100644 index 0000000000..c774b0b817 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_upward.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/arrow_upward.twotone.svg b/Symbolic/Resources/material-icons/arrow_upward.twotone.svg new file mode 100644 index 0000000000..c774b0b817 --- /dev/null +++ b/Symbolic/Resources/material-icons/arrow_upward.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/art_track.default.svg b/Symbolic/Resources/material-icons/art_track.default.svg new file mode 100644 index 0000000000..6dcf2d99b7 --- /dev/null +++ b/Symbolic/Resources/material-icons/art_track.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/art_track.outlined.svg b/Symbolic/Resources/material-icons/art_track.outlined.svg new file mode 100644 index 0000000000..064f0f60f3 --- /dev/null +++ b/Symbolic/Resources/material-icons/art_track.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/art_track.round.svg b/Symbolic/Resources/material-icons/art_track.round.svg new file mode 100644 index 0000000000..986be02fc0 --- /dev/null +++ b/Symbolic/Resources/material-icons/art_track.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/art_track.sharp.svg b/Symbolic/Resources/material-icons/art_track.sharp.svg new file mode 100644 index 0000000000..21c57875ac --- /dev/null +++ b/Symbolic/Resources/material-icons/art_track.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/art_track.twotone.svg b/Symbolic/Resources/material-icons/art_track.twotone.svg new file mode 100644 index 0000000000..52974e5526 --- /dev/null +++ b/Symbolic/Resources/material-icons/art_track.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/article.default.svg b/Symbolic/Resources/material-icons/article.default.svg new file mode 100644 index 0000000000..ff7b585f92 --- /dev/null +++ b/Symbolic/Resources/material-icons/article.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/article.outlined.svg b/Symbolic/Resources/material-icons/article.outlined.svg new file mode 100644 index 0000000000..363239cfa7 --- /dev/null +++ b/Symbolic/Resources/material-icons/article.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/article.round.svg b/Symbolic/Resources/material-icons/article.round.svg new file mode 100644 index 0000000000..2196bd5725 --- /dev/null +++ b/Symbolic/Resources/material-icons/article.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/article.sharp.svg b/Symbolic/Resources/material-icons/article.sharp.svg new file mode 100644 index 0000000000..0daa75406e --- /dev/null +++ b/Symbolic/Resources/material-icons/article.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/article.twotone.svg b/Symbolic/Resources/material-icons/article.twotone.svg new file mode 100644 index 0000000000..8627d3487a --- /dev/null +++ b/Symbolic/Resources/material-icons/article.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/aspect_ratio.default.svg b/Symbolic/Resources/material-icons/aspect_ratio.default.svg new file mode 100644 index 0000000000..5fec3f8c10 --- /dev/null +++ b/Symbolic/Resources/material-icons/aspect_ratio.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/aspect_ratio.outlined.svg b/Symbolic/Resources/material-icons/aspect_ratio.outlined.svg new file mode 100644 index 0000000000..412ea12e8f --- /dev/null +++ b/Symbolic/Resources/material-icons/aspect_ratio.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/aspect_ratio.round.svg b/Symbolic/Resources/material-icons/aspect_ratio.round.svg new file mode 100644 index 0000000000..1bf893b071 --- /dev/null +++ b/Symbolic/Resources/material-icons/aspect_ratio.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/aspect_ratio.sharp.svg b/Symbolic/Resources/material-icons/aspect_ratio.sharp.svg new file mode 100644 index 0000000000..7fc8f1afb1 --- /dev/null +++ b/Symbolic/Resources/material-icons/aspect_ratio.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/aspect_ratio.twotone.svg b/Symbolic/Resources/material-icons/aspect_ratio.twotone.svg new file mode 100644 index 0000000000..e2b9e4d7fa --- /dev/null +++ b/Symbolic/Resources/material-icons/aspect_ratio.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assessment.default.svg b/Symbolic/Resources/material-icons/assessment.default.svg new file mode 100644 index 0000000000..68dc078493 --- /dev/null +++ b/Symbolic/Resources/material-icons/assessment.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assessment.outlined.svg b/Symbolic/Resources/material-icons/assessment.outlined.svg new file mode 100644 index 0000000000..4cda1b26b7 --- /dev/null +++ b/Symbolic/Resources/material-icons/assessment.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assessment.round.svg b/Symbolic/Resources/material-icons/assessment.round.svg new file mode 100644 index 0000000000..6d8f7de4b8 --- /dev/null +++ b/Symbolic/Resources/material-icons/assessment.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assessment.sharp.svg b/Symbolic/Resources/material-icons/assessment.sharp.svg new file mode 100644 index 0000000000..2c9d2f67b5 --- /dev/null +++ b/Symbolic/Resources/material-icons/assessment.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assessment.twotone.svg b/Symbolic/Resources/material-icons/assessment.twotone.svg new file mode 100644 index 0000000000..03237581ae --- /dev/null +++ b/Symbolic/Resources/material-icons/assessment.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assignment.default.svg b/Symbolic/Resources/material-icons/assignment.default.svg new file mode 100644 index 0000000000..4eab9de0d3 --- /dev/null +++ b/Symbolic/Resources/material-icons/assignment.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assignment.outlined.svg b/Symbolic/Resources/material-icons/assignment.outlined.svg new file mode 100644 index 0000000000..dd944f29ba --- /dev/null +++ b/Symbolic/Resources/material-icons/assignment.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assignment.round.svg b/Symbolic/Resources/material-icons/assignment.round.svg new file mode 100644 index 0000000000..53876edd1f --- /dev/null +++ b/Symbolic/Resources/material-icons/assignment.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assignment.sharp.svg b/Symbolic/Resources/material-icons/assignment.sharp.svg new file mode 100644 index 0000000000..e00bc3331b --- /dev/null +++ b/Symbolic/Resources/material-icons/assignment.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assignment.twotone.svg b/Symbolic/Resources/material-icons/assignment.twotone.svg new file mode 100644 index 0000000000..22df73d2fa --- /dev/null +++ b/Symbolic/Resources/material-icons/assignment.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assignment_add.default.svg b/Symbolic/Resources/material-icons/assignment_add.default.svg new file mode 100644 index 0000000000..a21bfd2bd0 --- /dev/null +++ b/Symbolic/Resources/material-icons/assignment_add.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assignment_ind.default.svg b/Symbolic/Resources/material-icons/assignment_ind.default.svg new file mode 100644 index 0000000000..abd8a6b4d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/assignment_ind.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assignment_ind.outlined.svg b/Symbolic/Resources/material-icons/assignment_ind.outlined.svg new file mode 100644 index 0000000000..7c9c980ddd --- /dev/null +++ b/Symbolic/Resources/material-icons/assignment_ind.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assignment_ind.round.svg b/Symbolic/Resources/material-icons/assignment_ind.round.svg new file mode 100644 index 0000000000..8d7c1ba612 --- /dev/null +++ b/Symbolic/Resources/material-icons/assignment_ind.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assignment_ind.sharp.svg b/Symbolic/Resources/material-icons/assignment_ind.sharp.svg new file mode 100644 index 0000000000..9d6dd11c30 --- /dev/null +++ b/Symbolic/Resources/material-icons/assignment_ind.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assignment_ind.twotone.svg b/Symbolic/Resources/material-icons/assignment_ind.twotone.svg new file mode 100644 index 0000000000..b3a5b42fe1 --- /dev/null +++ b/Symbolic/Resources/material-icons/assignment_ind.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assignment_late.default.svg b/Symbolic/Resources/material-icons/assignment_late.default.svg new file mode 100644 index 0000000000..ff9926d72d --- /dev/null +++ b/Symbolic/Resources/material-icons/assignment_late.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assignment_late.outlined.svg b/Symbolic/Resources/material-icons/assignment_late.outlined.svg new file mode 100644 index 0000000000..c58527d484 --- /dev/null +++ b/Symbolic/Resources/material-icons/assignment_late.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assignment_late.round.svg b/Symbolic/Resources/material-icons/assignment_late.round.svg new file mode 100644 index 0000000000..f1c58b4c87 --- /dev/null +++ b/Symbolic/Resources/material-icons/assignment_late.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assignment_late.sharp.svg b/Symbolic/Resources/material-icons/assignment_late.sharp.svg new file mode 100644 index 0000000000..3d97a45792 --- /dev/null +++ b/Symbolic/Resources/material-icons/assignment_late.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assignment_late.twotone.svg b/Symbolic/Resources/material-icons/assignment_late.twotone.svg new file mode 100644 index 0000000000..d3c07ee133 --- /dev/null +++ b/Symbolic/Resources/material-icons/assignment_late.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assignment_return.default.svg b/Symbolic/Resources/material-icons/assignment_return.default.svg new file mode 100644 index 0000000000..f67761751b --- /dev/null +++ b/Symbolic/Resources/material-icons/assignment_return.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assignment_return.outlined.svg b/Symbolic/Resources/material-icons/assignment_return.outlined.svg new file mode 100644 index 0000000000..4bd95a0760 --- /dev/null +++ b/Symbolic/Resources/material-icons/assignment_return.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assignment_return.round.svg b/Symbolic/Resources/material-icons/assignment_return.round.svg new file mode 100644 index 0000000000..a8183a8633 --- /dev/null +++ b/Symbolic/Resources/material-icons/assignment_return.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assignment_return.sharp.svg b/Symbolic/Resources/material-icons/assignment_return.sharp.svg new file mode 100644 index 0000000000..26fb38b2de --- /dev/null +++ b/Symbolic/Resources/material-icons/assignment_return.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assignment_return.twotone.svg b/Symbolic/Resources/material-icons/assignment_return.twotone.svg new file mode 100644 index 0000000000..b3ee609475 --- /dev/null +++ b/Symbolic/Resources/material-icons/assignment_return.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assignment_returned.default.svg b/Symbolic/Resources/material-icons/assignment_returned.default.svg new file mode 100644 index 0000000000..8c73a6d226 --- /dev/null +++ b/Symbolic/Resources/material-icons/assignment_returned.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assignment_returned.outlined.svg b/Symbolic/Resources/material-icons/assignment_returned.outlined.svg new file mode 100644 index 0000000000..8ec547d6cd --- /dev/null +++ b/Symbolic/Resources/material-icons/assignment_returned.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assignment_returned.round.svg b/Symbolic/Resources/material-icons/assignment_returned.round.svg new file mode 100644 index 0000000000..eb478abb41 --- /dev/null +++ b/Symbolic/Resources/material-icons/assignment_returned.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assignment_returned.sharp.svg b/Symbolic/Resources/material-icons/assignment_returned.sharp.svg new file mode 100644 index 0000000000..b3f62dca99 --- /dev/null +++ b/Symbolic/Resources/material-icons/assignment_returned.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assignment_returned.twotone.svg b/Symbolic/Resources/material-icons/assignment_returned.twotone.svg new file mode 100644 index 0000000000..395c2b1660 --- /dev/null +++ b/Symbolic/Resources/material-icons/assignment_returned.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assignment_turned_in.default.svg b/Symbolic/Resources/material-icons/assignment_turned_in.default.svg new file mode 100644 index 0000000000..36db7070d7 --- /dev/null +++ b/Symbolic/Resources/material-icons/assignment_turned_in.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assignment_turned_in.outlined.svg b/Symbolic/Resources/material-icons/assignment_turned_in.outlined.svg new file mode 100644 index 0000000000..aa6160ae23 --- /dev/null +++ b/Symbolic/Resources/material-icons/assignment_turned_in.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assignment_turned_in.round.svg b/Symbolic/Resources/material-icons/assignment_turned_in.round.svg new file mode 100644 index 0000000000..8b58f2ecaf --- /dev/null +++ b/Symbolic/Resources/material-icons/assignment_turned_in.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assignment_turned_in.sharp.svg b/Symbolic/Resources/material-icons/assignment_turned_in.sharp.svg new file mode 100644 index 0000000000..406d562619 --- /dev/null +++ b/Symbolic/Resources/material-icons/assignment_turned_in.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assignment_turned_in.twotone.svg b/Symbolic/Resources/material-icons/assignment_turned_in.twotone.svg new file mode 100644 index 0000000000..9a2c79a5b7 --- /dev/null +++ b/Symbolic/Resources/material-icons/assignment_turned_in.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assist_walker.default.svg b/Symbolic/Resources/material-icons/assist_walker.default.svg new file mode 100644 index 0000000000..83fbf038be --- /dev/null +++ b/Symbolic/Resources/material-icons/assist_walker.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assist_walker.outlined.svg b/Symbolic/Resources/material-icons/assist_walker.outlined.svg new file mode 100644 index 0000000000..83fbf038be --- /dev/null +++ b/Symbolic/Resources/material-icons/assist_walker.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assist_walker.round.svg b/Symbolic/Resources/material-icons/assist_walker.round.svg new file mode 100644 index 0000000000..e65514ba07 --- /dev/null +++ b/Symbolic/Resources/material-icons/assist_walker.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assist_walker.sharp.svg b/Symbolic/Resources/material-icons/assist_walker.sharp.svg new file mode 100644 index 0000000000..8d59cf0b7f --- /dev/null +++ b/Symbolic/Resources/material-icons/assist_walker.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assist_walker.twotone.svg b/Symbolic/Resources/material-icons/assist_walker.twotone.svg new file mode 100644 index 0000000000..83fbf038be --- /dev/null +++ b/Symbolic/Resources/material-icons/assist_walker.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assistant.default.svg b/Symbolic/Resources/material-icons/assistant.default.svg new file mode 100644 index 0000000000..7a8852f989 --- /dev/null +++ b/Symbolic/Resources/material-icons/assistant.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assistant.outlined.svg b/Symbolic/Resources/material-icons/assistant.outlined.svg new file mode 100644 index 0000000000..6563e56b8e --- /dev/null +++ b/Symbolic/Resources/material-icons/assistant.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assistant.round.svg b/Symbolic/Resources/material-icons/assistant.round.svg new file mode 100644 index 0000000000..e4c7f249d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/assistant.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assistant.sharp.svg b/Symbolic/Resources/material-icons/assistant.sharp.svg new file mode 100644 index 0000000000..855788f31c --- /dev/null +++ b/Symbolic/Resources/material-icons/assistant.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assistant.twotone.svg b/Symbolic/Resources/material-icons/assistant.twotone.svg new file mode 100644 index 0000000000..db31c6524f --- /dev/null +++ b/Symbolic/Resources/material-icons/assistant.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assistant_direction.default.svg b/Symbolic/Resources/material-icons/assistant_direction.default.svg new file mode 100644 index 0000000000..a9742c8d44 --- /dev/null +++ b/Symbolic/Resources/material-icons/assistant_direction.default.svg @@ -0,0 +1 @@ +Asset 1 \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assistant_direction.outlined.svg b/Symbolic/Resources/material-icons/assistant_direction.outlined.svg new file mode 100644 index 0000000000..542f5dfc74 --- /dev/null +++ b/Symbolic/Resources/material-icons/assistant_direction.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assistant_direction.round.svg b/Symbolic/Resources/material-icons/assistant_direction.round.svg new file mode 100644 index 0000000000..c09626fd72 --- /dev/null +++ b/Symbolic/Resources/material-icons/assistant_direction.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assistant_direction.sharp.svg b/Symbolic/Resources/material-icons/assistant_direction.sharp.svg new file mode 100644 index 0000000000..0386eac648 --- /dev/null +++ b/Symbolic/Resources/material-icons/assistant_direction.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assistant_direction.twotone.svg b/Symbolic/Resources/material-icons/assistant_direction.twotone.svg new file mode 100644 index 0000000000..6d522f6ea8 --- /dev/null +++ b/Symbolic/Resources/material-icons/assistant_direction.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assistant_navigation.default.svg b/Symbolic/Resources/material-icons/assistant_navigation.default.svg new file mode 100644 index 0000000000..84298a6030 --- /dev/null +++ b/Symbolic/Resources/material-icons/assistant_navigation.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assistant_photo.default.svg b/Symbolic/Resources/material-icons/assistant_photo.default.svg new file mode 100644 index 0000000000..e9cda1e1db --- /dev/null +++ b/Symbolic/Resources/material-icons/assistant_photo.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assistant_photo.outlined.svg b/Symbolic/Resources/material-icons/assistant_photo.outlined.svg new file mode 100644 index 0000000000..5ebf9fc49e --- /dev/null +++ b/Symbolic/Resources/material-icons/assistant_photo.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assistant_photo.round.svg b/Symbolic/Resources/material-icons/assistant_photo.round.svg new file mode 100644 index 0000000000..e8f428ad19 --- /dev/null +++ b/Symbolic/Resources/material-icons/assistant_photo.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assistant_photo.sharp.svg b/Symbolic/Resources/material-icons/assistant_photo.sharp.svg new file mode 100644 index 0000000000..1fc1eb5cc9 --- /dev/null +++ b/Symbolic/Resources/material-icons/assistant_photo.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assistant_photo.twotone.svg b/Symbolic/Resources/material-icons/assistant_photo.twotone.svg new file mode 100644 index 0000000000..72d0db6ca3 --- /dev/null +++ b/Symbolic/Resources/material-icons/assistant_photo.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assured_workload.default.svg b/Symbolic/Resources/material-icons/assured_workload.default.svg new file mode 100644 index 0000000000..43c68cb587 --- /dev/null +++ b/Symbolic/Resources/material-icons/assured_workload.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assured_workload.outlined.svg b/Symbolic/Resources/material-icons/assured_workload.outlined.svg new file mode 100644 index 0000000000..a2d299471d --- /dev/null +++ b/Symbolic/Resources/material-icons/assured_workload.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assured_workload.round.svg b/Symbolic/Resources/material-icons/assured_workload.round.svg new file mode 100644 index 0000000000..5c532a984c --- /dev/null +++ b/Symbolic/Resources/material-icons/assured_workload.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assured_workload.sharp.svg b/Symbolic/Resources/material-icons/assured_workload.sharp.svg new file mode 100644 index 0000000000..43c68cb587 --- /dev/null +++ b/Symbolic/Resources/material-icons/assured_workload.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/assured_workload.twotone.svg b/Symbolic/Resources/material-icons/assured_workload.twotone.svg new file mode 100644 index 0000000000..27b8811e7c --- /dev/null +++ b/Symbolic/Resources/material-icons/assured_workload.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/atm.default.svg b/Symbolic/Resources/material-icons/atm.default.svg new file mode 100644 index 0000000000..631968296c --- /dev/null +++ b/Symbolic/Resources/material-icons/atm.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/atm.outlined.svg b/Symbolic/Resources/material-icons/atm.outlined.svg new file mode 100644 index 0000000000..418c94ca69 --- /dev/null +++ b/Symbolic/Resources/material-icons/atm.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/atm.round.svg b/Symbolic/Resources/material-icons/atm.round.svg new file mode 100644 index 0000000000..4facb85621 --- /dev/null +++ b/Symbolic/Resources/material-icons/atm.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/atm.sharp.svg b/Symbolic/Resources/material-icons/atm.sharp.svg new file mode 100644 index 0000000000..b442782899 --- /dev/null +++ b/Symbolic/Resources/material-icons/atm.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/atm.twotone.svg b/Symbolic/Resources/material-icons/atm.twotone.svg new file mode 100644 index 0000000000..a8ff2a7b0c --- /dev/null +++ b/Symbolic/Resources/material-icons/atm.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/attach_email.default.svg b/Symbolic/Resources/material-icons/attach_email.default.svg new file mode 100644 index 0000000000..6c0755a6aa --- /dev/null +++ b/Symbolic/Resources/material-icons/attach_email.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/attach_email.outlined.svg b/Symbolic/Resources/material-icons/attach_email.outlined.svg new file mode 100644 index 0000000000..2487e69b5b --- /dev/null +++ b/Symbolic/Resources/material-icons/attach_email.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/attach_email.round.svg b/Symbolic/Resources/material-icons/attach_email.round.svg new file mode 100644 index 0000000000..98e882abdc --- /dev/null +++ b/Symbolic/Resources/material-icons/attach_email.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/attach_email.sharp.svg b/Symbolic/Resources/material-icons/attach_email.sharp.svg new file mode 100644 index 0000000000..caa2fbe22a --- /dev/null +++ b/Symbolic/Resources/material-icons/attach_email.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/attach_email.twotone.svg b/Symbolic/Resources/material-icons/attach_email.twotone.svg new file mode 100644 index 0000000000..2487e69b5b --- /dev/null +++ b/Symbolic/Resources/material-icons/attach_email.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/attach_file.default.svg b/Symbolic/Resources/material-icons/attach_file.default.svg new file mode 100644 index 0000000000..f626230864 --- /dev/null +++ b/Symbolic/Resources/material-icons/attach_file.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/attach_file.outlined.svg b/Symbolic/Resources/material-icons/attach_file.outlined.svg new file mode 100644 index 0000000000..8aaba46b0c --- /dev/null +++ b/Symbolic/Resources/material-icons/attach_file.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/attach_file.round.svg b/Symbolic/Resources/material-icons/attach_file.round.svg new file mode 100644 index 0000000000..bb846d60f5 --- /dev/null +++ b/Symbolic/Resources/material-icons/attach_file.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/attach_file.sharp.svg b/Symbolic/Resources/material-icons/attach_file.sharp.svg new file mode 100644 index 0000000000..95c1c4fe5b --- /dev/null +++ b/Symbolic/Resources/material-icons/attach_file.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/attach_file.twotone.svg b/Symbolic/Resources/material-icons/attach_file.twotone.svg new file mode 100644 index 0000000000..3e744ee42d --- /dev/null +++ b/Symbolic/Resources/material-icons/attach_file.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/attach_money.default.svg b/Symbolic/Resources/material-icons/attach_money.default.svg new file mode 100644 index 0000000000..d1d962939c --- /dev/null +++ b/Symbolic/Resources/material-icons/attach_money.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/attach_money.outlined.svg b/Symbolic/Resources/material-icons/attach_money.outlined.svg new file mode 100644 index 0000000000..6aadaea41d --- /dev/null +++ b/Symbolic/Resources/material-icons/attach_money.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/attach_money.round.svg b/Symbolic/Resources/material-icons/attach_money.round.svg new file mode 100644 index 0000000000..6c2a8188a6 --- /dev/null +++ b/Symbolic/Resources/material-icons/attach_money.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/attach_money.sharp.svg b/Symbolic/Resources/material-icons/attach_money.sharp.svg new file mode 100644 index 0000000000..b6e85256cf --- /dev/null +++ b/Symbolic/Resources/material-icons/attach_money.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/attach_money.twotone.svg b/Symbolic/Resources/material-icons/attach_money.twotone.svg new file mode 100644 index 0000000000..839b20ef17 --- /dev/null +++ b/Symbolic/Resources/material-icons/attach_money.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/attachment.default.svg b/Symbolic/Resources/material-icons/attachment.default.svg new file mode 100644 index 0000000000..73cf915119 --- /dev/null +++ b/Symbolic/Resources/material-icons/attachment.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/attachment.outlined.svg b/Symbolic/Resources/material-icons/attachment.outlined.svg new file mode 100644 index 0000000000..e7827c7e06 --- /dev/null +++ b/Symbolic/Resources/material-icons/attachment.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/attachment.round.svg b/Symbolic/Resources/material-icons/attachment.round.svg new file mode 100644 index 0000000000..4876d2f961 --- /dev/null +++ b/Symbolic/Resources/material-icons/attachment.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/attachment.sharp.svg b/Symbolic/Resources/material-icons/attachment.sharp.svg new file mode 100644 index 0000000000..e7827c7e06 --- /dev/null +++ b/Symbolic/Resources/material-icons/attachment.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/attachment.twotone.svg b/Symbolic/Resources/material-icons/attachment.twotone.svg new file mode 100644 index 0000000000..e7827c7e06 --- /dev/null +++ b/Symbolic/Resources/material-icons/attachment.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/attractions.default.svg b/Symbolic/Resources/material-icons/attractions.default.svg new file mode 100644 index 0000000000..35317bba3f --- /dev/null +++ b/Symbolic/Resources/material-icons/attractions.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/attractions.outlined.svg b/Symbolic/Resources/material-icons/attractions.outlined.svg new file mode 100644 index 0000000000..9af0cea2b3 --- /dev/null +++ b/Symbolic/Resources/material-icons/attractions.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/attractions.round.svg b/Symbolic/Resources/material-icons/attractions.round.svg new file mode 100644 index 0000000000..2184399997 --- /dev/null +++ b/Symbolic/Resources/material-icons/attractions.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/attractions.sharp.svg b/Symbolic/Resources/material-icons/attractions.sharp.svg new file mode 100644 index 0000000000..ce757b534f --- /dev/null +++ b/Symbolic/Resources/material-icons/attractions.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/attractions.twotone.svg b/Symbolic/Resources/material-icons/attractions.twotone.svg new file mode 100644 index 0000000000..e215a3cd8c --- /dev/null +++ b/Symbolic/Resources/material-icons/attractions.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/attribution.default.svg b/Symbolic/Resources/material-icons/attribution.default.svg new file mode 100644 index 0000000000..cdc99812c4 --- /dev/null +++ b/Symbolic/Resources/material-icons/attribution.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/attribution.outlined.svg b/Symbolic/Resources/material-icons/attribution.outlined.svg new file mode 100644 index 0000000000..7f13ce9f31 --- /dev/null +++ b/Symbolic/Resources/material-icons/attribution.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/attribution.round.svg b/Symbolic/Resources/material-icons/attribution.round.svg new file mode 100644 index 0000000000..368548848a --- /dev/null +++ b/Symbolic/Resources/material-icons/attribution.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/attribution.sharp.svg b/Symbolic/Resources/material-icons/attribution.sharp.svg new file mode 100644 index 0000000000..5316d4808b --- /dev/null +++ b/Symbolic/Resources/material-icons/attribution.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/attribution.twotone.svg b/Symbolic/Resources/material-icons/attribution.twotone.svg new file mode 100644 index 0000000000..912128674f --- /dev/null +++ b/Symbolic/Resources/material-icons/attribution.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/audio_file.default.svg b/Symbolic/Resources/material-icons/audio_file.default.svg new file mode 100644 index 0000000000..0adf08cb6a --- /dev/null +++ b/Symbolic/Resources/material-icons/audio_file.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/audio_file.outlined.svg b/Symbolic/Resources/material-icons/audio_file.outlined.svg new file mode 100644 index 0000000000..33bedb2295 --- /dev/null +++ b/Symbolic/Resources/material-icons/audio_file.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/audio_file.round.svg b/Symbolic/Resources/material-icons/audio_file.round.svg new file mode 100644 index 0000000000..092040f74b --- /dev/null +++ b/Symbolic/Resources/material-icons/audio_file.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/audio_file.sharp.svg b/Symbolic/Resources/material-icons/audio_file.sharp.svg new file mode 100644 index 0000000000..6b378a0caa --- /dev/null +++ b/Symbolic/Resources/material-icons/audio_file.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/audio_file.twotone.svg b/Symbolic/Resources/material-icons/audio_file.twotone.svg new file mode 100644 index 0000000000..86c34e4b1a --- /dev/null +++ b/Symbolic/Resources/material-icons/audio_file.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/audiotrack.default.svg b/Symbolic/Resources/material-icons/audiotrack.default.svg new file mode 100644 index 0000000000..351b834699 --- /dev/null +++ b/Symbolic/Resources/material-icons/audiotrack.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/audiotrack.outlined.svg b/Symbolic/Resources/material-icons/audiotrack.outlined.svg new file mode 100644 index 0000000000..d8b6db10c3 --- /dev/null +++ b/Symbolic/Resources/material-icons/audiotrack.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/audiotrack.round.svg b/Symbolic/Resources/material-icons/audiotrack.round.svg new file mode 100644 index 0000000000..58a7b69aba --- /dev/null +++ b/Symbolic/Resources/material-icons/audiotrack.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/audiotrack.sharp.svg b/Symbolic/Resources/material-icons/audiotrack.sharp.svg new file mode 100644 index 0000000000..e9ea3200b7 --- /dev/null +++ b/Symbolic/Resources/material-icons/audiotrack.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/audiotrack.twotone.svg b/Symbolic/Resources/material-icons/audiotrack.twotone.svg new file mode 100644 index 0000000000..dfc5e1e986 --- /dev/null +++ b/Symbolic/Resources/material-icons/audiotrack.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_awesome.default.svg b/Symbolic/Resources/material-icons/auto_awesome.default.svg new file mode 100644 index 0000000000..e1ebed1ce6 --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_awesome.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_awesome.outlined.svg b/Symbolic/Resources/material-icons/auto_awesome.outlined.svg new file mode 100644 index 0000000000..2afe50c1be --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_awesome.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_awesome.round.svg b/Symbolic/Resources/material-icons/auto_awesome.round.svg new file mode 100644 index 0000000000..f86064d209 --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_awesome.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_awesome.sharp.svg b/Symbolic/Resources/material-icons/auto_awesome.sharp.svg new file mode 100644 index 0000000000..737683469e --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_awesome.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_awesome.twotone.svg b/Symbolic/Resources/material-icons/auto_awesome.twotone.svg new file mode 100644 index 0000000000..8e712de4c7 --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_awesome.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_awesome_mosaic.default.svg b/Symbolic/Resources/material-icons/auto_awesome_mosaic.default.svg new file mode 100644 index 0000000000..c3976971ac --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_awesome_mosaic.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_awesome_mosaic.outlined.svg b/Symbolic/Resources/material-icons/auto_awesome_mosaic.outlined.svg new file mode 100644 index 0000000000..9cbe520313 --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_awesome_mosaic.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_awesome_mosaic.round.svg b/Symbolic/Resources/material-icons/auto_awesome_mosaic.round.svg new file mode 100644 index 0000000000..1a3095a483 --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_awesome_mosaic.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_awesome_mosaic.sharp.svg b/Symbolic/Resources/material-icons/auto_awesome_mosaic.sharp.svg new file mode 100644 index 0000000000..5ac3b6a515 --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_awesome_mosaic.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_awesome_mosaic.twotone.svg b/Symbolic/Resources/material-icons/auto_awesome_mosaic.twotone.svg new file mode 100644 index 0000000000..2691ad3eba --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_awesome_mosaic.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_awesome_motion.default.svg b/Symbolic/Resources/material-icons/auto_awesome_motion.default.svg new file mode 100644 index 0000000000..edc6c5e42d --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_awesome_motion.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_awesome_motion.outlined.svg b/Symbolic/Resources/material-icons/auto_awesome_motion.outlined.svg new file mode 100644 index 0000000000..d5dba7b21d --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_awesome_motion.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_awesome_motion.round.svg b/Symbolic/Resources/material-icons/auto_awesome_motion.round.svg new file mode 100644 index 0000000000..1041ef8830 --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_awesome_motion.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_awesome_motion.sharp.svg b/Symbolic/Resources/material-icons/auto_awesome_motion.sharp.svg new file mode 100644 index 0000000000..eb682292ee --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_awesome_motion.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_awesome_motion.twotone.svg b/Symbolic/Resources/material-icons/auto_awesome_motion.twotone.svg new file mode 100644 index 0000000000..f7f7b3ce3e --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_awesome_motion.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_delete.default.svg b/Symbolic/Resources/material-icons/auto_delete.default.svg new file mode 100644 index 0000000000..fcc5aa5ef7 --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_delete.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_delete.outlined.svg b/Symbolic/Resources/material-icons/auto_delete.outlined.svg new file mode 100644 index 0000000000..556aae8a53 --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_delete.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_delete.round.svg b/Symbolic/Resources/material-icons/auto_delete.round.svg new file mode 100644 index 0000000000..12433e45e1 --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_delete.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_delete.sharp.svg b/Symbolic/Resources/material-icons/auto_delete.sharp.svg new file mode 100644 index 0000000000..a505dc41f7 --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_delete.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_delete.twotone.svg b/Symbolic/Resources/material-icons/auto_delete.twotone.svg new file mode 100644 index 0000000000..a141bbc4e9 --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_delete.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_fix_high.default.svg b/Symbolic/Resources/material-icons/auto_fix_high.default.svg new file mode 100644 index 0000000000..72be647ac2 --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_fix_high.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_fix_high.outlined.svg b/Symbolic/Resources/material-icons/auto_fix_high.outlined.svg new file mode 100644 index 0000000000..8d18def666 --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_fix_high.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_fix_high.round.svg b/Symbolic/Resources/material-icons/auto_fix_high.round.svg new file mode 100644 index 0000000000..61fdc385c8 --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_fix_high.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_fix_high.sharp.svg b/Symbolic/Resources/material-icons/auto_fix_high.sharp.svg new file mode 100644 index 0000000000..785e72af4c --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_fix_high.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_fix_high.twotone.svg b/Symbolic/Resources/material-icons/auto_fix_high.twotone.svg new file mode 100644 index 0000000000..c9e8bb45ed --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_fix_high.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_fix_normal.default.svg b/Symbolic/Resources/material-icons/auto_fix_normal.default.svg new file mode 100644 index 0000000000..a1b9890d5b --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_fix_normal.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_fix_normal.outlined.svg b/Symbolic/Resources/material-icons/auto_fix_normal.outlined.svg new file mode 100644 index 0000000000..60e6b85abb --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_fix_normal.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_fix_normal.round.svg b/Symbolic/Resources/material-icons/auto_fix_normal.round.svg new file mode 100644 index 0000000000..4a0156338e --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_fix_normal.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_fix_normal.sharp.svg b/Symbolic/Resources/material-icons/auto_fix_normal.sharp.svg new file mode 100644 index 0000000000..b9426a656f --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_fix_normal.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_fix_normal.twotone.svg b/Symbolic/Resources/material-icons/auto_fix_normal.twotone.svg new file mode 100644 index 0000000000..be1b94785d --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_fix_normal.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_fix_off.default.svg b/Symbolic/Resources/material-icons/auto_fix_off.default.svg new file mode 100644 index 0000000000..a4fbc4342d --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_fix_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_fix_off.outlined.svg b/Symbolic/Resources/material-icons/auto_fix_off.outlined.svg new file mode 100644 index 0000000000..3fb2c7eeb6 --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_fix_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_fix_off.round.svg b/Symbolic/Resources/material-icons/auto_fix_off.round.svg new file mode 100644 index 0000000000..a9b5b623f2 --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_fix_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_fix_off.sharp.svg b/Symbolic/Resources/material-icons/auto_fix_off.sharp.svg new file mode 100644 index 0000000000..e28ef48287 --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_fix_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_fix_off.twotone.svg b/Symbolic/Resources/material-icons/auto_fix_off.twotone.svg new file mode 100644 index 0000000000..9d593d1428 --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_fix_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_graph.default.svg b/Symbolic/Resources/material-icons/auto_graph.default.svg new file mode 100644 index 0000000000..b9984c4c18 --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_graph.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_graph.outlined.svg b/Symbolic/Resources/material-icons/auto_graph.outlined.svg new file mode 100644 index 0000000000..b9984c4c18 --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_graph.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_graph.round.svg b/Symbolic/Resources/material-icons/auto_graph.round.svg new file mode 100644 index 0000000000..fd632e5bf2 --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_graph.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_graph.sharp.svg b/Symbolic/Resources/material-icons/auto_graph.sharp.svg new file mode 100644 index 0000000000..b9984c4c18 --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_graph.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_graph.twotone.svg b/Symbolic/Resources/material-icons/auto_graph.twotone.svg new file mode 100644 index 0000000000..b9984c4c18 --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_graph.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_mode.default.svg b/Symbolic/Resources/material-icons/auto_mode.default.svg new file mode 100644 index 0000000000..c0fe531777 --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_mode.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_mode.outlined.svg b/Symbolic/Resources/material-icons/auto_mode.outlined.svg new file mode 100644 index 0000000000..c0fe531777 --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_mode.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_mode.round.svg b/Symbolic/Resources/material-icons/auto_mode.round.svg new file mode 100644 index 0000000000..c45c889516 --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_mode.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_mode.sharp.svg b/Symbolic/Resources/material-icons/auto_mode.sharp.svg new file mode 100644 index 0000000000..c0fe531777 --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_mode.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_mode.twotone.svg b/Symbolic/Resources/material-icons/auto_mode.twotone.svg new file mode 100644 index 0000000000..c0fe531777 --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_mode.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_stories.default.svg b/Symbolic/Resources/material-icons/auto_stories.default.svg new file mode 100644 index 0000000000..98d157f165 --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_stories.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_stories.outlined.svg b/Symbolic/Resources/material-icons/auto_stories.outlined.svg new file mode 100644 index 0000000000..ec284f0753 --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_stories.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_stories.round.svg b/Symbolic/Resources/material-icons/auto_stories.round.svg new file mode 100644 index 0000000000..c817860098 --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_stories.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_stories.sharp.svg b/Symbolic/Resources/material-icons/auto_stories.sharp.svg new file mode 100644 index 0000000000..98d8d35fa1 --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_stories.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/auto_stories.twotone.svg b/Symbolic/Resources/material-icons/auto_stories.twotone.svg new file mode 100644 index 0000000000..2943dec8e9 --- /dev/null +++ b/Symbolic/Resources/material-icons/auto_stories.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/autofps_select.default.svg b/Symbolic/Resources/material-icons/autofps_select.default.svg new file mode 100644 index 0000000000..48d404af9e --- /dev/null +++ b/Symbolic/Resources/material-icons/autofps_select.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/autofps_select.outlined.svg b/Symbolic/Resources/material-icons/autofps_select.outlined.svg new file mode 100644 index 0000000000..48d404af9e --- /dev/null +++ b/Symbolic/Resources/material-icons/autofps_select.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/autofps_select.round.svg b/Symbolic/Resources/material-icons/autofps_select.round.svg new file mode 100644 index 0000000000..976fcda15d --- /dev/null +++ b/Symbolic/Resources/material-icons/autofps_select.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/autofps_select.sharp.svg b/Symbolic/Resources/material-icons/autofps_select.sharp.svg new file mode 100644 index 0000000000..48d404af9e --- /dev/null +++ b/Symbolic/Resources/material-icons/autofps_select.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/autofps_select.twotone.svg b/Symbolic/Resources/material-icons/autofps_select.twotone.svg new file mode 100644 index 0000000000..48d404af9e --- /dev/null +++ b/Symbolic/Resources/material-icons/autofps_select.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/autorenew.default.svg b/Symbolic/Resources/material-icons/autorenew.default.svg new file mode 100644 index 0000000000..2561b21149 --- /dev/null +++ b/Symbolic/Resources/material-icons/autorenew.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/autorenew.outlined.svg b/Symbolic/Resources/material-icons/autorenew.outlined.svg new file mode 100644 index 0000000000..9cdcc63ab6 --- /dev/null +++ b/Symbolic/Resources/material-icons/autorenew.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/autorenew.round.svg b/Symbolic/Resources/material-icons/autorenew.round.svg new file mode 100644 index 0000000000..f5d7ede443 --- /dev/null +++ b/Symbolic/Resources/material-icons/autorenew.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/autorenew.sharp.svg b/Symbolic/Resources/material-icons/autorenew.sharp.svg new file mode 100644 index 0000000000..9cdcc63ab6 --- /dev/null +++ b/Symbolic/Resources/material-icons/autorenew.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/autorenew.twotone.svg b/Symbolic/Resources/material-icons/autorenew.twotone.svg new file mode 100644 index 0000000000..9cdcc63ab6 --- /dev/null +++ b/Symbolic/Resources/material-icons/autorenew.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/av_timer.default.svg b/Symbolic/Resources/material-icons/av_timer.default.svg new file mode 100644 index 0000000000..fb24b95954 --- /dev/null +++ b/Symbolic/Resources/material-icons/av_timer.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/av_timer.outlined.svg b/Symbolic/Resources/material-icons/av_timer.outlined.svg new file mode 100644 index 0000000000..f05b53967d --- /dev/null +++ b/Symbolic/Resources/material-icons/av_timer.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/av_timer.round.svg b/Symbolic/Resources/material-icons/av_timer.round.svg new file mode 100644 index 0000000000..8e6431c07d --- /dev/null +++ b/Symbolic/Resources/material-icons/av_timer.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/av_timer.sharp.svg b/Symbolic/Resources/material-icons/av_timer.sharp.svg new file mode 100644 index 0000000000..f05b53967d --- /dev/null +++ b/Symbolic/Resources/material-icons/av_timer.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/av_timer.twotone.svg b/Symbolic/Resources/material-icons/av_timer.twotone.svg new file mode 100644 index 0000000000..1a3ea309bf --- /dev/null +++ b/Symbolic/Resources/material-icons/av_timer.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/baby_changing_station.default.svg b/Symbolic/Resources/material-icons/baby_changing_station.default.svg new file mode 100644 index 0000000000..70e512de26 --- /dev/null +++ b/Symbolic/Resources/material-icons/baby_changing_station.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/baby_changing_station.outlined.svg b/Symbolic/Resources/material-icons/baby_changing_station.outlined.svg new file mode 100644 index 0000000000..70e512de26 --- /dev/null +++ b/Symbolic/Resources/material-icons/baby_changing_station.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/baby_changing_station.round.svg b/Symbolic/Resources/material-icons/baby_changing_station.round.svg new file mode 100644 index 0000000000..98255ca43e --- /dev/null +++ b/Symbolic/Resources/material-icons/baby_changing_station.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/baby_changing_station.sharp.svg b/Symbolic/Resources/material-icons/baby_changing_station.sharp.svg new file mode 100644 index 0000000000..152bfac075 --- /dev/null +++ b/Symbolic/Resources/material-icons/baby_changing_station.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/baby_changing_station.twotone.svg b/Symbolic/Resources/material-icons/baby_changing_station.twotone.svg new file mode 100644 index 0000000000..70e512de26 --- /dev/null +++ b/Symbolic/Resources/material-icons/baby_changing_station.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/back_hand.default.svg b/Symbolic/Resources/material-icons/back_hand.default.svg new file mode 100644 index 0000000000..f196a8b027 --- /dev/null +++ b/Symbolic/Resources/material-icons/back_hand.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/back_hand.outlined.svg b/Symbolic/Resources/material-icons/back_hand.outlined.svg new file mode 100644 index 0000000000..cb138dee54 --- /dev/null +++ b/Symbolic/Resources/material-icons/back_hand.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/back_hand.round.svg b/Symbolic/Resources/material-icons/back_hand.round.svg new file mode 100644 index 0000000000..f807ab905b --- /dev/null +++ b/Symbolic/Resources/material-icons/back_hand.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/back_hand.sharp.svg b/Symbolic/Resources/material-icons/back_hand.sharp.svg new file mode 100644 index 0000000000..c1927d3c74 --- /dev/null +++ b/Symbolic/Resources/material-icons/back_hand.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/back_hand.twotone.svg b/Symbolic/Resources/material-icons/back_hand.twotone.svg new file mode 100644 index 0000000000..d704e604fe --- /dev/null +++ b/Symbolic/Resources/material-icons/back_hand.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/backpack.default.svg b/Symbolic/Resources/material-icons/backpack.default.svg new file mode 100644 index 0000000000..c161ed9db2 --- /dev/null +++ b/Symbolic/Resources/material-icons/backpack.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/backpack.outlined.svg b/Symbolic/Resources/material-icons/backpack.outlined.svg new file mode 100644 index 0000000000..580bb9665f --- /dev/null +++ b/Symbolic/Resources/material-icons/backpack.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/backpack.round.svg b/Symbolic/Resources/material-icons/backpack.round.svg new file mode 100644 index 0000000000..f3fe3ae15e --- /dev/null +++ b/Symbolic/Resources/material-icons/backpack.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/backpack.sharp.svg b/Symbolic/Resources/material-icons/backpack.sharp.svg new file mode 100644 index 0000000000..a4086e9bea --- /dev/null +++ b/Symbolic/Resources/material-icons/backpack.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/backpack.twotone.svg b/Symbolic/Resources/material-icons/backpack.twotone.svg new file mode 100644 index 0000000000..1b59206086 --- /dev/null +++ b/Symbolic/Resources/material-icons/backpack.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/backspace.default.svg b/Symbolic/Resources/material-icons/backspace.default.svg new file mode 100644 index 0000000000..ec36e4070f --- /dev/null +++ b/Symbolic/Resources/material-icons/backspace.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/backspace.outlined.svg b/Symbolic/Resources/material-icons/backspace.outlined.svg new file mode 100644 index 0000000000..86c7d87955 --- /dev/null +++ b/Symbolic/Resources/material-icons/backspace.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/backspace.round.svg b/Symbolic/Resources/material-icons/backspace.round.svg new file mode 100644 index 0000000000..d961865bf5 --- /dev/null +++ b/Symbolic/Resources/material-icons/backspace.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/backspace.sharp.svg b/Symbolic/Resources/material-icons/backspace.sharp.svg new file mode 100644 index 0000000000..db34b4580e --- /dev/null +++ b/Symbolic/Resources/material-icons/backspace.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/backspace.twotone.svg b/Symbolic/Resources/material-icons/backspace.twotone.svg new file mode 100644 index 0000000000..1320240a21 --- /dev/null +++ b/Symbolic/Resources/material-icons/backspace.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/backup.default.svg b/Symbolic/Resources/material-icons/backup.default.svg new file mode 100644 index 0000000000..c944fc41ef --- /dev/null +++ b/Symbolic/Resources/material-icons/backup.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/backup.outlined.svg b/Symbolic/Resources/material-icons/backup.outlined.svg new file mode 100644 index 0000000000..6efd3e1d3b --- /dev/null +++ b/Symbolic/Resources/material-icons/backup.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/backup.round.svg b/Symbolic/Resources/material-icons/backup.round.svg new file mode 100644 index 0000000000..5191a2781a --- /dev/null +++ b/Symbolic/Resources/material-icons/backup.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/backup.sharp.svg b/Symbolic/Resources/material-icons/backup.sharp.svg new file mode 100644 index 0000000000..1ababb89af --- /dev/null +++ b/Symbolic/Resources/material-icons/backup.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/backup.twotone.svg b/Symbolic/Resources/material-icons/backup.twotone.svg new file mode 100644 index 0000000000..56f8d275e5 --- /dev/null +++ b/Symbolic/Resources/material-icons/backup.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/backup_table.default.svg b/Symbolic/Resources/material-icons/backup_table.default.svg new file mode 100644 index 0000000000..b3634ab3f1 --- /dev/null +++ b/Symbolic/Resources/material-icons/backup_table.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/backup_table.outlined.svg b/Symbolic/Resources/material-icons/backup_table.outlined.svg new file mode 100644 index 0000000000..b3634ab3f1 --- /dev/null +++ b/Symbolic/Resources/material-icons/backup_table.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/backup_table.round.svg b/Symbolic/Resources/material-icons/backup_table.round.svg new file mode 100644 index 0000000000..0a71f5019d --- /dev/null +++ b/Symbolic/Resources/material-icons/backup_table.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/backup_table.sharp.svg b/Symbolic/Resources/material-icons/backup_table.sharp.svg new file mode 100644 index 0000000000..5d7f9924c3 --- /dev/null +++ b/Symbolic/Resources/material-icons/backup_table.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/backup_table.twotone.svg b/Symbolic/Resources/material-icons/backup_table.twotone.svg new file mode 100644 index 0000000000..ddcbf5d965 --- /dev/null +++ b/Symbolic/Resources/material-icons/backup_table.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/badge.default.svg b/Symbolic/Resources/material-icons/badge.default.svg new file mode 100644 index 0000000000..97f174f67f --- /dev/null +++ b/Symbolic/Resources/material-icons/badge.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/badge.outlined.svg b/Symbolic/Resources/material-icons/badge.outlined.svg new file mode 100644 index 0000000000..1450592465 --- /dev/null +++ b/Symbolic/Resources/material-icons/badge.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/badge.round.svg b/Symbolic/Resources/material-icons/badge.round.svg new file mode 100644 index 0000000000..a40db97842 --- /dev/null +++ b/Symbolic/Resources/material-icons/badge.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/badge.sharp.svg b/Symbolic/Resources/material-icons/badge.sharp.svg new file mode 100644 index 0000000000..c816b1ef06 --- /dev/null +++ b/Symbolic/Resources/material-icons/badge.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/badge.twotone.svg b/Symbolic/Resources/material-icons/badge.twotone.svg new file mode 100644 index 0000000000..c0a4d72775 --- /dev/null +++ b/Symbolic/Resources/material-icons/badge.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bakery_dining.default.svg b/Symbolic/Resources/material-icons/bakery_dining.default.svg new file mode 100644 index 0000000000..14ffee3a19 --- /dev/null +++ b/Symbolic/Resources/material-icons/bakery_dining.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bakery_dining.outlined.svg b/Symbolic/Resources/material-icons/bakery_dining.outlined.svg new file mode 100644 index 0000000000..8269267a35 --- /dev/null +++ b/Symbolic/Resources/material-icons/bakery_dining.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bakery_dining.round.svg b/Symbolic/Resources/material-icons/bakery_dining.round.svg new file mode 100644 index 0000000000..75e260f4d7 --- /dev/null +++ b/Symbolic/Resources/material-icons/bakery_dining.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bakery_dining.sharp.svg b/Symbolic/Resources/material-icons/bakery_dining.sharp.svg new file mode 100644 index 0000000000..068564dee0 --- /dev/null +++ b/Symbolic/Resources/material-icons/bakery_dining.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bakery_dining.twotone.svg b/Symbolic/Resources/material-icons/bakery_dining.twotone.svg new file mode 100644 index 0000000000..e885b39b72 --- /dev/null +++ b/Symbolic/Resources/material-icons/bakery_dining.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/balance.default.svg b/Symbolic/Resources/material-icons/balance.default.svg new file mode 100644 index 0000000000..a56ea670e2 --- /dev/null +++ b/Symbolic/Resources/material-icons/balance.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/balance.outlined.svg b/Symbolic/Resources/material-icons/balance.outlined.svg new file mode 100644 index 0000000000..a56ea670e2 --- /dev/null +++ b/Symbolic/Resources/material-icons/balance.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/balance.round.svg b/Symbolic/Resources/material-icons/balance.round.svg new file mode 100644 index 0000000000..ac8428bab8 --- /dev/null +++ b/Symbolic/Resources/material-icons/balance.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/balance.sharp.svg b/Symbolic/Resources/material-icons/balance.sharp.svg new file mode 100644 index 0000000000..a56ea670e2 --- /dev/null +++ b/Symbolic/Resources/material-icons/balance.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/balance.twotone.svg b/Symbolic/Resources/material-icons/balance.twotone.svg new file mode 100644 index 0000000000..9643c084a5 --- /dev/null +++ b/Symbolic/Resources/material-icons/balance.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/balcony.default.svg b/Symbolic/Resources/material-icons/balcony.default.svg new file mode 100644 index 0000000000..fe7109e4d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/balcony.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/balcony.outlined.svg b/Symbolic/Resources/material-icons/balcony.outlined.svg new file mode 100644 index 0000000000..fe7109e4d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/balcony.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/balcony.round.svg b/Symbolic/Resources/material-icons/balcony.round.svg new file mode 100644 index 0000000000..6d43a442a0 --- /dev/null +++ b/Symbolic/Resources/material-icons/balcony.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/balcony.sharp.svg b/Symbolic/Resources/material-icons/balcony.sharp.svg new file mode 100644 index 0000000000..fe7109e4d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/balcony.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/balcony.twotone.svg b/Symbolic/Resources/material-icons/balcony.twotone.svg new file mode 100644 index 0000000000..01c015d695 --- /dev/null +++ b/Symbolic/Resources/material-icons/balcony.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ballot.default.svg b/Symbolic/Resources/material-icons/ballot.default.svg new file mode 100644 index 0000000000..5934f55928 --- /dev/null +++ b/Symbolic/Resources/material-icons/ballot.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ballot.outlined.svg b/Symbolic/Resources/material-icons/ballot.outlined.svg new file mode 100644 index 0000000000..522750aa11 --- /dev/null +++ b/Symbolic/Resources/material-icons/ballot.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ballot.round.svg b/Symbolic/Resources/material-icons/ballot.round.svg new file mode 100644 index 0000000000..5bb6f25b0b --- /dev/null +++ b/Symbolic/Resources/material-icons/ballot.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ballot.sharp.svg b/Symbolic/Resources/material-icons/ballot.sharp.svg new file mode 100644 index 0000000000..15ef43aa38 --- /dev/null +++ b/Symbolic/Resources/material-icons/ballot.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ballot.twotone.svg b/Symbolic/Resources/material-icons/ballot.twotone.svg new file mode 100644 index 0000000000..caf01d885d --- /dev/null +++ b/Symbolic/Resources/material-icons/ballot.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bar_chart.default.svg b/Symbolic/Resources/material-icons/bar_chart.default.svg new file mode 100644 index 0000000000..a5feeb9ae2 --- /dev/null +++ b/Symbolic/Resources/material-icons/bar_chart.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bar_chart.outlined.svg b/Symbolic/Resources/material-icons/bar_chart.outlined.svg new file mode 100644 index 0000000000..a5feeb9ae2 --- /dev/null +++ b/Symbolic/Resources/material-icons/bar_chart.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bar_chart.round.svg b/Symbolic/Resources/material-icons/bar_chart.round.svg new file mode 100644 index 0000000000..40fb593237 --- /dev/null +++ b/Symbolic/Resources/material-icons/bar_chart.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bar_chart.sharp.svg b/Symbolic/Resources/material-icons/bar_chart.sharp.svg new file mode 100644 index 0000000000..a5feeb9ae2 --- /dev/null +++ b/Symbolic/Resources/material-icons/bar_chart.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bar_chart.twotone.svg b/Symbolic/Resources/material-icons/bar_chart.twotone.svg new file mode 100644 index 0000000000..a5feeb9ae2 --- /dev/null +++ b/Symbolic/Resources/material-icons/bar_chart.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/barcode_reader.default.svg b/Symbolic/Resources/material-icons/barcode_reader.default.svg new file mode 100644 index 0000000000..169cdaf317 --- /dev/null +++ b/Symbolic/Resources/material-icons/barcode_reader.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/batch_prediction.default.svg b/Symbolic/Resources/material-icons/batch_prediction.default.svg new file mode 100644 index 0000000000..abd6d93ff8 --- /dev/null +++ b/Symbolic/Resources/material-icons/batch_prediction.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/batch_prediction.outlined.svg b/Symbolic/Resources/material-icons/batch_prediction.outlined.svg new file mode 100644 index 0000000000..abd6d93ff8 --- /dev/null +++ b/Symbolic/Resources/material-icons/batch_prediction.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/batch_prediction.round.svg b/Symbolic/Resources/material-icons/batch_prediction.round.svg new file mode 100644 index 0000000000..30f0127a42 --- /dev/null +++ b/Symbolic/Resources/material-icons/batch_prediction.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/batch_prediction.sharp.svg b/Symbolic/Resources/material-icons/batch_prediction.sharp.svg new file mode 100644 index 0000000000..dee84c3e77 --- /dev/null +++ b/Symbolic/Resources/material-icons/batch_prediction.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/batch_prediction.twotone.svg b/Symbolic/Resources/material-icons/batch_prediction.twotone.svg new file mode 100644 index 0000000000..cb6d1cc058 --- /dev/null +++ b/Symbolic/Resources/material-icons/batch_prediction.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bathroom.default.svg b/Symbolic/Resources/material-icons/bathroom.default.svg new file mode 100644 index 0000000000..3dda788cb2 --- /dev/null +++ b/Symbolic/Resources/material-icons/bathroom.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bathroom.outlined.svg b/Symbolic/Resources/material-icons/bathroom.outlined.svg new file mode 100644 index 0000000000..57b9bc7737 --- /dev/null +++ b/Symbolic/Resources/material-icons/bathroom.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bathroom.round.svg b/Symbolic/Resources/material-icons/bathroom.round.svg new file mode 100644 index 0000000000..bc057b587e --- /dev/null +++ b/Symbolic/Resources/material-icons/bathroom.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bathroom.sharp.svg b/Symbolic/Resources/material-icons/bathroom.sharp.svg new file mode 100644 index 0000000000..c13b4537f4 --- /dev/null +++ b/Symbolic/Resources/material-icons/bathroom.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bathroom.twotone.svg b/Symbolic/Resources/material-icons/bathroom.twotone.svg new file mode 100644 index 0000000000..f3b323c64b --- /dev/null +++ b/Symbolic/Resources/material-icons/bathroom.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bathtub.default.svg b/Symbolic/Resources/material-icons/bathtub.default.svg new file mode 100644 index 0000000000..28460e99e0 --- /dev/null +++ b/Symbolic/Resources/material-icons/bathtub.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bathtub.outlined.svg b/Symbolic/Resources/material-icons/bathtub.outlined.svg new file mode 100644 index 0000000000..97f09e924a --- /dev/null +++ b/Symbolic/Resources/material-icons/bathtub.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bathtub.round.svg b/Symbolic/Resources/material-icons/bathtub.round.svg new file mode 100644 index 0000000000..e6be65c14e --- /dev/null +++ b/Symbolic/Resources/material-icons/bathtub.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bathtub.sharp.svg b/Symbolic/Resources/material-icons/bathtub.sharp.svg new file mode 100644 index 0000000000..fe29dedb46 --- /dev/null +++ b/Symbolic/Resources/material-icons/bathtub.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bathtub.twotone.svg b/Symbolic/Resources/material-icons/bathtub.twotone.svg new file mode 100644 index 0000000000..12a9b9645f --- /dev/null +++ b/Symbolic/Resources/material-icons/bathtub.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_0_bar.default.svg b/Symbolic/Resources/material-icons/battery_0_bar.default.svg new file mode 100644 index 0000000000..4f9e97b410 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_0_bar.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_0_bar.outlined.svg b/Symbolic/Resources/material-icons/battery_0_bar.outlined.svg new file mode 100644 index 0000000000..4f9e97b410 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_0_bar.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_0_bar.round.svg b/Symbolic/Resources/material-icons/battery_0_bar.round.svg new file mode 100644 index 0000000000..b228974b23 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_0_bar.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_0_bar.sharp.svg b/Symbolic/Resources/material-icons/battery_0_bar.sharp.svg new file mode 100644 index 0000000000..d3915a9e75 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_0_bar.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_0_bar.twotone.svg b/Symbolic/Resources/material-icons/battery_0_bar.twotone.svg new file mode 100644 index 0000000000..a256979eb8 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_0_bar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_1_bar.default.svg b/Symbolic/Resources/material-icons/battery_1_bar.default.svg new file mode 100644 index 0000000000..a4ce1c9cd9 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_1_bar.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_1_bar.outlined.svg b/Symbolic/Resources/material-icons/battery_1_bar.outlined.svg new file mode 100644 index 0000000000..a4ce1c9cd9 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_1_bar.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_1_bar.round.svg b/Symbolic/Resources/material-icons/battery_1_bar.round.svg new file mode 100644 index 0000000000..f35cb9cee0 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_1_bar.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_1_bar.sharp.svg b/Symbolic/Resources/material-icons/battery_1_bar.sharp.svg new file mode 100644 index 0000000000..7c77e26118 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_1_bar.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_1_bar.twotone.svg b/Symbolic/Resources/material-icons/battery_1_bar.twotone.svg new file mode 100644 index 0000000000..78475ada6b --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_1_bar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_20.twotone.svg b/Symbolic/Resources/material-icons/battery_20.twotone.svg new file mode 100644 index 0000000000..bb62708391 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_20.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_2_bar.default.svg b/Symbolic/Resources/material-icons/battery_2_bar.default.svg new file mode 100644 index 0000000000..06378e55ea --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_2_bar.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_2_bar.outlined.svg b/Symbolic/Resources/material-icons/battery_2_bar.outlined.svg new file mode 100644 index 0000000000..06378e55ea --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_2_bar.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_2_bar.round.svg b/Symbolic/Resources/material-icons/battery_2_bar.round.svg new file mode 100644 index 0000000000..b6cde5ba33 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_2_bar.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_2_bar.sharp.svg b/Symbolic/Resources/material-icons/battery_2_bar.sharp.svg new file mode 100644 index 0000000000..18c18d08ab --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_2_bar.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_2_bar.twotone.svg b/Symbolic/Resources/material-icons/battery_2_bar.twotone.svg new file mode 100644 index 0000000000..05037e4d0f --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_2_bar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_30.twotone.svg b/Symbolic/Resources/material-icons/battery_30.twotone.svg new file mode 100644 index 0000000000..9c5a34f13e --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_30.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_3_bar.default.svg b/Symbolic/Resources/material-icons/battery_3_bar.default.svg new file mode 100644 index 0000000000..36707c65cc --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_3_bar.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_3_bar.outlined.svg b/Symbolic/Resources/material-icons/battery_3_bar.outlined.svg new file mode 100644 index 0000000000..36707c65cc --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_3_bar.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_3_bar.round.svg b/Symbolic/Resources/material-icons/battery_3_bar.round.svg new file mode 100644 index 0000000000..ff80a1a893 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_3_bar.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_3_bar.sharp.svg b/Symbolic/Resources/material-icons/battery_3_bar.sharp.svg new file mode 100644 index 0000000000..898af5a61a --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_3_bar.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_3_bar.twotone.svg b/Symbolic/Resources/material-icons/battery_3_bar.twotone.svg new file mode 100644 index 0000000000..bea86aac40 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_3_bar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_4_bar.default.svg b/Symbolic/Resources/material-icons/battery_4_bar.default.svg new file mode 100644 index 0000000000..cdd92410aa --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_4_bar.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_4_bar.outlined.svg b/Symbolic/Resources/material-icons/battery_4_bar.outlined.svg new file mode 100644 index 0000000000..cdd92410aa --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_4_bar.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_4_bar.round.svg b/Symbolic/Resources/material-icons/battery_4_bar.round.svg new file mode 100644 index 0000000000..68993983b7 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_4_bar.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_4_bar.sharp.svg b/Symbolic/Resources/material-icons/battery_4_bar.sharp.svg new file mode 100644 index 0000000000..ccd7770c35 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_4_bar.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_4_bar.twotone.svg b/Symbolic/Resources/material-icons/battery_4_bar.twotone.svg new file mode 100644 index 0000000000..086fdee61a --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_4_bar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_50.twotone.svg b/Symbolic/Resources/material-icons/battery_50.twotone.svg new file mode 100644 index 0000000000..35e3c13d7f --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_50.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_5_bar.default.svg b/Symbolic/Resources/material-icons/battery_5_bar.default.svg new file mode 100644 index 0000000000..161ffd5c4d --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_5_bar.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_5_bar.outlined.svg b/Symbolic/Resources/material-icons/battery_5_bar.outlined.svg new file mode 100644 index 0000000000..161ffd5c4d --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_5_bar.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_5_bar.round.svg b/Symbolic/Resources/material-icons/battery_5_bar.round.svg new file mode 100644 index 0000000000..5e900f6e10 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_5_bar.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_5_bar.sharp.svg b/Symbolic/Resources/material-icons/battery_5_bar.sharp.svg new file mode 100644 index 0000000000..9d7fdf35d8 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_5_bar.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_5_bar.twotone.svg b/Symbolic/Resources/material-icons/battery_5_bar.twotone.svg new file mode 100644 index 0000000000..1ea5b140ac --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_5_bar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_60.twotone.svg b/Symbolic/Resources/material-icons/battery_60.twotone.svg new file mode 100644 index 0000000000..67068b866e --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_60.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_6_bar.default.svg b/Symbolic/Resources/material-icons/battery_6_bar.default.svg new file mode 100644 index 0000000000..2abd51fd67 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_6_bar.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_6_bar.outlined.svg b/Symbolic/Resources/material-icons/battery_6_bar.outlined.svg new file mode 100644 index 0000000000..2abd51fd67 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_6_bar.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_6_bar.round.svg b/Symbolic/Resources/material-icons/battery_6_bar.round.svg new file mode 100644 index 0000000000..28b80ccd9b --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_6_bar.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_6_bar.sharp.svg b/Symbolic/Resources/material-icons/battery_6_bar.sharp.svg new file mode 100644 index 0000000000..3d8513f53f --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_6_bar.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_6_bar.twotone.svg b/Symbolic/Resources/material-icons/battery_6_bar.twotone.svg new file mode 100644 index 0000000000..ab662d2bbb --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_6_bar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_80.twotone.svg b/Symbolic/Resources/material-icons/battery_80.twotone.svg new file mode 100644 index 0000000000..25a06a4f88 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_80.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_90.twotone.svg b/Symbolic/Resources/material-icons/battery_90.twotone.svg new file mode 100644 index 0000000000..aaa8cd5d37 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_90.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_alert.default.svg b/Symbolic/Resources/material-icons/battery_alert.default.svg new file mode 100644 index 0000000000..8acb457edf --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_alert.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_alert.outlined.svg b/Symbolic/Resources/material-icons/battery_alert.outlined.svg new file mode 100644 index 0000000000..6ed2419719 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_alert.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_alert.round.svg b/Symbolic/Resources/material-icons/battery_alert.round.svg new file mode 100644 index 0000000000..d223dc0978 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_alert.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_alert.sharp.svg b/Symbolic/Resources/material-icons/battery_alert.sharp.svg new file mode 100644 index 0000000000..282590ae4d --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_alert.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_alert.twotone.svg b/Symbolic/Resources/material-icons/battery_alert.twotone.svg new file mode 100644 index 0000000000..6ed2419719 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_alert.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_charging_20.twotone.svg b/Symbolic/Resources/material-icons/battery_charging_20.twotone.svg new file mode 100644 index 0000000000..057b866d01 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_charging_20.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_charging_30.twotone.svg b/Symbolic/Resources/material-icons/battery_charging_30.twotone.svg new file mode 100644 index 0000000000..15c286ffa1 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_charging_30.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_charging_50.twotone.svg b/Symbolic/Resources/material-icons/battery_charging_50.twotone.svg new file mode 100644 index 0000000000..e37ed1f1a0 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_charging_50.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_charging_60.twotone.svg b/Symbolic/Resources/material-icons/battery_charging_60.twotone.svg new file mode 100644 index 0000000000..21ff011393 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_charging_60.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_charging_80.twotone.svg b/Symbolic/Resources/material-icons/battery_charging_80.twotone.svg new file mode 100644 index 0000000000..ff8fa53caf --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_charging_80.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_charging_90.twotone.svg b/Symbolic/Resources/material-icons/battery_charging_90.twotone.svg new file mode 100644 index 0000000000..59e53e16f9 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_charging_90.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_charging_full.default.svg b/Symbolic/Resources/material-icons/battery_charging_full.default.svg new file mode 100644 index 0000000000..6dc6dd7189 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_charging_full.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_charging_full.outlined.svg b/Symbolic/Resources/material-icons/battery_charging_full.outlined.svg new file mode 100644 index 0000000000..498b7d7b47 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_charging_full.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_charging_full.round.svg b/Symbolic/Resources/material-icons/battery_charging_full.round.svg new file mode 100644 index 0000000000..e419f7128a --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_charging_full.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_charging_full.sharp.svg b/Symbolic/Resources/material-icons/battery_charging_full.sharp.svg new file mode 100644 index 0000000000..d32d2bea16 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_charging_full.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_charging_full.twotone.svg b/Symbolic/Resources/material-icons/battery_charging_full.twotone.svg new file mode 100644 index 0000000000..498b7d7b47 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_charging_full.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_full.default.svg b/Symbolic/Resources/material-icons/battery_full.default.svg new file mode 100644 index 0000000000..c7be068fb4 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_full.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_full.outlined.svg b/Symbolic/Resources/material-icons/battery_full.outlined.svg new file mode 100644 index 0000000000..b33e5028a9 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_full.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_full.round.svg b/Symbolic/Resources/material-icons/battery_full.round.svg new file mode 100644 index 0000000000..9a99e5f745 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_full.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_full.sharp.svg b/Symbolic/Resources/material-icons/battery_full.sharp.svg new file mode 100644 index 0000000000..b5aabaac4a --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_full.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_full.twotone.svg b/Symbolic/Resources/material-icons/battery_full.twotone.svg new file mode 100644 index 0000000000..b33e5028a9 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_full.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_saver.default.svg b/Symbolic/Resources/material-icons/battery_saver.default.svg new file mode 100644 index 0000000000..f13f6d137f --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_saver.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_saver.outlined.svg b/Symbolic/Resources/material-icons/battery_saver.outlined.svg new file mode 100644 index 0000000000..f13f6d137f --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_saver.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_saver.round.svg b/Symbolic/Resources/material-icons/battery_saver.round.svg new file mode 100644 index 0000000000..5011c736b1 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_saver.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_saver.sharp.svg b/Symbolic/Resources/material-icons/battery_saver.sharp.svg new file mode 100644 index 0000000000..2e89d30434 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_saver.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_saver.twotone.svg b/Symbolic/Resources/material-icons/battery_saver.twotone.svg new file mode 100644 index 0000000000..f13f6d137f --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_saver.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_std.default.svg b/Symbolic/Resources/material-icons/battery_std.default.svg new file mode 100644 index 0000000000..c7be068fb4 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_std.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_std.outlined.svg b/Symbolic/Resources/material-icons/battery_std.outlined.svg new file mode 100644 index 0000000000..b33e5028a9 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_std.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_std.round.svg b/Symbolic/Resources/material-icons/battery_std.round.svg new file mode 100644 index 0000000000..9a99e5f745 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_std.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_std.sharp.svg b/Symbolic/Resources/material-icons/battery_std.sharp.svg new file mode 100644 index 0000000000..b5aabaac4a --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_std.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_std.twotone.svg b/Symbolic/Resources/material-icons/battery_std.twotone.svg new file mode 100644 index 0000000000..b33e5028a9 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_std.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_unknown.default.svg b/Symbolic/Resources/material-icons/battery_unknown.default.svg new file mode 100644 index 0000000000..61f990e147 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_unknown.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_unknown.outlined.svg b/Symbolic/Resources/material-icons/battery_unknown.outlined.svg new file mode 100644 index 0000000000..1be9f96d0a --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_unknown.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_unknown.round.svg b/Symbolic/Resources/material-icons/battery_unknown.round.svg new file mode 100644 index 0000000000..c5e954c6e2 --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_unknown.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_unknown.sharp.svg b/Symbolic/Resources/material-icons/battery_unknown.sharp.svg new file mode 100644 index 0000000000..1be9f96d0a --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_unknown.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/battery_unknown.twotone.svg b/Symbolic/Resources/material-icons/battery_unknown.twotone.svg new file mode 100644 index 0000000000..1be9f96d0a --- /dev/null +++ b/Symbolic/Resources/material-icons/battery_unknown.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/beach_access.default.svg b/Symbolic/Resources/material-icons/beach_access.default.svg new file mode 100644 index 0000000000..12cadd0ddd --- /dev/null +++ b/Symbolic/Resources/material-icons/beach_access.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/beach_access.outlined.svg b/Symbolic/Resources/material-icons/beach_access.outlined.svg new file mode 100644 index 0000000000..abf3a780c2 --- /dev/null +++ b/Symbolic/Resources/material-icons/beach_access.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/beach_access.round.svg b/Symbolic/Resources/material-icons/beach_access.round.svg new file mode 100644 index 0000000000..d23fcc51f8 --- /dev/null +++ b/Symbolic/Resources/material-icons/beach_access.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/beach_access.sharp.svg b/Symbolic/Resources/material-icons/beach_access.sharp.svg new file mode 100644 index 0000000000..1c506b41ba --- /dev/null +++ b/Symbolic/Resources/material-icons/beach_access.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/beach_access.twotone.svg b/Symbolic/Resources/material-icons/beach_access.twotone.svg new file mode 100644 index 0000000000..662f05dc74 --- /dev/null +++ b/Symbolic/Resources/material-icons/beach_access.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bed.default.svg b/Symbolic/Resources/material-icons/bed.default.svg new file mode 100644 index 0000000000..c9361c84cf --- /dev/null +++ b/Symbolic/Resources/material-icons/bed.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bed.outlined.svg b/Symbolic/Resources/material-icons/bed.outlined.svg new file mode 100644 index 0000000000..84077c1a18 --- /dev/null +++ b/Symbolic/Resources/material-icons/bed.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bed.round.svg b/Symbolic/Resources/material-icons/bed.round.svg new file mode 100644 index 0000000000..6c5c7e2111 --- /dev/null +++ b/Symbolic/Resources/material-icons/bed.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bed.sharp.svg b/Symbolic/Resources/material-icons/bed.sharp.svg new file mode 100644 index 0000000000..f9bbb52c20 --- /dev/null +++ b/Symbolic/Resources/material-icons/bed.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bed.twotone.svg b/Symbolic/Resources/material-icons/bed.twotone.svg new file mode 100644 index 0000000000..215a8c4511 --- /dev/null +++ b/Symbolic/Resources/material-icons/bed.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bedroom_baby.default.svg b/Symbolic/Resources/material-icons/bedroom_baby.default.svg new file mode 100644 index 0000000000..36dee71704 --- /dev/null +++ b/Symbolic/Resources/material-icons/bedroom_baby.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bedroom_baby.outlined.svg b/Symbolic/Resources/material-icons/bedroom_baby.outlined.svg new file mode 100644 index 0000000000..0644ab1ec3 --- /dev/null +++ b/Symbolic/Resources/material-icons/bedroom_baby.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bedroom_baby.round.svg b/Symbolic/Resources/material-icons/bedroom_baby.round.svg new file mode 100644 index 0000000000..56a211d331 --- /dev/null +++ b/Symbolic/Resources/material-icons/bedroom_baby.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bedroom_baby.sharp.svg b/Symbolic/Resources/material-icons/bedroom_baby.sharp.svg new file mode 100644 index 0000000000..ccc69bd8cf --- /dev/null +++ b/Symbolic/Resources/material-icons/bedroom_baby.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bedroom_baby.twotone.svg b/Symbolic/Resources/material-icons/bedroom_baby.twotone.svg new file mode 100644 index 0000000000..f632f97f89 --- /dev/null +++ b/Symbolic/Resources/material-icons/bedroom_baby.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bedroom_child.default.svg b/Symbolic/Resources/material-icons/bedroom_child.default.svg new file mode 100644 index 0000000000..3c20c4f301 --- /dev/null +++ b/Symbolic/Resources/material-icons/bedroom_child.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bedroom_child.outlined.svg b/Symbolic/Resources/material-icons/bedroom_child.outlined.svg new file mode 100644 index 0000000000..95ec9d2edb --- /dev/null +++ b/Symbolic/Resources/material-icons/bedroom_child.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bedroom_child.round.svg b/Symbolic/Resources/material-icons/bedroom_child.round.svg new file mode 100644 index 0000000000..23967ebd5b --- /dev/null +++ b/Symbolic/Resources/material-icons/bedroom_child.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bedroom_child.sharp.svg b/Symbolic/Resources/material-icons/bedroom_child.sharp.svg new file mode 100644 index 0000000000..a70aaac8ec --- /dev/null +++ b/Symbolic/Resources/material-icons/bedroom_child.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bedroom_child.twotone.svg b/Symbolic/Resources/material-icons/bedroom_child.twotone.svg new file mode 100644 index 0000000000..442a291455 --- /dev/null +++ b/Symbolic/Resources/material-icons/bedroom_child.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bedroom_parent.default.svg b/Symbolic/Resources/material-icons/bedroom_parent.default.svg new file mode 100644 index 0000000000..260b183acc --- /dev/null +++ b/Symbolic/Resources/material-icons/bedroom_parent.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bedroom_parent.outlined.svg b/Symbolic/Resources/material-icons/bedroom_parent.outlined.svg new file mode 100644 index 0000000000..3df591adb2 --- /dev/null +++ b/Symbolic/Resources/material-icons/bedroom_parent.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bedroom_parent.round.svg b/Symbolic/Resources/material-icons/bedroom_parent.round.svg new file mode 100644 index 0000000000..a33bf94dcd --- /dev/null +++ b/Symbolic/Resources/material-icons/bedroom_parent.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bedroom_parent.sharp.svg b/Symbolic/Resources/material-icons/bedroom_parent.sharp.svg new file mode 100644 index 0000000000..9f84f1d7aa --- /dev/null +++ b/Symbolic/Resources/material-icons/bedroom_parent.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bedroom_parent.twotone.svg b/Symbolic/Resources/material-icons/bedroom_parent.twotone.svg new file mode 100644 index 0000000000..715e3014d8 --- /dev/null +++ b/Symbolic/Resources/material-icons/bedroom_parent.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bedtime.default.svg b/Symbolic/Resources/material-icons/bedtime.default.svg new file mode 100644 index 0000000000..e71c025377 --- /dev/null +++ b/Symbolic/Resources/material-icons/bedtime.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bedtime.outlined.svg b/Symbolic/Resources/material-icons/bedtime.outlined.svg new file mode 100644 index 0000000000..635207a5ad --- /dev/null +++ b/Symbolic/Resources/material-icons/bedtime.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bedtime.round.svg b/Symbolic/Resources/material-icons/bedtime.round.svg new file mode 100644 index 0000000000..4c7e8c4501 --- /dev/null +++ b/Symbolic/Resources/material-icons/bedtime.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bedtime.sharp.svg b/Symbolic/Resources/material-icons/bedtime.sharp.svg new file mode 100644 index 0000000000..e71c025377 --- /dev/null +++ b/Symbolic/Resources/material-icons/bedtime.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bedtime.twotone.svg b/Symbolic/Resources/material-icons/bedtime.twotone.svg new file mode 100644 index 0000000000..d5db5d143a --- /dev/null +++ b/Symbolic/Resources/material-icons/bedtime.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bedtime_off.default.svg b/Symbolic/Resources/material-icons/bedtime_off.default.svg new file mode 100644 index 0000000000..e3ffc93d71 --- /dev/null +++ b/Symbolic/Resources/material-icons/bedtime_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bedtime_off.outlined.svg b/Symbolic/Resources/material-icons/bedtime_off.outlined.svg new file mode 100644 index 0000000000..71493c9b55 --- /dev/null +++ b/Symbolic/Resources/material-icons/bedtime_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bedtime_off.round.svg b/Symbolic/Resources/material-icons/bedtime_off.round.svg new file mode 100644 index 0000000000..f7d67eb5aa --- /dev/null +++ b/Symbolic/Resources/material-icons/bedtime_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bedtime_off.sharp.svg b/Symbolic/Resources/material-icons/bedtime_off.sharp.svg new file mode 100644 index 0000000000..e3ffc93d71 --- /dev/null +++ b/Symbolic/Resources/material-icons/bedtime_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bedtime_off.twotone.svg b/Symbolic/Resources/material-icons/bedtime_off.twotone.svg new file mode 100644 index 0000000000..97b0be7148 --- /dev/null +++ b/Symbolic/Resources/material-icons/bedtime_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/beenhere.default.svg b/Symbolic/Resources/material-icons/beenhere.default.svg new file mode 100644 index 0000000000..2caad59261 --- /dev/null +++ b/Symbolic/Resources/material-icons/beenhere.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/beenhere.outlined.svg b/Symbolic/Resources/material-icons/beenhere.outlined.svg new file mode 100644 index 0000000000..cac20816c9 --- /dev/null +++ b/Symbolic/Resources/material-icons/beenhere.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/beenhere.round.svg b/Symbolic/Resources/material-icons/beenhere.round.svg new file mode 100644 index 0000000000..320b7f0fd9 --- /dev/null +++ b/Symbolic/Resources/material-icons/beenhere.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/beenhere.sharp.svg b/Symbolic/Resources/material-icons/beenhere.sharp.svg new file mode 100644 index 0000000000..ca4513d8be --- /dev/null +++ b/Symbolic/Resources/material-icons/beenhere.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/beenhere.twotone.svg b/Symbolic/Resources/material-icons/beenhere.twotone.svg new file mode 100644 index 0000000000..3d8e2d1514 --- /dev/null +++ b/Symbolic/Resources/material-icons/beenhere.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bento.default.svg b/Symbolic/Resources/material-icons/bento.default.svg new file mode 100644 index 0000000000..ade7ce1beb --- /dev/null +++ b/Symbolic/Resources/material-icons/bento.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bento.outlined.svg b/Symbolic/Resources/material-icons/bento.outlined.svg new file mode 100644 index 0000000000..7da95a361f --- /dev/null +++ b/Symbolic/Resources/material-icons/bento.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bento.round.svg b/Symbolic/Resources/material-icons/bento.round.svg new file mode 100644 index 0000000000..ade7ce1beb --- /dev/null +++ b/Symbolic/Resources/material-icons/bento.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bento.sharp.svg b/Symbolic/Resources/material-icons/bento.sharp.svg new file mode 100644 index 0000000000..02d78d7cbc --- /dev/null +++ b/Symbolic/Resources/material-icons/bento.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bento.twotone.svg b/Symbolic/Resources/material-icons/bento.twotone.svg new file mode 100644 index 0000000000..ef3a9630ff --- /dev/null +++ b/Symbolic/Resources/material-icons/bento.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bike_scooter.default.svg b/Symbolic/Resources/material-icons/bike_scooter.default.svg new file mode 100644 index 0000000000..b4925aacdd --- /dev/null +++ b/Symbolic/Resources/material-icons/bike_scooter.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bike_scooter.outlined.svg b/Symbolic/Resources/material-icons/bike_scooter.outlined.svg new file mode 100644 index 0000000000..b4925aacdd --- /dev/null +++ b/Symbolic/Resources/material-icons/bike_scooter.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bike_scooter.round.svg b/Symbolic/Resources/material-icons/bike_scooter.round.svg new file mode 100644 index 0000000000..3b695bd044 --- /dev/null +++ b/Symbolic/Resources/material-icons/bike_scooter.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bike_scooter.sharp.svg b/Symbolic/Resources/material-icons/bike_scooter.sharp.svg new file mode 100644 index 0000000000..cd84f1177d --- /dev/null +++ b/Symbolic/Resources/material-icons/bike_scooter.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bike_scooter.twotone.svg b/Symbolic/Resources/material-icons/bike_scooter.twotone.svg new file mode 100644 index 0000000000..b4925aacdd --- /dev/null +++ b/Symbolic/Resources/material-icons/bike_scooter.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/biotech.default.svg b/Symbolic/Resources/material-icons/biotech.default.svg new file mode 100644 index 0000000000..f5cd2e0096 --- /dev/null +++ b/Symbolic/Resources/material-icons/biotech.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/biotech.outlined.svg b/Symbolic/Resources/material-icons/biotech.outlined.svg new file mode 100644 index 0000000000..0022f0216c --- /dev/null +++ b/Symbolic/Resources/material-icons/biotech.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/biotech.round.svg b/Symbolic/Resources/material-icons/biotech.round.svg new file mode 100644 index 0000000000..66fe2d0190 --- /dev/null +++ b/Symbolic/Resources/material-icons/biotech.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/biotech.sharp.svg b/Symbolic/Resources/material-icons/biotech.sharp.svg new file mode 100644 index 0000000000..2eb0bcee79 --- /dev/null +++ b/Symbolic/Resources/material-icons/biotech.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/biotech.twotone.svg b/Symbolic/Resources/material-icons/biotech.twotone.svg new file mode 100644 index 0000000000..62e7837bb8 --- /dev/null +++ b/Symbolic/Resources/material-icons/biotech.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blender.default.svg b/Symbolic/Resources/material-icons/blender.default.svg new file mode 100644 index 0000000000..d5cd734a1a --- /dev/null +++ b/Symbolic/Resources/material-icons/blender.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blender.outlined.svg b/Symbolic/Resources/material-icons/blender.outlined.svg new file mode 100644 index 0000000000..17eed9c4dd --- /dev/null +++ b/Symbolic/Resources/material-icons/blender.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blender.round.svg b/Symbolic/Resources/material-icons/blender.round.svg new file mode 100644 index 0000000000..b68433e108 --- /dev/null +++ b/Symbolic/Resources/material-icons/blender.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blender.sharp.svg b/Symbolic/Resources/material-icons/blender.sharp.svg new file mode 100644 index 0000000000..4a14375880 --- /dev/null +++ b/Symbolic/Resources/material-icons/blender.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blender.twotone.svg b/Symbolic/Resources/material-icons/blender.twotone.svg new file mode 100644 index 0000000000..d0fff04980 --- /dev/null +++ b/Symbolic/Resources/material-icons/blender.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blind.default.svg b/Symbolic/Resources/material-icons/blind.default.svg new file mode 100644 index 0000000000..b2bb135912 --- /dev/null +++ b/Symbolic/Resources/material-icons/blind.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blind.outlined.svg b/Symbolic/Resources/material-icons/blind.outlined.svg new file mode 100644 index 0000000000..b2bb135912 --- /dev/null +++ b/Symbolic/Resources/material-icons/blind.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blind.round.svg b/Symbolic/Resources/material-icons/blind.round.svg new file mode 100644 index 0000000000..e6a575d88d --- /dev/null +++ b/Symbolic/Resources/material-icons/blind.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blind.sharp.svg b/Symbolic/Resources/material-icons/blind.sharp.svg new file mode 100644 index 0000000000..b2bb135912 --- /dev/null +++ b/Symbolic/Resources/material-icons/blind.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blind.twotone.svg b/Symbolic/Resources/material-icons/blind.twotone.svg new file mode 100644 index 0000000000..b2bb135912 --- /dev/null +++ b/Symbolic/Resources/material-icons/blind.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blinds.default.svg b/Symbolic/Resources/material-icons/blinds.default.svg new file mode 100644 index 0000000000..7636ec13a1 --- /dev/null +++ b/Symbolic/Resources/material-icons/blinds.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blinds.outlined.svg b/Symbolic/Resources/material-icons/blinds.outlined.svg new file mode 100644 index 0000000000..7636ec13a1 --- /dev/null +++ b/Symbolic/Resources/material-icons/blinds.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blinds.round.svg b/Symbolic/Resources/material-icons/blinds.round.svg new file mode 100644 index 0000000000..7c938a4830 --- /dev/null +++ b/Symbolic/Resources/material-icons/blinds.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blinds.sharp.svg b/Symbolic/Resources/material-icons/blinds.sharp.svg new file mode 100644 index 0000000000..7636ec13a1 --- /dev/null +++ b/Symbolic/Resources/material-icons/blinds.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blinds.twotone.svg b/Symbolic/Resources/material-icons/blinds.twotone.svg new file mode 100644 index 0000000000..8df03dfcf0 --- /dev/null +++ b/Symbolic/Resources/material-icons/blinds.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blinds_closed.default.svg b/Symbolic/Resources/material-icons/blinds_closed.default.svg new file mode 100644 index 0000000000..67ac183e86 --- /dev/null +++ b/Symbolic/Resources/material-icons/blinds_closed.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blinds_closed.outlined.svg b/Symbolic/Resources/material-icons/blinds_closed.outlined.svg new file mode 100644 index 0000000000..67ac183e86 --- /dev/null +++ b/Symbolic/Resources/material-icons/blinds_closed.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blinds_closed.round.svg b/Symbolic/Resources/material-icons/blinds_closed.round.svg new file mode 100644 index 0000000000..d9ede8e7c0 --- /dev/null +++ b/Symbolic/Resources/material-icons/blinds_closed.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blinds_closed.sharp.svg b/Symbolic/Resources/material-icons/blinds_closed.sharp.svg new file mode 100644 index 0000000000..67ac183e86 --- /dev/null +++ b/Symbolic/Resources/material-icons/blinds_closed.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blinds_closed.twotone.svg b/Symbolic/Resources/material-icons/blinds_closed.twotone.svg new file mode 100644 index 0000000000..c9a78b933d --- /dev/null +++ b/Symbolic/Resources/material-icons/blinds_closed.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/block.default.svg b/Symbolic/Resources/material-icons/block.default.svg new file mode 100644 index 0000000000..f97c8ec600 --- /dev/null +++ b/Symbolic/Resources/material-icons/block.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/block.outlined.svg b/Symbolic/Resources/material-icons/block.outlined.svg new file mode 100644 index 0000000000..8636ff6ae3 --- /dev/null +++ b/Symbolic/Resources/material-icons/block.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/block.round.svg b/Symbolic/Resources/material-icons/block.round.svg new file mode 100644 index 0000000000..8636ff6ae3 --- /dev/null +++ b/Symbolic/Resources/material-icons/block.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/block.sharp.svg b/Symbolic/Resources/material-icons/block.sharp.svg new file mode 100644 index 0000000000..8636ff6ae3 --- /dev/null +++ b/Symbolic/Resources/material-icons/block.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/block.twotone.svg b/Symbolic/Resources/material-icons/block.twotone.svg new file mode 100644 index 0000000000..8636ff6ae3 --- /dev/null +++ b/Symbolic/Resources/material-icons/block.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/block_flipped.default.svg b/Symbolic/Resources/material-icons/block_flipped.default.svg new file mode 100644 index 0000000000..89af795b84 --- /dev/null +++ b/Symbolic/Resources/material-icons/block_flipped.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bloodtype.default.svg b/Symbolic/Resources/material-icons/bloodtype.default.svg new file mode 100644 index 0000000000..35b23e8e76 --- /dev/null +++ b/Symbolic/Resources/material-icons/bloodtype.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bloodtype.outlined.svg b/Symbolic/Resources/material-icons/bloodtype.outlined.svg new file mode 100644 index 0000000000..378bd32f8a --- /dev/null +++ b/Symbolic/Resources/material-icons/bloodtype.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bloodtype.round.svg b/Symbolic/Resources/material-icons/bloodtype.round.svg new file mode 100644 index 0000000000..a05fe749c1 --- /dev/null +++ b/Symbolic/Resources/material-icons/bloodtype.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bloodtype.sharp.svg b/Symbolic/Resources/material-icons/bloodtype.sharp.svg new file mode 100644 index 0000000000..35b23e8e76 --- /dev/null +++ b/Symbolic/Resources/material-icons/bloodtype.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bloodtype.twotone.svg b/Symbolic/Resources/material-icons/bloodtype.twotone.svg new file mode 100644 index 0000000000..abcd0a5368 --- /dev/null +++ b/Symbolic/Resources/material-icons/bloodtype.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bluetooth.default.svg b/Symbolic/Resources/material-icons/bluetooth.default.svg new file mode 100644 index 0000000000..8a77da2983 --- /dev/null +++ b/Symbolic/Resources/material-icons/bluetooth.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bluetooth.outlined.svg b/Symbolic/Resources/material-icons/bluetooth.outlined.svg new file mode 100644 index 0000000000..c0139497f2 --- /dev/null +++ b/Symbolic/Resources/material-icons/bluetooth.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bluetooth.round.svg b/Symbolic/Resources/material-icons/bluetooth.round.svg new file mode 100644 index 0000000000..4e34f5ceb2 --- /dev/null +++ b/Symbolic/Resources/material-icons/bluetooth.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bluetooth.sharp.svg b/Symbolic/Resources/material-icons/bluetooth.sharp.svg new file mode 100644 index 0000000000..c0139497f2 --- /dev/null +++ b/Symbolic/Resources/material-icons/bluetooth.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bluetooth.twotone.svg b/Symbolic/Resources/material-icons/bluetooth.twotone.svg new file mode 100644 index 0000000000..c0139497f2 --- /dev/null +++ b/Symbolic/Resources/material-icons/bluetooth.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bluetooth_audio.default.svg b/Symbolic/Resources/material-icons/bluetooth_audio.default.svg new file mode 100644 index 0000000000..75934a4017 --- /dev/null +++ b/Symbolic/Resources/material-icons/bluetooth_audio.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bluetooth_audio.outlined.svg b/Symbolic/Resources/material-icons/bluetooth_audio.outlined.svg new file mode 100644 index 0000000000..1d415029c2 --- /dev/null +++ b/Symbolic/Resources/material-icons/bluetooth_audio.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bluetooth_audio.round.svg b/Symbolic/Resources/material-icons/bluetooth_audio.round.svg new file mode 100644 index 0000000000..daae3b4e18 --- /dev/null +++ b/Symbolic/Resources/material-icons/bluetooth_audio.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bluetooth_audio.sharp.svg b/Symbolic/Resources/material-icons/bluetooth_audio.sharp.svg new file mode 100644 index 0000000000..1d415029c2 --- /dev/null +++ b/Symbolic/Resources/material-icons/bluetooth_audio.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bluetooth_audio.twotone.svg b/Symbolic/Resources/material-icons/bluetooth_audio.twotone.svg new file mode 100644 index 0000000000..1d415029c2 --- /dev/null +++ b/Symbolic/Resources/material-icons/bluetooth_audio.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bluetooth_connected.default.svg b/Symbolic/Resources/material-icons/bluetooth_connected.default.svg new file mode 100644 index 0000000000..d14aa5aa3a --- /dev/null +++ b/Symbolic/Resources/material-icons/bluetooth_connected.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bluetooth_connected.outlined.svg b/Symbolic/Resources/material-icons/bluetooth_connected.outlined.svg new file mode 100644 index 0000000000..cfcae4c05e --- /dev/null +++ b/Symbolic/Resources/material-icons/bluetooth_connected.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bluetooth_connected.round.svg b/Symbolic/Resources/material-icons/bluetooth_connected.round.svg new file mode 100644 index 0000000000..433c90aa85 --- /dev/null +++ b/Symbolic/Resources/material-icons/bluetooth_connected.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bluetooth_connected.sharp.svg b/Symbolic/Resources/material-icons/bluetooth_connected.sharp.svg new file mode 100644 index 0000000000..cfcae4c05e --- /dev/null +++ b/Symbolic/Resources/material-icons/bluetooth_connected.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bluetooth_connected.twotone.svg b/Symbolic/Resources/material-icons/bluetooth_connected.twotone.svg new file mode 100644 index 0000000000..cfcae4c05e --- /dev/null +++ b/Symbolic/Resources/material-icons/bluetooth_connected.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bluetooth_disabled.default.svg b/Symbolic/Resources/material-icons/bluetooth_disabled.default.svg new file mode 100644 index 0000000000..6ac5b0d3f8 --- /dev/null +++ b/Symbolic/Resources/material-icons/bluetooth_disabled.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bluetooth_disabled.outlined.svg b/Symbolic/Resources/material-icons/bluetooth_disabled.outlined.svg new file mode 100644 index 0000000000..7f31ea7446 --- /dev/null +++ b/Symbolic/Resources/material-icons/bluetooth_disabled.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bluetooth_disabled.round.svg b/Symbolic/Resources/material-icons/bluetooth_disabled.round.svg new file mode 100644 index 0000000000..9e47872d95 --- /dev/null +++ b/Symbolic/Resources/material-icons/bluetooth_disabled.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bluetooth_disabled.sharp.svg b/Symbolic/Resources/material-icons/bluetooth_disabled.sharp.svg new file mode 100644 index 0000000000..7f31ea7446 --- /dev/null +++ b/Symbolic/Resources/material-icons/bluetooth_disabled.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bluetooth_disabled.twotone.svg b/Symbolic/Resources/material-icons/bluetooth_disabled.twotone.svg new file mode 100644 index 0000000000..7f31ea7446 --- /dev/null +++ b/Symbolic/Resources/material-icons/bluetooth_disabled.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bluetooth_drive.default.svg b/Symbolic/Resources/material-icons/bluetooth_drive.default.svg new file mode 100644 index 0000000000..07c0818ffc --- /dev/null +++ b/Symbolic/Resources/material-icons/bluetooth_drive.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bluetooth_drive.outlined.svg b/Symbolic/Resources/material-icons/bluetooth_drive.outlined.svg new file mode 100644 index 0000000000..4539e36bf3 --- /dev/null +++ b/Symbolic/Resources/material-icons/bluetooth_drive.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bluetooth_drive.round.svg b/Symbolic/Resources/material-icons/bluetooth_drive.round.svg new file mode 100644 index 0000000000..a4fc800e0f --- /dev/null +++ b/Symbolic/Resources/material-icons/bluetooth_drive.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bluetooth_drive.sharp.svg b/Symbolic/Resources/material-icons/bluetooth_drive.sharp.svg new file mode 100644 index 0000000000..d6389348b1 --- /dev/null +++ b/Symbolic/Resources/material-icons/bluetooth_drive.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bluetooth_drive.twotone.svg b/Symbolic/Resources/material-icons/bluetooth_drive.twotone.svg new file mode 100644 index 0000000000..c1dac3d529 --- /dev/null +++ b/Symbolic/Resources/material-icons/bluetooth_drive.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bluetooth_searching.default.svg b/Symbolic/Resources/material-icons/bluetooth_searching.default.svg new file mode 100644 index 0000000000..75934a4017 --- /dev/null +++ b/Symbolic/Resources/material-icons/bluetooth_searching.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bluetooth_searching.outlined.svg b/Symbolic/Resources/material-icons/bluetooth_searching.outlined.svg new file mode 100644 index 0000000000..1d415029c2 --- /dev/null +++ b/Symbolic/Resources/material-icons/bluetooth_searching.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bluetooth_searching.round.svg b/Symbolic/Resources/material-icons/bluetooth_searching.round.svg new file mode 100644 index 0000000000..4d49cc481a --- /dev/null +++ b/Symbolic/Resources/material-icons/bluetooth_searching.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bluetooth_searching.sharp.svg b/Symbolic/Resources/material-icons/bluetooth_searching.sharp.svg new file mode 100644 index 0000000000..1d415029c2 --- /dev/null +++ b/Symbolic/Resources/material-icons/bluetooth_searching.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bluetooth_searching.twotone.svg b/Symbolic/Resources/material-icons/bluetooth_searching.twotone.svg new file mode 100644 index 0000000000..1d415029c2 --- /dev/null +++ b/Symbolic/Resources/material-icons/bluetooth_searching.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blur_circular.default.svg b/Symbolic/Resources/material-icons/blur_circular.default.svg new file mode 100644 index 0000000000..b0919fd03d --- /dev/null +++ b/Symbolic/Resources/material-icons/blur_circular.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blur_circular.outlined.svg b/Symbolic/Resources/material-icons/blur_circular.outlined.svg new file mode 100644 index 0000000000..743cc3f37c --- /dev/null +++ b/Symbolic/Resources/material-icons/blur_circular.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blur_circular.round.svg b/Symbolic/Resources/material-icons/blur_circular.round.svg new file mode 100644 index 0000000000..743cc3f37c --- /dev/null +++ b/Symbolic/Resources/material-icons/blur_circular.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blur_circular.sharp.svg b/Symbolic/Resources/material-icons/blur_circular.sharp.svg new file mode 100644 index 0000000000..743cc3f37c --- /dev/null +++ b/Symbolic/Resources/material-icons/blur_circular.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blur_circular.twotone.svg b/Symbolic/Resources/material-icons/blur_circular.twotone.svg new file mode 100644 index 0000000000..a680158f4e --- /dev/null +++ b/Symbolic/Resources/material-icons/blur_circular.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blur_linear.default.svg b/Symbolic/Resources/material-icons/blur_linear.default.svg new file mode 100644 index 0000000000..74c9f5d878 --- /dev/null +++ b/Symbolic/Resources/material-icons/blur_linear.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blur_linear.outlined.svg b/Symbolic/Resources/material-icons/blur_linear.outlined.svg new file mode 100644 index 0000000000..3dd0574891 --- /dev/null +++ b/Symbolic/Resources/material-icons/blur_linear.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blur_linear.round.svg b/Symbolic/Resources/material-icons/blur_linear.round.svg new file mode 100644 index 0000000000..3f035613d5 --- /dev/null +++ b/Symbolic/Resources/material-icons/blur_linear.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blur_linear.sharp.svg b/Symbolic/Resources/material-icons/blur_linear.sharp.svg new file mode 100644 index 0000000000..3dd0574891 --- /dev/null +++ b/Symbolic/Resources/material-icons/blur_linear.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blur_linear.twotone.svg b/Symbolic/Resources/material-icons/blur_linear.twotone.svg new file mode 100644 index 0000000000..598e2d0b13 --- /dev/null +++ b/Symbolic/Resources/material-icons/blur_linear.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blur_off.default.svg b/Symbolic/Resources/material-icons/blur_off.default.svg new file mode 100644 index 0000000000..3fdf22c56a --- /dev/null +++ b/Symbolic/Resources/material-icons/blur_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blur_off.outlined.svg b/Symbolic/Resources/material-icons/blur_off.outlined.svg new file mode 100644 index 0000000000..adc6bcf132 --- /dev/null +++ b/Symbolic/Resources/material-icons/blur_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blur_off.round.svg b/Symbolic/Resources/material-icons/blur_off.round.svg new file mode 100644 index 0000000000..7d5f8f2c50 --- /dev/null +++ b/Symbolic/Resources/material-icons/blur_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blur_off.sharp.svg b/Symbolic/Resources/material-icons/blur_off.sharp.svg new file mode 100644 index 0000000000..adc6bcf132 --- /dev/null +++ b/Symbolic/Resources/material-icons/blur_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blur_off.twotone.svg b/Symbolic/Resources/material-icons/blur_off.twotone.svg new file mode 100644 index 0000000000..adc6bcf132 --- /dev/null +++ b/Symbolic/Resources/material-icons/blur_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blur_on.default.svg b/Symbolic/Resources/material-icons/blur_on.default.svg new file mode 100644 index 0000000000..2a1b7b16c5 --- /dev/null +++ b/Symbolic/Resources/material-icons/blur_on.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blur_on.outlined.svg b/Symbolic/Resources/material-icons/blur_on.outlined.svg new file mode 100644 index 0000000000..2a1b7b16c5 --- /dev/null +++ b/Symbolic/Resources/material-icons/blur_on.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blur_on.round.svg b/Symbolic/Resources/material-icons/blur_on.round.svg new file mode 100644 index 0000000000..2a1b7b16c5 --- /dev/null +++ b/Symbolic/Resources/material-icons/blur_on.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blur_on.sharp.svg b/Symbolic/Resources/material-icons/blur_on.sharp.svg new file mode 100644 index 0000000000..2a1b7b16c5 --- /dev/null +++ b/Symbolic/Resources/material-icons/blur_on.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/blur_on.twotone.svg b/Symbolic/Resources/material-icons/blur_on.twotone.svg new file mode 100644 index 0000000000..b023f38e98 --- /dev/null +++ b/Symbolic/Resources/material-icons/blur_on.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bolt.default.svg b/Symbolic/Resources/material-icons/bolt.default.svg new file mode 100644 index 0000000000..04f3a95b51 --- /dev/null +++ b/Symbolic/Resources/material-icons/bolt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bolt.outlined.svg b/Symbolic/Resources/material-icons/bolt.outlined.svg new file mode 100644 index 0000000000..257a87c87f --- /dev/null +++ b/Symbolic/Resources/material-icons/bolt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bolt.round.svg b/Symbolic/Resources/material-icons/bolt.round.svg new file mode 100644 index 0000000000..2b40aa8f74 --- /dev/null +++ b/Symbolic/Resources/material-icons/bolt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bolt.sharp.svg b/Symbolic/Resources/material-icons/bolt.sharp.svg new file mode 100644 index 0000000000..fd1e103f79 --- /dev/null +++ b/Symbolic/Resources/material-icons/bolt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bolt.twotone.svg b/Symbolic/Resources/material-icons/bolt.twotone.svg new file mode 100644 index 0000000000..257a87c87f --- /dev/null +++ b/Symbolic/Resources/material-icons/bolt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/book.default.svg b/Symbolic/Resources/material-icons/book.default.svg new file mode 100644 index 0000000000..0cbaa44ae2 --- /dev/null +++ b/Symbolic/Resources/material-icons/book.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/book.outlined.svg b/Symbolic/Resources/material-icons/book.outlined.svg new file mode 100644 index 0000000000..9c68151549 --- /dev/null +++ b/Symbolic/Resources/material-icons/book.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/book.round.svg b/Symbolic/Resources/material-icons/book.round.svg new file mode 100644 index 0000000000..d2bf2cb38a --- /dev/null +++ b/Symbolic/Resources/material-icons/book.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/book.sharp.svg b/Symbolic/Resources/material-icons/book.sharp.svg new file mode 100644 index 0000000000..8a9fda121f --- /dev/null +++ b/Symbolic/Resources/material-icons/book.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/book.twotone.svg b/Symbolic/Resources/material-icons/book.twotone.svg new file mode 100644 index 0000000000..50f3c6a35f --- /dev/null +++ b/Symbolic/Resources/material-icons/book.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/book_online.default.svg b/Symbolic/Resources/material-icons/book_online.default.svg new file mode 100644 index 0000000000..19fca07252 --- /dev/null +++ b/Symbolic/Resources/material-icons/book_online.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/book_online.outlined.svg b/Symbolic/Resources/material-icons/book_online.outlined.svg new file mode 100644 index 0000000000..511a4e6109 --- /dev/null +++ b/Symbolic/Resources/material-icons/book_online.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/book_online.round.svg b/Symbolic/Resources/material-icons/book_online.round.svg new file mode 100644 index 0000000000..4448ec3a6c --- /dev/null +++ b/Symbolic/Resources/material-icons/book_online.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/book_online.sharp.svg b/Symbolic/Resources/material-icons/book_online.sharp.svg new file mode 100644 index 0000000000..c0e6829b9d --- /dev/null +++ b/Symbolic/Resources/material-icons/book_online.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/book_online.twotone.svg b/Symbolic/Resources/material-icons/book_online.twotone.svg new file mode 100644 index 0000000000..58fd6379a4 --- /dev/null +++ b/Symbolic/Resources/material-icons/book_online.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bookmark.default.svg b/Symbolic/Resources/material-icons/bookmark.default.svg new file mode 100644 index 0000000000..f72fdfa3a4 --- /dev/null +++ b/Symbolic/Resources/material-icons/bookmark.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bookmark.outlined.svg b/Symbolic/Resources/material-icons/bookmark.outlined.svg new file mode 100644 index 0000000000..8a531437ec --- /dev/null +++ b/Symbolic/Resources/material-icons/bookmark.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bookmark.round.svg b/Symbolic/Resources/material-icons/bookmark.round.svg new file mode 100644 index 0000000000..8a531437ec --- /dev/null +++ b/Symbolic/Resources/material-icons/bookmark.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bookmark.sharp.svg b/Symbolic/Resources/material-icons/bookmark.sharp.svg new file mode 100644 index 0000000000..d719e91c44 --- /dev/null +++ b/Symbolic/Resources/material-icons/bookmark.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bookmark.twotone.svg b/Symbolic/Resources/material-icons/bookmark.twotone.svg new file mode 100644 index 0000000000..3732d004ff --- /dev/null +++ b/Symbolic/Resources/material-icons/bookmark.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bookmark_add.default.svg b/Symbolic/Resources/material-icons/bookmark_add.default.svg new file mode 100644 index 0000000000..dcc3e62c79 --- /dev/null +++ b/Symbolic/Resources/material-icons/bookmark_add.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bookmark_add.outlined.svg b/Symbolic/Resources/material-icons/bookmark_add.outlined.svg new file mode 100644 index 0000000000..fc2fb14be3 --- /dev/null +++ b/Symbolic/Resources/material-icons/bookmark_add.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bookmark_add.round.svg b/Symbolic/Resources/material-icons/bookmark_add.round.svg new file mode 100644 index 0000000000..5014a9ca7e --- /dev/null +++ b/Symbolic/Resources/material-icons/bookmark_add.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bookmark_add.sharp.svg b/Symbolic/Resources/material-icons/bookmark_add.sharp.svg new file mode 100644 index 0000000000..d28ef4cf01 --- /dev/null +++ b/Symbolic/Resources/material-icons/bookmark_add.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bookmark_add.twotone.svg b/Symbolic/Resources/material-icons/bookmark_add.twotone.svg new file mode 100644 index 0000000000..514af7f929 --- /dev/null +++ b/Symbolic/Resources/material-icons/bookmark_add.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bookmark_added.default.svg b/Symbolic/Resources/material-icons/bookmark_added.default.svg new file mode 100644 index 0000000000..6ffdda5f87 --- /dev/null +++ b/Symbolic/Resources/material-icons/bookmark_added.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bookmark_added.outlined.svg b/Symbolic/Resources/material-icons/bookmark_added.outlined.svg new file mode 100644 index 0000000000..5942e790af --- /dev/null +++ b/Symbolic/Resources/material-icons/bookmark_added.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bookmark_added.round.svg b/Symbolic/Resources/material-icons/bookmark_added.round.svg new file mode 100644 index 0000000000..a1b4cb4f01 --- /dev/null +++ b/Symbolic/Resources/material-icons/bookmark_added.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bookmark_added.sharp.svg b/Symbolic/Resources/material-icons/bookmark_added.sharp.svg new file mode 100644 index 0000000000..ceeeffe811 --- /dev/null +++ b/Symbolic/Resources/material-icons/bookmark_added.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bookmark_added.twotone.svg b/Symbolic/Resources/material-icons/bookmark_added.twotone.svg new file mode 100644 index 0000000000..3fae5fd1c3 --- /dev/null +++ b/Symbolic/Resources/material-icons/bookmark_added.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bookmark_border.default.svg b/Symbolic/Resources/material-icons/bookmark_border.default.svg new file mode 100644 index 0000000000..995998b21b --- /dev/null +++ b/Symbolic/Resources/material-icons/bookmark_border.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bookmark_border.outlined.svg b/Symbolic/Resources/material-icons/bookmark_border.outlined.svg new file mode 100644 index 0000000000..db756a5a98 --- /dev/null +++ b/Symbolic/Resources/material-icons/bookmark_border.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bookmark_border.round.svg b/Symbolic/Resources/material-icons/bookmark_border.round.svg new file mode 100644 index 0000000000..1baf995988 --- /dev/null +++ b/Symbolic/Resources/material-icons/bookmark_border.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bookmark_border.sharp.svg b/Symbolic/Resources/material-icons/bookmark_border.sharp.svg new file mode 100644 index 0000000000..77d54e4606 --- /dev/null +++ b/Symbolic/Resources/material-icons/bookmark_border.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bookmark_border.twotone.svg b/Symbolic/Resources/material-icons/bookmark_border.twotone.svg new file mode 100644 index 0000000000..db756a5a98 --- /dev/null +++ b/Symbolic/Resources/material-icons/bookmark_border.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bookmark_remove.default.svg b/Symbolic/Resources/material-icons/bookmark_remove.default.svg new file mode 100644 index 0000000000..58eee50f37 --- /dev/null +++ b/Symbolic/Resources/material-icons/bookmark_remove.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bookmark_remove.outlined.svg b/Symbolic/Resources/material-icons/bookmark_remove.outlined.svg new file mode 100644 index 0000000000..9b9900a154 --- /dev/null +++ b/Symbolic/Resources/material-icons/bookmark_remove.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bookmark_remove.round.svg b/Symbolic/Resources/material-icons/bookmark_remove.round.svg new file mode 100644 index 0000000000..d79e035a53 --- /dev/null +++ b/Symbolic/Resources/material-icons/bookmark_remove.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bookmark_remove.sharp.svg b/Symbolic/Resources/material-icons/bookmark_remove.sharp.svg new file mode 100644 index 0000000000..afd32a6adb --- /dev/null +++ b/Symbolic/Resources/material-icons/bookmark_remove.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bookmark_remove.twotone.svg b/Symbolic/Resources/material-icons/bookmark_remove.twotone.svg new file mode 100644 index 0000000000..c68894f50c --- /dev/null +++ b/Symbolic/Resources/material-icons/bookmark_remove.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bookmarks.default.svg b/Symbolic/Resources/material-icons/bookmarks.default.svg new file mode 100644 index 0000000000..3004ed21ae --- /dev/null +++ b/Symbolic/Resources/material-icons/bookmarks.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bookmarks.outlined.svg b/Symbolic/Resources/material-icons/bookmarks.outlined.svg new file mode 100644 index 0000000000..814608b4ea --- /dev/null +++ b/Symbolic/Resources/material-icons/bookmarks.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bookmarks.round.svg b/Symbolic/Resources/material-icons/bookmarks.round.svg new file mode 100644 index 0000000000..3004ed21ae --- /dev/null +++ b/Symbolic/Resources/material-icons/bookmarks.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bookmarks.sharp.svg b/Symbolic/Resources/material-icons/bookmarks.sharp.svg new file mode 100644 index 0000000000..5e234d1f24 --- /dev/null +++ b/Symbolic/Resources/material-icons/bookmarks.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bookmarks.twotone.svg b/Symbolic/Resources/material-icons/bookmarks.twotone.svg new file mode 100644 index 0000000000..cc2f53f1b1 --- /dev/null +++ b/Symbolic/Resources/material-icons/bookmarks.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_all.default.svg b/Symbolic/Resources/material-icons/border_all.default.svg new file mode 100644 index 0000000000..337c14a876 --- /dev/null +++ b/Symbolic/Resources/material-icons/border_all.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_all.outlined.svg b/Symbolic/Resources/material-icons/border_all.outlined.svg new file mode 100644 index 0000000000..b71f0ec4bd --- /dev/null +++ b/Symbolic/Resources/material-icons/border_all.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_all.round.svg b/Symbolic/Resources/material-icons/border_all.round.svg new file mode 100644 index 0000000000..5dbc49297c --- /dev/null +++ b/Symbolic/Resources/material-icons/border_all.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_all.sharp.svg b/Symbolic/Resources/material-icons/border_all.sharp.svg new file mode 100644 index 0000000000..21dcd2a69c --- /dev/null +++ b/Symbolic/Resources/material-icons/border_all.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_all.twotone.svg b/Symbolic/Resources/material-icons/border_all.twotone.svg new file mode 100644 index 0000000000..5069151619 --- /dev/null +++ b/Symbolic/Resources/material-icons/border_all.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_bottom.default.svg b/Symbolic/Resources/material-icons/border_bottom.default.svg new file mode 100644 index 0000000000..1c9cd69699 --- /dev/null +++ b/Symbolic/Resources/material-icons/border_bottom.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_bottom.outlined.svg b/Symbolic/Resources/material-icons/border_bottom.outlined.svg new file mode 100644 index 0000000000..746e7e6236 --- /dev/null +++ b/Symbolic/Resources/material-icons/border_bottom.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_bottom.round.svg b/Symbolic/Resources/material-icons/border_bottom.round.svg new file mode 100644 index 0000000000..c96c5e5de4 --- /dev/null +++ b/Symbolic/Resources/material-icons/border_bottom.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_bottom.sharp.svg b/Symbolic/Resources/material-icons/border_bottom.sharp.svg new file mode 100644 index 0000000000..7f1c7f5e89 --- /dev/null +++ b/Symbolic/Resources/material-icons/border_bottom.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_bottom.twotone.svg b/Symbolic/Resources/material-icons/border_bottom.twotone.svg new file mode 100644 index 0000000000..cf3dc13642 --- /dev/null +++ b/Symbolic/Resources/material-icons/border_bottom.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_clear.default.svg b/Symbolic/Resources/material-icons/border_clear.default.svg new file mode 100644 index 0000000000..dc244cfe94 --- /dev/null +++ b/Symbolic/Resources/material-icons/border_clear.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_clear.outlined.svg b/Symbolic/Resources/material-icons/border_clear.outlined.svg new file mode 100644 index 0000000000..b99928f925 --- /dev/null +++ b/Symbolic/Resources/material-icons/border_clear.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_clear.round.svg b/Symbolic/Resources/material-icons/border_clear.round.svg new file mode 100644 index 0000000000..b99928f925 --- /dev/null +++ b/Symbolic/Resources/material-icons/border_clear.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_clear.sharp.svg b/Symbolic/Resources/material-icons/border_clear.sharp.svg new file mode 100644 index 0000000000..ff7a6072a0 --- /dev/null +++ b/Symbolic/Resources/material-icons/border_clear.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_clear.twotone.svg b/Symbolic/Resources/material-icons/border_clear.twotone.svg new file mode 100644 index 0000000000..ab6a8cc73a --- /dev/null +++ b/Symbolic/Resources/material-icons/border_clear.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_color.default.svg b/Symbolic/Resources/material-icons/border_color.default.svg new file mode 100644 index 0000000000..0cd93f3f5b --- /dev/null +++ b/Symbolic/Resources/material-icons/border_color.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_color.outlined.svg b/Symbolic/Resources/material-icons/border_color.outlined.svg new file mode 100644 index 0000000000..538ea36c63 --- /dev/null +++ b/Symbolic/Resources/material-icons/border_color.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_color.round.svg b/Symbolic/Resources/material-icons/border_color.round.svg new file mode 100644 index 0000000000..2736d4c78c --- /dev/null +++ b/Symbolic/Resources/material-icons/border_color.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_color.sharp.svg b/Symbolic/Resources/material-icons/border_color.sharp.svg new file mode 100644 index 0000000000..9ff884591c --- /dev/null +++ b/Symbolic/Resources/material-icons/border_color.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_color.twotone.svg b/Symbolic/Resources/material-icons/border_color.twotone.svg new file mode 100644 index 0000000000..538ea36c63 --- /dev/null +++ b/Symbolic/Resources/material-icons/border_color.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_horizontal.default.svg b/Symbolic/Resources/material-icons/border_horizontal.default.svg new file mode 100644 index 0000000000..d9c2a9b94c --- /dev/null +++ b/Symbolic/Resources/material-icons/border_horizontal.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_horizontal.outlined.svg b/Symbolic/Resources/material-icons/border_horizontal.outlined.svg new file mode 100644 index 0000000000..f5c2380d80 --- /dev/null +++ b/Symbolic/Resources/material-icons/border_horizontal.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_horizontal.round.svg b/Symbolic/Resources/material-icons/border_horizontal.round.svg new file mode 100644 index 0000000000..213dec7fe7 --- /dev/null +++ b/Symbolic/Resources/material-icons/border_horizontal.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_horizontal.sharp.svg b/Symbolic/Resources/material-icons/border_horizontal.sharp.svg new file mode 100644 index 0000000000..185e6ce75c --- /dev/null +++ b/Symbolic/Resources/material-icons/border_horizontal.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_horizontal.twotone.svg b/Symbolic/Resources/material-icons/border_horizontal.twotone.svg new file mode 100644 index 0000000000..822f029e37 --- /dev/null +++ b/Symbolic/Resources/material-icons/border_horizontal.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_inner.default.svg b/Symbolic/Resources/material-icons/border_inner.default.svg new file mode 100644 index 0000000000..5dce408240 --- /dev/null +++ b/Symbolic/Resources/material-icons/border_inner.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_inner.outlined.svg b/Symbolic/Resources/material-icons/border_inner.outlined.svg new file mode 100644 index 0000000000..91fccfea22 --- /dev/null +++ b/Symbolic/Resources/material-icons/border_inner.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_inner.round.svg b/Symbolic/Resources/material-icons/border_inner.round.svg new file mode 100644 index 0000000000..d9f326c675 --- /dev/null +++ b/Symbolic/Resources/material-icons/border_inner.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_inner.sharp.svg b/Symbolic/Resources/material-icons/border_inner.sharp.svg new file mode 100644 index 0000000000..9b537945e5 --- /dev/null +++ b/Symbolic/Resources/material-icons/border_inner.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_inner.twotone.svg b/Symbolic/Resources/material-icons/border_inner.twotone.svg new file mode 100644 index 0000000000..d1fa856c5c --- /dev/null +++ b/Symbolic/Resources/material-icons/border_inner.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_left.default.svg b/Symbolic/Resources/material-icons/border_left.default.svg new file mode 100644 index 0000000000..388fb25a67 --- /dev/null +++ b/Symbolic/Resources/material-icons/border_left.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_left.outlined.svg b/Symbolic/Resources/material-icons/border_left.outlined.svg new file mode 100644 index 0000000000..089a23fb96 --- /dev/null +++ b/Symbolic/Resources/material-icons/border_left.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_left.round.svg b/Symbolic/Resources/material-icons/border_left.round.svg new file mode 100644 index 0000000000..166bb79c51 --- /dev/null +++ b/Symbolic/Resources/material-icons/border_left.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_left.sharp.svg b/Symbolic/Resources/material-icons/border_left.sharp.svg new file mode 100644 index 0000000000..1c3befbe11 --- /dev/null +++ b/Symbolic/Resources/material-icons/border_left.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_left.twotone.svg b/Symbolic/Resources/material-icons/border_left.twotone.svg new file mode 100644 index 0000000000..0118ffc85d --- /dev/null +++ b/Symbolic/Resources/material-icons/border_left.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_outer.default.svg b/Symbolic/Resources/material-icons/border_outer.default.svg new file mode 100644 index 0000000000..cc02542765 --- /dev/null +++ b/Symbolic/Resources/material-icons/border_outer.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_outer.outlined.svg b/Symbolic/Resources/material-icons/border_outer.outlined.svg new file mode 100644 index 0000000000..7db891b90d --- /dev/null +++ b/Symbolic/Resources/material-icons/border_outer.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_outer.round.svg b/Symbolic/Resources/material-icons/border_outer.round.svg new file mode 100644 index 0000000000..9e0340bf3f --- /dev/null +++ b/Symbolic/Resources/material-icons/border_outer.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_outer.sharp.svg b/Symbolic/Resources/material-icons/border_outer.sharp.svg new file mode 100644 index 0000000000..78869266d6 --- /dev/null +++ b/Symbolic/Resources/material-icons/border_outer.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_outer.twotone.svg b/Symbolic/Resources/material-icons/border_outer.twotone.svg new file mode 100644 index 0000000000..3b3dcd23cd --- /dev/null +++ b/Symbolic/Resources/material-icons/border_outer.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_right.default.svg b/Symbolic/Resources/material-icons/border_right.default.svg new file mode 100644 index 0000000000..33ee9b186e --- /dev/null +++ b/Symbolic/Resources/material-icons/border_right.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_right.outlined.svg b/Symbolic/Resources/material-icons/border_right.outlined.svg new file mode 100644 index 0000000000..ccb456e58c --- /dev/null +++ b/Symbolic/Resources/material-icons/border_right.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_right.round.svg b/Symbolic/Resources/material-icons/border_right.round.svg new file mode 100644 index 0000000000..73af7c91db --- /dev/null +++ b/Symbolic/Resources/material-icons/border_right.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_right.sharp.svg b/Symbolic/Resources/material-icons/border_right.sharp.svg new file mode 100644 index 0000000000..3a6e1283f6 --- /dev/null +++ b/Symbolic/Resources/material-icons/border_right.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_right.twotone.svg b/Symbolic/Resources/material-icons/border_right.twotone.svg new file mode 100644 index 0000000000..dda99c05d8 --- /dev/null +++ b/Symbolic/Resources/material-icons/border_right.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_style.default.svg b/Symbolic/Resources/material-icons/border_style.default.svg new file mode 100644 index 0000000000..c5d24f2de7 --- /dev/null +++ b/Symbolic/Resources/material-icons/border_style.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_style.outlined.svg b/Symbolic/Resources/material-icons/border_style.outlined.svg new file mode 100644 index 0000000000..95919e7529 --- /dev/null +++ b/Symbolic/Resources/material-icons/border_style.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_style.round.svg b/Symbolic/Resources/material-icons/border_style.round.svg new file mode 100644 index 0000000000..b5b3b705ee --- /dev/null +++ b/Symbolic/Resources/material-icons/border_style.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_style.sharp.svg b/Symbolic/Resources/material-icons/border_style.sharp.svg new file mode 100644 index 0000000000..b3f24f54ea --- /dev/null +++ b/Symbolic/Resources/material-icons/border_style.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_style.twotone.svg b/Symbolic/Resources/material-icons/border_style.twotone.svg new file mode 100644 index 0000000000..78a040d01a --- /dev/null +++ b/Symbolic/Resources/material-icons/border_style.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_top.default.svg b/Symbolic/Resources/material-icons/border_top.default.svg new file mode 100644 index 0000000000..80494dd9be --- /dev/null +++ b/Symbolic/Resources/material-icons/border_top.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_top.outlined.svg b/Symbolic/Resources/material-icons/border_top.outlined.svg new file mode 100644 index 0000000000..490c76c532 --- /dev/null +++ b/Symbolic/Resources/material-icons/border_top.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_top.round.svg b/Symbolic/Resources/material-icons/border_top.round.svg new file mode 100644 index 0000000000..d49643539d --- /dev/null +++ b/Symbolic/Resources/material-icons/border_top.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_top.sharp.svg b/Symbolic/Resources/material-icons/border_top.sharp.svg new file mode 100644 index 0000000000..903f6f492a --- /dev/null +++ b/Symbolic/Resources/material-icons/border_top.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_top.twotone.svg b/Symbolic/Resources/material-icons/border_top.twotone.svg new file mode 100644 index 0000000000..86124dc08c --- /dev/null +++ b/Symbolic/Resources/material-icons/border_top.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_vertical.default.svg b/Symbolic/Resources/material-icons/border_vertical.default.svg new file mode 100644 index 0000000000..7106f456ad --- /dev/null +++ b/Symbolic/Resources/material-icons/border_vertical.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_vertical.outlined.svg b/Symbolic/Resources/material-icons/border_vertical.outlined.svg new file mode 100644 index 0000000000..d8ad1724c9 --- /dev/null +++ b/Symbolic/Resources/material-icons/border_vertical.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_vertical.round.svg b/Symbolic/Resources/material-icons/border_vertical.round.svg new file mode 100644 index 0000000000..caf8c74e9d --- /dev/null +++ b/Symbolic/Resources/material-icons/border_vertical.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_vertical.sharp.svg b/Symbolic/Resources/material-icons/border_vertical.sharp.svg new file mode 100644 index 0000000000..7453d38c05 --- /dev/null +++ b/Symbolic/Resources/material-icons/border_vertical.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/border_vertical.twotone.svg b/Symbolic/Resources/material-icons/border_vertical.twotone.svg new file mode 100644 index 0000000000..db01007b0d --- /dev/null +++ b/Symbolic/Resources/material-icons/border_vertical.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/boy.default.svg b/Symbolic/Resources/material-icons/boy.default.svg new file mode 100644 index 0000000000..c2bf361035 --- /dev/null +++ b/Symbolic/Resources/material-icons/boy.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/boy.outlined.svg b/Symbolic/Resources/material-icons/boy.outlined.svg new file mode 100644 index 0000000000..c2bf361035 --- /dev/null +++ b/Symbolic/Resources/material-icons/boy.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/boy.round.svg b/Symbolic/Resources/material-icons/boy.round.svg new file mode 100644 index 0000000000..1b72fec5df --- /dev/null +++ b/Symbolic/Resources/material-icons/boy.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/boy.sharp.svg b/Symbolic/Resources/material-icons/boy.sharp.svg new file mode 100644 index 0000000000..c2bf361035 --- /dev/null +++ b/Symbolic/Resources/material-icons/boy.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/boy.twotone.svg b/Symbolic/Resources/material-icons/boy.twotone.svg new file mode 100644 index 0000000000..c2bf361035 --- /dev/null +++ b/Symbolic/Resources/material-icons/boy.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/branding_watermark.default.svg b/Symbolic/Resources/material-icons/branding_watermark.default.svg new file mode 100644 index 0000000000..a2ffca4131 --- /dev/null +++ b/Symbolic/Resources/material-icons/branding_watermark.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/branding_watermark.outlined.svg b/Symbolic/Resources/material-icons/branding_watermark.outlined.svg new file mode 100644 index 0000000000..2e272b6800 --- /dev/null +++ b/Symbolic/Resources/material-icons/branding_watermark.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/branding_watermark.round.svg b/Symbolic/Resources/material-icons/branding_watermark.round.svg new file mode 100644 index 0000000000..42d0920a71 --- /dev/null +++ b/Symbolic/Resources/material-icons/branding_watermark.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/branding_watermark.sharp.svg b/Symbolic/Resources/material-icons/branding_watermark.sharp.svg new file mode 100644 index 0000000000..d50281b257 --- /dev/null +++ b/Symbolic/Resources/material-icons/branding_watermark.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/branding_watermark.twotone.svg b/Symbolic/Resources/material-icons/branding_watermark.twotone.svg new file mode 100644 index 0000000000..64c6260d28 --- /dev/null +++ b/Symbolic/Resources/material-icons/branding_watermark.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/breakfast_dining.default.svg b/Symbolic/Resources/material-icons/breakfast_dining.default.svg new file mode 100644 index 0000000000..f0a020550c --- /dev/null +++ b/Symbolic/Resources/material-icons/breakfast_dining.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/breakfast_dining.outlined.svg b/Symbolic/Resources/material-icons/breakfast_dining.outlined.svg new file mode 100644 index 0000000000..167ed41e56 --- /dev/null +++ b/Symbolic/Resources/material-icons/breakfast_dining.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/breakfast_dining.round.svg b/Symbolic/Resources/material-icons/breakfast_dining.round.svg new file mode 100644 index 0000000000..e5e8e1a2b9 --- /dev/null +++ b/Symbolic/Resources/material-icons/breakfast_dining.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/breakfast_dining.sharp.svg b/Symbolic/Resources/material-icons/breakfast_dining.sharp.svg new file mode 100644 index 0000000000..47a4074271 --- /dev/null +++ b/Symbolic/Resources/material-icons/breakfast_dining.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/breakfast_dining.twotone.svg b/Symbolic/Resources/material-icons/breakfast_dining.twotone.svg new file mode 100644 index 0000000000..c2c37fac2d --- /dev/null +++ b/Symbolic/Resources/material-icons/breakfast_dining.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_1.default.svg b/Symbolic/Resources/material-icons/brightness_1.default.svg new file mode 100644 index 0000000000..1b37ef25cc --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_1.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_1.outlined.svg b/Symbolic/Resources/material-icons/brightness_1.outlined.svg new file mode 100644 index 0000000000..fbab2e8c61 --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_1.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_1.round.svg b/Symbolic/Resources/material-icons/brightness_1.round.svg new file mode 100644 index 0000000000..f65f4e8bc3 --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_1.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_1.sharp.svg b/Symbolic/Resources/material-icons/brightness_1.sharp.svg new file mode 100644 index 0000000000..4676c1e719 --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_1.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_1.twotone.svg b/Symbolic/Resources/material-icons/brightness_1.twotone.svg new file mode 100644 index 0000000000..78a637d1f0 --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_1.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_2.default.svg b/Symbolic/Resources/material-icons/brightness_2.default.svg new file mode 100644 index 0000000000..3b1965eb19 --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_2.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_2.outlined.svg b/Symbolic/Resources/material-icons/brightness_2.outlined.svg new file mode 100644 index 0000000000..604aa0f0ec --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_2.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_2.round.svg b/Symbolic/Resources/material-icons/brightness_2.round.svg new file mode 100644 index 0000000000..dfeee2a811 --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_2.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_2.sharp.svg b/Symbolic/Resources/material-icons/brightness_2.sharp.svg new file mode 100644 index 0000000000..fac7ce4d36 --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_2.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_2.twotone.svg b/Symbolic/Resources/material-icons/brightness_2.twotone.svg new file mode 100644 index 0000000000..83074b0e93 --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_2.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_3.default.svg b/Symbolic/Resources/material-icons/brightness_3.default.svg new file mode 100644 index 0000000000..1416bb6b6b --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_3.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_3.outlined.svg b/Symbolic/Resources/material-icons/brightness_3.outlined.svg new file mode 100644 index 0000000000..40e8bb739c --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_3.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_3.round.svg b/Symbolic/Resources/material-icons/brightness_3.round.svg new file mode 100644 index 0000000000..0a4d224b74 --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_3.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_3.sharp.svg b/Symbolic/Resources/material-icons/brightness_3.sharp.svg new file mode 100644 index 0000000000..49e562d452 --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_3.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_3.twotone.svg b/Symbolic/Resources/material-icons/brightness_3.twotone.svg new file mode 100644 index 0000000000..2a3fca0271 --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_3.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_4.default.svg b/Symbolic/Resources/material-icons/brightness_4.default.svg new file mode 100644 index 0000000000..b89e1c5c0f --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_4.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_4.outlined.svg b/Symbolic/Resources/material-icons/brightness_4.outlined.svg new file mode 100644 index 0000000000..32b1e9ed3b --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_4.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_4.round.svg b/Symbolic/Resources/material-icons/brightness_4.round.svg new file mode 100644 index 0000000000..84fbb1bd3f --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_4.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_4.sharp.svg b/Symbolic/Resources/material-icons/brightness_4.sharp.svg new file mode 100644 index 0000000000..877910e11b --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_4.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_4.twotone.svg b/Symbolic/Resources/material-icons/brightness_4.twotone.svg new file mode 100644 index 0000000000..22ba28d607 --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_4.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_5.default.svg b/Symbolic/Resources/material-icons/brightness_5.default.svg new file mode 100644 index 0000000000..9bde268227 --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_5.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_5.outlined.svg b/Symbolic/Resources/material-icons/brightness_5.outlined.svg new file mode 100644 index 0000000000..692f7629be --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_5.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_5.round.svg b/Symbolic/Resources/material-icons/brightness_5.round.svg new file mode 100644 index 0000000000..adf60b22d8 --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_5.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_5.sharp.svg b/Symbolic/Resources/material-icons/brightness_5.sharp.svg new file mode 100644 index 0000000000..7e1e2306fb --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_5.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_5.twotone.svg b/Symbolic/Resources/material-icons/brightness_5.twotone.svg new file mode 100644 index 0000000000..b52112a256 --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_5.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_6.default.svg b/Symbolic/Resources/material-icons/brightness_6.default.svg new file mode 100644 index 0000000000..a23e2ddc32 --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_6.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_6.outlined.svg b/Symbolic/Resources/material-icons/brightness_6.outlined.svg new file mode 100644 index 0000000000..f69f7ae1dc --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_6.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_6.round.svg b/Symbolic/Resources/material-icons/brightness_6.round.svg new file mode 100644 index 0000000000..fefbe20802 --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_6.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_6.sharp.svg b/Symbolic/Resources/material-icons/brightness_6.sharp.svg new file mode 100644 index 0000000000..c4afad05f3 --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_6.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_6.twotone.svg b/Symbolic/Resources/material-icons/brightness_6.twotone.svg new file mode 100644 index 0000000000..87efa3c70d --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_6.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_7.default.svg b/Symbolic/Resources/material-icons/brightness_7.default.svg new file mode 100644 index 0000000000..4969cbcc84 --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_7.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_7.outlined.svg b/Symbolic/Resources/material-icons/brightness_7.outlined.svg new file mode 100644 index 0000000000..42d20b9017 --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_7.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_7.round.svg b/Symbolic/Resources/material-icons/brightness_7.round.svg new file mode 100644 index 0000000000..acd38989f9 --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_7.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_7.sharp.svg b/Symbolic/Resources/material-icons/brightness_7.sharp.svg new file mode 100644 index 0000000000..2a2566e9a8 --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_7.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_7.twotone.svg b/Symbolic/Resources/material-icons/brightness_7.twotone.svg new file mode 100644 index 0000000000..2802ea429e --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_7.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_auto.default.svg b/Symbolic/Resources/material-icons/brightness_auto.default.svg new file mode 100644 index 0000000000..8c6064de79 --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_auto.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_auto.outlined.svg b/Symbolic/Resources/material-icons/brightness_auto.outlined.svg new file mode 100644 index 0000000000..d2100133c3 --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_auto.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_auto.round.svg b/Symbolic/Resources/material-icons/brightness_auto.round.svg new file mode 100644 index 0000000000..d2f1f15997 --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_auto.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_auto.sharp.svg b/Symbolic/Resources/material-icons/brightness_auto.sharp.svg new file mode 100644 index 0000000000..92f477e7cf --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_auto.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_auto.twotone.svg b/Symbolic/Resources/material-icons/brightness_auto.twotone.svg new file mode 100644 index 0000000000..be0b64f0a6 --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_auto.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_high.default.svg b/Symbolic/Resources/material-icons/brightness_high.default.svg new file mode 100644 index 0000000000..4969cbcc84 --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_high.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_high.outlined.svg b/Symbolic/Resources/material-icons/brightness_high.outlined.svg new file mode 100644 index 0000000000..f68e12232d --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_high.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_high.round.svg b/Symbolic/Resources/material-icons/brightness_high.round.svg new file mode 100644 index 0000000000..7ab747fec8 --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_high.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_high.sharp.svg b/Symbolic/Resources/material-icons/brightness_high.sharp.svg new file mode 100644 index 0000000000..2a2566e9a8 --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_high.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_high.twotone.svg b/Symbolic/Resources/material-icons/brightness_high.twotone.svg new file mode 100644 index 0000000000..72b04a45b9 --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_high.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_low.default.svg b/Symbolic/Resources/material-icons/brightness_low.default.svg new file mode 100644 index 0000000000..9bde268227 --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_low.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_low.outlined.svg b/Symbolic/Resources/material-icons/brightness_low.outlined.svg new file mode 100644 index 0000000000..48d1e2934a --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_low.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_low.round.svg b/Symbolic/Resources/material-icons/brightness_low.round.svg new file mode 100644 index 0000000000..a3bd8c0337 --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_low.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_low.sharp.svg b/Symbolic/Resources/material-icons/brightness_low.sharp.svg new file mode 100644 index 0000000000..7e1e2306fb --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_low.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_low.twotone.svg b/Symbolic/Resources/material-icons/brightness_low.twotone.svg new file mode 100644 index 0000000000..3b56d30513 --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_low.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_medium.default.svg b/Symbolic/Resources/material-icons/brightness_medium.default.svg new file mode 100644 index 0000000000..a23e2ddc32 --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_medium.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_medium.outlined.svg b/Symbolic/Resources/material-icons/brightness_medium.outlined.svg new file mode 100644 index 0000000000..88fe8eb8db --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_medium.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_medium.round.svg b/Symbolic/Resources/material-icons/brightness_medium.round.svg new file mode 100644 index 0000000000..71a61bce90 --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_medium.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_medium.sharp.svg b/Symbolic/Resources/material-icons/brightness_medium.sharp.svg new file mode 100644 index 0000000000..c4afad05f3 --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_medium.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brightness_medium.twotone.svg b/Symbolic/Resources/material-icons/brightness_medium.twotone.svg new file mode 100644 index 0000000000..45a5665b96 --- /dev/null +++ b/Symbolic/Resources/material-icons/brightness_medium.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/broadcast_on_home.default.svg b/Symbolic/Resources/material-icons/broadcast_on_home.default.svg new file mode 100644 index 0000000000..8b3b9f4164 --- /dev/null +++ b/Symbolic/Resources/material-icons/broadcast_on_home.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/broadcast_on_home.outlined.svg b/Symbolic/Resources/material-icons/broadcast_on_home.outlined.svg new file mode 100644 index 0000000000..8b3b9f4164 --- /dev/null +++ b/Symbolic/Resources/material-icons/broadcast_on_home.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/broadcast_on_home.round.svg b/Symbolic/Resources/material-icons/broadcast_on_home.round.svg new file mode 100644 index 0000000000..d86c98286d --- /dev/null +++ b/Symbolic/Resources/material-icons/broadcast_on_home.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/broadcast_on_home.sharp.svg b/Symbolic/Resources/material-icons/broadcast_on_home.sharp.svg new file mode 100644 index 0000000000..8de55c03a6 --- /dev/null +++ b/Symbolic/Resources/material-icons/broadcast_on_home.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/broadcast_on_home.twotone.svg b/Symbolic/Resources/material-icons/broadcast_on_home.twotone.svg new file mode 100644 index 0000000000..cfc18d7e49 --- /dev/null +++ b/Symbolic/Resources/material-icons/broadcast_on_home.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/broadcast_on_personal.default.svg b/Symbolic/Resources/material-icons/broadcast_on_personal.default.svg new file mode 100644 index 0000000000..6f191f40f1 --- /dev/null +++ b/Symbolic/Resources/material-icons/broadcast_on_personal.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/broadcast_on_personal.outlined.svg b/Symbolic/Resources/material-icons/broadcast_on_personal.outlined.svg new file mode 100644 index 0000000000..bacc4ded11 --- /dev/null +++ b/Symbolic/Resources/material-icons/broadcast_on_personal.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/broadcast_on_personal.round.svg b/Symbolic/Resources/material-icons/broadcast_on_personal.round.svg new file mode 100644 index 0000000000..4d6410ff61 --- /dev/null +++ b/Symbolic/Resources/material-icons/broadcast_on_personal.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/broadcast_on_personal.sharp.svg b/Symbolic/Resources/material-icons/broadcast_on_personal.sharp.svg new file mode 100644 index 0000000000..6f191f40f1 --- /dev/null +++ b/Symbolic/Resources/material-icons/broadcast_on_personal.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/broadcast_on_personal.twotone.svg b/Symbolic/Resources/material-icons/broadcast_on_personal.twotone.svg new file mode 100644 index 0000000000..05830f0540 --- /dev/null +++ b/Symbolic/Resources/material-icons/broadcast_on_personal.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/broken_image.default.svg b/Symbolic/Resources/material-icons/broken_image.default.svg new file mode 100644 index 0000000000..848516bf09 --- /dev/null +++ b/Symbolic/Resources/material-icons/broken_image.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/broken_image.outlined.svg b/Symbolic/Resources/material-icons/broken_image.outlined.svg new file mode 100644 index 0000000000..bfebcc2f7b --- /dev/null +++ b/Symbolic/Resources/material-icons/broken_image.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/broken_image.round.svg b/Symbolic/Resources/material-icons/broken_image.round.svg new file mode 100644 index 0000000000..00276beda6 --- /dev/null +++ b/Symbolic/Resources/material-icons/broken_image.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/broken_image.sharp.svg b/Symbolic/Resources/material-icons/broken_image.sharp.svg new file mode 100644 index 0000000000..0863c7f411 --- /dev/null +++ b/Symbolic/Resources/material-icons/broken_image.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/broken_image.twotone.svg b/Symbolic/Resources/material-icons/broken_image.twotone.svg new file mode 100644 index 0000000000..21cf15eb89 --- /dev/null +++ b/Symbolic/Resources/material-icons/broken_image.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/browse_gallery.default.svg b/Symbolic/Resources/material-icons/browse_gallery.default.svg new file mode 100644 index 0000000000..fc969bd2e0 --- /dev/null +++ b/Symbolic/Resources/material-icons/browse_gallery.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/browse_gallery.outlined.svg b/Symbolic/Resources/material-icons/browse_gallery.outlined.svg new file mode 100644 index 0000000000..b54f8ad1f2 --- /dev/null +++ b/Symbolic/Resources/material-icons/browse_gallery.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/browse_gallery.round.svg b/Symbolic/Resources/material-icons/browse_gallery.round.svg new file mode 100644 index 0000000000..a8fadfb603 --- /dev/null +++ b/Symbolic/Resources/material-icons/browse_gallery.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/browse_gallery.sharp.svg b/Symbolic/Resources/material-icons/browse_gallery.sharp.svg new file mode 100644 index 0000000000..fc969bd2e0 --- /dev/null +++ b/Symbolic/Resources/material-icons/browse_gallery.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/browse_gallery.twotone.svg b/Symbolic/Resources/material-icons/browse_gallery.twotone.svg new file mode 100644 index 0000000000..f5bbf81e3d --- /dev/null +++ b/Symbolic/Resources/material-icons/browse_gallery.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/browser_not_supported.default.svg b/Symbolic/Resources/material-icons/browser_not_supported.default.svg new file mode 100644 index 0000000000..d39480a799 --- /dev/null +++ b/Symbolic/Resources/material-icons/browser_not_supported.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/browser_not_supported.outlined.svg b/Symbolic/Resources/material-icons/browser_not_supported.outlined.svg new file mode 100644 index 0000000000..d39480a799 --- /dev/null +++ b/Symbolic/Resources/material-icons/browser_not_supported.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/browser_not_supported.round.svg b/Symbolic/Resources/material-icons/browser_not_supported.round.svg new file mode 100644 index 0000000000..b2f40cb60b --- /dev/null +++ b/Symbolic/Resources/material-icons/browser_not_supported.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/browser_not_supported.sharp.svg b/Symbolic/Resources/material-icons/browser_not_supported.sharp.svg new file mode 100644 index 0000000000..78c715856a --- /dev/null +++ b/Symbolic/Resources/material-icons/browser_not_supported.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/browser_not_supported.twotone.svg b/Symbolic/Resources/material-icons/browser_not_supported.twotone.svg new file mode 100644 index 0000000000..d39480a799 --- /dev/null +++ b/Symbolic/Resources/material-icons/browser_not_supported.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/browser_updated.default.svg b/Symbolic/Resources/material-icons/browser_updated.default.svg new file mode 100644 index 0000000000..b2b69721f4 --- /dev/null +++ b/Symbolic/Resources/material-icons/browser_updated.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/browser_updated.outlined.svg b/Symbolic/Resources/material-icons/browser_updated.outlined.svg new file mode 100644 index 0000000000..499749c94b --- /dev/null +++ b/Symbolic/Resources/material-icons/browser_updated.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/browser_updated.round.svg b/Symbolic/Resources/material-icons/browser_updated.round.svg new file mode 100644 index 0000000000..213f92548d --- /dev/null +++ b/Symbolic/Resources/material-icons/browser_updated.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/browser_updated.sharp.svg b/Symbolic/Resources/material-icons/browser_updated.sharp.svg new file mode 100644 index 0000000000..6fccfe639b --- /dev/null +++ b/Symbolic/Resources/material-icons/browser_updated.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/browser_updated.twotone.svg b/Symbolic/Resources/material-icons/browser_updated.twotone.svg new file mode 100644 index 0000000000..b2b69721f4 --- /dev/null +++ b/Symbolic/Resources/material-icons/browser_updated.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brunch_dining.default.svg b/Symbolic/Resources/material-icons/brunch_dining.default.svg new file mode 100644 index 0000000000..5f37ed900f --- /dev/null +++ b/Symbolic/Resources/material-icons/brunch_dining.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brunch_dining.outlined.svg b/Symbolic/Resources/material-icons/brunch_dining.outlined.svg new file mode 100644 index 0000000000..7184b1e9c0 --- /dev/null +++ b/Symbolic/Resources/material-icons/brunch_dining.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brunch_dining.round.svg b/Symbolic/Resources/material-icons/brunch_dining.round.svg new file mode 100644 index 0000000000..84756597bc --- /dev/null +++ b/Symbolic/Resources/material-icons/brunch_dining.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brunch_dining.sharp.svg b/Symbolic/Resources/material-icons/brunch_dining.sharp.svg new file mode 100644 index 0000000000..a333e11184 --- /dev/null +++ b/Symbolic/Resources/material-icons/brunch_dining.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brunch_dining.twotone.svg b/Symbolic/Resources/material-icons/brunch_dining.twotone.svg new file mode 100644 index 0000000000..b665c60dd4 --- /dev/null +++ b/Symbolic/Resources/material-icons/brunch_dining.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brush.default.svg b/Symbolic/Resources/material-icons/brush.default.svg new file mode 100644 index 0000000000..2063e2c295 --- /dev/null +++ b/Symbolic/Resources/material-icons/brush.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brush.outlined.svg b/Symbolic/Resources/material-icons/brush.outlined.svg new file mode 100644 index 0000000000..27090adb82 --- /dev/null +++ b/Symbolic/Resources/material-icons/brush.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brush.round.svg b/Symbolic/Resources/material-icons/brush.round.svg new file mode 100644 index 0000000000..167672637a --- /dev/null +++ b/Symbolic/Resources/material-icons/brush.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brush.sharp.svg b/Symbolic/Resources/material-icons/brush.sharp.svg new file mode 100644 index 0000000000..e17799ffe6 --- /dev/null +++ b/Symbolic/Resources/material-icons/brush.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/brush.twotone.svg b/Symbolic/Resources/material-icons/brush.twotone.svg new file mode 100644 index 0000000000..a9a88c5640 --- /dev/null +++ b/Symbolic/Resources/material-icons/brush.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bubble_chart.default.svg b/Symbolic/Resources/material-icons/bubble_chart.default.svg new file mode 100644 index 0000000000..62fa76d454 --- /dev/null +++ b/Symbolic/Resources/material-icons/bubble_chart.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bubble_chart.outlined.svg b/Symbolic/Resources/material-icons/bubble_chart.outlined.svg new file mode 100644 index 0000000000..927dd31add --- /dev/null +++ b/Symbolic/Resources/material-icons/bubble_chart.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bubble_chart.round.svg b/Symbolic/Resources/material-icons/bubble_chart.round.svg new file mode 100644 index 0000000000..8098719c4f --- /dev/null +++ b/Symbolic/Resources/material-icons/bubble_chart.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bubble_chart.sharp.svg b/Symbolic/Resources/material-icons/bubble_chart.sharp.svg new file mode 100644 index 0000000000..4063bfcc4e --- /dev/null +++ b/Symbolic/Resources/material-icons/bubble_chart.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bubble_chart.twotone.svg b/Symbolic/Resources/material-icons/bubble_chart.twotone.svg new file mode 100644 index 0000000000..a277a70061 --- /dev/null +++ b/Symbolic/Resources/material-icons/bubble_chart.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bug_report.default.svg b/Symbolic/Resources/material-icons/bug_report.default.svg new file mode 100644 index 0000000000..f4073c5ebb --- /dev/null +++ b/Symbolic/Resources/material-icons/bug_report.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bug_report.outlined.svg b/Symbolic/Resources/material-icons/bug_report.outlined.svg new file mode 100644 index 0000000000..0c38033ffc --- /dev/null +++ b/Symbolic/Resources/material-icons/bug_report.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bug_report.round.svg b/Symbolic/Resources/material-icons/bug_report.round.svg new file mode 100644 index 0000000000..4ad2e0f6fa --- /dev/null +++ b/Symbolic/Resources/material-icons/bug_report.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bug_report.sharp.svg b/Symbolic/Resources/material-icons/bug_report.sharp.svg new file mode 100644 index 0000000000..1a4da787e0 --- /dev/null +++ b/Symbolic/Resources/material-icons/bug_report.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bug_report.twotone.svg b/Symbolic/Resources/material-icons/bug_report.twotone.svg new file mode 100644 index 0000000000..98fed9a5b5 --- /dev/null +++ b/Symbolic/Resources/material-icons/bug_report.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/build.default.svg b/Symbolic/Resources/material-icons/build.default.svg new file mode 100644 index 0000000000..2ed12a8b6f --- /dev/null +++ b/Symbolic/Resources/material-icons/build.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/build.outlined.svg b/Symbolic/Resources/material-icons/build.outlined.svg new file mode 100644 index 0000000000..27d3c04b95 --- /dev/null +++ b/Symbolic/Resources/material-icons/build.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/build.round.svg b/Symbolic/Resources/material-icons/build.round.svg new file mode 100644 index 0000000000..624e8ff4c0 --- /dev/null +++ b/Symbolic/Resources/material-icons/build.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/build.sharp.svg b/Symbolic/Resources/material-icons/build.sharp.svg new file mode 100644 index 0000000000..e83e576b6f --- /dev/null +++ b/Symbolic/Resources/material-icons/build.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/build.twotone.svg b/Symbolic/Resources/material-icons/build.twotone.svg new file mode 100644 index 0000000000..5de7af70a8 --- /dev/null +++ b/Symbolic/Resources/material-icons/build.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/build_circle.default.svg b/Symbolic/Resources/material-icons/build_circle.default.svg new file mode 100644 index 0000000000..c667281e0f --- /dev/null +++ b/Symbolic/Resources/material-icons/build_circle.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/build_circle.outlined.svg b/Symbolic/Resources/material-icons/build_circle.outlined.svg new file mode 100644 index 0000000000..ffd21ac33d --- /dev/null +++ b/Symbolic/Resources/material-icons/build_circle.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/build_circle.round.svg b/Symbolic/Resources/material-icons/build_circle.round.svg new file mode 100644 index 0000000000..aed860c9d3 --- /dev/null +++ b/Symbolic/Resources/material-icons/build_circle.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/build_circle.sharp.svg b/Symbolic/Resources/material-icons/build_circle.sharp.svg new file mode 100644 index 0000000000..4fa6a0736e --- /dev/null +++ b/Symbolic/Resources/material-icons/build_circle.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/build_circle.twotone.svg b/Symbolic/Resources/material-icons/build_circle.twotone.svg new file mode 100644 index 0000000000..55e992e6b9 --- /dev/null +++ b/Symbolic/Resources/material-icons/build_circle.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bungalow.default.svg b/Symbolic/Resources/material-icons/bungalow.default.svg new file mode 100644 index 0000000000..a27ed44c69 --- /dev/null +++ b/Symbolic/Resources/material-icons/bungalow.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bungalow.outlined.svg b/Symbolic/Resources/material-icons/bungalow.outlined.svg new file mode 100644 index 0000000000..9d91ecef13 --- /dev/null +++ b/Symbolic/Resources/material-icons/bungalow.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bungalow.round.svg b/Symbolic/Resources/material-icons/bungalow.round.svg new file mode 100644 index 0000000000..fed3d84463 --- /dev/null +++ b/Symbolic/Resources/material-icons/bungalow.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bungalow.sharp.svg b/Symbolic/Resources/material-icons/bungalow.sharp.svg new file mode 100644 index 0000000000..a27ed44c69 --- /dev/null +++ b/Symbolic/Resources/material-icons/bungalow.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bungalow.twotone.svg b/Symbolic/Resources/material-icons/bungalow.twotone.svg new file mode 100644 index 0000000000..f8f5d8ba52 --- /dev/null +++ b/Symbolic/Resources/material-icons/bungalow.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/burst_mode.default.svg b/Symbolic/Resources/material-icons/burst_mode.default.svg new file mode 100644 index 0000000000..9aae396272 --- /dev/null +++ b/Symbolic/Resources/material-icons/burst_mode.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/burst_mode.outlined.svg b/Symbolic/Resources/material-icons/burst_mode.outlined.svg new file mode 100644 index 0000000000..ff972c9ceb --- /dev/null +++ b/Symbolic/Resources/material-icons/burst_mode.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/burst_mode.round.svg b/Symbolic/Resources/material-icons/burst_mode.round.svg new file mode 100644 index 0000000000..f47645b493 --- /dev/null +++ b/Symbolic/Resources/material-icons/burst_mode.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/burst_mode.sharp.svg b/Symbolic/Resources/material-icons/burst_mode.sharp.svg new file mode 100644 index 0000000000..beb906bcce --- /dev/null +++ b/Symbolic/Resources/material-icons/burst_mode.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/burst_mode.twotone.svg b/Symbolic/Resources/material-icons/burst_mode.twotone.svg new file mode 100644 index 0000000000..c56759fc5e --- /dev/null +++ b/Symbolic/Resources/material-icons/burst_mode.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bus_alert.default.svg b/Symbolic/Resources/material-icons/bus_alert.default.svg new file mode 100644 index 0000000000..0bdfc30366 --- /dev/null +++ b/Symbolic/Resources/material-icons/bus_alert.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bus_alert.outlined.svg b/Symbolic/Resources/material-icons/bus_alert.outlined.svg new file mode 100644 index 0000000000..31bab050ed --- /dev/null +++ b/Symbolic/Resources/material-icons/bus_alert.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bus_alert.round.svg b/Symbolic/Resources/material-icons/bus_alert.round.svg new file mode 100644 index 0000000000..18bcb8d5fe --- /dev/null +++ b/Symbolic/Resources/material-icons/bus_alert.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bus_alert.sharp.svg b/Symbolic/Resources/material-icons/bus_alert.sharp.svg new file mode 100644 index 0000000000..6c130386d1 --- /dev/null +++ b/Symbolic/Resources/material-icons/bus_alert.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/bus_alert.twotone.svg b/Symbolic/Resources/material-icons/bus_alert.twotone.svg new file mode 100644 index 0000000000..dbdc2dca82 --- /dev/null +++ b/Symbolic/Resources/material-icons/bus_alert.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/business.default.svg b/Symbolic/Resources/material-icons/business.default.svg new file mode 100644 index 0000000000..be4ed89666 --- /dev/null +++ b/Symbolic/Resources/material-icons/business.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/business.outlined.svg b/Symbolic/Resources/material-icons/business.outlined.svg new file mode 100644 index 0000000000..c953df4efa --- /dev/null +++ b/Symbolic/Resources/material-icons/business.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/business.round.svg b/Symbolic/Resources/material-icons/business.round.svg new file mode 100644 index 0000000000..3095e93471 --- /dev/null +++ b/Symbolic/Resources/material-icons/business.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/business.sharp.svg b/Symbolic/Resources/material-icons/business.sharp.svg new file mode 100644 index 0000000000..c953df4efa --- /dev/null +++ b/Symbolic/Resources/material-icons/business.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/business.twotone.svg b/Symbolic/Resources/material-icons/business.twotone.svg new file mode 100644 index 0000000000..1c78f6c406 --- /dev/null +++ b/Symbolic/Resources/material-icons/business.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/business_center.default.svg b/Symbolic/Resources/material-icons/business_center.default.svg new file mode 100644 index 0000000000..b9f3d89072 --- /dev/null +++ b/Symbolic/Resources/material-icons/business_center.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/business_center.outlined.svg b/Symbolic/Resources/material-icons/business_center.outlined.svg new file mode 100644 index 0000000000..bd09fbcbdb --- /dev/null +++ b/Symbolic/Resources/material-icons/business_center.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/business_center.round.svg b/Symbolic/Resources/material-icons/business_center.round.svg new file mode 100644 index 0000000000..06a08d2e09 --- /dev/null +++ b/Symbolic/Resources/material-icons/business_center.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/business_center.sharp.svg b/Symbolic/Resources/material-icons/business_center.sharp.svg new file mode 100644 index 0000000000..74b1ca7b97 --- /dev/null +++ b/Symbolic/Resources/material-icons/business_center.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/business_center.twotone.svg b/Symbolic/Resources/material-icons/business_center.twotone.svg new file mode 100644 index 0000000000..f7de1383ad --- /dev/null +++ b/Symbolic/Resources/material-icons/business_center.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cabin.default.svg b/Symbolic/Resources/material-icons/cabin.default.svg new file mode 100644 index 0000000000..f967fc835f --- /dev/null +++ b/Symbolic/Resources/material-icons/cabin.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cabin.outlined.svg b/Symbolic/Resources/material-icons/cabin.outlined.svg new file mode 100644 index 0000000000..f967fc835f --- /dev/null +++ b/Symbolic/Resources/material-icons/cabin.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cabin.round.svg b/Symbolic/Resources/material-icons/cabin.round.svg new file mode 100644 index 0000000000..224c917610 --- /dev/null +++ b/Symbolic/Resources/material-icons/cabin.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cabin.sharp.svg b/Symbolic/Resources/material-icons/cabin.sharp.svg new file mode 100644 index 0000000000..f967fc835f --- /dev/null +++ b/Symbolic/Resources/material-icons/cabin.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cabin.twotone.svg b/Symbolic/Resources/material-icons/cabin.twotone.svg new file mode 100644 index 0000000000..7f19ec1020 --- /dev/null +++ b/Symbolic/Resources/material-icons/cabin.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cable.default.svg b/Symbolic/Resources/material-icons/cable.default.svg new file mode 100644 index 0000000000..dda23b4d9f --- /dev/null +++ b/Symbolic/Resources/material-icons/cable.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cable.outlined.svg b/Symbolic/Resources/material-icons/cable.outlined.svg new file mode 100644 index 0000000000..dda23b4d9f --- /dev/null +++ b/Symbolic/Resources/material-icons/cable.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cable.round.svg b/Symbolic/Resources/material-icons/cable.round.svg new file mode 100644 index 0000000000..2ef306a137 --- /dev/null +++ b/Symbolic/Resources/material-icons/cable.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cable.sharp.svg b/Symbolic/Resources/material-icons/cable.sharp.svg new file mode 100644 index 0000000000..7d11d18669 --- /dev/null +++ b/Symbolic/Resources/material-icons/cable.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cable.twotone.svg b/Symbolic/Resources/material-icons/cable.twotone.svg new file mode 100644 index 0000000000..dda23b4d9f --- /dev/null +++ b/Symbolic/Resources/material-icons/cable.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cached.default.svg b/Symbolic/Resources/material-icons/cached.default.svg new file mode 100644 index 0000000000..88c3cfde22 --- /dev/null +++ b/Symbolic/Resources/material-icons/cached.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cached.outlined.svg b/Symbolic/Resources/material-icons/cached.outlined.svg new file mode 100644 index 0000000000..30e6aa6652 --- /dev/null +++ b/Symbolic/Resources/material-icons/cached.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cached.round.svg b/Symbolic/Resources/material-icons/cached.round.svg new file mode 100644 index 0000000000..4d2bd86f0f --- /dev/null +++ b/Symbolic/Resources/material-icons/cached.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cached.sharp.svg b/Symbolic/Resources/material-icons/cached.sharp.svg new file mode 100644 index 0000000000..30e6aa6652 --- /dev/null +++ b/Symbolic/Resources/material-icons/cached.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cached.twotone.svg b/Symbolic/Resources/material-icons/cached.twotone.svg new file mode 100644 index 0000000000..30e6aa6652 --- /dev/null +++ b/Symbolic/Resources/material-icons/cached.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cake.default.svg b/Symbolic/Resources/material-icons/cake.default.svg new file mode 100644 index 0000000000..c36f5e31e5 --- /dev/null +++ b/Symbolic/Resources/material-icons/cake.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cake.outlined.svg b/Symbolic/Resources/material-icons/cake.outlined.svg new file mode 100644 index 0000000000..62737d118f --- /dev/null +++ b/Symbolic/Resources/material-icons/cake.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cake.round.svg b/Symbolic/Resources/material-icons/cake.round.svg new file mode 100644 index 0000000000..210dd9c3f0 --- /dev/null +++ b/Symbolic/Resources/material-icons/cake.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cake.sharp.svg b/Symbolic/Resources/material-icons/cake.sharp.svg new file mode 100644 index 0000000000..f0c8086a09 --- /dev/null +++ b/Symbolic/Resources/material-icons/cake.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cake.twotone.svg b/Symbolic/Resources/material-icons/cake.twotone.svg new file mode 100644 index 0000000000..a8efe3130a --- /dev/null +++ b/Symbolic/Resources/material-icons/cake.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/calculate.default.svg b/Symbolic/Resources/material-icons/calculate.default.svg new file mode 100644 index 0000000000..061c6b145c --- /dev/null +++ b/Symbolic/Resources/material-icons/calculate.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/calculate.outlined.svg b/Symbolic/Resources/material-icons/calculate.outlined.svg new file mode 100644 index 0000000000..48547fa8f8 --- /dev/null +++ b/Symbolic/Resources/material-icons/calculate.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/calculate.round.svg b/Symbolic/Resources/material-icons/calculate.round.svg new file mode 100644 index 0000000000..c3a0a0aee1 --- /dev/null +++ b/Symbolic/Resources/material-icons/calculate.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/calculate.sharp.svg b/Symbolic/Resources/material-icons/calculate.sharp.svg new file mode 100644 index 0000000000..93630d7e1b --- /dev/null +++ b/Symbolic/Resources/material-icons/calculate.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/calculate.twotone.svg b/Symbolic/Resources/material-icons/calculate.twotone.svg new file mode 100644 index 0000000000..5d8fcf62f3 --- /dev/null +++ b/Symbolic/Resources/material-icons/calculate.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/calendar_month.default.svg b/Symbolic/Resources/material-icons/calendar_month.default.svg new file mode 100644 index 0000000000..33c8da4610 --- /dev/null +++ b/Symbolic/Resources/material-icons/calendar_month.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/calendar_month.outlined.svg b/Symbolic/Resources/material-icons/calendar_month.outlined.svg new file mode 100644 index 0000000000..44c518aa68 --- /dev/null +++ b/Symbolic/Resources/material-icons/calendar_month.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/calendar_month.round.svg b/Symbolic/Resources/material-icons/calendar_month.round.svg new file mode 100644 index 0000000000..17b8f99466 --- /dev/null +++ b/Symbolic/Resources/material-icons/calendar_month.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/calendar_month.sharp.svg b/Symbolic/Resources/material-icons/calendar_month.sharp.svg new file mode 100644 index 0000000000..33c8da4610 --- /dev/null +++ b/Symbolic/Resources/material-icons/calendar_month.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/calendar_month.twotone.svg b/Symbolic/Resources/material-icons/calendar_month.twotone.svg new file mode 100644 index 0000000000..fc6a1d4549 --- /dev/null +++ b/Symbolic/Resources/material-icons/calendar_month.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/calendar_today.default.svg b/Symbolic/Resources/material-icons/calendar_today.default.svg new file mode 100644 index 0000000000..5bbe6a941d --- /dev/null +++ b/Symbolic/Resources/material-icons/calendar_today.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/calendar_today.outlined.svg b/Symbolic/Resources/material-icons/calendar_today.outlined.svg new file mode 100644 index 0000000000..9cb34799a9 --- /dev/null +++ b/Symbolic/Resources/material-icons/calendar_today.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/calendar_today.round.svg b/Symbolic/Resources/material-icons/calendar_today.round.svg new file mode 100644 index 0000000000..996ea099e2 --- /dev/null +++ b/Symbolic/Resources/material-icons/calendar_today.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/calendar_today.sharp.svg b/Symbolic/Resources/material-icons/calendar_today.sharp.svg new file mode 100644 index 0000000000..5016e89025 --- /dev/null +++ b/Symbolic/Resources/material-icons/calendar_today.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/calendar_today.twotone.svg b/Symbolic/Resources/material-icons/calendar_today.twotone.svg new file mode 100644 index 0000000000..a6c581954b --- /dev/null +++ b/Symbolic/Resources/material-icons/calendar_today.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/calendar_view_day.default.svg b/Symbolic/Resources/material-icons/calendar_view_day.default.svg new file mode 100644 index 0000000000..887c393ef0 --- /dev/null +++ b/Symbolic/Resources/material-icons/calendar_view_day.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/calendar_view_day.outlined.svg b/Symbolic/Resources/material-icons/calendar_view_day.outlined.svg new file mode 100644 index 0000000000..a91c02cb57 --- /dev/null +++ b/Symbolic/Resources/material-icons/calendar_view_day.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/calendar_view_day.round.svg b/Symbolic/Resources/material-icons/calendar_view_day.round.svg new file mode 100644 index 0000000000..b04971ce79 --- /dev/null +++ b/Symbolic/Resources/material-icons/calendar_view_day.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/calendar_view_day.sharp.svg b/Symbolic/Resources/material-icons/calendar_view_day.sharp.svg new file mode 100644 index 0000000000..c5d933bd4e --- /dev/null +++ b/Symbolic/Resources/material-icons/calendar_view_day.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/calendar_view_day.twotone.svg b/Symbolic/Resources/material-icons/calendar_view_day.twotone.svg new file mode 100644 index 0000000000..951b21634a --- /dev/null +++ b/Symbolic/Resources/material-icons/calendar_view_day.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/calendar_view_month.default.svg b/Symbolic/Resources/material-icons/calendar_view_month.default.svg new file mode 100644 index 0000000000..f1598d393d --- /dev/null +++ b/Symbolic/Resources/material-icons/calendar_view_month.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/calendar_view_month.outlined.svg b/Symbolic/Resources/material-icons/calendar_view_month.outlined.svg new file mode 100644 index 0000000000..f1598d393d --- /dev/null +++ b/Symbolic/Resources/material-icons/calendar_view_month.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/calendar_view_month.round.svg b/Symbolic/Resources/material-icons/calendar_view_month.round.svg new file mode 100644 index 0000000000..f1598d393d --- /dev/null +++ b/Symbolic/Resources/material-icons/calendar_view_month.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/calendar_view_month.sharp.svg b/Symbolic/Resources/material-icons/calendar_view_month.sharp.svg new file mode 100644 index 0000000000..bc1d170277 --- /dev/null +++ b/Symbolic/Resources/material-icons/calendar_view_month.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/calendar_view_month.twotone.svg b/Symbolic/Resources/material-icons/calendar_view_month.twotone.svg new file mode 100644 index 0000000000..b25c786f92 --- /dev/null +++ b/Symbolic/Resources/material-icons/calendar_view_month.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/calendar_view_week.default.svg b/Symbolic/Resources/material-icons/calendar_view_week.default.svg new file mode 100644 index 0000000000..f6aa3340cb --- /dev/null +++ b/Symbolic/Resources/material-icons/calendar_view_week.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/calendar_view_week.outlined.svg b/Symbolic/Resources/material-icons/calendar_view_week.outlined.svg new file mode 100644 index 0000000000..f6aa3340cb --- /dev/null +++ b/Symbolic/Resources/material-icons/calendar_view_week.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/calendar_view_week.round.svg b/Symbolic/Resources/material-icons/calendar_view_week.round.svg new file mode 100644 index 0000000000..f6aa3340cb --- /dev/null +++ b/Symbolic/Resources/material-icons/calendar_view_week.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/calendar_view_week.sharp.svg b/Symbolic/Resources/material-icons/calendar_view_week.sharp.svg new file mode 100644 index 0000000000..3c2dd14bad --- /dev/null +++ b/Symbolic/Resources/material-icons/calendar_view_week.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/calendar_view_week.twotone.svg b/Symbolic/Resources/material-icons/calendar_view_week.twotone.svg new file mode 100644 index 0000000000..4074db38ee --- /dev/null +++ b/Symbolic/Resources/material-icons/calendar_view_week.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call.default.svg b/Symbolic/Resources/material-icons/call.default.svg new file mode 100644 index 0000000000..18b1331ddd --- /dev/null +++ b/Symbolic/Resources/material-icons/call.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call.outlined.svg b/Symbolic/Resources/material-icons/call.outlined.svg new file mode 100644 index 0000000000..a7c18d80a5 --- /dev/null +++ b/Symbolic/Resources/material-icons/call.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call.round.svg b/Symbolic/Resources/material-icons/call.round.svg new file mode 100644 index 0000000000..96353116ec --- /dev/null +++ b/Symbolic/Resources/material-icons/call.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call.sharp.svg b/Symbolic/Resources/material-icons/call.sharp.svg new file mode 100644 index 0000000000..c5e887cdfe --- /dev/null +++ b/Symbolic/Resources/material-icons/call.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call.twotone.svg b/Symbolic/Resources/material-icons/call.twotone.svg new file mode 100644 index 0000000000..c76180883b --- /dev/null +++ b/Symbolic/Resources/material-icons/call.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_end.default.svg b/Symbolic/Resources/material-icons/call_end.default.svg new file mode 100644 index 0000000000..c4b812c984 --- /dev/null +++ b/Symbolic/Resources/material-icons/call_end.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_end.outlined.svg b/Symbolic/Resources/material-icons/call_end.outlined.svg new file mode 100644 index 0000000000..b9b8417b40 --- /dev/null +++ b/Symbolic/Resources/material-icons/call_end.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_end.round.svg b/Symbolic/Resources/material-icons/call_end.round.svg new file mode 100644 index 0000000000..ce3f207704 --- /dev/null +++ b/Symbolic/Resources/material-icons/call_end.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_end.sharp.svg b/Symbolic/Resources/material-icons/call_end.sharp.svg new file mode 100644 index 0000000000..6cc4085137 --- /dev/null +++ b/Symbolic/Resources/material-icons/call_end.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_end.twotone.svg b/Symbolic/Resources/material-icons/call_end.twotone.svg new file mode 100644 index 0000000000..5aa117a813 --- /dev/null +++ b/Symbolic/Resources/material-icons/call_end.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_made.default.svg b/Symbolic/Resources/material-icons/call_made.default.svg new file mode 100644 index 0000000000..16fb38082a --- /dev/null +++ b/Symbolic/Resources/material-icons/call_made.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_made.outlined.svg b/Symbolic/Resources/material-icons/call_made.outlined.svg new file mode 100644 index 0000000000..ea261c5ee6 --- /dev/null +++ b/Symbolic/Resources/material-icons/call_made.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_made.round.svg b/Symbolic/Resources/material-icons/call_made.round.svg new file mode 100644 index 0000000000..f257fb81d1 --- /dev/null +++ b/Symbolic/Resources/material-icons/call_made.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_made.sharp.svg b/Symbolic/Resources/material-icons/call_made.sharp.svg new file mode 100644 index 0000000000..ea261c5ee6 --- /dev/null +++ b/Symbolic/Resources/material-icons/call_made.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_made.twotone.svg b/Symbolic/Resources/material-icons/call_made.twotone.svg new file mode 100644 index 0000000000..4903494bfe --- /dev/null +++ b/Symbolic/Resources/material-icons/call_made.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_merge.default.svg b/Symbolic/Resources/material-icons/call_merge.default.svg new file mode 100644 index 0000000000..8faab53040 --- /dev/null +++ b/Symbolic/Resources/material-icons/call_merge.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_merge.outlined.svg b/Symbolic/Resources/material-icons/call_merge.outlined.svg new file mode 100644 index 0000000000..fde107fd1f --- /dev/null +++ b/Symbolic/Resources/material-icons/call_merge.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_merge.round.svg b/Symbolic/Resources/material-icons/call_merge.round.svg new file mode 100644 index 0000000000..a73cb983ce --- /dev/null +++ b/Symbolic/Resources/material-icons/call_merge.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_merge.sharp.svg b/Symbolic/Resources/material-icons/call_merge.sharp.svg new file mode 100644 index 0000000000..fde107fd1f --- /dev/null +++ b/Symbolic/Resources/material-icons/call_merge.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_merge.twotone.svg b/Symbolic/Resources/material-icons/call_merge.twotone.svg new file mode 100644 index 0000000000..4c3239f1ef --- /dev/null +++ b/Symbolic/Resources/material-icons/call_merge.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_missed.default.svg b/Symbolic/Resources/material-icons/call_missed.default.svg new file mode 100644 index 0000000000..b5f1cc3469 --- /dev/null +++ b/Symbolic/Resources/material-icons/call_missed.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_missed.outlined.svg b/Symbolic/Resources/material-icons/call_missed.outlined.svg new file mode 100644 index 0000000000..5faae732bf --- /dev/null +++ b/Symbolic/Resources/material-icons/call_missed.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_missed.round.svg b/Symbolic/Resources/material-icons/call_missed.round.svg new file mode 100644 index 0000000000..35cbdf98d5 --- /dev/null +++ b/Symbolic/Resources/material-icons/call_missed.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_missed.sharp.svg b/Symbolic/Resources/material-icons/call_missed.sharp.svg new file mode 100644 index 0000000000..5faae732bf --- /dev/null +++ b/Symbolic/Resources/material-icons/call_missed.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_missed.twotone.svg b/Symbolic/Resources/material-icons/call_missed.twotone.svg new file mode 100644 index 0000000000..dc86539f84 --- /dev/null +++ b/Symbolic/Resources/material-icons/call_missed.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_missed_outgoing.default.svg b/Symbolic/Resources/material-icons/call_missed_outgoing.default.svg new file mode 100644 index 0000000000..03fd2b14fd --- /dev/null +++ b/Symbolic/Resources/material-icons/call_missed_outgoing.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_missed_outgoing.outlined.svg b/Symbolic/Resources/material-icons/call_missed_outgoing.outlined.svg new file mode 100644 index 0000000000..528205c3c5 --- /dev/null +++ b/Symbolic/Resources/material-icons/call_missed_outgoing.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_missed_outgoing.round.svg b/Symbolic/Resources/material-icons/call_missed_outgoing.round.svg new file mode 100644 index 0000000000..a250869d1f --- /dev/null +++ b/Symbolic/Resources/material-icons/call_missed_outgoing.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_missed_outgoing.sharp.svg b/Symbolic/Resources/material-icons/call_missed_outgoing.sharp.svg new file mode 100644 index 0000000000..528205c3c5 --- /dev/null +++ b/Symbolic/Resources/material-icons/call_missed_outgoing.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_missed_outgoing.twotone.svg b/Symbolic/Resources/material-icons/call_missed_outgoing.twotone.svg new file mode 100644 index 0000000000..ea115640ef --- /dev/null +++ b/Symbolic/Resources/material-icons/call_missed_outgoing.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_received.default.svg b/Symbolic/Resources/material-icons/call_received.default.svg new file mode 100644 index 0000000000..61d38c10bd --- /dev/null +++ b/Symbolic/Resources/material-icons/call_received.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_received.outlined.svg b/Symbolic/Resources/material-icons/call_received.outlined.svg new file mode 100644 index 0000000000..69621c1bc9 --- /dev/null +++ b/Symbolic/Resources/material-icons/call_received.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_received.round.svg b/Symbolic/Resources/material-icons/call_received.round.svg new file mode 100644 index 0000000000..97b68879c7 --- /dev/null +++ b/Symbolic/Resources/material-icons/call_received.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_received.sharp.svg b/Symbolic/Resources/material-icons/call_received.sharp.svg new file mode 100644 index 0000000000..69621c1bc9 --- /dev/null +++ b/Symbolic/Resources/material-icons/call_received.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_received.twotone.svg b/Symbolic/Resources/material-icons/call_received.twotone.svg new file mode 100644 index 0000000000..445a4e4a75 --- /dev/null +++ b/Symbolic/Resources/material-icons/call_received.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_split.default.svg b/Symbolic/Resources/material-icons/call_split.default.svg new file mode 100644 index 0000000000..08cf1a9158 --- /dev/null +++ b/Symbolic/Resources/material-icons/call_split.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_split.outlined.svg b/Symbolic/Resources/material-icons/call_split.outlined.svg new file mode 100644 index 0000000000..6fd2dd1048 --- /dev/null +++ b/Symbolic/Resources/material-icons/call_split.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_split.round.svg b/Symbolic/Resources/material-icons/call_split.round.svg new file mode 100644 index 0000000000..9c909ac99e --- /dev/null +++ b/Symbolic/Resources/material-icons/call_split.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_split.sharp.svg b/Symbolic/Resources/material-icons/call_split.sharp.svg new file mode 100644 index 0000000000..6fd2dd1048 --- /dev/null +++ b/Symbolic/Resources/material-icons/call_split.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_split.twotone.svg b/Symbolic/Resources/material-icons/call_split.twotone.svg new file mode 100644 index 0000000000..f68c34437a --- /dev/null +++ b/Symbolic/Resources/material-icons/call_split.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_to_action.default.svg b/Symbolic/Resources/material-icons/call_to_action.default.svg new file mode 100644 index 0000000000..dadcdde4e1 --- /dev/null +++ b/Symbolic/Resources/material-icons/call_to_action.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_to_action.outlined.svg b/Symbolic/Resources/material-icons/call_to_action.outlined.svg new file mode 100644 index 0000000000..2b41a0f198 --- /dev/null +++ b/Symbolic/Resources/material-icons/call_to_action.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_to_action.round.svg b/Symbolic/Resources/material-icons/call_to_action.round.svg new file mode 100644 index 0000000000..3006e9afbc --- /dev/null +++ b/Symbolic/Resources/material-icons/call_to_action.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_to_action.sharp.svg b/Symbolic/Resources/material-icons/call_to_action.sharp.svg new file mode 100644 index 0000000000..c3e2eb1c31 --- /dev/null +++ b/Symbolic/Resources/material-icons/call_to_action.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/call_to_action.twotone.svg b/Symbolic/Resources/material-icons/call_to_action.twotone.svg new file mode 100644 index 0000000000..877bed2847 --- /dev/null +++ b/Symbolic/Resources/material-icons/call_to_action.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera.default.svg b/Symbolic/Resources/material-icons/camera.default.svg new file mode 100644 index 0000000000..ffca7668a0 --- /dev/null +++ b/Symbolic/Resources/material-icons/camera.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera.outlined.svg b/Symbolic/Resources/material-icons/camera.outlined.svg new file mode 100644 index 0000000000..666c71fe18 --- /dev/null +++ b/Symbolic/Resources/material-icons/camera.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera.round.svg b/Symbolic/Resources/material-icons/camera.round.svg new file mode 100644 index 0000000000..516f0fdbb6 --- /dev/null +++ b/Symbolic/Resources/material-icons/camera.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera.sharp.svg b/Symbolic/Resources/material-icons/camera.sharp.svg new file mode 100644 index 0000000000..f227c37e8a --- /dev/null +++ b/Symbolic/Resources/material-icons/camera.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera.twotone.svg b/Symbolic/Resources/material-icons/camera.twotone.svg new file mode 100644 index 0000000000..a95753f1d1 --- /dev/null +++ b/Symbolic/Resources/material-icons/camera.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera_alt.default.svg b/Symbolic/Resources/material-icons/camera_alt.default.svg new file mode 100644 index 0000000000..17898e6430 --- /dev/null +++ b/Symbolic/Resources/material-icons/camera_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera_alt.outlined.svg b/Symbolic/Resources/material-icons/camera_alt.outlined.svg new file mode 100644 index 0000000000..615ae3f00e --- /dev/null +++ b/Symbolic/Resources/material-icons/camera_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera_alt.round.svg b/Symbolic/Resources/material-icons/camera_alt.round.svg new file mode 100644 index 0000000000..b64ef1f20d --- /dev/null +++ b/Symbolic/Resources/material-icons/camera_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera_alt.sharp.svg b/Symbolic/Resources/material-icons/camera_alt.sharp.svg new file mode 100644 index 0000000000..5a429070a1 --- /dev/null +++ b/Symbolic/Resources/material-icons/camera_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera_alt.twotone.svg b/Symbolic/Resources/material-icons/camera_alt.twotone.svg new file mode 100644 index 0000000000..3bd9e93e34 --- /dev/null +++ b/Symbolic/Resources/material-icons/camera_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera_enhance.default.svg b/Symbolic/Resources/material-icons/camera_enhance.default.svg new file mode 100644 index 0000000000..a85f153c25 --- /dev/null +++ b/Symbolic/Resources/material-icons/camera_enhance.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera_enhance.outlined.svg b/Symbolic/Resources/material-icons/camera_enhance.outlined.svg new file mode 100644 index 0000000000..4607e007ee --- /dev/null +++ b/Symbolic/Resources/material-icons/camera_enhance.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera_enhance.round.svg b/Symbolic/Resources/material-icons/camera_enhance.round.svg new file mode 100644 index 0000000000..81f5301e57 --- /dev/null +++ b/Symbolic/Resources/material-icons/camera_enhance.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera_enhance.sharp.svg b/Symbolic/Resources/material-icons/camera_enhance.sharp.svg new file mode 100644 index 0000000000..42783dbe98 --- /dev/null +++ b/Symbolic/Resources/material-icons/camera_enhance.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera_enhance.twotone.svg b/Symbolic/Resources/material-icons/camera_enhance.twotone.svg new file mode 100644 index 0000000000..de3d9cd45b --- /dev/null +++ b/Symbolic/Resources/material-icons/camera_enhance.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera_front.default.svg b/Symbolic/Resources/material-icons/camera_front.default.svg new file mode 100644 index 0000000000..cf340c68ab --- /dev/null +++ b/Symbolic/Resources/material-icons/camera_front.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera_front.outlined.svg b/Symbolic/Resources/material-icons/camera_front.outlined.svg new file mode 100644 index 0000000000..d8d55d8def --- /dev/null +++ b/Symbolic/Resources/material-icons/camera_front.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera_front.round.svg b/Symbolic/Resources/material-icons/camera_front.round.svg new file mode 100644 index 0000000000..7a0f15c65e --- /dev/null +++ b/Symbolic/Resources/material-icons/camera_front.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera_front.sharp.svg b/Symbolic/Resources/material-icons/camera_front.sharp.svg new file mode 100644 index 0000000000..1e3c1ae575 --- /dev/null +++ b/Symbolic/Resources/material-icons/camera_front.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera_front.twotone.svg b/Symbolic/Resources/material-icons/camera_front.twotone.svg new file mode 100644 index 0000000000..815a1d2588 --- /dev/null +++ b/Symbolic/Resources/material-icons/camera_front.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera_indoor.default.svg b/Symbolic/Resources/material-icons/camera_indoor.default.svg new file mode 100644 index 0000000000..dbcdd4d33f --- /dev/null +++ b/Symbolic/Resources/material-icons/camera_indoor.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera_indoor.outlined.svg b/Symbolic/Resources/material-icons/camera_indoor.outlined.svg new file mode 100644 index 0000000000..ed0ba7d34c --- /dev/null +++ b/Symbolic/Resources/material-icons/camera_indoor.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera_indoor.round.svg b/Symbolic/Resources/material-icons/camera_indoor.round.svg new file mode 100644 index 0000000000..970d86ef83 --- /dev/null +++ b/Symbolic/Resources/material-icons/camera_indoor.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera_indoor.sharp.svg b/Symbolic/Resources/material-icons/camera_indoor.sharp.svg new file mode 100644 index 0000000000..0ce2c7a407 --- /dev/null +++ b/Symbolic/Resources/material-icons/camera_indoor.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera_indoor.twotone.svg b/Symbolic/Resources/material-icons/camera_indoor.twotone.svg new file mode 100644 index 0000000000..338cac77b5 --- /dev/null +++ b/Symbolic/Resources/material-icons/camera_indoor.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera_outdoor.default.svg b/Symbolic/Resources/material-icons/camera_outdoor.default.svg new file mode 100644 index 0000000000..3aa4f1e85f --- /dev/null +++ b/Symbolic/Resources/material-icons/camera_outdoor.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera_outdoor.outlined.svg b/Symbolic/Resources/material-icons/camera_outdoor.outlined.svg new file mode 100644 index 0000000000..3aa4f1e85f --- /dev/null +++ b/Symbolic/Resources/material-icons/camera_outdoor.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera_outdoor.round.svg b/Symbolic/Resources/material-icons/camera_outdoor.round.svg new file mode 100644 index 0000000000..f7d19cbb2b --- /dev/null +++ b/Symbolic/Resources/material-icons/camera_outdoor.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera_outdoor.sharp.svg b/Symbolic/Resources/material-icons/camera_outdoor.sharp.svg new file mode 100644 index 0000000000..74bf33805e --- /dev/null +++ b/Symbolic/Resources/material-icons/camera_outdoor.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera_outdoor.twotone.svg b/Symbolic/Resources/material-icons/camera_outdoor.twotone.svg new file mode 100644 index 0000000000..3aa4f1e85f --- /dev/null +++ b/Symbolic/Resources/material-icons/camera_outdoor.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera_rear.default.svg b/Symbolic/Resources/material-icons/camera_rear.default.svg new file mode 100644 index 0000000000..f76b851db1 --- /dev/null +++ b/Symbolic/Resources/material-icons/camera_rear.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera_rear.outlined.svg b/Symbolic/Resources/material-icons/camera_rear.outlined.svg new file mode 100644 index 0000000000..9757bc2f34 --- /dev/null +++ b/Symbolic/Resources/material-icons/camera_rear.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera_rear.round.svg b/Symbolic/Resources/material-icons/camera_rear.round.svg new file mode 100644 index 0000000000..c606026f83 --- /dev/null +++ b/Symbolic/Resources/material-icons/camera_rear.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera_rear.sharp.svg b/Symbolic/Resources/material-icons/camera_rear.sharp.svg new file mode 100644 index 0000000000..0740dd981b --- /dev/null +++ b/Symbolic/Resources/material-icons/camera_rear.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera_rear.twotone.svg b/Symbolic/Resources/material-icons/camera_rear.twotone.svg new file mode 100644 index 0000000000..b9c3b69f7b --- /dev/null +++ b/Symbolic/Resources/material-icons/camera_rear.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera_roll.default.svg b/Symbolic/Resources/material-icons/camera_roll.default.svg new file mode 100644 index 0000000000..d9a0a27aff --- /dev/null +++ b/Symbolic/Resources/material-icons/camera_roll.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera_roll.outlined.svg b/Symbolic/Resources/material-icons/camera_roll.outlined.svg new file mode 100644 index 0000000000..c84aa47b13 --- /dev/null +++ b/Symbolic/Resources/material-icons/camera_roll.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera_roll.round.svg b/Symbolic/Resources/material-icons/camera_roll.round.svg new file mode 100644 index 0000000000..ce1ffb88af --- /dev/null +++ b/Symbolic/Resources/material-icons/camera_roll.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera_roll.sharp.svg b/Symbolic/Resources/material-icons/camera_roll.sharp.svg new file mode 100644 index 0000000000..2470ddb931 --- /dev/null +++ b/Symbolic/Resources/material-icons/camera_roll.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/camera_roll.twotone.svg b/Symbolic/Resources/material-icons/camera_roll.twotone.svg new file mode 100644 index 0000000000..1481f5c82f --- /dev/null +++ b/Symbolic/Resources/material-icons/camera_roll.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cameraswitch.default.svg b/Symbolic/Resources/material-icons/cameraswitch.default.svg new file mode 100644 index 0000000000..fa56a103b2 --- /dev/null +++ b/Symbolic/Resources/material-icons/cameraswitch.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cameraswitch.outlined.svg b/Symbolic/Resources/material-icons/cameraswitch.outlined.svg new file mode 100644 index 0000000000..b3a2bf94ba --- /dev/null +++ b/Symbolic/Resources/material-icons/cameraswitch.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cameraswitch.round.svg b/Symbolic/Resources/material-icons/cameraswitch.round.svg new file mode 100644 index 0000000000..6983c288b8 --- /dev/null +++ b/Symbolic/Resources/material-icons/cameraswitch.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cameraswitch.sharp.svg b/Symbolic/Resources/material-icons/cameraswitch.sharp.svg new file mode 100644 index 0000000000..2fd089e4cb --- /dev/null +++ b/Symbolic/Resources/material-icons/cameraswitch.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cameraswitch.twotone.svg b/Symbolic/Resources/material-icons/cameraswitch.twotone.svg new file mode 100644 index 0000000000..df13cbe51e --- /dev/null +++ b/Symbolic/Resources/material-icons/cameraswitch.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/campaign.default.svg b/Symbolic/Resources/material-icons/campaign.default.svg new file mode 100644 index 0000000000..289b7e9f59 --- /dev/null +++ b/Symbolic/Resources/material-icons/campaign.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/campaign.outlined.svg b/Symbolic/Resources/material-icons/campaign.outlined.svg new file mode 100644 index 0000000000..58a93499e4 --- /dev/null +++ b/Symbolic/Resources/material-icons/campaign.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/campaign.round.svg b/Symbolic/Resources/material-icons/campaign.round.svg new file mode 100644 index 0000000000..b87ef60dd4 --- /dev/null +++ b/Symbolic/Resources/material-icons/campaign.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/campaign.sharp.svg b/Symbolic/Resources/material-icons/campaign.sharp.svg new file mode 100644 index 0000000000..b176afcce4 --- /dev/null +++ b/Symbolic/Resources/material-icons/campaign.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/campaign.twotone.svg b/Symbolic/Resources/material-icons/campaign.twotone.svg new file mode 100644 index 0000000000..54eb23df1b --- /dev/null +++ b/Symbolic/Resources/material-icons/campaign.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cancel.default.svg b/Symbolic/Resources/material-icons/cancel.default.svg new file mode 100644 index 0000000000..d43a31c8a2 --- /dev/null +++ b/Symbolic/Resources/material-icons/cancel.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cancel.outlined.svg b/Symbolic/Resources/material-icons/cancel.outlined.svg new file mode 100644 index 0000000000..c4fc476d2d --- /dev/null +++ b/Symbolic/Resources/material-icons/cancel.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cancel.round.svg b/Symbolic/Resources/material-icons/cancel.round.svg new file mode 100644 index 0000000000..27f99168f9 --- /dev/null +++ b/Symbolic/Resources/material-icons/cancel.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cancel.sharp.svg b/Symbolic/Resources/material-icons/cancel.sharp.svg new file mode 100644 index 0000000000..86b9d8e11c --- /dev/null +++ b/Symbolic/Resources/material-icons/cancel.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cancel.twotone.svg b/Symbolic/Resources/material-icons/cancel.twotone.svg new file mode 100644 index 0000000000..57591a8f28 --- /dev/null +++ b/Symbolic/Resources/material-icons/cancel.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cancel_presentation.default.svg b/Symbolic/Resources/material-icons/cancel_presentation.default.svg new file mode 100644 index 0000000000..39e0342f34 --- /dev/null +++ b/Symbolic/Resources/material-icons/cancel_presentation.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cancel_presentation.outlined.svg b/Symbolic/Resources/material-icons/cancel_presentation.outlined.svg new file mode 100644 index 0000000000..243b7efcbe --- /dev/null +++ b/Symbolic/Resources/material-icons/cancel_presentation.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cancel_presentation.round.svg b/Symbolic/Resources/material-icons/cancel_presentation.round.svg new file mode 100644 index 0000000000..b5e3148737 --- /dev/null +++ b/Symbolic/Resources/material-icons/cancel_presentation.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cancel_presentation.sharp.svg b/Symbolic/Resources/material-icons/cancel_presentation.sharp.svg new file mode 100644 index 0000000000..e30394375a --- /dev/null +++ b/Symbolic/Resources/material-icons/cancel_presentation.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cancel_presentation.twotone.svg b/Symbolic/Resources/material-icons/cancel_presentation.twotone.svg new file mode 100644 index 0000000000..45fbf78f93 --- /dev/null +++ b/Symbolic/Resources/material-icons/cancel_presentation.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cancel_schedule_send.default.svg b/Symbolic/Resources/material-icons/cancel_schedule_send.default.svg new file mode 100644 index 0000000000..6e5817eea0 --- /dev/null +++ b/Symbolic/Resources/material-icons/cancel_schedule_send.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cancel_schedule_send.outlined.svg b/Symbolic/Resources/material-icons/cancel_schedule_send.outlined.svg new file mode 100644 index 0000000000..ee2566d80a --- /dev/null +++ b/Symbolic/Resources/material-icons/cancel_schedule_send.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cancel_schedule_send.round.svg b/Symbolic/Resources/material-icons/cancel_schedule_send.round.svg new file mode 100644 index 0000000000..caa91463c7 --- /dev/null +++ b/Symbolic/Resources/material-icons/cancel_schedule_send.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cancel_schedule_send.sharp.svg b/Symbolic/Resources/material-icons/cancel_schedule_send.sharp.svg new file mode 100644 index 0000000000..6e5817eea0 --- /dev/null +++ b/Symbolic/Resources/material-icons/cancel_schedule_send.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cancel_schedule_send.twotone.svg b/Symbolic/Resources/material-icons/cancel_schedule_send.twotone.svg new file mode 100644 index 0000000000..1253f01ed3 --- /dev/null +++ b/Symbolic/Resources/material-icons/cancel_schedule_send.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/candlestick_chart.default.svg b/Symbolic/Resources/material-icons/candlestick_chart.default.svg new file mode 100644 index 0000000000..4a684d1dd8 --- /dev/null +++ b/Symbolic/Resources/material-icons/candlestick_chart.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/candlestick_chart.outlined.svg b/Symbolic/Resources/material-icons/candlestick_chart.outlined.svg new file mode 100644 index 0000000000..9608772c6c --- /dev/null +++ b/Symbolic/Resources/material-icons/candlestick_chart.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/candlestick_chart.round.svg b/Symbolic/Resources/material-icons/candlestick_chart.round.svg new file mode 100644 index 0000000000..49ef9e892e --- /dev/null +++ b/Symbolic/Resources/material-icons/candlestick_chart.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/candlestick_chart.sharp.svg b/Symbolic/Resources/material-icons/candlestick_chart.sharp.svg new file mode 100644 index 0000000000..4a684d1dd8 --- /dev/null +++ b/Symbolic/Resources/material-icons/candlestick_chart.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/candlestick_chart.twotone.svg b/Symbolic/Resources/material-icons/candlestick_chart.twotone.svg new file mode 100644 index 0000000000..76506ef3c3 --- /dev/null +++ b/Symbolic/Resources/material-icons/candlestick_chart.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/car_crash.default.svg b/Symbolic/Resources/material-icons/car_crash.default.svg new file mode 100644 index 0000000000..21c92a6197 --- /dev/null +++ b/Symbolic/Resources/material-icons/car_crash.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/car_crash.outlined.svg b/Symbolic/Resources/material-icons/car_crash.outlined.svg new file mode 100644 index 0000000000..9bb6ce6520 --- /dev/null +++ b/Symbolic/Resources/material-icons/car_crash.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/car_crash.round.svg b/Symbolic/Resources/material-icons/car_crash.round.svg new file mode 100644 index 0000000000..96d8263f1a --- /dev/null +++ b/Symbolic/Resources/material-icons/car_crash.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/car_crash.sharp.svg b/Symbolic/Resources/material-icons/car_crash.sharp.svg new file mode 100644 index 0000000000..f8a9109369 --- /dev/null +++ b/Symbolic/Resources/material-icons/car_crash.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/car_crash.twotone.svg b/Symbolic/Resources/material-icons/car_crash.twotone.svg new file mode 100644 index 0000000000..a21e8c456e --- /dev/null +++ b/Symbolic/Resources/material-icons/car_crash.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/car_rental.default.svg b/Symbolic/Resources/material-icons/car_rental.default.svg new file mode 100644 index 0000000000..288eca78b1 --- /dev/null +++ b/Symbolic/Resources/material-icons/car_rental.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/car_rental.outlined.svg b/Symbolic/Resources/material-icons/car_rental.outlined.svg new file mode 100644 index 0000000000..c9a4484c9b --- /dev/null +++ b/Symbolic/Resources/material-icons/car_rental.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/car_rental.round.svg b/Symbolic/Resources/material-icons/car_rental.round.svg new file mode 100644 index 0000000000..23dd4b39ad --- /dev/null +++ b/Symbolic/Resources/material-icons/car_rental.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/car_rental.sharp.svg b/Symbolic/Resources/material-icons/car_rental.sharp.svg new file mode 100644 index 0000000000..a35dc7b018 --- /dev/null +++ b/Symbolic/Resources/material-icons/car_rental.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/car_rental.twotone.svg b/Symbolic/Resources/material-icons/car_rental.twotone.svg new file mode 100644 index 0000000000..2d24c565b8 --- /dev/null +++ b/Symbolic/Resources/material-icons/car_rental.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/car_repair.default.svg b/Symbolic/Resources/material-icons/car_repair.default.svg new file mode 100644 index 0000000000..61bdecde43 --- /dev/null +++ b/Symbolic/Resources/material-icons/car_repair.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/car_repair.outlined.svg b/Symbolic/Resources/material-icons/car_repair.outlined.svg new file mode 100644 index 0000000000..6e434e4b0a --- /dev/null +++ b/Symbolic/Resources/material-icons/car_repair.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/car_repair.round.svg b/Symbolic/Resources/material-icons/car_repair.round.svg new file mode 100644 index 0000000000..2f86500fea --- /dev/null +++ b/Symbolic/Resources/material-icons/car_repair.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/car_repair.sharp.svg b/Symbolic/Resources/material-icons/car_repair.sharp.svg new file mode 100644 index 0000000000..15baecfedf --- /dev/null +++ b/Symbolic/Resources/material-icons/car_repair.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/car_repair.twotone.svg b/Symbolic/Resources/material-icons/car_repair.twotone.svg new file mode 100644 index 0000000000..cdad10c2f1 --- /dev/null +++ b/Symbolic/Resources/material-icons/car_repair.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/card_giftcard.default.svg b/Symbolic/Resources/material-icons/card_giftcard.default.svg new file mode 100644 index 0000000000..ce9a85e776 --- /dev/null +++ b/Symbolic/Resources/material-icons/card_giftcard.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/card_giftcard.outlined.svg b/Symbolic/Resources/material-icons/card_giftcard.outlined.svg new file mode 100644 index 0000000000..f8d224298a --- /dev/null +++ b/Symbolic/Resources/material-icons/card_giftcard.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/card_giftcard.round.svg b/Symbolic/Resources/material-icons/card_giftcard.round.svg new file mode 100644 index 0000000000..e8616061f9 --- /dev/null +++ b/Symbolic/Resources/material-icons/card_giftcard.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/card_giftcard.sharp.svg b/Symbolic/Resources/material-icons/card_giftcard.sharp.svg new file mode 100644 index 0000000000..cda0007945 --- /dev/null +++ b/Symbolic/Resources/material-icons/card_giftcard.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/card_giftcard.twotone.svg b/Symbolic/Resources/material-icons/card_giftcard.twotone.svg new file mode 100644 index 0000000000..4e2ab5a4c4 --- /dev/null +++ b/Symbolic/Resources/material-icons/card_giftcard.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/card_membership.default.svg b/Symbolic/Resources/material-icons/card_membership.default.svg new file mode 100644 index 0000000000..a2246488e0 --- /dev/null +++ b/Symbolic/Resources/material-icons/card_membership.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/card_membership.outlined.svg b/Symbolic/Resources/material-icons/card_membership.outlined.svg new file mode 100644 index 0000000000..5b3e668bff --- /dev/null +++ b/Symbolic/Resources/material-icons/card_membership.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/card_membership.round.svg b/Symbolic/Resources/material-icons/card_membership.round.svg new file mode 100644 index 0000000000..269a5ad88c --- /dev/null +++ b/Symbolic/Resources/material-icons/card_membership.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/card_membership.sharp.svg b/Symbolic/Resources/material-icons/card_membership.sharp.svg new file mode 100644 index 0000000000..f3a759e6ea --- /dev/null +++ b/Symbolic/Resources/material-icons/card_membership.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/card_membership.twotone.svg b/Symbolic/Resources/material-icons/card_membership.twotone.svg new file mode 100644 index 0000000000..c20f9b35a3 --- /dev/null +++ b/Symbolic/Resources/material-icons/card_membership.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/card_travel.default.svg b/Symbolic/Resources/material-icons/card_travel.default.svg new file mode 100644 index 0000000000..aaa9c3c044 --- /dev/null +++ b/Symbolic/Resources/material-icons/card_travel.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/card_travel.outlined.svg b/Symbolic/Resources/material-icons/card_travel.outlined.svg new file mode 100644 index 0000000000..409cd7018e --- /dev/null +++ b/Symbolic/Resources/material-icons/card_travel.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/card_travel.round.svg b/Symbolic/Resources/material-icons/card_travel.round.svg new file mode 100644 index 0000000000..509d3f7e34 --- /dev/null +++ b/Symbolic/Resources/material-icons/card_travel.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/card_travel.sharp.svg b/Symbolic/Resources/material-icons/card_travel.sharp.svg new file mode 100644 index 0000000000..04e173fa7f --- /dev/null +++ b/Symbolic/Resources/material-icons/card_travel.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/card_travel.twotone.svg b/Symbolic/Resources/material-icons/card_travel.twotone.svg new file mode 100644 index 0000000000..c06c74cb74 --- /dev/null +++ b/Symbolic/Resources/material-icons/card_travel.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/carpenter.default.svg b/Symbolic/Resources/material-icons/carpenter.default.svg new file mode 100644 index 0000000000..7362d41707 --- /dev/null +++ b/Symbolic/Resources/material-icons/carpenter.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/carpenter.outlined.svg b/Symbolic/Resources/material-icons/carpenter.outlined.svg new file mode 100644 index 0000000000..b7d6db4594 --- /dev/null +++ b/Symbolic/Resources/material-icons/carpenter.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/carpenter.round.svg b/Symbolic/Resources/material-icons/carpenter.round.svg new file mode 100644 index 0000000000..8facb86522 --- /dev/null +++ b/Symbolic/Resources/material-icons/carpenter.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/carpenter.sharp.svg b/Symbolic/Resources/material-icons/carpenter.sharp.svg new file mode 100644 index 0000000000..cfce64827f --- /dev/null +++ b/Symbolic/Resources/material-icons/carpenter.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/carpenter.twotone.svg b/Symbolic/Resources/material-icons/carpenter.twotone.svg new file mode 100644 index 0000000000..75eb5657a5 --- /dev/null +++ b/Symbolic/Resources/material-icons/carpenter.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cases.default.svg b/Symbolic/Resources/material-icons/cases.default.svg new file mode 100644 index 0000000000..696ded0229 --- /dev/null +++ b/Symbolic/Resources/material-icons/cases.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cases.outlined.svg b/Symbolic/Resources/material-icons/cases.outlined.svg new file mode 100644 index 0000000000..cccc426fd5 --- /dev/null +++ b/Symbolic/Resources/material-icons/cases.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cases.round.svg b/Symbolic/Resources/material-icons/cases.round.svg new file mode 100644 index 0000000000..889374c115 --- /dev/null +++ b/Symbolic/Resources/material-icons/cases.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cases.sharp.svg b/Symbolic/Resources/material-icons/cases.sharp.svg new file mode 100644 index 0000000000..d89dc43e2c --- /dev/null +++ b/Symbolic/Resources/material-icons/cases.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cases.twotone.svg b/Symbolic/Resources/material-icons/cases.twotone.svg new file mode 100644 index 0000000000..112568f1b8 --- /dev/null +++ b/Symbolic/Resources/material-icons/cases.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/casino.default.svg b/Symbolic/Resources/material-icons/casino.default.svg new file mode 100644 index 0000000000..837c896958 --- /dev/null +++ b/Symbolic/Resources/material-icons/casino.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/casino.outlined.svg b/Symbolic/Resources/material-icons/casino.outlined.svg new file mode 100644 index 0000000000..4b462fcb52 --- /dev/null +++ b/Symbolic/Resources/material-icons/casino.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/casino.round.svg b/Symbolic/Resources/material-icons/casino.round.svg new file mode 100644 index 0000000000..54b82dfe48 --- /dev/null +++ b/Symbolic/Resources/material-icons/casino.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/casino.sharp.svg b/Symbolic/Resources/material-icons/casino.sharp.svg new file mode 100644 index 0000000000..be45bf64a9 --- /dev/null +++ b/Symbolic/Resources/material-icons/casino.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/casino.twotone.svg b/Symbolic/Resources/material-icons/casino.twotone.svg new file mode 100644 index 0000000000..06bd493d58 --- /dev/null +++ b/Symbolic/Resources/material-icons/casino.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cast.default.svg b/Symbolic/Resources/material-icons/cast.default.svg new file mode 100644 index 0000000000..ee10e95940 --- /dev/null +++ b/Symbolic/Resources/material-icons/cast.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cast.outlined.svg b/Symbolic/Resources/material-icons/cast.outlined.svg new file mode 100644 index 0000000000..72a344ce8f --- /dev/null +++ b/Symbolic/Resources/material-icons/cast.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cast.round.svg b/Symbolic/Resources/material-icons/cast.round.svg new file mode 100644 index 0000000000..7fc5c3b4a7 --- /dev/null +++ b/Symbolic/Resources/material-icons/cast.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cast.sharp.svg b/Symbolic/Resources/material-icons/cast.sharp.svg new file mode 100644 index 0000000000..60e5973de1 --- /dev/null +++ b/Symbolic/Resources/material-icons/cast.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cast.twotone.svg b/Symbolic/Resources/material-icons/cast.twotone.svg new file mode 100644 index 0000000000..72a344ce8f --- /dev/null +++ b/Symbolic/Resources/material-icons/cast.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cast_connected.default.svg b/Symbolic/Resources/material-icons/cast_connected.default.svg new file mode 100644 index 0000000000..fe0850db0d --- /dev/null +++ b/Symbolic/Resources/material-icons/cast_connected.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cast_connected.outlined.svg b/Symbolic/Resources/material-icons/cast_connected.outlined.svg new file mode 100644 index 0000000000..c241543f98 --- /dev/null +++ b/Symbolic/Resources/material-icons/cast_connected.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cast_connected.round.svg b/Symbolic/Resources/material-icons/cast_connected.round.svg new file mode 100644 index 0000000000..1d9afa671e --- /dev/null +++ b/Symbolic/Resources/material-icons/cast_connected.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cast_connected.sharp.svg b/Symbolic/Resources/material-icons/cast_connected.sharp.svg new file mode 100644 index 0000000000..c3138fdf1d --- /dev/null +++ b/Symbolic/Resources/material-icons/cast_connected.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cast_connected.twotone.svg b/Symbolic/Resources/material-icons/cast_connected.twotone.svg new file mode 100644 index 0000000000..b852b60c15 --- /dev/null +++ b/Symbolic/Resources/material-icons/cast_connected.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cast_for_education.default.svg b/Symbolic/Resources/material-icons/cast_for_education.default.svg new file mode 100644 index 0000000000..ef197f284e --- /dev/null +++ b/Symbolic/Resources/material-icons/cast_for_education.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cast_for_education.outlined.svg b/Symbolic/Resources/material-icons/cast_for_education.outlined.svg new file mode 100644 index 0000000000..d7a919d490 --- /dev/null +++ b/Symbolic/Resources/material-icons/cast_for_education.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cast_for_education.round.svg b/Symbolic/Resources/material-icons/cast_for_education.round.svg new file mode 100644 index 0000000000..45afbc2237 --- /dev/null +++ b/Symbolic/Resources/material-icons/cast_for_education.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cast_for_education.sharp.svg b/Symbolic/Resources/material-icons/cast_for_education.sharp.svg new file mode 100644 index 0000000000..1b55c5db74 --- /dev/null +++ b/Symbolic/Resources/material-icons/cast_for_education.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cast_for_education.twotone.svg b/Symbolic/Resources/material-icons/cast_for_education.twotone.svg new file mode 100644 index 0000000000..d7a919d490 --- /dev/null +++ b/Symbolic/Resources/material-icons/cast_for_education.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/castle.default.svg b/Symbolic/Resources/material-icons/castle.default.svg new file mode 100644 index 0000000000..c90f8cf7e0 --- /dev/null +++ b/Symbolic/Resources/material-icons/castle.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/castle.outlined.svg b/Symbolic/Resources/material-icons/castle.outlined.svg new file mode 100644 index 0000000000..991c5c04bd --- /dev/null +++ b/Symbolic/Resources/material-icons/castle.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/castle.round.svg b/Symbolic/Resources/material-icons/castle.round.svg new file mode 100644 index 0000000000..683df02544 --- /dev/null +++ b/Symbolic/Resources/material-icons/castle.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/castle.sharp.svg b/Symbolic/Resources/material-icons/castle.sharp.svg new file mode 100644 index 0000000000..fdf4d774a0 --- /dev/null +++ b/Symbolic/Resources/material-icons/castle.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/castle.twotone.svg b/Symbolic/Resources/material-icons/castle.twotone.svg new file mode 100644 index 0000000000..6b7df2b169 --- /dev/null +++ b/Symbolic/Resources/material-icons/castle.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/catching_pokemon.default.svg b/Symbolic/Resources/material-icons/catching_pokemon.default.svg new file mode 100644 index 0000000000..583de42de4 --- /dev/null +++ b/Symbolic/Resources/material-icons/catching_pokemon.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/catching_pokemon.outlined.svg b/Symbolic/Resources/material-icons/catching_pokemon.outlined.svg new file mode 100644 index 0000000000..583de42de4 --- /dev/null +++ b/Symbolic/Resources/material-icons/catching_pokemon.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/catching_pokemon.round.svg b/Symbolic/Resources/material-icons/catching_pokemon.round.svg new file mode 100644 index 0000000000..583de42de4 --- /dev/null +++ b/Symbolic/Resources/material-icons/catching_pokemon.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/catching_pokemon.sharp.svg b/Symbolic/Resources/material-icons/catching_pokemon.sharp.svg new file mode 100644 index 0000000000..583de42de4 --- /dev/null +++ b/Symbolic/Resources/material-icons/catching_pokemon.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/catching_pokemon.twotone.svg b/Symbolic/Resources/material-icons/catching_pokemon.twotone.svg new file mode 100644 index 0000000000..c58319dd2f --- /dev/null +++ b/Symbolic/Resources/material-icons/catching_pokemon.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/category.default.svg b/Symbolic/Resources/material-icons/category.default.svg new file mode 100644 index 0000000000..806f376594 --- /dev/null +++ b/Symbolic/Resources/material-icons/category.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/category.outlined.svg b/Symbolic/Resources/material-icons/category.outlined.svg new file mode 100644 index 0000000000..3a1bb8fad2 --- /dev/null +++ b/Symbolic/Resources/material-icons/category.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/category.round.svg b/Symbolic/Resources/material-icons/category.round.svg new file mode 100644 index 0000000000..35ec103ed0 --- /dev/null +++ b/Symbolic/Resources/material-icons/category.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/category.sharp.svg b/Symbolic/Resources/material-icons/category.sharp.svg new file mode 100644 index 0000000000..495f28923e --- /dev/null +++ b/Symbolic/Resources/material-icons/category.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/category.twotone.svg b/Symbolic/Resources/material-icons/category.twotone.svg new file mode 100644 index 0000000000..0f16ba34c1 --- /dev/null +++ b/Symbolic/Resources/material-icons/category.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/celebration.default.svg b/Symbolic/Resources/material-icons/celebration.default.svg new file mode 100644 index 0000000000..54bbc3ff7e --- /dev/null +++ b/Symbolic/Resources/material-icons/celebration.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/celebration.outlined.svg b/Symbolic/Resources/material-icons/celebration.outlined.svg new file mode 100644 index 0000000000..b5de3cac3c --- /dev/null +++ b/Symbolic/Resources/material-icons/celebration.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/celebration.round.svg b/Symbolic/Resources/material-icons/celebration.round.svg new file mode 100644 index 0000000000..ad8686f913 --- /dev/null +++ b/Symbolic/Resources/material-icons/celebration.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/celebration.sharp.svg b/Symbolic/Resources/material-icons/celebration.sharp.svg new file mode 100644 index 0000000000..510e911c34 --- /dev/null +++ b/Symbolic/Resources/material-icons/celebration.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/celebration.twotone.svg b/Symbolic/Resources/material-icons/celebration.twotone.svg new file mode 100644 index 0000000000..050f83f2aa --- /dev/null +++ b/Symbolic/Resources/material-icons/celebration.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cell_tower.default.svg b/Symbolic/Resources/material-icons/cell_tower.default.svg new file mode 100644 index 0000000000..a52c638f7b --- /dev/null +++ b/Symbolic/Resources/material-icons/cell_tower.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cell_tower.outlined.svg b/Symbolic/Resources/material-icons/cell_tower.outlined.svg new file mode 100644 index 0000000000..a52c638f7b --- /dev/null +++ b/Symbolic/Resources/material-icons/cell_tower.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cell_tower.round.svg b/Symbolic/Resources/material-icons/cell_tower.round.svg new file mode 100644 index 0000000000..6d2266e2f6 --- /dev/null +++ b/Symbolic/Resources/material-icons/cell_tower.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cell_tower.sharp.svg b/Symbolic/Resources/material-icons/cell_tower.sharp.svg new file mode 100644 index 0000000000..a52c638f7b --- /dev/null +++ b/Symbolic/Resources/material-icons/cell_tower.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cell_tower.twotone.svg b/Symbolic/Resources/material-icons/cell_tower.twotone.svg new file mode 100644 index 0000000000..a52c638f7b --- /dev/null +++ b/Symbolic/Resources/material-icons/cell_tower.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cell_wifi.default.svg b/Symbolic/Resources/material-icons/cell_wifi.default.svg new file mode 100644 index 0000000000..3b462c18f4 --- /dev/null +++ b/Symbolic/Resources/material-icons/cell_wifi.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cell_wifi.outlined.svg b/Symbolic/Resources/material-icons/cell_wifi.outlined.svg new file mode 100644 index 0000000000..087b5d5fd9 --- /dev/null +++ b/Symbolic/Resources/material-icons/cell_wifi.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cell_wifi.round.svg b/Symbolic/Resources/material-icons/cell_wifi.round.svg new file mode 100644 index 0000000000..59facfeddc --- /dev/null +++ b/Symbolic/Resources/material-icons/cell_wifi.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cell_wifi.sharp.svg b/Symbolic/Resources/material-icons/cell_wifi.sharp.svg new file mode 100644 index 0000000000..087b5d5fd9 --- /dev/null +++ b/Symbolic/Resources/material-icons/cell_wifi.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cell_wifi.twotone.svg b/Symbolic/Resources/material-icons/cell_wifi.twotone.svg new file mode 100644 index 0000000000..087b5d5fd9 --- /dev/null +++ b/Symbolic/Resources/material-icons/cell_wifi.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/center_focus_strong.default.svg b/Symbolic/Resources/material-icons/center_focus_strong.default.svg new file mode 100644 index 0000000000..a795fbc165 --- /dev/null +++ b/Symbolic/Resources/material-icons/center_focus_strong.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/center_focus_strong.outlined.svg b/Symbolic/Resources/material-icons/center_focus_strong.outlined.svg new file mode 100644 index 0000000000..b333cc5a35 --- /dev/null +++ b/Symbolic/Resources/material-icons/center_focus_strong.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/center_focus_strong.round.svg b/Symbolic/Resources/material-icons/center_focus_strong.round.svg new file mode 100644 index 0000000000..6173f58666 --- /dev/null +++ b/Symbolic/Resources/material-icons/center_focus_strong.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/center_focus_strong.sharp.svg b/Symbolic/Resources/material-icons/center_focus_strong.sharp.svg new file mode 100644 index 0000000000..8c3b9a6cf9 --- /dev/null +++ b/Symbolic/Resources/material-icons/center_focus_strong.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/center_focus_strong.twotone.svg b/Symbolic/Resources/material-icons/center_focus_strong.twotone.svg new file mode 100644 index 0000000000..eb554a115a --- /dev/null +++ b/Symbolic/Resources/material-icons/center_focus_strong.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/center_focus_weak.default.svg b/Symbolic/Resources/material-icons/center_focus_weak.default.svg new file mode 100644 index 0000000000..384b776dbb --- /dev/null +++ b/Symbolic/Resources/material-icons/center_focus_weak.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/center_focus_weak.outlined.svg b/Symbolic/Resources/material-icons/center_focus_weak.outlined.svg new file mode 100644 index 0000000000..bab5f4a85c --- /dev/null +++ b/Symbolic/Resources/material-icons/center_focus_weak.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/center_focus_weak.round.svg b/Symbolic/Resources/material-icons/center_focus_weak.round.svg new file mode 100644 index 0000000000..aa229134d2 --- /dev/null +++ b/Symbolic/Resources/material-icons/center_focus_weak.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/center_focus_weak.sharp.svg b/Symbolic/Resources/material-icons/center_focus_weak.sharp.svg new file mode 100644 index 0000000000..52ce9e9498 --- /dev/null +++ b/Symbolic/Resources/material-icons/center_focus_weak.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/center_focus_weak.twotone.svg b/Symbolic/Resources/material-icons/center_focus_weak.twotone.svg new file mode 100644 index 0000000000..06877a9fe8 --- /dev/null +++ b/Symbolic/Resources/material-icons/center_focus_weak.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chair.default.svg b/Symbolic/Resources/material-icons/chair.default.svg new file mode 100644 index 0000000000..2374668c28 --- /dev/null +++ b/Symbolic/Resources/material-icons/chair.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chair.outlined.svg b/Symbolic/Resources/material-icons/chair.outlined.svg new file mode 100644 index 0000000000..787601feab --- /dev/null +++ b/Symbolic/Resources/material-icons/chair.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chair.round.svg b/Symbolic/Resources/material-icons/chair.round.svg new file mode 100644 index 0000000000..6142766fe1 --- /dev/null +++ b/Symbolic/Resources/material-icons/chair.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chair.sharp.svg b/Symbolic/Resources/material-icons/chair.sharp.svg new file mode 100644 index 0000000000..055b6cde99 --- /dev/null +++ b/Symbolic/Resources/material-icons/chair.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chair.twotone.svg b/Symbolic/Resources/material-icons/chair.twotone.svg new file mode 100644 index 0000000000..ce0d17617c --- /dev/null +++ b/Symbolic/Resources/material-icons/chair.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chair_alt.default.svg b/Symbolic/Resources/material-icons/chair_alt.default.svg new file mode 100644 index 0000000000..e2f3b551c8 --- /dev/null +++ b/Symbolic/Resources/material-icons/chair_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chair_alt.outlined.svg b/Symbolic/Resources/material-icons/chair_alt.outlined.svg new file mode 100644 index 0000000000..e2f3b551c8 --- /dev/null +++ b/Symbolic/Resources/material-icons/chair_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chair_alt.round.svg b/Symbolic/Resources/material-icons/chair_alt.round.svg new file mode 100644 index 0000000000..47a28b1173 --- /dev/null +++ b/Symbolic/Resources/material-icons/chair_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chair_alt.sharp.svg b/Symbolic/Resources/material-icons/chair_alt.sharp.svg new file mode 100644 index 0000000000..ec1f53b4c6 --- /dev/null +++ b/Symbolic/Resources/material-icons/chair_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chair_alt.twotone.svg b/Symbolic/Resources/material-icons/chair_alt.twotone.svg new file mode 100644 index 0000000000..9023538c55 --- /dev/null +++ b/Symbolic/Resources/material-icons/chair_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chalet.default.svg b/Symbolic/Resources/material-icons/chalet.default.svg new file mode 100644 index 0000000000..2926d5cdd7 --- /dev/null +++ b/Symbolic/Resources/material-icons/chalet.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chalet.outlined.svg b/Symbolic/Resources/material-icons/chalet.outlined.svg new file mode 100644 index 0000000000..e38f0d794e --- /dev/null +++ b/Symbolic/Resources/material-icons/chalet.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chalet.round.svg b/Symbolic/Resources/material-icons/chalet.round.svg new file mode 100644 index 0000000000..cf39bcfcb6 --- /dev/null +++ b/Symbolic/Resources/material-icons/chalet.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chalet.sharp.svg b/Symbolic/Resources/material-icons/chalet.sharp.svg new file mode 100644 index 0000000000..2926d5cdd7 --- /dev/null +++ b/Symbolic/Resources/material-icons/chalet.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chalet.twotone.svg b/Symbolic/Resources/material-icons/chalet.twotone.svg new file mode 100644 index 0000000000..c7fe6482ec --- /dev/null +++ b/Symbolic/Resources/material-icons/chalet.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/change_circle.default.svg b/Symbolic/Resources/material-icons/change_circle.default.svg new file mode 100644 index 0000000000..e24b9bf32e --- /dev/null +++ b/Symbolic/Resources/material-icons/change_circle.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/change_circle.outlined.svg b/Symbolic/Resources/material-icons/change_circle.outlined.svg new file mode 100644 index 0000000000..1f059e7096 --- /dev/null +++ b/Symbolic/Resources/material-icons/change_circle.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/change_circle.round.svg b/Symbolic/Resources/material-icons/change_circle.round.svg new file mode 100644 index 0000000000..960d8049a7 --- /dev/null +++ b/Symbolic/Resources/material-icons/change_circle.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/change_circle.sharp.svg b/Symbolic/Resources/material-icons/change_circle.sharp.svg new file mode 100644 index 0000000000..e24b9bf32e --- /dev/null +++ b/Symbolic/Resources/material-icons/change_circle.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/change_circle.twotone.svg b/Symbolic/Resources/material-icons/change_circle.twotone.svg new file mode 100644 index 0000000000..4e31a044e1 --- /dev/null +++ b/Symbolic/Resources/material-icons/change_circle.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/change_history.default.svg b/Symbolic/Resources/material-icons/change_history.default.svg new file mode 100644 index 0000000000..efc6a72b6f --- /dev/null +++ b/Symbolic/Resources/material-icons/change_history.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/change_history.outlined.svg b/Symbolic/Resources/material-icons/change_history.outlined.svg new file mode 100644 index 0000000000..efc6a72b6f --- /dev/null +++ b/Symbolic/Resources/material-icons/change_history.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/change_history.round.svg b/Symbolic/Resources/material-icons/change_history.round.svg new file mode 100644 index 0000000000..1f130dad3a --- /dev/null +++ b/Symbolic/Resources/material-icons/change_history.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/change_history.sharp.svg b/Symbolic/Resources/material-icons/change_history.sharp.svg new file mode 100644 index 0000000000..efc6a72b6f --- /dev/null +++ b/Symbolic/Resources/material-icons/change_history.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/change_history.twotone.svg b/Symbolic/Resources/material-icons/change_history.twotone.svg new file mode 100644 index 0000000000..aa333b7bf4 --- /dev/null +++ b/Symbolic/Resources/material-icons/change_history.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/charging_station.default.svg b/Symbolic/Resources/material-icons/charging_station.default.svg new file mode 100644 index 0000000000..cd163a51ba --- /dev/null +++ b/Symbolic/Resources/material-icons/charging_station.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/charging_station.outlined.svg b/Symbolic/Resources/material-icons/charging_station.outlined.svg new file mode 100644 index 0000000000..0aac106a4a --- /dev/null +++ b/Symbolic/Resources/material-icons/charging_station.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/charging_station.round.svg b/Symbolic/Resources/material-icons/charging_station.round.svg new file mode 100644 index 0000000000..8101dff583 --- /dev/null +++ b/Symbolic/Resources/material-icons/charging_station.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/charging_station.sharp.svg b/Symbolic/Resources/material-icons/charging_station.sharp.svg new file mode 100644 index 0000000000..ba3352510c --- /dev/null +++ b/Symbolic/Resources/material-icons/charging_station.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/charging_station.twotone.svg b/Symbolic/Resources/material-icons/charging_station.twotone.svg new file mode 100644 index 0000000000..507e4ae70a --- /dev/null +++ b/Symbolic/Resources/material-icons/charging_station.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chat.default.svg b/Symbolic/Resources/material-icons/chat.default.svg new file mode 100644 index 0000000000..4ce311b89f --- /dev/null +++ b/Symbolic/Resources/material-icons/chat.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chat.outlined.svg b/Symbolic/Resources/material-icons/chat.outlined.svg new file mode 100644 index 0000000000..476b57f6b1 --- /dev/null +++ b/Symbolic/Resources/material-icons/chat.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chat.round.svg b/Symbolic/Resources/material-icons/chat.round.svg new file mode 100644 index 0000000000..925e5efa51 --- /dev/null +++ b/Symbolic/Resources/material-icons/chat.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chat.sharp.svg b/Symbolic/Resources/material-icons/chat.sharp.svg new file mode 100644 index 0000000000..fdf39b41b3 --- /dev/null +++ b/Symbolic/Resources/material-icons/chat.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chat.twotone.svg b/Symbolic/Resources/material-icons/chat.twotone.svg new file mode 100644 index 0000000000..f50bf9a94b --- /dev/null +++ b/Symbolic/Resources/material-icons/chat.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chat_bubble.default.svg b/Symbolic/Resources/material-icons/chat_bubble.default.svg new file mode 100644 index 0000000000..1e53e40a0b --- /dev/null +++ b/Symbolic/Resources/material-icons/chat_bubble.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chat_bubble.outlined.svg b/Symbolic/Resources/material-icons/chat_bubble.outlined.svg new file mode 100644 index 0000000000..38e224fad8 --- /dev/null +++ b/Symbolic/Resources/material-icons/chat_bubble.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chat_bubble.round.svg b/Symbolic/Resources/material-icons/chat_bubble.round.svg new file mode 100644 index 0000000000..38e224fad8 --- /dev/null +++ b/Symbolic/Resources/material-icons/chat_bubble.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chat_bubble.sharp.svg b/Symbolic/Resources/material-icons/chat_bubble.sharp.svg new file mode 100644 index 0000000000..6b8332d217 --- /dev/null +++ b/Symbolic/Resources/material-icons/chat_bubble.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chat_bubble.twotone.svg b/Symbolic/Resources/material-icons/chat_bubble.twotone.svg new file mode 100644 index 0000000000..dc6af888a7 --- /dev/null +++ b/Symbolic/Resources/material-icons/chat_bubble.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chat_bubble_outline.default.svg b/Symbolic/Resources/material-icons/chat_bubble_outline.default.svg new file mode 100644 index 0000000000..df866fc7ec --- /dev/null +++ b/Symbolic/Resources/material-icons/chat_bubble_outline.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chat_bubble_outline.outlined.svg b/Symbolic/Resources/material-icons/chat_bubble_outline.outlined.svg new file mode 100644 index 0000000000..df866fc7ec --- /dev/null +++ b/Symbolic/Resources/material-icons/chat_bubble_outline.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chat_bubble_outline.round.svg b/Symbolic/Resources/material-icons/chat_bubble_outline.round.svg new file mode 100644 index 0000000000..4f6ee9149c --- /dev/null +++ b/Symbolic/Resources/material-icons/chat_bubble_outline.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chat_bubble_outline.sharp.svg b/Symbolic/Resources/material-icons/chat_bubble_outline.sharp.svg new file mode 100644 index 0000000000..5da001b2aa --- /dev/null +++ b/Symbolic/Resources/material-icons/chat_bubble_outline.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chat_bubble_outline.twotone.svg b/Symbolic/Resources/material-icons/chat_bubble_outline.twotone.svg new file mode 100644 index 0000000000..df866fc7ec --- /dev/null +++ b/Symbolic/Resources/material-icons/chat_bubble_outline.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/check.default.svg b/Symbolic/Resources/material-icons/check.default.svg new file mode 100644 index 0000000000..522695ef3d --- /dev/null +++ b/Symbolic/Resources/material-icons/check.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/check.outlined.svg b/Symbolic/Resources/material-icons/check.outlined.svg new file mode 100644 index 0000000000..c5c42b66a3 --- /dev/null +++ b/Symbolic/Resources/material-icons/check.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/check.round.svg b/Symbolic/Resources/material-icons/check.round.svg new file mode 100644 index 0000000000..2e61007b65 --- /dev/null +++ b/Symbolic/Resources/material-icons/check.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/check.sharp.svg b/Symbolic/Resources/material-icons/check.sharp.svg new file mode 100644 index 0000000000..c5c42b66a3 --- /dev/null +++ b/Symbolic/Resources/material-icons/check.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/check.twotone.svg b/Symbolic/Resources/material-icons/check.twotone.svg new file mode 100644 index 0000000000..c5c42b66a3 --- /dev/null +++ b/Symbolic/Resources/material-icons/check.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/check_box.default.svg b/Symbolic/Resources/material-icons/check_box.default.svg new file mode 100644 index 0000000000..3fb385f48f --- /dev/null +++ b/Symbolic/Resources/material-icons/check_box.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/check_box.outlined.svg b/Symbolic/Resources/material-icons/check_box.outlined.svg new file mode 100644 index 0000000000..3dbb85fd69 --- /dev/null +++ b/Symbolic/Resources/material-icons/check_box.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/check_box.round.svg b/Symbolic/Resources/material-icons/check_box.round.svg new file mode 100644 index 0000000000..a194e6f4ef --- /dev/null +++ b/Symbolic/Resources/material-icons/check_box.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/check_box.sharp.svg b/Symbolic/Resources/material-icons/check_box.sharp.svg new file mode 100644 index 0000000000..3a613755e6 --- /dev/null +++ b/Symbolic/Resources/material-icons/check_box.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/check_box.twotone.svg b/Symbolic/Resources/material-icons/check_box.twotone.svg new file mode 100644 index 0000000000..3c894b93f7 --- /dev/null +++ b/Symbolic/Resources/material-icons/check_box.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/check_box_outline_blank.default.svg b/Symbolic/Resources/material-icons/check_box_outline_blank.default.svg new file mode 100644 index 0000000000..60c321cd32 --- /dev/null +++ b/Symbolic/Resources/material-icons/check_box_outline_blank.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/check_box_outline_blank.outlined.svg b/Symbolic/Resources/material-icons/check_box_outline_blank.outlined.svg new file mode 100644 index 0000000000..21f80e99a5 --- /dev/null +++ b/Symbolic/Resources/material-icons/check_box_outline_blank.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/check_box_outline_blank.round.svg b/Symbolic/Resources/material-icons/check_box_outline_blank.round.svg new file mode 100644 index 0000000000..4122608191 --- /dev/null +++ b/Symbolic/Resources/material-icons/check_box_outline_blank.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/check_box_outline_blank.sharp.svg b/Symbolic/Resources/material-icons/check_box_outline_blank.sharp.svg new file mode 100644 index 0000000000..bee0ee9965 --- /dev/null +++ b/Symbolic/Resources/material-icons/check_box_outline_blank.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/check_box_outline_blank.twotone.svg b/Symbolic/Resources/material-icons/check_box_outline_blank.twotone.svg new file mode 100644 index 0000000000..21f80e99a5 --- /dev/null +++ b/Symbolic/Resources/material-icons/check_box_outline_blank.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/check_circle.default.svg b/Symbolic/Resources/material-icons/check_circle.default.svg new file mode 100644 index 0000000000..dd08bead74 --- /dev/null +++ b/Symbolic/Resources/material-icons/check_circle.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/check_circle.outlined.svg b/Symbolic/Resources/material-icons/check_circle.outlined.svg new file mode 100644 index 0000000000..fd3b6a2390 --- /dev/null +++ b/Symbolic/Resources/material-icons/check_circle.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/check_circle.round.svg b/Symbolic/Resources/material-icons/check_circle.round.svg new file mode 100644 index 0000000000..5ac08839c3 --- /dev/null +++ b/Symbolic/Resources/material-icons/check_circle.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/check_circle.sharp.svg b/Symbolic/Resources/material-icons/check_circle.sharp.svg new file mode 100644 index 0000000000..4edc0a5056 --- /dev/null +++ b/Symbolic/Resources/material-icons/check_circle.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/check_circle.twotone.svg b/Symbolic/Resources/material-icons/check_circle.twotone.svg new file mode 100644 index 0000000000..77445814d1 --- /dev/null +++ b/Symbolic/Resources/material-icons/check_circle.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/check_circle_outline.default.svg b/Symbolic/Resources/material-icons/check_circle_outline.default.svg new file mode 100644 index 0000000000..c3e3f7b630 --- /dev/null +++ b/Symbolic/Resources/material-icons/check_circle_outline.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/check_circle_outline.outlined.svg b/Symbolic/Resources/material-icons/check_circle_outline.outlined.svg new file mode 100644 index 0000000000..fd3b6a2390 --- /dev/null +++ b/Symbolic/Resources/material-icons/check_circle_outline.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/check_circle_outline.round.svg b/Symbolic/Resources/material-icons/check_circle_outline.round.svg new file mode 100644 index 0000000000..fcf68059db --- /dev/null +++ b/Symbolic/Resources/material-icons/check_circle_outline.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/check_circle_outline.sharp.svg b/Symbolic/Resources/material-icons/check_circle_outline.sharp.svg new file mode 100644 index 0000000000..fd3b6a2390 --- /dev/null +++ b/Symbolic/Resources/material-icons/check_circle_outline.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/check_circle_outline.twotone.svg b/Symbolic/Resources/material-icons/check_circle_outline.twotone.svg new file mode 100644 index 0000000000..fd3b6a2390 --- /dev/null +++ b/Symbolic/Resources/material-icons/check_circle_outline.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/checklist.default.svg b/Symbolic/Resources/material-icons/checklist.default.svg new file mode 100644 index 0000000000..6138c9254b --- /dev/null +++ b/Symbolic/Resources/material-icons/checklist.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/checklist.outlined.svg b/Symbolic/Resources/material-icons/checklist.outlined.svg new file mode 100644 index 0000000000..6138c9254b --- /dev/null +++ b/Symbolic/Resources/material-icons/checklist.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/checklist.round.svg b/Symbolic/Resources/material-icons/checklist.round.svg new file mode 100644 index 0000000000..ae1ff59817 --- /dev/null +++ b/Symbolic/Resources/material-icons/checklist.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/checklist.sharp.svg b/Symbolic/Resources/material-icons/checklist.sharp.svg new file mode 100644 index 0000000000..6138c9254b --- /dev/null +++ b/Symbolic/Resources/material-icons/checklist.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/checklist.twotone.svg b/Symbolic/Resources/material-icons/checklist.twotone.svg new file mode 100644 index 0000000000..6138c9254b --- /dev/null +++ b/Symbolic/Resources/material-icons/checklist.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/checklist_rtl.default.svg b/Symbolic/Resources/material-icons/checklist_rtl.default.svg new file mode 100644 index 0000000000..d9bbe80ba0 --- /dev/null +++ b/Symbolic/Resources/material-icons/checklist_rtl.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/checklist_rtl.outlined.svg b/Symbolic/Resources/material-icons/checklist_rtl.outlined.svg new file mode 100644 index 0000000000..d9bbe80ba0 --- /dev/null +++ b/Symbolic/Resources/material-icons/checklist_rtl.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/checklist_rtl.round.svg b/Symbolic/Resources/material-icons/checklist_rtl.round.svg new file mode 100644 index 0000000000..fcaff843e3 --- /dev/null +++ b/Symbolic/Resources/material-icons/checklist_rtl.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/checklist_rtl.sharp.svg b/Symbolic/Resources/material-icons/checklist_rtl.sharp.svg new file mode 100644 index 0000000000..d9bbe80ba0 --- /dev/null +++ b/Symbolic/Resources/material-icons/checklist_rtl.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/checklist_rtl.twotone.svg b/Symbolic/Resources/material-icons/checklist_rtl.twotone.svg new file mode 100644 index 0000000000..d9bbe80ba0 --- /dev/null +++ b/Symbolic/Resources/material-icons/checklist_rtl.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/checkroom.default.svg b/Symbolic/Resources/material-icons/checkroom.default.svg new file mode 100644 index 0000000000..1859263ae9 --- /dev/null +++ b/Symbolic/Resources/material-icons/checkroom.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/checkroom.outlined.svg b/Symbolic/Resources/material-icons/checkroom.outlined.svg new file mode 100644 index 0000000000..1859263ae9 --- /dev/null +++ b/Symbolic/Resources/material-icons/checkroom.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/checkroom.round.svg b/Symbolic/Resources/material-icons/checkroom.round.svg new file mode 100644 index 0000000000..51f529e6e6 --- /dev/null +++ b/Symbolic/Resources/material-icons/checkroom.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/checkroom.sharp.svg b/Symbolic/Resources/material-icons/checkroom.sharp.svg new file mode 100644 index 0000000000..02bf431585 --- /dev/null +++ b/Symbolic/Resources/material-icons/checkroom.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/checkroom.twotone.svg b/Symbolic/Resources/material-icons/checkroom.twotone.svg new file mode 100644 index 0000000000..1859263ae9 --- /dev/null +++ b/Symbolic/Resources/material-icons/checkroom.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chevron_left.default.svg b/Symbolic/Resources/material-icons/chevron_left.default.svg new file mode 100644 index 0000000000..2dc390cd64 --- /dev/null +++ b/Symbolic/Resources/material-icons/chevron_left.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chevron_left.outlined.svg b/Symbolic/Resources/material-icons/chevron_left.outlined.svg new file mode 100644 index 0000000000..af1d0dac54 --- /dev/null +++ b/Symbolic/Resources/material-icons/chevron_left.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chevron_left.round.svg b/Symbolic/Resources/material-icons/chevron_left.round.svg new file mode 100644 index 0000000000..1c9037586c --- /dev/null +++ b/Symbolic/Resources/material-icons/chevron_left.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chevron_left.sharp.svg b/Symbolic/Resources/material-icons/chevron_left.sharp.svg new file mode 100644 index 0000000000..af1d0dac54 --- /dev/null +++ b/Symbolic/Resources/material-icons/chevron_left.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chevron_left.twotone.svg b/Symbolic/Resources/material-icons/chevron_left.twotone.svg new file mode 100644 index 0000000000..af1d0dac54 --- /dev/null +++ b/Symbolic/Resources/material-icons/chevron_left.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chevron_right.default.svg b/Symbolic/Resources/material-icons/chevron_right.default.svg new file mode 100644 index 0000000000..aef49e2ba9 --- /dev/null +++ b/Symbolic/Resources/material-icons/chevron_right.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chevron_right.outlined.svg b/Symbolic/Resources/material-icons/chevron_right.outlined.svg new file mode 100644 index 0000000000..342fd0f2c1 --- /dev/null +++ b/Symbolic/Resources/material-icons/chevron_right.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chevron_right.round.svg b/Symbolic/Resources/material-icons/chevron_right.round.svg new file mode 100644 index 0000000000..856840c5cb --- /dev/null +++ b/Symbolic/Resources/material-icons/chevron_right.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chevron_right.sharp.svg b/Symbolic/Resources/material-icons/chevron_right.sharp.svg new file mode 100644 index 0000000000..342fd0f2c1 --- /dev/null +++ b/Symbolic/Resources/material-icons/chevron_right.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chevron_right.twotone.svg b/Symbolic/Resources/material-icons/chevron_right.twotone.svg new file mode 100644 index 0000000000..342fd0f2c1 --- /dev/null +++ b/Symbolic/Resources/material-icons/chevron_right.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/child_care.default.svg b/Symbolic/Resources/material-icons/child_care.default.svg new file mode 100644 index 0000000000..7cc5c70aba --- /dev/null +++ b/Symbolic/Resources/material-icons/child_care.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/child_care.outlined.svg b/Symbolic/Resources/material-icons/child_care.outlined.svg new file mode 100644 index 0000000000..5e5eee9039 --- /dev/null +++ b/Symbolic/Resources/material-icons/child_care.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/child_care.round.svg b/Symbolic/Resources/material-icons/child_care.round.svg new file mode 100644 index 0000000000..040f6c124f --- /dev/null +++ b/Symbolic/Resources/material-icons/child_care.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/child_care.sharp.svg b/Symbolic/Resources/material-icons/child_care.sharp.svg new file mode 100644 index 0000000000..59169a1343 --- /dev/null +++ b/Symbolic/Resources/material-icons/child_care.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/child_care.twotone.svg b/Symbolic/Resources/material-icons/child_care.twotone.svg new file mode 100644 index 0000000000..fb31650460 --- /dev/null +++ b/Symbolic/Resources/material-icons/child_care.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/child_friendly.default.svg b/Symbolic/Resources/material-icons/child_friendly.default.svg new file mode 100644 index 0000000000..244cea46bc --- /dev/null +++ b/Symbolic/Resources/material-icons/child_friendly.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/child_friendly.outlined.svg b/Symbolic/Resources/material-icons/child_friendly.outlined.svg new file mode 100644 index 0000000000..0b5da65245 --- /dev/null +++ b/Symbolic/Resources/material-icons/child_friendly.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/child_friendly.round.svg b/Symbolic/Resources/material-icons/child_friendly.round.svg new file mode 100644 index 0000000000..a51131a19d --- /dev/null +++ b/Symbolic/Resources/material-icons/child_friendly.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/child_friendly.sharp.svg b/Symbolic/Resources/material-icons/child_friendly.sharp.svg new file mode 100644 index 0000000000..e37c66b729 --- /dev/null +++ b/Symbolic/Resources/material-icons/child_friendly.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/child_friendly.twotone.svg b/Symbolic/Resources/material-icons/child_friendly.twotone.svg new file mode 100644 index 0000000000..f2e891ead8 --- /dev/null +++ b/Symbolic/Resources/material-icons/child_friendly.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chrome_reader_mode.default.svg b/Symbolic/Resources/material-icons/chrome_reader_mode.default.svg new file mode 100644 index 0000000000..261fe19166 --- /dev/null +++ b/Symbolic/Resources/material-icons/chrome_reader_mode.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chrome_reader_mode.outlined.svg b/Symbolic/Resources/material-icons/chrome_reader_mode.outlined.svg new file mode 100644 index 0000000000..97ace9fe42 --- /dev/null +++ b/Symbolic/Resources/material-icons/chrome_reader_mode.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chrome_reader_mode.round.svg b/Symbolic/Resources/material-icons/chrome_reader_mode.round.svg new file mode 100644 index 0000000000..4f689ea058 --- /dev/null +++ b/Symbolic/Resources/material-icons/chrome_reader_mode.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chrome_reader_mode.sharp.svg b/Symbolic/Resources/material-icons/chrome_reader_mode.sharp.svg new file mode 100644 index 0000000000..ab78a21d9b --- /dev/null +++ b/Symbolic/Resources/material-icons/chrome_reader_mode.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/chrome_reader_mode.twotone.svg b/Symbolic/Resources/material-icons/chrome_reader_mode.twotone.svg new file mode 100644 index 0000000000..96208cf443 --- /dev/null +++ b/Symbolic/Resources/material-icons/chrome_reader_mode.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/church.default.svg b/Symbolic/Resources/material-icons/church.default.svg new file mode 100644 index 0000000000..afe0198978 --- /dev/null +++ b/Symbolic/Resources/material-icons/church.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/church.outlined.svg b/Symbolic/Resources/material-icons/church.outlined.svg new file mode 100644 index 0000000000..0d31893800 --- /dev/null +++ b/Symbolic/Resources/material-icons/church.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/church.round.svg b/Symbolic/Resources/material-icons/church.round.svg new file mode 100644 index 0000000000..34ee726035 --- /dev/null +++ b/Symbolic/Resources/material-icons/church.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/church.sharp.svg b/Symbolic/Resources/material-icons/church.sharp.svg new file mode 100644 index 0000000000..1cf8d620ea --- /dev/null +++ b/Symbolic/Resources/material-icons/church.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/church.twotone.svg b/Symbolic/Resources/material-icons/church.twotone.svg new file mode 100644 index 0000000000..0674d7f240 --- /dev/null +++ b/Symbolic/Resources/material-icons/church.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/circle.default.svg b/Symbolic/Resources/material-icons/circle.default.svg new file mode 100644 index 0000000000..6e7d916a38 --- /dev/null +++ b/Symbolic/Resources/material-icons/circle.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/circle.outlined.svg b/Symbolic/Resources/material-icons/circle.outlined.svg new file mode 100644 index 0000000000..353663dd2d --- /dev/null +++ b/Symbolic/Resources/material-icons/circle.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/circle.round.svg b/Symbolic/Resources/material-icons/circle.round.svg new file mode 100644 index 0000000000..6e6edea5fa --- /dev/null +++ b/Symbolic/Resources/material-icons/circle.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/circle.sharp.svg b/Symbolic/Resources/material-icons/circle.sharp.svg new file mode 100644 index 0000000000..6e6edea5fa --- /dev/null +++ b/Symbolic/Resources/material-icons/circle.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/circle.twotone.svg b/Symbolic/Resources/material-icons/circle.twotone.svg new file mode 100644 index 0000000000..df2f415aae --- /dev/null +++ b/Symbolic/Resources/material-icons/circle.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/circle_notifications.default.svg b/Symbolic/Resources/material-icons/circle_notifications.default.svg new file mode 100644 index 0000000000..32a52f02cf --- /dev/null +++ b/Symbolic/Resources/material-icons/circle_notifications.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/circle_notifications.outlined.svg b/Symbolic/Resources/material-icons/circle_notifications.outlined.svg new file mode 100644 index 0000000000..71f6447a33 --- /dev/null +++ b/Symbolic/Resources/material-icons/circle_notifications.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/circle_notifications.round.svg b/Symbolic/Resources/material-icons/circle_notifications.round.svg new file mode 100644 index 0000000000..36f9deebf1 --- /dev/null +++ b/Symbolic/Resources/material-icons/circle_notifications.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/circle_notifications.sharp.svg b/Symbolic/Resources/material-icons/circle_notifications.sharp.svg new file mode 100644 index 0000000000..b37db7a2bd --- /dev/null +++ b/Symbolic/Resources/material-icons/circle_notifications.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/circle_notifications.twotone.svg b/Symbolic/Resources/material-icons/circle_notifications.twotone.svg new file mode 100644 index 0000000000..46e52f3fca --- /dev/null +++ b/Symbolic/Resources/material-icons/circle_notifications.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/class.default.svg b/Symbolic/Resources/material-icons/class.default.svg new file mode 100644 index 0000000000..0cbaa44ae2 --- /dev/null +++ b/Symbolic/Resources/material-icons/class.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/class.outlined.svg b/Symbolic/Resources/material-icons/class.outlined.svg new file mode 100644 index 0000000000..9c68151549 --- /dev/null +++ b/Symbolic/Resources/material-icons/class.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/class.round.svg b/Symbolic/Resources/material-icons/class.round.svg new file mode 100644 index 0000000000..d2bf2cb38a --- /dev/null +++ b/Symbolic/Resources/material-icons/class.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/class.sharp.svg b/Symbolic/Resources/material-icons/class.sharp.svg new file mode 100644 index 0000000000..8a9fda121f --- /dev/null +++ b/Symbolic/Resources/material-icons/class.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/class.twotone.svg b/Symbolic/Resources/material-icons/class.twotone.svg new file mode 100644 index 0000000000..da1410e215 --- /dev/null +++ b/Symbolic/Resources/material-icons/class.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/clean_hands.default.svg b/Symbolic/Resources/material-icons/clean_hands.default.svg new file mode 100644 index 0000000000..2fe827196e --- /dev/null +++ b/Symbolic/Resources/material-icons/clean_hands.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/clean_hands.outlined.svg b/Symbolic/Resources/material-icons/clean_hands.outlined.svg new file mode 100644 index 0000000000..7b5110a4e1 --- /dev/null +++ b/Symbolic/Resources/material-icons/clean_hands.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/clean_hands.round.svg b/Symbolic/Resources/material-icons/clean_hands.round.svg new file mode 100644 index 0000000000..2d2d9219cc --- /dev/null +++ b/Symbolic/Resources/material-icons/clean_hands.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/clean_hands.sharp.svg b/Symbolic/Resources/material-icons/clean_hands.sharp.svg new file mode 100644 index 0000000000..54ddf976c4 --- /dev/null +++ b/Symbolic/Resources/material-icons/clean_hands.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/clean_hands.twotone.svg b/Symbolic/Resources/material-icons/clean_hands.twotone.svg new file mode 100644 index 0000000000..60fcd4222b --- /dev/null +++ b/Symbolic/Resources/material-icons/clean_hands.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cleaning_services.default.svg b/Symbolic/Resources/material-icons/cleaning_services.default.svg new file mode 100644 index 0000000000..a4ee0b03d7 --- /dev/null +++ b/Symbolic/Resources/material-icons/cleaning_services.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cleaning_services.outlined.svg b/Symbolic/Resources/material-icons/cleaning_services.outlined.svg new file mode 100644 index 0000000000..4036103eab --- /dev/null +++ b/Symbolic/Resources/material-icons/cleaning_services.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cleaning_services.round.svg b/Symbolic/Resources/material-icons/cleaning_services.round.svg new file mode 100644 index 0000000000..40cccb3e51 --- /dev/null +++ b/Symbolic/Resources/material-icons/cleaning_services.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cleaning_services.sharp.svg b/Symbolic/Resources/material-icons/cleaning_services.sharp.svg new file mode 100644 index 0000000000..c6f9de3315 --- /dev/null +++ b/Symbolic/Resources/material-icons/cleaning_services.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cleaning_services.twotone.svg b/Symbolic/Resources/material-icons/cleaning_services.twotone.svg new file mode 100644 index 0000000000..6b7e5e5748 --- /dev/null +++ b/Symbolic/Resources/material-icons/cleaning_services.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/clear.default.svg b/Symbolic/Resources/material-icons/clear.default.svg new file mode 100644 index 0000000000..e96a4e7c16 --- /dev/null +++ b/Symbolic/Resources/material-icons/clear.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/clear.outlined.svg b/Symbolic/Resources/material-icons/clear.outlined.svg new file mode 100644 index 0000000000..081494612a --- /dev/null +++ b/Symbolic/Resources/material-icons/clear.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/clear.round.svg b/Symbolic/Resources/material-icons/clear.round.svg new file mode 100644 index 0000000000..9564726c54 --- /dev/null +++ b/Symbolic/Resources/material-icons/clear.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/clear.sharp.svg b/Symbolic/Resources/material-icons/clear.sharp.svg new file mode 100644 index 0000000000..081494612a --- /dev/null +++ b/Symbolic/Resources/material-icons/clear.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/clear.twotone.svg b/Symbolic/Resources/material-icons/clear.twotone.svg new file mode 100644 index 0000000000..081494612a --- /dev/null +++ b/Symbolic/Resources/material-icons/clear.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/clear_all.default.svg b/Symbolic/Resources/material-icons/clear_all.default.svg new file mode 100644 index 0000000000..bee1256c3b --- /dev/null +++ b/Symbolic/Resources/material-icons/clear_all.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/clear_all.outlined.svg b/Symbolic/Resources/material-icons/clear_all.outlined.svg new file mode 100644 index 0000000000..06b5b9d4d8 --- /dev/null +++ b/Symbolic/Resources/material-icons/clear_all.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/clear_all.round.svg b/Symbolic/Resources/material-icons/clear_all.round.svg new file mode 100644 index 0000000000..7b3353083f --- /dev/null +++ b/Symbolic/Resources/material-icons/clear_all.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/clear_all.sharp.svg b/Symbolic/Resources/material-icons/clear_all.sharp.svg new file mode 100644 index 0000000000..06b5b9d4d8 --- /dev/null +++ b/Symbolic/Resources/material-icons/clear_all.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/clear_all.twotone.svg b/Symbolic/Resources/material-icons/clear_all.twotone.svg new file mode 100644 index 0000000000..7a6d639c9f --- /dev/null +++ b/Symbolic/Resources/material-icons/clear_all.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/close.default.svg b/Symbolic/Resources/material-icons/close.default.svg new file mode 100644 index 0000000000..e96a4e7c16 --- /dev/null +++ b/Symbolic/Resources/material-icons/close.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/close.outlined.svg b/Symbolic/Resources/material-icons/close.outlined.svg new file mode 100644 index 0000000000..081494612a --- /dev/null +++ b/Symbolic/Resources/material-icons/close.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/close.round.svg b/Symbolic/Resources/material-icons/close.round.svg new file mode 100644 index 0000000000..9564726c54 --- /dev/null +++ b/Symbolic/Resources/material-icons/close.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/close.sharp.svg b/Symbolic/Resources/material-icons/close.sharp.svg new file mode 100644 index 0000000000..081494612a --- /dev/null +++ b/Symbolic/Resources/material-icons/close.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/close.twotone.svg b/Symbolic/Resources/material-icons/close.twotone.svg new file mode 100644 index 0000000000..081494612a --- /dev/null +++ b/Symbolic/Resources/material-icons/close.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/close_fullscreen.default.svg b/Symbolic/Resources/material-icons/close_fullscreen.default.svg new file mode 100644 index 0000000000..d9208f7317 --- /dev/null +++ b/Symbolic/Resources/material-icons/close_fullscreen.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/close_fullscreen.outlined.svg b/Symbolic/Resources/material-icons/close_fullscreen.outlined.svg new file mode 100644 index 0000000000..d9208f7317 --- /dev/null +++ b/Symbolic/Resources/material-icons/close_fullscreen.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/close_fullscreen.round.svg b/Symbolic/Resources/material-icons/close_fullscreen.round.svg new file mode 100644 index 0000000000..d050d93d36 --- /dev/null +++ b/Symbolic/Resources/material-icons/close_fullscreen.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/close_fullscreen.sharp.svg b/Symbolic/Resources/material-icons/close_fullscreen.sharp.svg new file mode 100644 index 0000000000..d9208f7317 --- /dev/null +++ b/Symbolic/Resources/material-icons/close_fullscreen.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/close_fullscreen.twotone.svg b/Symbolic/Resources/material-icons/close_fullscreen.twotone.svg new file mode 100644 index 0000000000..d9208f7317 --- /dev/null +++ b/Symbolic/Resources/material-icons/close_fullscreen.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/closed_caption.default.svg b/Symbolic/Resources/material-icons/closed_caption.default.svg new file mode 100644 index 0000000000..b36f6a6d15 --- /dev/null +++ b/Symbolic/Resources/material-icons/closed_caption.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/closed_caption.outlined.svg b/Symbolic/Resources/material-icons/closed_caption.outlined.svg new file mode 100644 index 0000000000..b8ae47a718 --- /dev/null +++ b/Symbolic/Resources/material-icons/closed_caption.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/closed_caption.round.svg b/Symbolic/Resources/material-icons/closed_caption.round.svg new file mode 100644 index 0000000000..e5822c8813 --- /dev/null +++ b/Symbolic/Resources/material-icons/closed_caption.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/closed_caption.sharp.svg b/Symbolic/Resources/material-icons/closed_caption.sharp.svg new file mode 100644 index 0000000000..7550aa47e7 --- /dev/null +++ b/Symbolic/Resources/material-icons/closed_caption.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/closed_caption.twotone.svg b/Symbolic/Resources/material-icons/closed_caption.twotone.svg new file mode 100644 index 0000000000..3ca7f19876 --- /dev/null +++ b/Symbolic/Resources/material-icons/closed_caption.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/closed_caption_disabled.default.svg b/Symbolic/Resources/material-icons/closed_caption_disabled.default.svg new file mode 100644 index 0000000000..3843c761e6 --- /dev/null +++ b/Symbolic/Resources/material-icons/closed_caption_disabled.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/closed_caption_disabled.outlined.svg b/Symbolic/Resources/material-icons/closed_caption_disabled.outlined.svg new file mode 100644 index 0000000000..95f26614a1 --- /dev/null +++ b/Symbolic/Resources/material-icons/closed_caption_disabled.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/closed_caption_disabled.round.svg b/Symbolic/Resources/material-icons/closed_caption_disabled.round.svg new file mode 100644 index 0000000000..dbc04e0730 --- /dev/null +++ b/Symbolic/Resources/material-icons/closed_caption_disabled.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/closed_caption_disabled.sharp.svg b/Symbolic/Resources/material-icons/closed_caption_disabled.sharp.svg new file mode 100644 index 0000000000..794b8d12ec --- /dev/null +++ b/Symbolic/Resources/material-icons/closed_caption_disabled.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/closed_caption_disabled.twotone.svg b/Symbolic/Resources/material-icons/closed_caption_disabled.twotone.svg new file mode 100644 index 0000000000..384ccb80c1 --- /dev/null +++ b/Symbolic/Resources/material-icons/closed_caption_disabled.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/closed_caption_off.default.svg b/Symbolic/Resources/material-icons/closed_caption_off.default.svg new file mode 100644 index 0000000000..caae432f6e --- /dev/null +++ b/Symbolic/Resources/material-icons/closed_caption_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/closed_caption_off.outlined.svg b/Symbolic/Resources/material-icons/closed_caption_off.outlined.svg new file mode 100644 index 0000000000..cef2e383d2 --- /dev/null +++ b/Symbolic/Resources/material-icons/closed_caption_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/closed_caption_off.round.svg b/Symbolic/Resources/material-icons/closed_caption_off.round.svg new file mode 100644 index 0000000000..a73239b700 --- /dev/null +++ b/Symbolic/Resources/material-icons/closed_caption_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/closed_caption_off.sharp.svg b/Symbolic/Resources/material-icons/closed_caption_off.sharp.svg new file mode 100644 index 0000000000..67dc660b73 --- /dev/null +++ b/Symbolic/Resources/material-icons/closed_caption_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/closed_caption_off.twotone.svg b/Symbolic/Resources/material-icons/closed_caption_off.twotone.svg new file mode 100644 index 0000000000..8e0bad5554 --- /dev/null +++ b/Symbolic/Resources/material-icons/closed_caption_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud.default.svg b/Symbolic/Resources/material-icons/cloud.default.svg new file mode 100644 index 0000000000..633692c8bc --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud.outlined.svg b/Symbolic/Resources/material-icons/cloud.outlined.svg new file mode 100644 index 0000000000..29eda5e1ba --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud.round.svg b/Symbolic/Resources/material-icons/cloud.round.svg new file mode 100644 index 0000000000..38f8303216 --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud.sharp.svg b/Symbolic/Resources/material-icons/cloud.sharp.svg new file mode 100644 index 0000000000..38f8303216 --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud.twotone.svg b/Symbolic/Resources/material-icons/cloud.twotone.svg new file mode 100644 index 0000000000..ac9df83003 --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud_circle.default.svg b/Symbolic/Resources/material-icons/cloud_circle.default.svg new file mode 100644 index 0000000000..fc67ef1b61 --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud_circle.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud_circle.outlined.svg b/Symbolic/Resources/material-icons/cloud_circle.outlined.svg new file mode 100644 index 0000000000..f44082d17d --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud_circle.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud_circle.round.svg b/Symbolic/Resources/material-icons/cloud_circle.round.svg new file mode 100644 index 0000000000..c1de8d98aa --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud_circle.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud_circle.sharp.svg b/Symbolic/Resources/material-icons/cloud_circle.sharp.svg new file mode 100644 index 0000000000..c1de8d98aa --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud_circle.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud_circle.twotone.svg b/Symbolic/Resources/material-icons/cloud_circle.twotone.svg new file mode 100644 index 0000000000..19e712a728 --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud_circle.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud_done.default.svg b/Symbolic/Resources/material-icons/cloud_done.default.svg new file mode 100644 index 0000000000..7ee67516ac --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud_done.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud_done.outlined.svg b/Symbolic/Resources/material-icons/cloud_done.outlined.svg new file mode 100644 index 0000000000..7ecafe3b6b --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud_done.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud_done.round.svg b/Symbolic/Resources/material-icons/cloud_done.round.svg new file mode 100644 index 0000000000..bcca1f8c77 --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud_done.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud_done.sharp.svg b/Symbolic/Resources/material-icons/cloud_done.sharp.svg new file mode 100644 index 0000000000..ecfb0d4e26 --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud_done.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud_done.twotone.svg b/Symbolic/Resources/material-icons/cloud_done.twotone.svg new file mode 100644 index 0000000000..8059c2280c --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud_done.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud_download.default.svg b/Symbolic/Resources/material-icons/cloud_download.default.svg new file mode 100644 index 0000000000..cb2719911e --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud_download.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud_download.outlined.svg b/Symbolic/Resources/material-icons/cloud_download.outlined.svg new file mode 100644 index 0000000000..edbaece2b7 --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud_download.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud_download.round.svg b/Symbolic/Resources/material-icons/cloud_download.round.svg new file mode 100644 index 0000000000..59bc5fb0c8 --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud_download.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud_download.sharp.svg b/Symbolic/Resources/material-icons/cloud_download.sharp.svg new file mode 100644 index 0000000000..971f8362c1 --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud_download.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud_download.twotone.svg b/Symbolic/Resources/material-icons/cloud_download.twotone.svg new file mode 100644 index 0000000000..74e148521b --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud_download.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud_off.default.svg b/Symbolic/Resources/material-icons/cloud_off.default.svg new file mode 100644 index 0000000000..f1f8b5e54c --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud_off.outlined.svg b/Symbolic/Resources/material-icons/cloud_off.outlined.svg new file mode 100644 index 0000000000..23891e2246 --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud_off.round.svg b/Symbolic/Resources/material-icons/cloud_off.round.svg new file mode 100644 index 0000000000..27b3fdcba6 --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud_off.sharp.svg b/Symbolic/Resources/material-icons/cloud_off.sharp.svg new file mode 100644 index 0000000000..23891e2246 --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud_off.twotone.svg b/Symbolic/Resources/material-icons/cloud_off.twotone.svg new file mode 100644 index 0000000000..9ac387da5e --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud_queue.default.svg b/Symbolic/Resources/material-icons/cloud_queue.default.svg new file mode 100644 index 0000000000..b9a11b67b7 --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud_queue.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud_queue.outlined.svg b/Symbolic/Resources/material-icons/cloud_queue.outlined.svg new file mode 100644 index 0000000000..e456628bfc --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud_queue.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud_queue.round.svg b/Symbolic/Resources/material-icons/cloud_queue.round.svg new file mode 100644 index 0000000000..e456628bfc --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud_queue.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud_queue.sharp.svg b/Symbolic/Resources/material-icons/cloud_queue.sharp.svg new file mode 100644 index 0000000000..e456628bfc --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud_queue.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud_queue.twotone.svg b/Symbolic/Resources/material-icons/cloud_queue.twotone.svg new file mode 100644 index 0000000000..24042698b2 --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud_queue.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud_sync.default.svg b/Symbolic/Resources/material-icons/cloud_sync.default.svg new file mode 100644 index 0000000000..c30341b869 --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud_sync.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud_sync.outlined.svg b/Symbolic/Resources/material-icons/cloud_sync.outlined.svg new file mode 100644 index 0000000000..1656f1226f --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud_sync.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud_sync.round.svg b/Symbolic/Resources/material-icons/cloud_sync.round.svg new file mode 100644 index 0000000000..09dd4e7326 --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud_sync.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud_sync.sharp.svg b/Symbolic/Resources/material-icons/cloud_sync.sharp.svg new file mode 100644 index 0000000000..c30341b869 --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud_sync.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud_sync.twotone.svg b/Symbolic/Resources/material-icons/cloud_sync.twotone.svg new file mode 100644 index 0000000000..da5ec00c78 --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud_sync.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud_upload.default.svg b/Symbolic/Resources/material-icons/cloud_upload.default.svg new file mode 100644 index 0000000000..c944fc41ef --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud_upload.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud_upload.outlined.svg b/Symbolic/Resources/material-icons/cloud_upload.outlined.svg new file mode 100644 index 0000000000..6efd3e1d3b --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud_upload.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud_upload.round.svg b/Symbolic/Resources/material-icons/cloud_upload.round.svg new file mode 100644 index 0000000000..d803facae2 --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud_upload.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud_upload.sharp.svg b/Symbolic/Resources/material-icons/cloud_upload.sharp.svg new file mode 100644 index 0000000000..1ababb89af --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud_upload.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloud_upload.twotone.svg b/Symbolic/Resources/material-icons/cloud_upload.twotone.svg new file mode 100644 index 0000000000..56f8d275e5 --- /dev/null +++ b/Symbolic/Resources/material-icons/cloud_upload.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cloudy_snowing.default.svg b/Symbolic/Resources/material-icons/cloudy_snowing.default.svg new file mode 100644 index 0000000000..97e661187d --- /dev/null +++ b/Symbolic/Resources/material-icons/cloudy_snowing.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/co2.default.svg b/Symbolic/Resources/material-icons/co2.default.svg new file mode 100644 index 0000000000..62138c4e49 --- /dev/null +++ b/Symbolic/Resources/material-icons/co2.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/co2.outlined.svg b/Symbolic/Resources/material-icons/co2.outlined.svg new file mode 100644 index 0000000000..62138c4e49 --- /dev/null +++ b/Symbolic/Resources/material-icons/co2.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/co2.round.svg b/Symbolic/Resources/material-icons/co2.round.svg new file mode 100644 index 0000000000..c08bea4d1b --- /dev/null +++ b/Symbolic/Resources/material-icons/co2.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/co2.sharp.svg b/Symbolic/Resources/material-icons/co2.sharp.svg new file mode 100644 index 0000000000..e8e956df1a --- /dev/null +++ b/Symbolic/Resources/material-icons/co2.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/co2.twotone.svg b/Symbolic/Resources/material-icons/co2.twotone.svg new file mode 100644 index 0000000000..62138c4e49 --- /dev/null +++ b/Symbolic/Resources/material-icons/co2.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/co_present.default.svg b/Symbolic/Resources/material-icons/co_present.default.svg new file mode 100644 index 0000000000..5717de8f92 --- /dev/null +++ b/Symbolic/Resources/material-icons/co_present.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/co_present.outlined.svg b/Symbolic/Resources/material-icons/co_present.outlined.svg new file mode 100644 index 0000000000..178c55be3b --- /dev/null +++ b/Symbolic/Resources/material-icons/co_present.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/co_present.round.svg b/Symbolic/Resources/material-icons/co_present.round.svg new file mode 100644 index 0000000000..4c573e4ce9 --- /dev/null +++ b/Symbolic/Resources/material-icons/co_present.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/co_present.sharp.svg b/Symbolic/Resources/material-icons/co_present.sharp.svg new file mode 100644 index 0000000000..246ff5f500 --- /dev/null +++ b/Symbolic/Resources/material-icons/co_present.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/co_present.twotone.svg b/Symbolic/Resources/material-icons/co_present.twotone.svg new file mode 100644 index 0000000000..f03c1bd6aa --- /dev/null +++ b/Symbolic/Resources/material-icons/co_present.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/code.default.svg b/Symbolic/Resources/material-icons/code.default.svg new file mode 100644 index 0000000000..0d1bba10fd --- /dev/null +++ b/Symbolic/Resources/material-icons/code.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/code.outlined.svg b/Symbolic/Resources/material-icons/code.outlined.svg new file mode 100644 index 0000000000..0d1bba10fd --- /dev/null +++ b/Symbolic/Resources/material-icons/code.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/code.round.svg b/Symbolic/Resources/material-icons/code.round.svg new file mode 100644 index 0000000000..6d8130d37c --- /dev/null +++ b/Symbolic/Resources/material-icons/code.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/code.sharp.svg b/Symbolic/Resources/material-icons/code.sharp.svg new file mode 100644 index 0000000000..0d1bba10fd --- /dev/null +++ b/Symbolic/Resources/material-icons/code.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/code.twotone.svg b/Symbolic/Resources/material-icons/code.twotone.svg new file mode 100644 index 0000000000..0d1bba10fd --- /dev/null +++ b/Symbolic/Resources/material-icons/code.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/code_off.default.svg b/Symbolic/Resources/material-icons/code_off.default.svg new file mode 100644 index 0000000000..744a27b01e --- /dev/null +++ b/Symbolic/Resources/material-icons/code_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/code_off.outlined.svg b/Symbolic/Resources/material-icons/code_off.outlined.svg new file mode 100644 index 0000000000..744a27b01e --- /dev/null +++ b/Symbolic/Resources/material-icons/code_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/code_off.round.svg b/Symbolic/Resources/material-icons/code_off.round.svg new file mode 100644 index 0000000000..7a85ff92b4 --- /dev/null +++ b/Symbolic/Resources/material-icons/code_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/code_off.sharp.svg b/Symbolic/Resources/material-icons/code_off.sharp.svg new file mode 100644 index 0000000000..744a27b01e --- /dev/null +++ b/Symbolic/Resources/material-icons/code_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/code_off.twotone.svg b/Symbolic/Resources/material-icons/code_off.twotone.svg new file mode 100644 index 0000000000..744a27b01e --- /dev/null +++ b/Symbolic/Resources/material-icons/code_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/coffee.default.svg b/Symbolic/Resources/material-icons/coffee.default.svg new file mode 100644 index 0000000000..b8b7819719 --- /dev/null +++ b/Symbolic/Resources/material-icons/coffee.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/coffee.outlined.svg b/Symbolic/Resources/material-icons/coffee.outlined.svg new file mode 100644 index 0000000000..b068ae5744 --- /dev/null +++ b/Symbolic/Resources/material-icons/coffee.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/coffee.round.svg b/Symbolic/Resources/material-icons/coffee.round.svg new file mode 100644 index 0000000000..95b0427f85 --- /dev/null +++ b/Symbolic/Resources/material-icons/coffee.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/coffee.sharp.svg b/Symbolic/Resources/material-icons/coffee.sharp.svg new file mode 100644 index 0000000000..932221dbe2 --- /dev/null +++ b/Symbolic/Resources/material-icons/coffee.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/coffee.twotone.svg b/Symbolic/Resources/material-icons/coffee.twotone.svg new file mode 100644 index 0000000000..de8ada0de3 --- /dev/null +++ b/Symbolic/Resources/material-icons/coffee.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/coffee_maker.default.svg b/Symbolic/Resources/material-icons/coffee_maker.default.svg new file mode 100644 index 0000000000..c5ac2a28e1 --- /dev/null +++ b/Symbolic/Resources/material-icons/coffee_maker.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/coffee_maker.outlined.svg b/Symbolic/Resources/material-icons/coffee_maker.outlined.svg new file mode 100644 index 0000000000..eacf147e54 --- /dev/null +++ b/Symbolic/Resources/material-icons/coffee_maker.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/coffee_maker.round.svg b/Symbolic/Resources/material-icons/coffee_maker.round.svg new file mode 100644 index 0000000000..ea54379d33 --- /dev/null +++ b/Symbolic/Resources/material-icons/coffee_maker.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/coffee_maker.sharp.svg b/Symbolic/Resources/material-icons/coffee_maker.sharp.svg new file mode 100644 index 0000000000..97873cb009 --- /dev/null +++ b/Symbolic/Resources/material-icons/coffee_maker.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/coffee_maker.twotone.svg b/Symbolic/Resources/material-icons/coffee_maker.twotone.svg new file mode 100644 index 0000000000..78624fb4f6 --- /dev/null +++ b/Symbolic/Resources/material-icons/coffee_maker.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/collections.default.svg b/Symbolic/Resources/material-icons/collections.default.svg new file mode 100644 index 0000000000..f8b20debe5 --- /dev/null +++ b/Symbolic/Resources/material-icons/collections.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/collections.outlined.svg b/Symbolic/Resources/material-icons/collections.outlined.svg new file mode 100644 index 0000000000..fbb01e9312 --- /dev/null +++ b/Symbolic/Resources/material-icons/collections.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/collections.round.svg b/Symbolic/Resources/material-icons/collections.round.svg new file mode 100644 index 0000000000..c3b3badc2a --- /dev/null +++ b/Symbolic/Resources/material-icons/collections.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/collections.sharp.svg b/Symbolic/Resources/material-icons/collections.sharp.svg new file mode 100644 index 0000000000..7afe323189 --- /dev/null +++ b/Symbolic/Resources/material-icons/collections.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/collections.twotone.svg b/Symbolic/Resources/material-icons/collections.twotone.svg new file mode 100644 index 0000000000..0f9ae4fdd4 --- /dev/null +++ b/Symbolic/Resources/material-icons/collections.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/collections_bookmark.default.svg b/Symbolic/Resources/material-icons/collections_bookmark.default.svg new file mode 100644 index 0000000000..9d61dff76b --- /dev/null +++ b/Symbolic/Resources/material-icons/collections_bookmark.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/collections_bookmark.outlined.svg b/Symbolic/Resources/material-icons/collections_bookmark.outlined.svg new file mode 100644 index 0000000000..70bf63646a --- /dev/null +++ b/Symbolic/Resources/material-icons/collections_bookmark.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/collections_bookmark.round.svg b/Symbolic/Resources/material-icons/collections_bookmark.round.svg new file mode 100644 index 0000000000..5dd41c31cc --- /dev/null +++ b/Symbolic/Resources/material-icons/collections_bookmark.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/collections_bookmark.sharp.svg b/Symbolic/Resources/material-icons/collections_bookmark.sharp.svg new file mode 100644 index 0000000000..ac385c3182 --- /dev/null +++ b/Symbolic/Resources/material-icons/collections_bookmark.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/collections_bookmark.twotone.svg b/Symbolic/Resources/material-icons/collections_bookmark.twotone.svg new file mode 100644 index 0000000000..9c9ecef20b --- /dev/null +++ b/Symbolic/Resources/material-icons/collections_bookmark.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/color_lens.default.svg b/Symbolic/Resources/material-icons/color_lens.default.svg new file mode 100644 index 0000000000..97cdaccb88 --- /dev/null +++ b/Symbolic/Resources/material-icons/color_lens.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/color_lens.outlined.svg b/Symbolic/Resources/material-icons/color_lens.outlined.svg new file mode 100644 index 0000000000..3ba911413b --- /dev/null +++ b/Symbolic/Resources/material-icons/color_lens.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/color_lens.round.svg b/Symbolic/Resources/material-icons/color_lens.round.svg new file mode 100644 index 0000000000..97cdaccb88 --- /dev/null +++ b/Symbolic/Resources/material-icons/color_lens.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/color_lens.sharp.svg b/Symbolic/Resources/material-icons/color_lens.sharp.svg new file mode 100644 index 0000000000..97cdaccb88 --- /dev/null +++ b/Symbolic/Resources/material-icons/color_lens.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/color_lens.twotone.svg b/Symbolic/Resources/material-icons/color_lens.twotone.svg new file mode 100644 index 0000000000..4b941561a9 --- /dev/null +++ b/Symbolic/Resources/material-icons/color_lens.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/colorize.default.svg b/Symbolic/Resources/material-icons/colorize.default.svg new file mode 100644 index 0000000000..5021aa8506 --- /dev/null +++ b/Symbolic/Resources/material-icons/colorize.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/colorize.outlined.svg b/Symbolic/Resources/material-icons/colorize.outlined.svg new file mode 100644 index 0000000000..56e6eb03b4 --- /dev/null +++ b/Symbolic/Resources/material-icons/colorize.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/colorize.round.svg b/Symbolic/Resources/material-icons/colorize.round.svg new file mode 100644 index 0000000000..4619a3a606 --- /dev/null +++ b/Symbolic/Resources/material-icons/colorize.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/colorize.sharp.svg b/Symbolic/Resources/material-icons/colorize.sharp.svg new file mode 100644 index 0000000000..41616a3818 --- /dev/null +++ b/Symbolic/Resources/material-icons/colorize.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/colorize.twotone.svg b/Symbolic/Resources/material-icons/colorize.twotone.svg new file mode 100644 index 0000000000..85890e50e8 --- /dev/null +++ b/Symbolic/Resources/material-icons/colorize.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/comment.default.svg b/Symbolic/Resources/material-icons/comment.default.svg new file mode 100644 index 0000000000..21792818fd --- /dev/null +++ b/Symbolic/Resources/material-icons/comment.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/comment.outlined.svg b/Symbolic/Resources/material-icons/comment.outlined.svg new file mode 100644 index 0000000000..e903e527e9 --- /dev/null +++ b/Symbolic/Resources/material-icons/comment.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/comment.round.svg b/Symbolic/Resources/material-icons/comment.round.svg new file mode 100644 index 0000000000..e3ff3feffd --- /dev/null +++ b/Symbolic/Resources/material-icons/comment.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/comment.sharp.svg b/Symbolic/Resources/material-icons/comment.sharp.svg new file mode 100644 index 0000000000..227ca12d16 --- /dev/null +++ b/Symbolic/Resources/material-icons/comment.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/comment.twotone.svg b/Symbolic/Resources/material-icons/comment.twotone.svg new file mode 100644 index 0000000000..78b9d38043 --- /dev/null +++ b/Symbolic/Resources/material-icons/comment.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/comment_bank.default.svg b/Symbolic/Resources/material-icons/comment_bank.default.svg new file mode 100644 index 0000000000..276561c9dc --- /dev/null +++ b/Symbolic/Resources/material-icons/comment_bank.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/comment_bank.outlined.svg b/Symbolic/Resources/material-icons/comment_bank.outlined.svg new file mode 100644 index 0000000000..7b6dc0bfa3 --- /dev/null +++ b/Symbolic/Resources/material-icons/comment_bank.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/comment_bank.round.svg b/Symbolic/Resources/material-icons/comment_bank.round.svg new file mode 100644 index 0000000000..ae319d97da --- /dev/null +++ b/Symbolic/Resources/material-icons/comment_bank.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/comment_bank.sharp.svg b/Symbolic/Resources/material-icons/comment_bank.sharp.svg new file mode 100644 index 0000000000..d513de3535 --- /dev/null +++ b/Symbolic/Resources/material-icons/comment_bank.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/comment_bank.twotone.svg b/Symbolic/Resources/material-icons/comment_bank.twotone.svg new file mode 100644 index 0000000000..12e92e492a --- /dev/null +++ b/Symbolic/Resources/material-icons/comment_bank.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/comments_disabled.default.svg b/Symbolic/Resources/material-icons/comments_disabled.default.svg new file mode 100644 index 0000000000..42256141ec --- /dev/null +++ b/Symbolic/Resources/material-icons/comments_disabled.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/comments_disabled.outlined.svg b/Symbolic/Resources/material-icons/comments_disabled.outlined.svg new file mode 100644 index 0000000000..3c85fc4f18 --- /dev/null +++ b/Symbolic/Resources/material-icons/comments_disabled.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/comments_disabled.round.svg b/Symbolic/Resources/material-icons/comments_disabled.round.svg new file mode 100644 index 0000000000..ea54d51fcf --- /dev/null +++ b/Symbolic/Resources/material-icons/comments_disabled.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/comments_disabled.sharp.svg b/Symbolic/Resources/material-icons/comments_disabled.sharp.svg new file mode 100644 index 0000000000..b644a58c2d --- /dev/null +++ b/Symbolic/Resources/material-icons/comments_disabled.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/comments_disabled.twotone.svg b/Symbolic/Resources/material-icons/comments_disabled.twotone.svg new file mode 100644 index 0000000000..437613b604 --- /dev/null +++ b/Symbolic/Resources/material-icons/comments_disabled.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/commit.default.svg b/Symbolic/Resources/material-icons/commit.default.svg new file mode 100644 index 0000000000..0aca2dae6d --- /dev/null +++ b/Symbolic/Resources/material-icons/commit.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/commit.outlined.svg b/Symbolic/Resources/material-icons/commit.outlined.svg new file mode 100644 index 0000000000..0aca2dae6d --- /dev/null +++ b/Symbolic/Resources/material-icons/commit.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/commit.round.svg b/Symbolic/Resources/material-icons/commit.round.svg new file mode 100644 index 0000000000..0fe726c441 --- /dev/null +++ b/Symbolic/Resources/material-icons/commit.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/commit.sharp.svg b/Symbolic/Resources/material-icons/commit.sharp.svg new file mode 100644 index 0000000000..0aca2dae6d --- /dev/null +++ b/Symbolic/Resources/material-icons/commit.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/commit.twotone.svg b/Symbolic/Resources/material-icons/commit.twotone.svg new file mode 100644 index 0000000000..0aca2dae6d --- /dev/null +++ b/Symbolic/Resources/material-icons/commit.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/commute.default.svg b/Symbolic/Resources/material-icons/commute.default.svg new file mode 100644 index 0000000000..a22f9e0064 --- /dev/null +++ b/Symbolic/Resources/material-icons/commute.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/commute.outlined.svg b/Symbolic/Resources/material-icons/commute.outlined.svg new file mode 100644 index 0000000000..c789698846 --- /dev/null +++ b/Symbolic/Resources/material-icons/commute.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/commute.round.svg b/Symbolic/Resources/material-icons/commute.round.svg new file mode 100644 index 0000000000..a44cbb0851 --- /dev/null +++ b/Symbolic/Resources/material-icons/commute.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/commute.sharp.svg b/Symbolic/Resources/material-icons/commute.sharp.svg new file mode 100644 index 0000000000..c789698846 --- /dev/null +++ b/Symbolic/Resources/material-icons/commute.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/commute.twotone.svg b/Symbolic/Resources/material-icons/commute.twotone.svg new file mode 100644 index 0000000000..c789698846 --- /dev/null +++ b/Symbolic/Resources/material-icons/commute.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/compare.default.svg b/Symbolic/Resources/material-icons/compare.default.svg new file mode 100644 index 0000000000..e6db9006a7 --- /dev/null +++ b/Symbolic/Resources/material-icons/compare.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/compare.outlined.svg b/Symbolic/Resources/material-icons/compare.outlined.svg new file mode 100644 index 0000000000..19154f9d33 --- /dev/null +++ b/Symbolic/Resources/material-icons/compare.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/compare.round.svg b/Symbolic/Resources/material-icons/compare.round.svg new file mode 100644 index 0000000000..98c30890fa --- /dev/null +++ b/Symbolic/Resources/material-icons/compare.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/compare.sharp.svg b/Symbolic/Resources/material-icons/compare.sharp.svg new file mode 100644 index 0000000000..ab2438adde --- /dev/null +++ b/Symbolic/Resources/material-icons/compare.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/compare.twotone.svg b/Symbolic/Resources/material-icons/compare.twotone.svg new file mode 100644 index 0000000000..587a597990 --- /dev/null +++ b/Symbolic/Resources/material-icons/compare.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/compare_arrows.default.svg b/Symbolic/Resources/material-icons/compare_arrows.default.svg new file mode 100644 index 0000000000..13448fcd7d --- /dev/null +++ b/Symbolic/Resources/material-icons/compare_arrows.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/compare_arrows.outlined.svg b/Symbolic/Resources/material-icons/compare_arrows.outlined.svg new file mode 100644 index 0000000000..3e8d5607bd --- /dev/null +++ b/Symbolic/Resources/material-icons/compare_arrows.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/compare_arrows.round.svg b/Symbolic/Resources/material-icons/compare_arrows.round.svg new file mode 100644 index 0000000000..6959e8715a --- /dev/null +++ b/Symbolic/Resources/material-icons/compare_arrows.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/compare_arrows.sharp.svg b/Symbolic/Resources/material-icons/compare_arrows.sharp.svg new file mode 100644 index 0000000000..3e8d5607bd --- /dev/null +++ b/Symbolic/Resources/material-icons/compare_arrows.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/compare_arrows.twotone.svg b/Symbolic/Resources/material-icons/compare_arrows.twotone.svg new file mode 100644 index 0000000000..3e8d5607bd --- /dev/null +++ b/Symbolic/Resources/material-icons/compare_arrows.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/compass_calibration.default.svg b/Symbolic/Resources/material-icons/compass_calibration.default.svg new file mode 100644 index 0000000000..06d495392c --- /dev/null +++ b/Symbolic/Resources/material-icons/compass_calibration.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/compass_calibration.outlined.svg b/Symbolic/Resources/material-icons/compass_calibration.outlined.svg new file mode 100644 index 0000000000..5d09e3eed6 --- /dev/null +++ b/Symbolic/Resources/material-icons/compass_calibration.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/compass_calibration.round.svg b/Symbolic/Resources/material-icons/compass_calibration.round.svg new file mode 100644 index 0000000000..eab7351184 --- /dev/null +++ b/Symbolic/Resources/material-icons/compass_calibration.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/compass_calibration.sharp.svg b/Symbolic/Resources/material-icons/compass_calibration.sharp.svg new file mode 100644 index 0000000000..716c3c4dff --- /dev/null +++ b/Symbolic/Resources/material-icons/compass_calibration.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/compass_calibration.twotone.svg b/Symbolic/Resources/material-icons/compass_calibration.twotone.svg new file mode 100644 index 0000000000..afb7b522c2 --- /dev/null +++ b/Symbolic/Resources/material-icons/compass_calibration.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/compost.default.svg b/Symbolic/Resources/material-icons/compost.default.svg new file mode 100644 index 0000000000..b28c3f3fc9 --- /dev/null +++ b/Symbolic/Resources/material-icons/compost.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/compost.outlined.svg b/Symbolic/Resources/material-icons/compost.outlined.svg new file mode 100644 index 0000000000..b28c3f3fc9 --- /dev/null +++ b/Symbolic/Resources/material-icons/compost.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/compost.round.svg b/Symbolic/Resources/material-icons/compost.round.svg new file mode 100644 index 0000000000..5a57023396 --- /dev/null +++ b/Symbolic/Resources/material-icons/compost.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/compost.sharp.svg b/Symbolic/Resources/material-icons/compost.sharp.svg new file mode 100644 index 0000000000..b28c3f3fc9 --- /dev/null +++ b/Symbolic/Resources/material-icons/compost.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/compost.twotone.svg b/Symbolic/Resources/material-icons/compost.twotone.svg new file mode 100644 index 0000000000..b28c3f3fc9 --- /dev/null +++ b/Symbolic/Resources/material-icons/compost.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/compress.default.svg b/Symbolic/Resources/material-icons/compress.default.svg new file mode 100644 index 0000000000..07eb8483f8 --- /dev/null +++ b/Symbolic/Resources/material-icons/compress.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/compress.outlined.svg b/Symbolic/Resources/material-icons/compress.outlined.svg new file mode 100644 index 0000000000..c5d9185aeb --- /dev/null +++ b/Symbolic/Resources/material-icons/compress.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/compress.round.svg b/Symbolic/Resources/material-icons/compress.round.svg new file mode 100644 index 0000000000..72c7c4b0a2 --- /dev/null +++ b/Symbolic/Resources/material-icons/compress.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/compress.sharp.svg b/Symbolic/Resources/material-icons/compress.sharp.svg new file mode 100644 index 0000000000..2f87d441f2 --- /dev/null +++ b/Symbolic/Resources/material-icons/compress.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/compress.twotone.svg b/Symbolic/Resources/material-icons/compress.twotone.svg new file mode 100644 index 0000000000..2f87d441f2 --- /dev/null +++ b/Symbolic/Resources/material-icons/compress.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/computer.default.svg b/Symbolic/Resources/material-icons/computer.default.svg new file mode 100644 index 0000000000..eaf018e35d --- /dev/null +++ b/Symbolic/Resources/material-icons/computer.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/computer.outlined.svg b/Symbolic/Resources/material-icons/computer.outlined.svg new file mode 100644 index 0000000000..88d7c05245 --- /dev/null +++ b/Symbolic/Resources/material-icons/computer.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/computer.round.svg b/Symbolic/Resources/material-icons/computer.round.svg new file mode 100644 index 0000000000..963759373e --- /dev/null +++ b/Symbolic/Resources/material-icons/computer.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/computer.sharp.svg b/Symbolic/Resources/material-icons/computer.sharp.svg new file mode 100644 index 0000000000..79c9a3a6a6 --- /dev/null +++ b/Symbolic/Resources/material-icons/computer.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/computer.twotone.svg b/Symbolic/Resources/material-icons/computer.twotone.svg new file mode 100644 index 0000000000..6d74e42cdd --- /dev/null +++ b/Symbolic/Resources/material-icons/computer.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/confirmation_number.default.svg b/Symbolic/Resources/material-icons/confirmation_number.default.svg new file mode 100644 index 0000000000..091b04f92f --- /dev/null +++ b/Symbolic/Resources/material-icons/confirmation_number.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/confirmation_number.outlined.svg b/Symbolic/Resources/material-icons/confirmation_number.outlined.svg new file mode 100644 index 0000000000..d20e1351da --- /dev/null +++ b/Symbolic/Resources/material-icons/confirmation_number.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/confirmation_number.round.svg b/Symbolic/Resources/material-icons/confirmation_number.round.svg new file mode 100644 index 0000000000..13b9c49551 --- /dev/null +++ b/Symbolic/Resources/material-icons/confirmation_number.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/confirmation_number.sharp.svg b/Symbolic/Resources/material-icons/confirmation_number.sharp.svg new file mode 100644 index 0000000000..512fc83f77 --- /dev/null +++ b/Symbolic/Resources/material-icons/confirmation_number.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/confirmation_number.twotone.svg b/Symbolic/Resources/material-icons/confirmation_number.twotone.svg new file mode 100644 index 0000000000..5869f55291 --- /dev/null +++ b/Symbolic/Resources/material-icons/confirmation_number.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/connect_without_contact.default.svg b/Symbolic/Resources/material-icons/connect_without_contact.default.svg new file mode 100644 index 0000000000..5ef1245383 --- /dev/null +++ b/Symbolic/Resources/material-icons/connect_without_contact.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/connect_without_contact.outlined.svg b/Symbolic/Resources/material-icons/connect_without_contact.outlined.svg new file mode 100644 index 0000000000..5ef1245383 --- /dev/null +++ b/Symbolic/Resources/material-icons/connect_without_contact.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/connect_without_contact.round.svg b/Symbolic/Resources/material-icons/connect_without_contact.round.svg new file mode 100644 index 0000000000..1d707f8332 --- /dev/null +++ b/Symbolic/Resources/material-icons/connect_without_contact.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/connect_without_contact.sharp.svg b/Symbolic/Resources/material-icons/connect_without_contact.sharp.svg new file mode 100644 index 0000000000..dc35c8e89f --- /dev/null +++ b/Symbolic/Resources/material-icons/connect_without_contact.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/connect_without_contact.twotone.svg b/Symbolic/Resources/material-icons/connect_without_contact.twotone.svg new file mode 100644 index 0000000000..5ef1245383 --- /dev/null +++ b/Symbolic/Resources/material-icons/connect_without_contact.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/connected_tv.default.svg b/Symbolic/Resources/material-icons/connected_tv.default.svg new file mode 100644 index 0000000000..d6b5de6b98 --- /dev/null +++ b/Symbolic/Resources/material-icons/connected_tv.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/connected_tv.outlined.svg b/Symbolic/Resources/material-icons/connected_tv.outlined.svg new file mode 100644 index 0000000000..d1f5d96ff1 --- /dev/null +++ b/Symbolic/Resources/material-icons/connected_tv.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/connected_tv.round.svg b/Symbolic/Resources/material-icons/connected_tv.round.svg new file mode 100644 index 0000000000..5c7c6867d5 --- /dev/null +++ b/Symbolic/Resources/material-icons/connected_tv.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/connected_tv.sharp.svg b/Symbolic/Resources/material-icons/connected_tv.sharp.svg new file mode 100644 index 0000000000..21eec757f4 --- /dev/null +++ b/Symbolic/Resources/material-icons/connected_tv.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/connected_tv.twotone.svg b/Symbolic/Resources/material-icons/connected_tv.twotone.svg new file mode 100644 index 0000000000..83d0a7f8c3 --- /dev/null +++ b/Symbolic/Resources/material-icons/connected_tv.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/connecting_airports.default.svg b/Symbolic/Resources/material-icons/connecting_airports.default.svg new file mode 100644 index 0000000000..3d08a25282 --- /dev/null +++ b/Symbolic/Resources/material-icons/connecting_airports.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/connecting_airports.outlined.svg b/Symbolic/Resources/material-icons/connecting_airports.outlined.svg new file mode 100644 index 0000000000..3d08a25282 --- /dev/null +++ b/Symbolic/Resources/material-icons/connecting_airports.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/connecting_airports.round.svg b/Symbolic/Resources/material-icons/connecting_airports.round.svg new file mode 100644 index 0000000000..48f7a19db6 --- /dev/null +++ b/Symbolic/Resources/material-icons/connecting_airports.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/connecting_airports.sharp.svg b/Symbolic/Resources/material-icons/connecting_airports.sharp.svg new file mode 100644 index 0000000000..3d08a25282 --- /dev/null +++ b/Symbolic/Resources/material-icons/connecting_airports.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/connecting_airports.twotone.svg b/Symbolic/Resources/material-icons/connecting_airports.twotone.svg new file mode 100644 index 0000000000..3d08a25282 --- /dev/null +++ b/Symbolic/Resources/material-icons/connecting_airports.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/construction.default.svg b/Symbolic/Resources/material-icons/construction.default.svg new file mode 100644 index 0000000000..b6acff775d --- /dev/null +++ b/Symbolic/Resources/material-icons/construction.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/construction.outlined.svg b/Symbolic/Resources/material-icons/construction.outlined.svg new file mode 100644 index 0000000000..b6acff775d --- /dev/null +++ b/Symbolic/Resources/material-icons/construction.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/construction.round.svg b/Symbolic/Resources/material-icons/construction.round.svg new file mode 100644 index 0000000000..72ee06e4c2 --- /dev/null +++ b/Symbolic/Resources/material-icons/construction.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/construction.sharp.svg b/Symbolic/Resources/material-icons/construction.sharp.svg new file mode 100644 index 0000000000..b6acff775d --- /dev/null +++ b/Symbolic/Resources/material-icons/construction.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/construction.twotone.svg b/Symbolic/Resources/material-icons/construction.twotone.svg new file mode 100644 index 0000000000..b6acff775d --- /dev/null +++ b/Symbolic/Resources/material-icons/construction.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contact_emergency.default.svg b/Symbolic/Resources/material-icons/contact_emergency.default.svg new file mode 100644 index 0000000000..1f5ef88550 --- /dev/null +++ b/Symbolic/Resources/material-icons/contact_emergency.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contact_emergency.outlined.svg b/Symbolic/Resources/material-icons/contact_emergency.outlined.svg new file mode 100644 index 0000000000..2f5277956c --- /dev/null +++ b/Symbolic/Resources/material-icons/contact_emergency.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contact_emergency.round.svg b/Symbolic/Resources/material-icons/contact_emergency.round.svg new file mode 100644 index 0000000000..9cca179818 --- /dev/null +++ b/Symbolic/Resources/material-icons/contact_emergency.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contact_emergency.sharp.svg b/Symbolic/Resources/material-icons/contact_emergency.sharp.svg new file mode 100644 index 0000000000..6786f86c66 --- /dev/null +++ b/Symbolic/Resources/material-icons/contact_emergency.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contact_emergency.twotone.svg b/Symbolic/Resources/material-icons/contact_emergency.twotone.svg new file mode 100644 index 0000000000..ef8ba849db --- /dev/null +++ b/Symbolic/Resources/material-icons/contact_emergency.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contact_mail.default.svg b/Symbolic/Resources/material-icons/contact_mail.default.svg new file mode 100644 index 0000000000..2b33aca42f --- /dev/null +++ b/Symbolic/Resources/material-icons/contact_mail.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contact_mail.outlined.svg b/Symbolic/Resources/material-icons/contact_mail.outlined.svg new file mode 100644 index 0000000000..62aa6bd6e4 --- /dev/null +++ b/Symbolic/Resources/material-icons/contact_mail.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contact_mail.round.svg b/Symbolic/Resources/material-icons/contact_mail.round.svg new file mode 100644 index 0000000000..37efe9e4ed --- /dev/null +++ b/Symbolic/Resources/material-icons/contact_mail.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contact_mail.sharp.svg b/Symbolic/Resources/material-icons/contact_mail.sharp.svg new file mode 100644 index 0000000000..6af3dbb404 --- /dev/null +++ b/Symbolic/Resources/material-icons/contact_mail.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contact_mail.twotone.svg b/Symbolic/Resources/material-icons/contact_mail.twotone.svg new file mode 100644 index 0000000000..542497d2bc --- /dev/null +++ b/Symbolic/Resources/material-icons/contact_mail.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contact_page.default.svg b/Symbolic/Resources/material-icons/contact_page.default.svg new file mode 100644 index 0000000000..5662b43e5e --- /dev/null +++ b/Symbolic/Resources/material-icons/contact_page.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contact_page.outlined.svg b/Symbolic/Resources/material-icons/contact_page.outlined.svg new file mode 100644 index 0000000000..5c48b25398 --- /dev/null +++ b/Symbolic/Resources/material-icons/contact_page.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contact_page.round.svg b/Symbolic/Resources/material-icons/contact_page.round.svg new file mode 100644 index 0000000000..8e3d20869d --- /dev/null +++ b/Symbolic/Resources/material-icons/contact_page.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contact_page.sharp.svg b/Symbolic/Resources/material-icons/contact_page.sharp.svg new file mode 100644 index 0000000000..c589fc695e --- /dev/null +++ b/Symbolic/Resources/material-icons/contact_page.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contact_page.twotone.svg b/Symbolic/Resources/material-icons/contact_page.twotone.svg new file mode 100644 index 0000000000..e04a9e4b19 --- /dev/null +++ b/Symbolic/Resources/material-icons/contact_page.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contact_phone.default.svg b/Symbolic/Resources/material-icons/contact_phone.default.svg new file mode 100644 index 0000000000..9536cf4084 --- /dev/null +++ b/Symbolic/Resources/material-icons/contact_phone.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contact_phone.outlined.svg b/Symbolic/Resources/material-icons/contact_phone.outlined.svg new file mode 100644 index 0000000000..ebb35cc9bc --- /dev/null +++ b/Symbolic/Resources/material-icons/contact_phone.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contact_phone.round.svg b/Symbolic/Resources/material-icons/contact_phone.round.svg new file mode 100644 index 0000000000..36f2e08333 --- /dev/null +++ b/Symbolic/Resources/material-icons/contact_phone.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contact_phone.sharp.svg b/Symbolic/Resources/material-icons/contact_phone.sharp.svg new file mode 100644 index 0000000000..b18e998cf0 --- /dev/null +++ b/Symbolic/Resources/material-icons/contact_phone.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contact_phone.twotone.svg b/Symbolic/Resources/material-icons/contact_phone.twotone.svg new file mode 100644 index 0000000000..3b6acd6efc --- /dev/null +++ b/Symbolic/Resources/material-icons/contact_phone.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contact_support.default.svg b/Symbolic/Resources/material-icons/contact_support.default.svg new file mode 100644 index 0000000000..db14edbced --- /dev/null +++ b/Symbolic/Resources/material-icons/contact_support.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contact_support.outlined.svg b/Symbolic/Resources/material-icons/contact_support.outlined.svg new file mode 100644 index 0000000000..c5516374e9 --- /dev/null +++ b/Symbolic/Resources/material-icons/contact_support.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contact_support.round.svg b/Symbolic/Resources/material-icons/contact_support.round.svg new file mode 100644 index 0000000000..872ac63805 --- /dev/null +++ b/Symbolic/Resources/material-icons/contact_support.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contact_support.sharp.svg b/Symbolic/Resources/material-icons/contact_support.sharp.svg new file mode 100644 index 0000000000..42922f085d --- /dev/null +++ b/Symbolic/Resources/material-icons/contact_support.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contact_support.twotone.svg b/Symbolic/Resources/material-icons/contact_support.twotone.svg new file mode 100644 index 0000000000..570c74bab0 --- /dev/null +++ b/Symbolic/Resources/material-icons/contact_support.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contactless.default.svg b/Symbolic/Resources/material-icons/contactless.default.svg new file mode 100644 index 0000000000..1870e90111 --- /dev/null +++ b/Symbolic/Resources/material-icons/contactless.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contactless.outlined.svg b/Symbolic/Resources/material-icons/contactless.outlined.svg new file mode 100644 index 0000000000..0dfca23dcc --- /dev/null +++ b/Symbolic/Resources/material-icons/contactless.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contactless.round.svg b/Symbolic/Resources/material-icons/contactless.round.svg new file mode 100644 index 0000000000..36702cd26b --- /dev/null +++ b/Symbolic/Resources/material-icons/contactless.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contactless.sharp.svg b/Symbolic/Resources/material-icons/contactless.sharp.svg new file mode 100644 index 0000000000..1870e90111 --- /dev/null +++ b/Symbolic/Resources/material-icons/contactless.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contactless.twotone.svg b/Symbolic/Resources/material-icons/contactless.twotone.svg new file mode 100644 index 0000000000..63b633d68e --- /dev/null +++ b/Symbolic/Resources/material-icons/contactless.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contacts.default.svg b/Symbolic/Resources/material-icons/contacts.default.svg new file mode 100644 index 0000000000..ed7cb77118 --- /dev/null +++ b/Symbolic/Resources/material-icons/contacts.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contacts.outlined.svg b/Symbolic/Resources/material-icons/contacts.outlined.svg new file mode 100644 index 0000000000..1142ae2c6b --- /dev/null +++ b/Symbolic/Resources/material-icons/contacts.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contacts.round.svg b/Symbolic/Resources/material-icons/contacts.round.svg new file mode 100644 index 0000000000..85f59dc322 --- /dev/null +++ b/Symbolic/Resources/material-icons/contacts.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contacts.sharp.svg b/Symbolic/Resources/material-icons/contacts.sharp.svg new file mode 100644 index 0000000000..71fbb43525 --- /dev/null +++ b/Symbolic/Resources/material-icons/contacts.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contacts.twotone.svg b/Symbolic/Resources/material-icons/contacts.twotone.svg new file mode 100644 index 0000000000..c06e1a140e --- /dev/null +++ b/Symbolic/Resources/material-icons/contacts.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/content_copy.default.svg b/Symbolic/Resources/material-icons/content_copy.default.svg new file mode 100644 index 0000000000..844a4f99e3 --- /dev/null +++ b/Symbolic/Resources/material-icons/content_copy.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/content_copy.outlined.svg b/Symbolic/Resources/material-icons/content_copy.outlined.svg new file mode 100644 index 0000000000..a2e8cf1ae8 --- /dev/null +++ b/Symbolic/Resources/material-icons/content_copy.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/content_copy.round.svg b/Symbolic/Resources/material-icons/content_copy.round.svg new file mode 100644 index 0000000000..b4536dfc31 --- /dev/null +++ b/Symbolic/Resources/material-icons/content_copy.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/content_copy.sharp.svg b/Symbolic/Resources/material-icons/content_copy.sharp.svg new file mode 100644 index 0000000000..b73d573563 --- /dev/null +++ b/Symbolic/Resources/material-icons/content_copy.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/content_copy.twotone.svg b/Symbolic/Resources/material-icons/content_copy.twotone.svg new file mode 100644 index 0000000000..621681c966 --- /dev/null +++ b/Symbolic/Resources/material-icons/content_copy.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/content_cut.default.svg b/Symbolic/Resources/material-icons/content_cut.default.svg new file mode 100644 index 0000000000..e4a14f5b25 --- /dev/null +++ b/Symbolic/Resources/material-icons/content_cut.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/content_cut.outlined.svg b/Symbolic/Resources/material-icons/content_cut.outlined.svg new file mode 100644 index 0000000000..4a8b0d103b --- /dev/null +++ b/Symbolic/Resources/material-icons/content_cut.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/content_cut.round.svg b/Symbolic/Resources/material-icons/content_cut.round.svg new file mode 100644 index 0000000000..2088b822ca --- /dev/null +++ b/Symbolic/Resources/material-icons/content_cut.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/content_cut.sharp.svg b/Symbolic/Resources/material-icons/content_cut.sharp.svg new file mode 100644 index 0000000000..4a8b0d103b --- /dev/null +++ b/Symbolic/Resources/material-icons/content_cut.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/content_cut.twotone.svg b/Symbolic/Resources/material-icons/content_cut.twotone.svg new file mode 100644 index 0000000000..125c07239a --- /dev/null +++ b/Symbolic/Resources/material-icons/content_cut.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/content_paste.default.svg b/Symbolic/Resources/material-icons/content_paste.default.svg new file mode 100644 index 0000000000..3ec2ef1ed7 --- /dev/null +++ b/Symbolic/Resources/material-icons/content_paste.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/content_paste.outlined.svg b/Symbolic/Resources/material-icons/content_paste.outlined.svg new file mode 100644 index 0000000000..9cf49b3b85 --- /dev/null +++ b/Symbolic/Resources/material-icons/content_paste.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/content_paste.round.svg b/Symbolic/Resources/material-icons/content_paste.round.svg new file mode 100644 index 0000000000..40f15e84f7 --- /dev/null +++ b/Symbolic/Resources/material-icons/content_paste.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/content_paste.sharp.svg b/Symbolic/Resources/material-icons/content_paste.sharp.svg new file mode 100644 index 0000000000..ac4beb31e5 --- /dev/null +++ b/Symbolic/Resources/material-icons/content_paste.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/content_paste.twotone.svg b/Symbolic/Resources/material-icons/content_paste.twotone.svg new file mode 100644 index 0000000000..50a53dc6d9 --- /dev/null +++ b/Symbolic/Resources/material-icons/content_paste.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/content_paste_go.default.svg b/Symbolic/Resources/material-icons/content_paste_go.default.svg new file mode 100644 index 0000000000..b5d18afe27 --- /dev/null +++ b/Symbolic/Resources/material-icons/content_paste_go.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/content_paste_go.outlined.svg b/Symbolic/Resources/material-icons/content_paste_go.outlined.svg new file mode 100644 index 0000000000..b5d18afe27 --- /dev/null +++ b/Symbolic/Resources/material-icons/content_paste_go.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/content_paste_go.round.svg b/Symbolic/Resources/material-icons/content_paste_go.round.svg new file mode 100644 index 0000000000..818765b122 --- /dev/null +++ b/Symbolic/Resources/material-icons/content_paste_go.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/content_paste_go.sharp.svg b/Symbolic/Resources/material-icons/content_paste_go.sharp.svg new file mode 100644 index 0000000000..062308449f --- /dev/null +++ b/Symbolic/Resources/material-icons/content_paste_go.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/content_paste_go.twotone.svg b/Symbolic/Resources/material-icons/content_paste_go.twotone.svg new file mode 100644 index 0000000000..0ce46f9ae7 --- /dev/null +++ b/Symbolic/Resources/material-icons/content_paste_go.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/content_paste_off.default.svg b/Symbolic/Resources/material-icons/content_paste_off.default.svg new file mode 100644 index 0000000000..32d7277a11 --- /dev/null +++ b/Symbolic/Resources/material-icons/content_paste_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/content_paste_off.outlined.svg b/Symbolic/Resources/material-icons/content_paste_off.outlined.svg new file mode 100644 index 0000000000..32d7277a11 --- /dev/null +++ b/Symbolic/Resources/material-icons/content_paste_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/content_paste_off.round.svg b/Symbolic/Resources/material-icons/content_paste_off.round.svg new file mode 100644 index 0000000000..cb47aa6350 --- /dev/null +++ b/Symbolic/Resources/material-icons/content_paste_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/content_paste_off.sharp.svg b/Symbolic/Resources/material-icons/content_paste_off.sharp.svg new file mode 100644 index 0000000000..6a14efbeee --- /dev/null +++ b/Symbolic/Resources/material-icons/content_paste_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/content_paste_off.twotone.svg b/Symbolic/Resources/material-icons/content_paste_off.twotone.svg new file mode 100644 index 0000000000..bcc2391695 --- /dev/null +++ b/Symbolic/Resources/material-icons/content_paste_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/content_paste_search.default.svg b/Symbolic/Resources/material-icons/content_paste_search.default.svg new file mode 100644 index 0000000000..508185fe1a --- /dev/null +++ b/Symbolic/Resources/material-icons/content_paste_search.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/content_paste_search.outlined.svg b/Symbolic/Resources/material-icons/content_paste_search.outlined.svg new file mode 100644 index 0000000000..508185fe1a --- /dev/null +++ b/Symbolic/Resources/material-icons/content_paste_search.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/content_paste_search.round.svg b/Symbolic/Resources/material-icons/content_paste_search.round.svg new file mode 100644 index 0000000000..cdedb49323 --- /dev/null +++ b/Symbolic/Resources/material-icons/content_paste_search.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/content_paste_search.sharp.svg b/Symbolic/Resources/material-icons/content_paste_search.sharp.svg new file mode 100644 index 0000000000..c63fa0a483 --- /dev/null +++ b/Symbolic/Resources/material-icons/content_paste_search.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/content_paste_search.twotone.svg b/Symbolic/Resources/material-icons/content_paste_search.twotone.svg new file mode 100644 index 0000000000..211a0063a3 --- /dev/null +++ b/Symbolic/Resources/material-icons/content_paste_search.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contrast.default.svg b/Symbolic/Resources/material-icons/contrast.default.svg new file mode 100644 index 0000000000..b8e8831b2e --- /dev/null +++ b/Symbolic/Resources/material-icons/contrast.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contrast.outlined.svg b/Symbolic/Resources/material-icons/contrast.outlined.svg new file mode 100644 index 0000000000..b8e8831b2e --- /dev/null +++ b/Symbolic/Resources/material-icons/contrast.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contrast.round.svg b/Symbolic/Resources/material-icons/contrast.round.svg new file mode 100644 index 0000000000..b8e8831b2e --- /dev/null +++ b/Symbolic/Resources/material-icons/contrast.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contrast.sharp.svg b/Symbolic/Resources/material-icons/contrast.sharp.svg new file mode 100644 index 0000000000..b8e8831b2e --- /dev/null +++ b/Symbolic/Resources/material-icons/contrast.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/contrast.twotone.svg b/Symbolic/Resources/material-icons/contrast.twotone.svg new file mode 100644 index 0000000000..fb1d88cf77 --- /dev/null +++ b/Symbolic/Resources/material-icons/contrast.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/control_camera.default.svg b/Symbolic/Resources/material-icons/control_camera.default.svg new file mode 100644 index 0000000000..e1a584e651 --- /dev/null +++ b/Symbolic/Resources/material-icons/control_camera.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/control_camera.outlined.svg b/Symbolic/Resources/material-icons/control_camera.outlined.svg new file mode 100644 index 0000000000..a41c3b15b9 --- /dev/null +++ b/Symbolic/Resources/material-icons/control_camera.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/control_camera.round.svg b/Symbolic/Resources/material-icons/control_camera.round.svg new file mode 100644 index 0000000000..618a6281c8 --- /dev/null +++ b/Symbolic/Resources/material-icons/control_camera.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/control_camera.sharp.svg b/Symbolic/Resources/material-icons/control_camera.sharp.svg new file mode 100644 index 0000000000..8b4b0bf113 --- /dev/null +++ b/Symbolic/Resources/material-icons/control_camera.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/control_camera.twotone.svg b/Symbolic/Resources/material-icons/control_camera.twotone.svg new file mode 100644 index 0000000000..7be5306565 --- /dev/null +++ b/Symbolic/Resources/material-icons/control_camera.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/control_point.default.svg b/Symbolic/Resources/material-icons/control_point.default.svg new file mode 100644 index 0000000000..1054707416 --- /dev/null +++ b/Symbolic/Resources/material-icons/control_point.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/control_point.outlined.svg b/Symbolic/Resources/material-icons/control_point.outlined.svg new file mode 100644 index 0000000000..ee05d0d4a7 --- /dev/null +++ b/Symbolic/Resources/material-icons/control_point.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/control_point.round.svg b/Symbolic/Resources/material-icons/control_point.round.svg new file mode 100644 index 0000000000..755073ad74 --- /dev/null +++ b/Symbolic/Resources/material-icons/control_point.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/control_point.sharp.svg b/Symbolic/Resources/material-icons/control_point.sharp.svg new file mode 100644 index 0000000000..ee05d0d4a7 --- /dev/null +++ b/Symbolic/Resources/material-icons/control_point.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/control_point.twotone.svg b/Symbolic/Resources/material-icons/control_point.twotone.svg new file mode 100644 index 0000000000..3ce98b04f7 --- /dev/null +++ b/Symbolic/Resources/material-icons/control_point.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/control_point_duplicate.default.svg b/Symbolic/Resources/material-icons/control_point_duplicate.default.svg new file mode 100644 index 0000000000..7ff51a6fcf --- /dev/null +++ b/Symbolic/Resources/material-icons/control_point_duplicate.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/control_point_duplicate.outlined.svg b/Symbolic/Resources/material-icons/control_point_duplicate.outlined.svg new file mode 100644 index 0000000000..3d5cfd1960 --- /dev/null +++ b/Symbolic/Resources/material-icons/control_point_duplicate.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/control_point_duplicate.round.svg b/Symbolic/Resources/material-icons/control_point_duplicate.round.svg new file mode 100644 index 0000000000..4c7975436a --- /dev/null +++ b/Symbolic/Resources/material-icons/control_point_duplicate.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/control_point_duplicate.sharp.svg b/Symbolic/Resources/material-icons/control_point_duplicate.sharp.svg new file mode 100644 index 0000000000..3d5cfd1960 --- /dev/null +++ b/Symbolic/Resources/material-icons/control_point_duplicate.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/control_point_duplicate.twotone.svg b/Symbolic/Resources/material-icons/control_point_duplicate.twotone.svg new file mode 100644 index 0000000000..8c98351535 --- /dev/null +++ b/Symbolic/Resources/material-icons/control_point_duplicate.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/conveyor_belt.default.svg b/Symbolic/Resources/material-icons/conveyor_belt.default.svg new file mode 100644 index 0000000000..7a0776298b --- /dev/null +++ b/Symbolic/Resources/material-icons/conveyor_belt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cookie.default.svg b/Symbolic/Resources/material-icons/cookie.default.svg new file mode 100644 index 0000000000..65a47966a2 --- /dev/null +++ b/Symbolic/Resources/material-icons/cookie.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cookie.outlined.svg b/Symbolic/Resources/material-icons/cookie.outlined.svg new file mode 100644 index 0000000000..b52179e9f5 --- /dev/null +++ b/Symbolic/Resources/material-icons/cookie.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cookie.round.svg b/Symbolic/Resources/material-icons/cookie.round.svg new file mode 100644 index 0000000000..083b04edf4 --- /dev/null +++ b/Symbolic/Resources/material-icons/cookie.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cookie.sharp.svg b/Symbolic/Resources/material-icons/cookie.sharp.svg new file mode 100644 index 0000000000..65a47966a2 --- /dev/null +++ b/Symbolic/Resources/material-icons/cookie.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cookie.twotone.svg b/Symbolic/Resources/material-icons/cookie.twotone.svg new file mode 100644 index 0000000000..b41092665b --- /dev/null +++ b/Symbolic/Resources/material-icons/cookie.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/copy_all.default.svg b/Symbolic/Resources/material-icons/copy_all.default.svg new file mode 100644 index 0000000000..c503a8ef23 --- /dev/null +++ b/Symbolic/Resources/material-icons/copy_all.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/copy_all.outlined.svg b/Symbolic/Resources/material-icons/copy_all.outlined.svg new file mode 100644 index 0000000000..c503a8ef23 --- /dev/null +++ b/Symbolic/Resources/material-icons/copy_all.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/copy_all.round.svg b/Symbolic/Resources/material-icons/copy_all.round.svg new file mode 100644 index 0000000000..c503a8ef23 --- /dev/null +++ b/Symbolic/Resources/material-icons/copy_all.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/copy_all.sharp.svg b/Symbolic/Resources/material-icons/copy_all.sharp.svg new file mode 100644 index 0000000000..79029bde2c --- /dev/null +++ b/Symbolic/Resources/material-icons/copy_all.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/copy_all.twotone.svg b/Symbolic/Resources/material-icons/copy_all.twotone.svg new file mode 100644 index 0000000000..3342b58dff --- /dev/null +++ b/Symbolic/Resources/material-icons/copy_all.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/copyright.default.svg b/Symbolic/Resources/material-icons/copyright.default.svg new file mode 100644 index 0000000000..a7d1549652 --- /dev/null +++ b/Symbolic/Resources/material-icons/copyright.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/copyright.outlined.svg b/Symbolic/Resources/material-icons/copyright.outlined.svg new file mode 100644 index 0000000000..9ae5dde2d6 --- /dev/null +++ b/Symbolic/Resources/material-icons/copyright.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/copyright.round.svg b/Symbolic/Resources/material-icons/copyright.round.svg new file mode 100644 index 0000000000..9ae5dde2d6 --- /dev/null +++ b/Symbolic/Resources/material-icons/copyright.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/copyright.sharp.svg b/Symbolic/Resources/material-icons/copyright.sharp.svg new file mode 100644 index 0000000000..9ae5dde2d6 --- /dev/null +++ b/Symbolic/Resources/material-icons/copyright.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/copyright.twotone.svg b/Symbolic/Resources/material-icons/copyright.twotone.svg new file mode 100644 index 0000000000..aff4eb05f1 --- /dev/null +++ b/Symbolic/Resources/material-icons/copyright.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/coronavirus.default.svg b/Symbolic/Resources/material-icons/coronavirus.default.svg new file mode 100644 index 0000000000..35f97e14d8 --- /dev/null +++ b/Symbolic/Resources/material-icons/coronavirus.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/coronavirus.outlined.svg b/Symbolic/Resources/material-icons/coronavirus.outlined.svg new file mode 100644 index 0000000000..6b550fc878 --- /dev/null +++ b/Symbolic/Resources/material-icons/coronavirus.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/coronavirus.round.svg b/Symbolic/Resources/material-icons/coronavirus.round.svg new file mode 100644 index 0000000000..35f97e14d8 --- /dev/null +++ b/Symbolic/Resources/material-icons/coronavirus.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/coronavirus.sharp.svg b/Symbolic/Resources/material-icons/coronavirus.sharp.svg new file mode 100644 index 0000000000..b7249945ea --- /dev/null +++ b/Symbolic/Resources/material-icons/coronavirus.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/coronavirus.twotone.svg b/Symbolic/Resources/material-icons/coronavirus.twotone.svg new file mode 100644 index 0000000000..2ef607cd3d --- /dev/null +++ b/Symbolic/Resources/material-icons/coronavirus.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/corporate_fare.default.svg b/Symbolic/Resources/material-icons/corporate_fare.default.svg new file mode 100644 index 0000000000..e19e0a7cf1 --- /dev/null +++ b/Symbolic/Resources/material-icons/corporate_fare.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/corporate_fare.outlined.svg b/Symbolic/Resources/material-icons/corporate_fare.outlined.svg new file mode 100644 index 0000000000..e19e0a7cf1 --- /dev/null +++ b/Symbolic/Resources/material-icons/corporate_fare.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/corporate_fare.round.svg b/Symbolic/Resources/material-icons/corporate_fare.round.svg new file mode 100644 index 0000000000..cc3d26ba83 --- /dev/null +++ b/Symbolic/Resources/material-icons/corporate_fare.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/corporate_fare.sharp.svg b/Symbolic/Resources/material-icons/corporate_fare.sharp.svg new file mode 100644 index 0000000000..e19e0a7cf1 --- /dev/null +++ b/Symbolic/Resources/material-icons/corporate_fare.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/corporate_fare.twotone.svg b/Symbolic/Resources/material-icons/corporate_fare.twotone.svg new file mode 100644 index 0000000000..fb2b0a499a --- /dev/null +++ b/Symbolic/Resources/material-icons/corporate_fare.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cottage.default.svg b/Symbolic/Resources/material-icons/cottage.default.svg new file mode 100644 index 0000000000..14abdf5df4 --- /dev/null +++ b/Symbolic/Resources/material-icons/cottage.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cottage.outlined.svg b/Symbolic/Resources/material-icons/cottage.outlined.svg new file mode 100644 index 0000000000..2f443022c8 --- /dev/null +++ b/Symbolic/Resources/material-icons/cottage.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cottage.round.svg b/Symbolic/Resources/material-icons/cottage.round.svg new file mode 100644 index 0000000000..006dc62080 --- /dev/null +++ b/Symbolic/Resources/material-icons/cottage.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cottage.sharp.svg b/Symbolic/Resources/material-icons/cottage.sharp.svg new file mode 100644 index 0000000000..14abdf5df4 --- /dev/null +++ b/Symbolic/Resources/material-icons/cottage.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cottage.twotone.svg b/Symbolic/Resources/material-icons/cottage.twotone.svg new file mode 100644 index 0000000000..29c00cb59d --- /dev/null +++ b/Symbolic/Resources/material-icons/cottage.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/countertops.default.svg b/Symbolic/Resources/material-icons/countertops.default.svg new file mode 100644 index 0000000000..ac6182c90e --- /dev/null +++ b/Symbolic/Resources/material-icons/countertops.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/countertops.outlined.svg b/Symbolic/Resources/material-icons/countertops.outlined.svg new file mode 100644 index 0000000000..faab526727 --- /dev/null +++ b/Symbolic/Resources/material-icons/countertops.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/countertops.round.svg b/Symbolic/Resources/material-icons/countertops.round.svg new file mode 100644 index 0000000000..bbfdb7f5f2 --- /dev/null +++ b/Symbolic/Resources/material-icons/countertops.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/countertops.sharp.svg b/Symbolic/Resources/material-icons/countertops.sharp.svg new file mode 100644 index 0000000000..ac6182c90e --- /dev/null +++ b/Symbolic/Resources/material-icons/countertops.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/countertops.twotone.svg b/Symbolic/Resources/material-icons/countertops.twotone.svg new file mode 100644 index 0000000000..d980b4c748 --- /dev/null +++ b/Symbolic/Resources/material-icons/countertops.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/create.default.svg b/Symbolic/Resources/material-icons/create.default.svg new file mode 100644 index 0000000000..a4b3c9f6b7 --- /dev/null +++ b/Symbolic/Resources/material-icons/create.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/create.outlined.svg b/Symbolic/Resources/material-icons/create.outlined.svg new file mode 100644 index 0000000000..8f02680197 --- /dev/null +++ b/Symbolic/Resources/material-icons/create.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/create.round.svg b/Symbolic/Resources/material-icons/create.round.svg new file mode 100644 index 0000000000..9c51aeddfc --- /dev/null +++ b/Symbolic/Resources/material-icons/create.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/create.sharp.svg b/Symbolic/Resources/material-icons/create.sharp.svg new file mode 100644 index 0000000000..ebd2c05dd4 --- /dev/null +++ b/Symbolic/Resources/material-icons/create.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/create.twotone.svg b/Symbolic/Resources/material-icons/create.twotone.svg new file mode 100644 index 0000000000..ec5a553a25 --- /dev/null +++ b/Symbolic/Resources/material-icons/create.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/create_new_folder.default.svg b/Symbolic/Resources/material-icons/create_new_folder.default.svg new file mode 100644 index 0000000000..6d5c23f127 --- /dev/null +++ b/Symbolic/Resources/material-icons/create_new_folder.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/create_new_folder.outlined.svg b/Symbolic/Resources/material-icons/create_new_folder.outlined.svg new file mode 100644 index 0000000000..2ec3594c13 --- /dev/null +++ b/Symbolic/Resources/material-icons/create_new_folder.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/create_new_folder.round.svg b/Symbolic/Resources/material-icons/create_new_folder.round.svg new file mode 100644 index 0000000000..c8cb0cd57d --- /dev/null +++ b/Symbolic/Resources/material-icons/create_new_folder.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/create_new_folder.sharp.svg b/Symbolic/Resources/material-icons/create_new_folder.sharp.svg new file mode 100644 index 0000000000..b032093727 --- /dev/null +++ b/Symbolic/Resources/material-icons/create_new_folder.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/create_new_folder.twotone.svg b/Symbolic/Resources/material-icons/create_new_folder.twotone.svg new file mode 100644 index 0000000000..c0152582e4 --- /dev/null +++ b/Symbolic/Resources/material-icons/create_new_folder.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/credit_card.default.svg b/Symbolic/Resources/material-icons/credit_card.default.svg new file mode 100644 index 0000000000..99517a5ca8 --- /dev/null +++ b/Symbolic/Resources/material-icons/credit_card.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/credit_card.outlined.svg b/Symbolic/Resources/material-icons/credit_card.outlined.svg new file mode 100644 index 0000000000..e36e950238 --- /dev/null +++ b/Symbolic/Resources/material-icons/credit_card.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/credit_card.round.svg b/Symbolic/Resources/material-icons/credit_card.round.svg new file mode 100644 index 0000000000..89f3ba5969 --- /dev/null +++ b/Symbolic/Resources/material-icons/credit_card.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/credit_card.sharp.svg b/Symbolic/Resources/material-icons/credit_card.sharp.svg new file mode 100644 index 0000000000..5bcb3faacc --- /dev/null +++ b/Symbolic/Resources/material-icons/credit_card.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/credit_card.twotone.svg b/Symbolic/Resources/material-icons/credit_card.twotone.svg new file mode 100644 index 0000000000..a1ef0a6924 --- /dev/null +++ b/Symbolic/Resources/material-icons/credit_card.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/credit_card_off.default.svg b/Symbolic/Resources/material-icons/credit_card_off.default.svg new file mode 100644 index 0000000000..22472b1e9c --- /dev/null +++ b/Symbolic/Resources/material-icons/credit_card_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/credit_card_off.outlined.svg b/Symbolic/Resources/material-icons/credit_card_off.outlined.svg new file mode 100644 index 0000000000..444623cdd1 --- /dev/null +++ b/Symbolic/Resources/material-icons/credit_card_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/credit_card_off.round.svg b/Symbolic/Resources/material-icons/credit_card_off.round.svg new file mode 100644 index 0000000000..e7bc67fec7 --- /dev/null +++ b/Symbolic/Resources/material-icons/credit_card_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/credit_card_off.sharp.svg b/Symbolic/Resources/material-icons/credit_card_off.sharp.svg new file mode 100644 index 0000000000..af0fbc5cec --- /dev/null +++ b/Symbolic/Resources/material-icons/credit_card_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/credit_card_off.twotone.svg b/Symbolic/Resources/material-icons/credit_card_off.twotone.svg new file mode 100644 index 0000000000..d9586bc839 --- /dev/null +++ b/Symbolic/Resources/material-icons/credit_card_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/credit_score.default.svg b/Symbolic/Resources/material-icons/credit_score.default.svg new file mode 100644 index 0000000000..aa040cf0f0 --- /dev/null +++ b/Symbolic/Resources/material-icons/credit_score.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/credit_score.outlined.svg b/Symbolic/Resources/material-icons/credit_score.outlined.svg new file mode 100644 index 0000000000..aa040cf0f0 --- /dev/null +++ b/Symbolic/Resources/material-icons/credit_score.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/credit_score.round.svg b/Symbolic/Resources/material-icons/credit_score.round.svg new file mode 100644 index 0000000000..d1adf9da9a --- /dev/null +++ b/Symbolic/Resources/material-icons/credit_score.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/credit_score.sharp.svg b/Symbolic/Resources/material-icons/credit_score.sharp.svg new file mode 100644 index 0000000000..f1f5efe628 --- /dev/null +++ b/Symbolic/Resources/material-icons/credit_score.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/credit_score.twotone.svg b/Symbolic/Resources/material-icons/credit_score.twotone.svg new file mode 100644 index 0000000000..aa040cf0f0 --- /dev/null +++ b/Symbolic/Resources/material-icons/credit_score.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crib.default.svg b/Symbolic/Resources/material-icons/crib.default.svg new file mode 100644 index 0000000000..0fb88b7d4e --- /dev/null +++ b/Symbolic/Resources/material-icons/crib.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crib.outlined.svg b/Symbolic/Resources/material-icons/crib.outlined.svg new file mode 100644 index 0000000000..24cb1ca591 --- /dev/null +++ b/Symbolic/Resources/material-icons/crib.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crib.round.svg b/Symbolic/Resources/material-icons/crib.round.svg new file mode 100644 index 0000000000..f97cf30f77 --- /dev/null +++ b/Symbolic/Resources/material-icons/crib.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crib.sharp.svg b/Symbolic/Resources/material-icons/crib.sharp.svg new file mode 100644 index 0000000000..16a274c976 --- /dev/null +++ b/Symbolic/Resources/material-icons/crib.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crib.twotone.svg b/Symbolic/Resources/material-icons/crib.twotone.svg new file mode 100644 index 0000000000..e6d255421c --- /dev/null +++ b/Symbolic/Resources/material-icons/crib.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crisis_alert.default.svg b/Symbolic/Resources/material-icons/crisis_alert.default.svg new file mode 100644 index 0000000000..181b823113 --- /dev/null +++ b/Symbolic/Resources/material-icons/crisis_alert.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crisis_alert.outlined.svg b/Symbolic/Resources/material-icons/crisis_alert.outlined.svg new file mode 100644 index 0000000000..181b823113 --- /dev/null +++ b/Symbolic/Resources/material-icons/crisis_alert.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crisis_alert.round.svg b/Symbolic/Resources/material-icons/crisis_alert.round.svg new file mode 100644 index 0000000000..d00da8fa69 --- /dev/null +++ b/Symbolic/Resources/material-icons/crisis_alert.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crisis_alert.sharp.svg b/Symbolic/Resources/material-icons/crisis_alert.sharp.svg new file mode 100644 index 0000000000..31d6a56f0c --- /dev/null +++ b/Symbolic/Resources/material-icons/crisis_alert.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crisis_alert.twotone.svg b/Symbolic/Resources/material-icons/crisis_alert.twotone.svg new file mode 100644 index 0000000000..181b823113 --- /dev/null +++ b/Symbolic/Resources/material-icons/crisis_alert.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop.default.svg b/Symbolic/Resources/material-icons/crop.default.svg new file mode 100644 index 0000000000..19a039d140 --- /dev/null +++ b/Symbolic/Resources/material-icons/crop.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop.outlined.svg b/Symbolic/Resources/material-icons/crop.outlined.svg new file mode 100644 index 0000000000..b8ba03161f --- /dev/null +++ b/Symbolic/Resources/material-icons/crop.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop.round.svg b/Symbolic/Resources/material-icons/crop.round.svg new file mode 100644 index 0000000000..046128b445 --- /dev/null +++ b/Symbolic/Resources/material-icons/crop.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop.sharp.svg b/Symbolic/Resources/material-icons/crop.sharp.svg new file mode 100644 index 0000000000..065ad0c1af --- /dev/null +++ b/Symbolic/Resources/material-icons/crop.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop.twotone.svg b/Symbolic/Resources/material-icons/crop.twotone.svg new file mode 100644 index 0000000000..4dea90f45b --- /dev/null +++ b/Symbolic/Resources/material-icons/crop.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_16_9.default.svg b/Symbolic/Resources/material-icons/crop_16_9.default.svg new file mode 100644 index 0000000000..cee37f41cf --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_16_9.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_16_9.outlined.svg b/Symbolic/Resources/material-icons/crop_16_9.outlined.svg new file mode 100644 index 0000000000..cee37f41cf --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_16_9.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_16_9.round.svg b/Symbolic/Resources/material-icons/crop_16_9.round.svg new file mode 100644 index 0000000000..cee37f41cf --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_16_9.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_16_9.sharp.svg b/Symbolic/Resources/material-icons/crop_16_9.sharp.svg new file mode 100644 index 0000000000..b23844907b --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_16_9.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_16_9.twotone.svg b/Symbolic/Resources/material-icons/crop_16_9.twotone.svg new file mode 100644 index 0000000000..cee37f41cf --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_16_9.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_3_2.default.svg b/Symbolic/Resources/material-icons/crop_3_2.default.svg new file mode 100644 index 0000000000..dcb17a8654 --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_3_2.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_3_2.outlined.svg b/Symbolic/Resources/material-icons/crop_3_2.outlined.svg new file mode 100644 index 0000000000..dcb17a8654 --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_3_2.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_3_2.round.svg b/Symbolic/Resources/material-icons/crop_3_2.round.svg new file mode 100644 index 0000000000..dcb17a8654 --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_3_2.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_3_2.sharp.svg b/Symbolic/Resources/material-icons/crop_3_2.sharp.svg new file mode 100644 index 0000000000..c1a1908a87 --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_3_2.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_3_2.twotone.svg b/Symbolic/Resources/material-icons/crop_3_2.twotone.svg new file mode 100644 index 0000000000..dcb17a8654 --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_3_2.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_5_4.default.svg b/Symbolic/Resources/material-icons/crop_5_4.default.svg new file mode 100644 index 0000000000..519a0780be --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_5_4.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_5_4.outlined.svg b/Symbolic/Resources/material-icons/crop_5_4.outlined.svg new file mode 100644 index 0000000000..519a0780be --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_5_4.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_5_4.round.svg b/Symbolic/Resources/material-icons/crop_5_4.round.svg new file mode 100644 index 0000000000..519a0780be --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_5_4.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_5_4.sharp.svg b/Symbolic/Resources/material-icons/crop_5_4.sharp.svg new file mode 100644 index 0000000000..2a8d271244 --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_5_4.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_5_4.twotone.svg b/Symbolic/Resources/material-icons/crop_5_4.twotone.svg new file mode 100644 index 0000000000..519a0780be --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_5_4.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_7_5.default.svg b/Symbolic/Resources/material-icons/crop_7_5.default.svg new file mode 100644 index 0000000000..55629517b6 --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_7_5.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_7_5.outlined.svg b/Symbolic/Resources/material-icons/crop_7_5.outlined.svg new file mode 100644 index 0000000000..55629517b6 --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_7_5.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_7_5.round.svg b/Symbolic/Resources/material-icons/crop_7_5.round.svg new file mode 100644 index 0000000000..55629517b6 --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_7_5.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_7_5.sharp.svg b/Symbolic/Resources/material-icons/crop_7_5.sharp.svg new file mode 100644 index 0000000000..0026e54a99 --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_7_5.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_7_5.twotone.svg b/Symbolic/Resources/material-icons/crop_7_5.twotone.svg new file mode 100644 index 0000000000..55629517b6 --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_7_5.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_din.default.svg b/Symbolic/Resources/material-icons/crop_din.default.svg new file mode 100644 index 0000000000..70d790fccb --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_din.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_din.outlined.svg b/Symbolic/Resources/material-icons/crop_din.outlined.svg new file mode 100644 index 0000000000..70d790fccb --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_din.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_din.round.svg b/Symbolic/Resources/material-icons/crop_din.round.svg new file mode 100644 index 0000000000..69089b01df --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_din.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_din.sharp.svg b/Symbolic/Resources/material-icons/crop_din.sharp.svg new file mode 100644 index 0000000000..3880902505 --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_din.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_din.twotone.svg b/Symbolic/Resources/material-icons/crop_din.twotone.svg new file mode 100644 index 0000000000..70d790fccb --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_din.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_free.default.svg b/Symbolic/Resources/material-icons/crop_free.default.svg new file mode 100644 index 0000000000..3581be2d52 --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_free.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_free.outlined.svg b/Symbolic/Resources/material-icons/crop_free.outlined.svg new file mode 100644 index 0000000000..3e76357316 --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_free.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_free.round.svg b/Symbolic/Resources/material-icons/crop_free.round.svg new file mode 100644 index 0000000000..3602ada2f3 --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_free.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_free.sharp.svg b/Symbolic/Resources/material-icons/crop_free.sharp.svg new file mode 100644 index 0000000000..8cc1564370 --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_free.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_free.twotone.svg b/Symbolic/Resources/material-icons/crop_free.twotone.svg new file mode 100644 index 0000000000..fb23b3a620 --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_free.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_landscape.default.svg b/Symbolic/Resources/material-icons/crop_landscape.default.svg new file mode 100644 index 0000000000..58c2501c54 --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_landscape.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_landscape.outlined.svg b/Symbolic/Resources/material-icons/crop_landscape.outlined.svg new file mode 100644 index 0000000000..22afb972bc --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_landscape.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_landscape.round.svg b/Symbolic/Resources/material-icons/crop_landscape.round.svg new file mode 100644 index 0000000000..7ea330e2da --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_landscape.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_landscape.sharp.svg b/Symbolic/Resources/material-icons/crop_landscape.sharp.svg new file mode 100644 index 0000000000..a447e8e09e --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_landscape.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_landscape.twotone.svg b/Symbolic/Resources/material-icons/crop_landscape.twotone.svg new file mode 100644 index 0000000000..22afb972bc --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_landscape.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_original.default.svg b/Symbolic/Resources/material-icons/crop_original.default.svg new file mode 100644 index 0000000000..e6b1d2d4a5 --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_original.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_original.outlined.svg b/Symbolic/Resources/material-icons/crop_original.outlined.svg new file mode 100644 index 0000000000..e880c0fe1c --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_original.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_original.round.svg b/Symbolic/Resources/material-icons/crop_original.round.svg new file mode 100644 index 0000000000..465d3f264c --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_original.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_original.sharp.svg b/Symbolic/Resources/material-icons/crop_original.sharp.svg new file mode 100644 index 0000000000..7bc5af70a6 --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_original.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_original.twotone.svg b/Symbolic/Resources/material-icons/crop_original.twotone.svg new file mode 100644 index 0000000000..0962cccdc8 --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_original.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_portrait.default.svg b/Symbolic/Resources/material-icons/crop_portrait.default.svg new file mode 100644 index 0000000000..24569127a9 --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_portrait.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_portrait.outlined.svg b/Symbolic/Resources/material-icons/crop_portrait.outlined.svg new file mode 100644 index 0000000000..148b509fb2 --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_portrait.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_portrait.round.svg b/Symbolic/Resources/material-icons/crop_portrait.round.svg new file mode 100644 index 0000000000..9e693ed381 --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_portrait.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_portrait.sharp.svg b/Symbolic/Resources/material-icons/crop_portrait.sharp.svg new file mode 100644 index 0000000000..5d317a1740 --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_portrait.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_portrait.twotone.svg b/Symbolic/Resources/material-icons/crop_portrait.twotone.svg new file mode 100644 index 0000000000..148b509fb2 --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_portrait.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_rotate.default.svg b/Symbolic/Resources/material-icons/crop_rotate.default.svg new file mode 100644 index 0000000000..793c493903 --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_rotate.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_rotate.outlined.svg b/Symbolic/Resources/material-icons/crop_rotate.outlined.svg new file mode 100644 index 0000000000..b17e4d3fae --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_rotate.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_rotate.round.svg b/Symbolic/Resources/material-icons/crop_rotate.round.svg new file mode 100644 index 0000000000..48950fd21b --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_rotate.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_rotate.sharp.svg b/Symbolic/Resources/material-icons/crop_rotate.sharp.svg new file mode 100644 index 0000000000..1977e32bc9 --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_rotate.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_rotate.twotone.svg b/Symbolic/Resources/material-icons/crop_rotate.twotone.svg new file mode 100644 index 0000000000..d21e38c724 --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_rotate.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_square.default.svg b/Symbolic/Resources/material-icons/crop_square.default.svg new file mode 100644 index 0000000000..3c782e6e86 --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_square.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_square.outlined.svg b/Symbolic/Resources/material-icons/crop_square.outlined.svg new file mode 100644 index 0000000000..f784f15dec --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_square.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_square.round.svg b/Symbolic/Resources/material-icons/crop_square.round.svg new file mode 100644 index 0000000000..56e8ae29a0 --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_square.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_square.sharp.svg b/Symbolic/Resources/material-icons/crop_square.sharp.svg new file mode 100644 index 0000000000..1c31adf7b6 --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_square.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/crop_square.twotone.svg b/Symbolic/Resources/material-icons/crop_square.twotone.svg new file mode 100644 index 0000000000..f784f15dec --- /dev/null +++ b/Symbolic/Resources/material-icons/crop_square.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cruelty_free.default.svg b/Symbolic/Resources/material-icons/cruelty_free.default.svg new file mode 100644 index 0000000000..b0ed3264eb --- /dev/null +++ b/Symbolic/Resources/material-icons/cruelty_free.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cruelty_free.outlined.svg b/Symbolic/Resources/material-icons/cruelty_free.outlined.svg new file mode 100644 index 0000000000..eae4be9a14 --- /dev/null +++ b/Symbolic/Resources/material-icons/cruelty_free.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cruelty_free.round.svg b/Symbolic/Resources/material-icons/cruelty_free.round.svg new file mode 100644 index 0000000000..b0ed3264eb --- /dev/null +++ b/Symbolic/Resources/material-icons/cruelty_free.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cruelty_free.sharp.svg b/Symbolic/Resources/material-icons/cruelty_free.sharp.svg new file mode 100644 index 0000000000..b0ed3264eb --- /dev/null +++ b/Symbolic/Resources/material-icons/cruelty_free.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cruelty_free.twotone.svg b/Symbolic/Resources/material-icons/cruelty_free.twotone.svg new file mode 100644 index 0000000000..1de0fa7361 --- /dev/null +++ b/Symbolic/Resources/material-icons/cruelty_free.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/css.default.svg b/Symbolic/Resources/material-icons/css.default.svg new file mode 100644 index 0000000000..e966d46e43 --- /dev/null +++ b/Symbolic/Resources/material-icons/css.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/css.outlined.svg b/Symbolic/Resources/material-icons/css.outlined.svg new file mode 100644 index 0000000000..e966d46e43 --- /dev/null +++ b/Symbolic/Resources/material-icons/css.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/css.round.svg b/Symbolic/Resources/material-icons/css.round.svg new file mode 100644 index 0000000000..c89ea1f499 --- /dev/null +++ b/Symbolic/Resources/material-icons/css.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/css.sharp.svg b/Symbolic/Resources/material-icons/css.sharp.svg new file mode 100644 index 0000000000..3a0d6a8468 --- /dev/null +++ b/Symbolic/Resources/material-icons/css.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/css.twotone.svg b/Symbolic/Resources/material-icons/css.twotone.svg new file mode 100644 index 0000000000..e966d46e43 --- /dev/null +++ b/Symbolic/Resources/material-icons/css.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_bitcoin.default.svg b/Symbolic/Resources/material-icons/currency_bitcoin.default.svg new file mode 100644 index 0000000000..08c45fd38e --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_bitcoin.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_bitcoin.outlined.svg b/Symbolic/Resources/material-icons/currency_bitcoin.outlined.svg new file mode 100644 index 0000000000..08c45fd38e --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_bitcoin.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_bitcoin.round.svg b/Symbolic/Resources/material-icons/currency_bitcoin.round.svg new file mode 100644 index 0000000000..94c18f0c1e --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_bitcoin.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_bitcoin.sharp.svg b/Symbolic/Resources/material-icons/currency_bitcoin.sharp.svg new file mode 100644 index 0000000000..08c45fd38e --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_bitcoin.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_bitcoin.twotone.svg b/Symbolic/Resources/material-icons/currency_bitcoin.twotone.svg new file mode 100644 index 0000000000..08c45fd38e --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_bitcoin.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_exchange.default.svg b/Symbolic/Resources/material-icons/currency_exchange.default.svg new file mode 100644 index 0000000000..e5b25c43f4 --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_exchange.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_exchange.outlined.svg b/Symbolic/Resources/material-icons/currency_exchange.outlined.svg new file mode 100644 index 0000000000..e5b25c43f4 --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_exchange.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_exchange.round.svg b/Symbolic/Resources/material-icons/currency_exchange.round.svg new file mode 100644 index 0000000000..614111cb29 --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_exchange.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_exchange.sharp.svg b/Symbolic/Resources/material-icons/currency_exchange.sharp.svg new file mode 100644 index 0000000000..e5b25c43f4 --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_exchange.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_exchange.twotone.svg b/Symbolic/Resources/material-icons/currency_exchange.twotone.svg new file mode 100644 index 0000000000..e5b25c43f4 --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_exchange.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_franc.default.svg b/Symbolic/Resources/material-icons/currency_franc.default.svg new file mode 100644 index 0000000000..2d28bf70c8 --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_franc.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_franc.outlined.svg b/Symbolic/Resources/material-icons/currency_franc.outlined.svg new file mode 100644 index 0000000000..2d28bf70c8 --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_franc.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_franc.round.svg b/Symbolic/Resources/material-icons/currency_franc.round.svg new file mode 100644 index 0000000000..90fe7273bb --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_franc.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_franc.sharp.svg b/Symbolic/Resources/material-icons/currency_franc.sharp.svg new file mode 100644 index 0000000000..2d28bf70c8 --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_franc.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_franc.twotone.svg b/Symbolic/Resources/material-icons/currency_franc.twotone.svg new file mode 100644 index 0000000000..2d28bf70c8 --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_franc.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_lira.default.svg b/Symbolic/Resources/material-icons/currency_lira.default.svg new file mode 100644 index 0000000000..f180310cc5 --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_lira.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_lira.outlined.svg b/Symbolic/Resources/material-icons/currency_lira.outlined.svg new file mode 100644 index 0000000000..f180310cc5 --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_lira.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_lira.round.svg b/Symbolic/Resources/material-icons/currency_lira.round.svg new file mode 100644 index 0000000000..ebb53583a7 --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_lira.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_lira.sharp.svg b/Symbolic/Resources/material-icons/currency_lira.sharp.svg new file mode 100644 index 0000000000..f180310cc5 --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_lira.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_lira.twotone.svg b/Symbolic/Resources/material-icons/currency_lira.twotone.svg new file mode 100644 index 0000000000..f180310cc5 --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_lira.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_pound.default.svg b/Symbolic/Resources/material-icons/currency_pound.default.svg new file mode 100644 index 0000000000..38a7745b31 --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_pound.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_pound.outlined.svg b/Symbolic/Resources/material-icons/currency_pound.outlined.svg new file mode 100644 index 0000000000..38a7745b31 --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_pound.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_pound.round.svg b/Symbolic/Resources/material-icons/currency_pound.round.svg new file mode 100644 index 0000000000..05b8a7f4f0 --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_pound.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_pound.sharp.svg b/Symbolic/Resources/material-icons/currency_pound.sharp.svg new file mode 100644 index 0000000000..38a7745b31 --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_pound.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_pound.twotone.svg b/Symbolic/Resources/material-icons/currency_pound.twotone.svg new file mode 100644 index 0000000000..38a7745b31 --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_pound.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_ruble.default.svg b/Symbolic/Resources/material-icons/currency_ruble.default.svg new file mode 100644 index 0000000000..8d30b119f0 --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_ruble.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_ruble.outlined.svg b/Symbolic/Resources/material-icons/currency_ruble.outlined.svg new file mode 100644 index 0000000000..8d30b119f0 --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_ruble.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_ruble.round.svg b/Symbolic/Resources/material-icons/currency_ruble.round.svg new file mode 100644 index 0000000000..8375be56fa --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_ruble.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_ruble.sharp.svg b/Symbolic/Resources/material-icons/currency_ruble.sharp.svg new file mode 100644 index 0000000000..8d30b119f0 --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_ruble.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_ruble.twotone.svg b/Symbolic/Resources/material-icons/currency_ruble.twotone.svg new file mode 100644 index 0000000000..8d30b119f0 --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_ruble.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_rupee.default.svg b/Symbolic/Resources/material-icons/currency_rupee.default.svg new file mode 100644 index 0000000000..ea73d2de7d --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_rupee.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_rupee.outlined.svg b/Symbolic/Resources/material-icons/currency_rupee.outlined.svg new file mode 100644 index 0000000000..ea73d2de7d --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_rupee.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_rupee.round.svg b/Symbolic/Resources/material-icons/currency_rupee.round.svg new file mode 100644 index 0000000000..f023535631 --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_rupee.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_rupee.sharp.svg b/Symbolic/Resources/material-icons/currency_rupee.sharp.svg new file mode 100644 index 0000000000..ea73d2de7d --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_rupee.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_rupee.twotone.svg b/Symbolic/Resources/material-icons/currency_rupee.twotone.svg new file mode 100644 index 0000000000..ea73d2de7d --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_rupee.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_yen.default.svg b/Symbolic/Resources/material-icons/currency_yen.default.svg new file mode 100644 index 0000000000..e875db7c5d --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_yen.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_yen.outlined.svg b/Symbolic/Resources/material-icons/currency_yen.outlined.svg new file mode 100644 index 0000000000..e875db7c5d --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_yen.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_yen.round.svg b/Symbolic/Resources/material-icons/currency_yen.round.svg new file mode 100644 index 0000000000..8a566d09fb --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_yen.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_yen.sharp.svg b/Symbolic/Resources/material-icons/currency_yen.sharp.svg new file mode 100644 index 0000000000..e875db7c5d --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_yen.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_yen.twotone.svg b/Symbolic/Resources/material-icons/currency_yen.twotone.svg new file mode 100644 index 0000000000..e875db7c5d --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_yen.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_yuan.default.svg b/Symbolic/Resources/material-icons/currency_yuan.default.svg new file mode 100644 index 0000000000..4586f56be6 --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_yuan.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_yuan.outlined.svg b/Symbolic/Resources/material-icons/currency_yuan.outlined.svg new file mode 100644 index 0000000000..4586f56be6 --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_yuan.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_yuan.round.svg b/Symbolic/Resources/material-icons/currency_yuan.round.svg new file mode 100644 index 0000000000..0619d6edc7 --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_yuan.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_yuan.sharp.svg b/Symbolic/Resources/material-icons/currency_yuan.sharp.svg new file mode 100644 index 0000000000..4586f56be6 --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_yuan.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/currency_yuan.twotone.svg b/Symbolic/Resources/material-icons/currency_yuan.twotone.svg new file mode 100644 index 0000000000..4586f56be6 --- /dev/null +++ b/Symbolic/Resources/material-icons/currency_yuan.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/curtains.default.svg b/Symbolic/Resources/material-icons/curtains.default.svg new file mode 100644 index 0000000000..e7915c90c0 --- /dev/null +++ b/Symbolic/Resources/material-icons/curtains.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/curtains.outlined.svg b/Symbolic/Resources/material-icons/curtains.outlined.svg new file mode 100644 index 0000000000..3235271c4d --- /dev/null +++ b/Symbolic/Resources/material-icons/curtains.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/curtains.round.svg b/Symbolic/Resources/material-icons/curtains.round.svg new file mode 100644 index 0000000000..719861dd1c --- /dev/null +++ b/Symbolic/Resources/material-icons/curtains.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/curtains.sharp.svg b/Symbolic/Resources/material-icons/curtains.sharp.svg new file mode 100644 index 0000000000..e7915c90c0 --- /dev/null +++ b/Symbolic/Resources/material-icons/curtains.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/curtains.twotone.svg b/Symbolic/Resources/material-icons/curtains.twotone.svg new file mode 100644 index 0000000000..3895a43491 --- /dev/null +++ b/Symbolic/Resources/material-icons/curtains.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/curtains_closed.default.svg b/Symbolic/Resources/material-icons/curtains_closed.default.svg new file mode 100644 index 0000000000..1034b826dd --- /dev/null +++ b/Symbolic/Resources/material-icons/curtains_closed.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/curtains_closed.outlined.svg b/Symbolic/Resources/material-icons/curtains_closed.outlined.svg new file mode 100644 index 0000000000..197e6c2b44 --- /dev/null +++ b/Symbolic/Resources/material-icons/curtains_closed.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/curtains_closed.round.svg b/Symbolic/Resources/material-icons/curtains_closed.round.svg new file mode 100644 index 0000000000..ef2f5a9139 --- /dev/null +++ b/Symbolic/Resources/material-icons/curtains_closed.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/curtains_closed.sharp.svg b/Symbolic/Resources/material-icons/curtains_closed.sharp.svg new file mode 100644 index 0000000000..1034b826dd --- /dev/null +++ b/Symbolic/Resources/material-icons/curtains_closed.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/curtains_closed.twotone.svg b/Symbolic/Resources/material-icons/curtains_closed.twotone.svg new file mode 100644 index 0000000000..108f1d3a85 --- /dev/null +++ b/Symbolic/Resources/material-icons/curtains_closed.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cyclone.default.svg b/Symbolic/Resources/material-icons/cyclone.default.svg new file mode 100644 index 0000000000..e9ec2d9f4a --- /dev/null +++ b/Symbolic/Resources/material-icons/cyclone.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cyclone.outlined.svg b/Symbolic/Resources/material-icons/cyclone.outlined.svg new file mode 100644 index 0000000000..e9ec2d9f4a --- /dev/null +++ b/Symbolic/Resources/material-icons/cyclone.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cyclone.round.svg b/Symbolic/Resources/material-icons/cyclone.round.svg new file mode 100644 index 0000000000..c4298f60ec --- /dev/null +++ b/Symbolic/Resources/material-icons/cyclone.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cyclone.sharp.svg b/Symbolic/Resources/material-icons/cyclone.sharp.svg new file mode 100644 index 0000000000..e9ec2d9f4a --- /dev/null +++ b/Symbolic/Resources/material-icons/cyclone.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/cyclone.twotone.svg b/Symbolic/Resources/material-icons/cyclone.twotone.svg new file mode 100644 index 0000000000..2973a86aee --- /dev/null +++ b/Symbolic/Resources/material-icons/cyclone.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dangerous.default.svg b/Symbolic/Resources/material-icons/dangerous.default.svg new file mode 100644 index 0000000000..196a44bb35 --- /dev/null +++ b/Symbolic/Resources/material-icons/dangerous.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dangerous.outlined.svg b/Symbolic/Resources/material-icons/dangerous.outlined.svg new file mode 100644 index 0000000000..bad06c1120 --- /dev/null +++ b/Symbolic/Resources/material-icons/dangerous.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dangerous.round.svg b/Symbolic/Resources/material-icons/dangerous.round.svg new file mode 100644 index 0000000000..2d616796c0 --- /dev/null +++ b/Symbolic/Resources/material-icons/dangerous.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dangerous.sharp.svg b/Symbolic/Resources/material-icons/dangerous.sharp.svg new file mode 100644 index 0000000000..4f0ba51ede --- /dev/null +++ b/Symbolic/Resources/material-icons/dangerous.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dangerous.twotone.svg b/Symbolic/Resources/material-icons/dangerous.twotone.svg new file mode 100644 index 0000000000..d7475e78d1 --- /dev/null +++ b/Symbolic/Resources/material-icons/dangerous.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dark_mode.default.svg b/Symbolic/Resources/material-icons/dark_mode.default.svg new file mode 100644 index 0000000000..d183ecdb3f --- /dev/null +++ b/Symbolic/Resources/material-icons/dark_mode.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dark_mode.outlined.svg b/Symbolic/Resources/material-icons/dark_mode.outlined.svg new file mode 100644 index 0000000000..505d6036d5 --- /dev/null +++ b/Symbolic/Resources/material-icons/dark_mode.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dark_mode.round.svg b/Symbolic/Resources/material-icons/dark_mode.round.svg new file mode 100644 index 0000000000..72fca7623a --- /dev/null +++ b/Symbolic/Resources/material-icons/dark_mode.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dark_mode.sharp.svg b/Symbolic/Resources/material-icons/dark_mode.sharp.svg new file mode 100644 index 0000000000..d183ecdb3f --- /dev/null +++ b/Symbolic/Resources/material-icons/dark_mode.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dark_mode.twotone.svg b/Symbolic/Resources/material-icons/dark_mode.twotone.svg new file mode 100644 index 0000000000..18d13d4935 --- /dev/null +++ b/Symbolic/Resources/material-icons/dark_mode.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dashboard.default.svg b/Symbolic/Resources/material-icons/dashboard.default.svg new file mode 100644 index 0000000000..398f7c0662 --- /dev/null +++ b/Symbolic/Resources/material-icons/dashboard.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dashboard.outlined.svg b/Symbolic/Resources/material-icons/dashboard.outlined.svg new file mode 100644 index 0000000000..073fc3ea64 --- /dev/null +++ b/Symbolic/Resources/material-icons/dashboard.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dashboard.round.svg b/Symbolic/Resources/material-icons/dashboard.round.svg new file mode 100644 index 0000000000..c47c89adcb --- /dev/null +++ b/Symbolic/Resources/material-icons/dashboard.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dashboard.sharp.svg b/Symbolic/Resources/material-icons/dashboard.sharp.svg new file mode 100644 index 0000000000..efc97e068e --- /dev/null +++ b/Symbolic/Resources/material-icons/dashboard.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dashboard.twotone.svg b/Symbolic/Resources/material-icons/dashboard.twotone.svg new file mode 100644 index 0000000000..3b074d7103 --- /dev/null +++ b/Symbolic/Resources/material-icons/dashboard.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dashboard_customize.default.svg b/Symbolic/Resources/material-icons/dashboard_customize.default.svg new file mode 100644 index 0000000000..4b352043b1 --- /dev/null +++ b/Symbolic/Resources/material-icons/dashboard_customize.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dashboard_customize.outlined.svg b/Symbolic/Resources/material-icons/dashboard_customize.outlined.svg new file mode 100644 index 0000000000..cd2363205a --- /dev/null +++ b/Symbolic/Resources/material-icons/dashboard_customize.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dashboard_customize.round.svg b/Symbolic/Resources/material-icons/dashboard_customize.round.svg new file mode 100644 index 0000000000..ff90aca5a5 --- /dev/null +++ b/Symbolic/Resources/material-icons/dashboard_customize.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dashboard_customize.sharp.svg b/Symbolic/Resources/material-icons/dashboard_customize.sharp.svg new file mode 100644 index 0000000000..10526734bf --- /dev/null +++ b/Symbolic/Resources/material-icons/dashboard_customize.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dashboard_customize.twotone.svg b/Symbolic/Resources/material-icons/dashboard_customize.twotone.svg new file mode 100644 index 0000000000..a3da592fc5 --- /dev/null +++ b/Symbolic/Resources/material-icons/dashboard_customize.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/data_array.default.svg b/Symbolic/Resources/material-icons/data_array.default.svg new file mode 100644 index 0000000000..72d3ef9211 --- /dev/null +++ b/Symbolic/Resources/material-icons/data_array.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/data_array.outlined.svg b/Symbolic/Resources/material-icons/data_array.outlined.svg new file mode 100644 index 0000000000..72d3ef9211 --- /dev/null +++ b/Symbolic/Resources/material-icons/data_array.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/data_array.round.svg b/Symbolic/Resources/material-icons/data_array.round.svg new file mode 100644 index 0000000000..87bb554a1a --- /dev/null +++ b/Symbolic/Resources/material-icons/data_array.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/data_array.sharp.svg b/Symbolic/Resources/material-icons/data_array.sharp.svg new file mode 100644 index 0000000000..72d3ef9211 --- /dev/null +++ b/Symbolic/Resources/material-icons/data_array.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/data_array.twotone.svg b/Symbolic/Resources/material-icons/data_array.twotone.svg new file mode 100644 index 0000000000..72d3ef9211 --- /dev/null +++ b/Symbolic/Resources/material-icons/data_array.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/data_exploration.default.svg b/Symbolic/Resources/material-icons/data_exploration.default.svg new file mode 100644 index 0000000000..4fa5e7565e --- /dev/null +++ b/Symbolic/Resources/material-icons/data_exploration.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/data_exploration.outlined.svg b/Symbolic/Resources/material-icons/data_exploration.outlined.svg new file mode 100644 index 0000000000..c509aa7ad5 --- /dev/null +++ b/Symbolic/Resources/material-icons/data_exploration.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/data_exploration.round.svg b/Symbolic/Resources/material-icons/data_exploration.round.svg new file mode 100644 index 0000000000..65c13501c4 --- /dev/null +++ b/Symbolic/Resources/material-icons/data_exploration.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/data_exploration.sharp.svg b/Symbolic/Resources/material-icons/data_exploration.sharp.svg new file mode 100644 index 0000000000..6a1169d7e0 --- /dev/null +++ b/Symbolic/Resources/material-icons/data_exploration.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/data_exploration.twotone.svg b/Symbolic/Resources/material-icons/data_exploration.twotone.svg new file mode 100644 index 0000000000..86ea3a2e53 --- /dev/null +++ b/Symbolic/Resources/material-icons/data_exploration.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/data_object.default.svg b/Symbolic/Resources/material-icons/data_object.default.svg new file mode 100644 index 0000000000..84e94d1a29 --- /dev/null +++ b/Symbolic/Resources/material-icons/data_object.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/data_object.outlined.svg b/Symbolic/Resources/material-icons/data_object.outlined.svg new file mode 100644 index 0000000000..84e94d1a29 --- /dev/null +++ b/Symbolic/Resources/material-icons/data_object.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/data_object.round.svg b/Symbolic/Resources/material-icons/data_object.round.svg new file mode 100644 index 0000000000..319e020720 --- /dev/null +++ b/Symbolic/Resources/material-icons/data_object.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/data_object.sharp.svg b/Symbolic/Resources/material-icons/data_object.sharp.svg new file mode 100644 index 0000000000..3fb014e460 --- /dev/null +++ b/Symbolic/Resources/material-icons/data_object.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/data_object.twotone.svg b/Symbolic/Resources/material-icons/data_object.twotone.svg new file mode 100644 index 0000000000..84e94d1a29 --- /dev/null +++ b/Symbolic/Resources/material-icons/data_object.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/data_saver_off.default.svg b/Symbolic/Resources/material-icons/data_saver_off.default.svg new file mode 100644 index 0000000000..31046defa3 --- /dev/null +++ b/Symbolic/Resources/material-icons/data_saver_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/data_saver_off.outlined.svg b/Symbolic/Resources/material-icons/data_saver_off.outlined.svg new file mode 100644 index 0000000000..31046defa3 --- /dev/null +++ b/Symbolic/Resources/material-icons/data_saver_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/data_saver_off.round.svg b/Symbolic/Resources/material-icons/data_saver_off.round.svg new file mode 100644 index 0000000000..31046defa3 --- /dev/null +++ b/Symbolic/Resources/material-icons/data_saver_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/data_saver_off.sharp.svg b/Symbolic/Resources/material-icons/data_saver_off.sharp.svg new file mode 100644 index 0000000000..31046defa3 --- /dev/null +++ b/Symbolic/Resources/material-icons/data_saver_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/data_saver_off.twotone.svg b/Symbolic/Resources/material-icons/data_saver_off.twotone.svg new file mode 100644 index 0000000000..31046defa3 --- /dev/null +++ b/Symbolic/Resources/material-icons/data_saver_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/data_saver_on.default.svg b/Symbolic/Resources/material-icons/data_saver_on.default.svg new file mode 100644 index 0000000000..73f1275705 --- /dev/null +++ b/Symbolic/Resources/material-icons/data_saver_on.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/data_saver_on.outlined.svg b/Symbolic/Resources/material-icons/data_saver_on.outlined.svg new file mode 100644 index 0000000000..73f1275705 --- /dev/null +++ b/Symbolic/Resources/material-icons/data_saver_on.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/data_saver_on.round.svg b/Symbolic/Resources/material-icons/data_saver_on.round.svg new file mode 100644 index 0000000000..a47c487961 --- /dev/null +++ b/Symbolic/Resources/material-icons/data_saver_on.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/data_saver_on.sharp.svg b/Symbolic/Resources/material-icons/data_saver_on.sharp.svg new file mode 100644 index 0000000000..73f1275705 --- /dev/null +++ b/Symbolic/Resources/material-icons/data_saver_on.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/data_saver_on.twotone.svg b/Symbolic/Resources/material-icons/data_saver_on.twotone.svg new file mode 100644 index 0000000000..73f1275705 --- /dev/null +++ b/Symbolic/Resources/material-icons/data_saver_on.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/data_thresholding.default.svg b/Symbolic/Resources/material-icons/data_thresholding.default.svg new file mode 100644 index 0000000000..1ba9a5ca79 --- /dev/null +++ b/Symbolic/Resources/material-icons/data_thresholding.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/data_thresholding.outlined.svg b/Symbolic/Resources/material-icons/data_thresholding.outlined.svg new file mode 100644 index 0000000000..5cc530fd32 --- /dev/null +++ b/Symbolic/Resources/material-icons/data_thresholding.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/data_thresholding.round.svg b/Symbolic/Resources/material-icons/data_thresholding.round.svg new file mode 100644 index 0000000000..149804d6c1 --- /dev/null +++ b/Symbolic/Resources/material-icons/data_thresholding.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/data_thresholding.sharp.svg b/Symbolic/Resources/material-icons/data_thresholding.sharp.svg new file mode 100644 index 0000000000..0f581820e8 --- /dev/null +++ b/Symbolic/Resources/material-icons/data_thresholding.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/data_thresholding.twotone.svg b/Symbolic/Resources/material-icons/data_thresholding.twotone.svg new file mode 100644 index 0000000000..1da7928b2d --- /dev/null +++ b/Symbolic/Resources/material-icons/data_thresholding.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/data_usage.default.svg b/Symbolic/Resources/material-icons/data_usage.default.svg new file mode 100644 index 0000000000..6c6d20a30f --- /dev/null +++ b/Symbolic/Resources/material-icons/data_usage.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/data_usage.outlined.svg b/Symbolic/Resources/material-icons/data_usage.outlined.svg new file mode 100644 index 0000000000..0d3d961716 --- /dev/null +++ b/Symbolic/Resources/material-icons/data_usage.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/data_usage.round.svg b/Symbolic/Resources/material-icons/data_usage.round.svg new file mode 100644 index 0000000000..f0503e9d19 --- /dev/null +++ b/Symbolic/Resources/material-icons/data_usage.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/data_usage.sharp.svg b/Symbolic/Resources/material-icons/data_usage.sharp.svg new file mode 100644 index 0000000000..0d3d961716 --- /dev/null +++ b/Symbolic/Resources/material-icons/data_usage.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/data_usage.twotone.svg b/Symbolic/Resources/material-icons/data_usage.twotone.svg new file mode 100644 index 0000000000..0d3d961716 --- /dev/null +++ b/Symbolic/Resources/material-icons/data_usage.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dataset.default.svg b/Symbolic/Resources/material-icons/dataset.default.svg new file mode 100644 index 0000000000..6ae212bdfa --- /dev/null +++ b/Symbolic/Resources/material-icons/dataset.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dataset.outlined.svg b/Symbolic/Resources/material-icons/dataset.outlined.svg new file mode 100644 index 0000000000..345ab25292 --- /dev/null +++ b/Symbolic/Resources/material-icons/dataset.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dataset.round.svg b/Symbolic/Resources/material-icons/dataset.round.svg new file mode 100644 index 0000000000..c213177cbe --- /dev/null +++ b/Symbolic/Resources/material-icons/dataset.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dataset.sharp.svg b/Symbolic/Resources/material-icons/dataset.sharp.svg new file mode 100644 index 0000000000..fe9bec953b --- /dev/null +++ b/Symbolic/Resources/material-icons/dataset.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dataset.twotone.svg b/Symbolic/Resources/material-icons/dataset.twotone.svg new file mode 100644 index 0000000000..410153c79b --- /dev/null +++ b/Symbolic/Resources/material-icons/dataset.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dataset_linked.default.svg b/Symbolic/Resources/material-icons/dataset_linked.default.svg new file mode 100644 index 0000000000..f8c7d7b9a5 --- /dev/null +++ b/Symbolic/Resources/material-icons/dataset_linked.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dataset_linked.outlined.svg b/Symbolic/Resources/material-icons/dataset_linked.outlined.svg new file mode 100644 index 0000000000..0c108f7a82 --- /dev/null +++ b/Symbolic/Resources/material-icons/dataset_linked.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dataset_linked.round.svg b/Symbolic/Resources/material-icons/dataset_linked.round.svg new file mode 100644 index 0000000000..d498267c23 --- /dev/null +++ b/Symbolic/Resources/material-icons/dataset_linked.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dataset_linked.sharp.svg b/Symbolic/Resources/material-icons/dataset_linked.sharp.svg new file mode 100644 index 0000000000..2a13ec6c0f --- /dev/null +++ b/Symbolic/Resources/material-icons/dataset_linked.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dataset_linked.twotone.svg b/Symbolic/Resources/material-icons/dataset_linked.twotone.svg new file mode 100644 index 0000000000..b0725d6b3f --- /dev/null +++ b/Symbolic/Resources/material-icons/dataset_linked.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/date_range.default.svg b/Symbolic/Resources/material-icons/date_range.default.svg new file mode 100644 index 0000000000..170c919173 --- /dev/null +++ b/Symbolic/Resources/material-icons/date_range.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/date_range.outlined.svg b/Symbolic/Resources/material-icons/date_range.outlined.svg new file mode 100644 index 0000000000..701895e076 --- /dev/null +++ b/Symbolic/Resources/material-icons/date_range.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/date_range.round.svg b/Symbolic/Resources/material-icons/date_range.round.svg new file mode 100644 index 0000000000..22f4c27e6e --- /dev/null +++ b/Symbolic/Resources/material-icons/date_range.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/date_range.sharp.svg b/Symbolic/Resources/material-icons/date_range.sharp.svg new file mode 100644 index 0000000000..5d735061d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/date_range.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/date_range.twotone.svg b/Symbolic/Resources/material-icons/date_range.twotone.svg new file mode 100644 index 0000000000..82b650716f --- /dev/null +++ b/Symbolic/Resources/material-icons/date_range.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/deblur.default.svg b/Symbolic/Resources/material-icons/deblur.default.svg new file mode 100644 index 0000000000..b535495587 --- /dev/null +++ b/Symbolic/Resources/material-icons/deblur.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/deblur.outlined.svg b/Symbolic/Resources/material-icons/deblur.outlined.svg new file mode 100644 index 0000000000..c1703a56f4 --- /dev/null +++ b/Symbolic/Resources/material-icons/deblur.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/deblur.round.svg b/Symbolic/Resources/material-icons/deblur.round.svg new file mode 100644 index 0000000000..38f7810781 --- /dev/null +++ b/Symbolic/Resources/material-icons/deblur.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/deblur.sharp.svg b/Symbolic/Resources/material-icons/deblur.sharp.svg new file mode 100644 index 0000000000..b535495587 --- /dev/null +++ b/Symbolic/Resources/material-icons/deblur.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/deblur.twotone.svg b/Symbolic/Resources/material-icons/deblur.twotone.svg new file mode 100644 index 0000000000..afc9d4ead6 --- /dev/null +++ b/Symbolic/Resources/material-icons/deblur.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/deck.default.svg b/Symbolic/Resources/material-icons/deck.default.svg new file mode 100644 index 0000000000..31a97f60e8 --- /dev/null +++ b/Symbolic/Resources/material-icons/deck.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/deck.outlined.svg b/Symbolic/Resources/material-icons/deck.outlined.svg new file mode 100644 index 0000000000..04bf3686d6 --- /dev/null +++ b/Symbolic/Resources/material-icons/deck.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/deck.round.svg b/Symbolic/Resources/material-icons/deck.round.svg new file mode 100644 index 0000000000..2078006c38 --- /dev/null +++ b/Symbolic/Resources/material-icons/deck.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/deck.sharp.svg b/Symbolic/Resources/material-icons/deck.sharp.svg new file mode 100644 index 0000000000..31a97f60e8 --- /dev/null +++ b/Symbolic/Resources/material-icons/deck.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/deck.twotone.svg b/Symbolic/Resources/material-icons/deck.twotone.svg new file mode 100644 index 0000000000..35b7e3c56d --- /dev/null +++ b/Symbolic/Resources/material-icons/deck.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dehaze.default.svg b/Symbolic/Resources/material-icons/dehaze.default.svg new file mode 100644 index 0000000000..7a3c243d87 --- /dev/null +++ b/Symbolic/Resources/material-icons/dehaze.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dehaze.outlined.svg b/Symbolic/Resources/material-icons/dehaze.outlined.svg new file mode 100644 index 0000000000..fbdafff13c --- /dev/null +++ b/Symbolic/Resources/material-icons/dehaze.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dehaze.round.svg b/Symbolic/Resources/material-icons/dehaze.round.svg new file mode 100644 index 0000000000..99dca97c2f --- /dev/null +++ b/Symbolic/Resources/material-icons/dehaze.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dehaze.sharp.svg b/Symbolic/Resources/material-icons/dehaze.sharp.svg new file mode 100644 index 0000000000..fbdafff13c --- /dev/null +++ b/Symbolic/Resources/material-icons/dehaze.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dehaze.twotone.svg b/Symbolic/Resources/material-icons/dehaze.twotone.svg new file mode 100644 index 0000000000..fbdafff13c --- /dev/null +++ b/Symbolic/Resources/material-icons/dehaze.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/delete.default.svg b/Symbolic/Resources/material-icons/delete.default.svg new file mode 100644 index 0000000000..3acec0ade1 --- /dev/null +++ b/Symbolic/Resources/material-icons/delete.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/delete.outlined.svg b/Symbolic/Resources/material-icons/delete.outlined.svg new file mode 100644 index 0000000000..1bcf8c7b8c --- /dev/null +++ b/Symbolic/Resources/material-icons/delete.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/delete.round.svg b/Symbolic/Resources/material-icons/delete.round.svg new file mode 100644 index 0000000000..abf650c16f --- /dev/null +++ b/Symbolic/Resources/material-icons/delete.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/delete.sharp.svg b/Symbolic/Resources/material-icons/delete.sharp.svg new file mode 100644 index 0000000000..8f6e9a279a --- /dev/null +++ b/Symbolic/Resources/material-icons/delete.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/delete.twotone.svg b/Symbolic/Resources/material-icons/delete.twotone.svg new file mode 100644 index 0000000000..fd71477adf --- /dev/null +++ b/Symbolic/Resources/material-icons/delete.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/delete_forever.default.svg b/Symbolic/Resources/material-icons/delete_forever.default.svg new file mode 100644 index 0000000000..b61a3cc346 --- /dev/null +++ b/Symbolic/Resources/material-icons/delete_forever.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/delete_forever.outlined.svg b/Symbolic/Resources/material-icons/delete_forever.outlined.svg new file mode 100644 index 0000000000..311c6637cf --- /dev/null +++ b/Symbolic/Resources/material-icons/delete_forever.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/delete_forever.round.svg b/Symbolic/Resources/material-icons/delete_forever.round.svg new file mode 100644 index 0000000000..b0ee92856d --- /dev/null +++ b/Symbolic/Resources/material-icons/delete_forever.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/delete_forever.sharp.svg b/Symbolic/Resources/material-icons/delete_forever.sharp.svg new file mode 100644 index 0000000000..e792ce4ab6 --- /dev/null +++ b/Symbolic/Resources/material-icons/delete_forever.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/delete_forever.twotone.svg b/Symbolic/Resources/material-icons/delete_forever.twotone.svg new file mode 100644 index 0000000000..8b49574677 --- /dev/null +++ b/Symbolic/Resources/material-icons/delete_forever.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/delete_outline.default.svg b/Symbolic/Resources/material-icons/delete_outline.default.svg new file mode 100644 index 0000000000..e09c06ae38 --- /dev/null +++ b/Symbolic/Resources/material-icons/delete_outline.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/delete_outline.outlined.svg b/Symbolic/Resources/material-icons/delete_outline.outlined.svg new file mode 100644 index 0000000000..39672a333b --- /dev/null +++ b/Symbolic/Resources/material-icons/delete_outline.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/delete_outline.round.svg b/Symbolic/Resources/material-icons/delete_outline.round.svg new file mode 100644 index 0000000000..31ff515582 --- /dev/null +++ b/Symbolic/Resources/material-icons/delete_outline.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/delete_outline.sharp.svg b/Symbolic/Resources/material-icons/delete_outline.sharp.svg new file mode 100644 index 0000000000..31861b0f20 --- /dev/null +++ b/Symbolic/Resources/material-icons/delete_outline.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/delete_outline.twotone.svg b/Symbolic/Resources/material-icons/delete_outline.twotone.svg new file mode 100644 index 0000000000..39672a333b --- /dev/null +++ b/Symbolic/Resources/material-icons/delete_outline.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/delete_sweep.default.svg b/Symbolic/Resources/material-icons/delete_sweep.default.svg new file mode 100644 index 0000000000..641397475d --- /dev/null +++ b/Symbolic/Resources/material-icons/delete_sweep.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/delete_sweep.outlined.svg b/Symbolic/Resources/material-icons/delete_sweep.outlined.svg new file mode 100644 index 0000000000..24befc4c6a --- /dev/null +++ b/Symbolic/Resources/material-icons/delete_sweep.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/delete_sweep.round.svg b/Symbolic/Resources/material-icons/delete_sweep.round.svg new file mode 100644 index 0000000000..7a882016c3 --- /dev/null +++ b/Symbolic/Resources/material-icons/delete_sweep.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/delete_sweep.sharp.svg b/Symbolic/Resources/material-icons/delete_sweep.sharp.svg new file mode 100644 index 0000000000..85b9aeb749 --- /dev/null +++ b/Symbolic/Resources/material-icons/delete_sweep.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/delete_sweep.twotone.svg b/Symbolic/Resources/material-icons/delete_sweep.twotone.svg new file mode 100644 index 0000000000..9c0f671663 --- /dev/null +++ b/Symbolic/Resources/material-icons/delete_sweep.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/delivery_dining.default.svg b/Symbolic/Resources/material-icons/delivery_dining.default.svg new file mode 100644 index 0000000000..768dadf927 --- /dev/null +++ b/Symbolic/Resources/material-icons/delivery_dining.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/delivery_dining.outlined.svg b/Symbolic/Resources/material-icons/delivery_dining.outlined.svg new file mode 100644 index 0000000000..8d4876e7aa --- /dev/null +++ b/Symbolic/Resources/material-icons/delivery_dining.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/delivery_dining.round.svg b/Symbolic/Resources/material-icons/delivery_dining.round.svg new file mode 100644 index 0000000000..25f101e05b --- /dev/null +++ b/Symbolic/Resources/material-icons/delivery_dining.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/delivery_dining.sharp.svg b/Symbolic/Resources/material-icons/delivery_dining.sharp.svg new file mode 100644 index 0000000000..446373ef8e --- /dev/null +++ b/Symbolic/Resources/material-icons/delivery_dining.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/delivery_dining.twotone.svg b/Symbolic/Resources/material-icons/delivery_dining.twotone.svg new file mode 100644 index 0000000000..7c61800732 --- /dev/null +++ b/Symbolic/Resources/material-icons/delivery_dining.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/density_large.default.svg b/Symbolic/Resources/material-icons/density_large.default.svg new file mode 100644 index 0000000000..919e058e86 --- /dev/null +++ b/Symbolic/Resources/material-icons/density_large.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/density_large.outlined.svg b/Symbolic/Resources/material-icons/density_large.outlined.svg new file mode 100644 index 0000000000..919e058e86 --- /dev/null +++ b/Symbolic/Resources/material-icons/density_large.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/density_large.round.svg b/Symbolic/Resources/material-icons/density_large.round.svg new file mode 100644 index 0000000000..613d40756e --- /dev/null +++ b/Symbolic/Resources/material-icons/density_large.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/density_large.sharp.svg b/Symbolic/Resources/material-icons/density_large.sharp.svg new file mode 100644 index 0000000000..919e058e86 --- /dev/null +++ b/Symbolic/Resources/material-icons/density_large.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/density_large.twotone.svg b/Symbolic/Resources/material-icons/density_large.twotone.svg new file mode 100644 index 0000000000..919e058e86 --- /dev/null +++ b/Symbolic/Resources/material-icons/density_large.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/density_medium.default.svg b/Symbolic/Resources/material-icons/density_medium.default.svg new file mode 100644 index 0000000000..d6ab912565 --- /dev/null +++ b/Symbolic/Resources/material-icons/density_medium.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/density_medium.outlined.svg b/Symbolic/Resources/material-icons/density_medium.outlined.svg new file mode 100644 index 0000000000..d6ab912565 --- /dev/null +++ b/Symbolic/Resources/material-icons/density_medium.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/density_medium.round.svg b/Symbolic/Resources/material-icons/density_medium.round.svg new file mode 100644 index 0000000000..a75fd3d458 --- /dev/null +++ b/Symbolic/Resources/material-icons/density_medium.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/density_medium.sharp.svg b/Symbolic/Resources/material-icons/density_medium.sharp.svg new file mode 100644 index 0000000000..d6ab912565 --- /dev/null +++ b/Symbolic/Resources/material-icons/density_medium.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/density_medium.twotone.svg b/Symbolic/Resources/material-icons/density_medium.twotone.svg new file mode 100644 index 0000000000..d6ab912565 --- /dev/null +++ b/Symbolic/Resources/material-icons/density_medium.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/density_small.default.svg b/Symbolic/Resources/material-icons/density_small.default.svg new file mode 100644 index 0000000000..6bb1bfdd70 --- /dev/null +++ b/Symbolic/Resources/material-icons/density_small.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/density_small.outlined.svg b/Symbolic/Resources/material-icons/density_small.outlined.svg new file mode 100644 index 0000000000..6bb1bfdd70 --- /dev/null +++ b/Symbolic/Resources/material-icons/density_small.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/density_small.round.svg b/Symbolic/Resources/material-icons/density_small.round.svg new file mode 100644 index 0000000000..02fbe4a415 --- /dev/null +++ b/Symbolic/Resources/material-icons/density_small.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/density_small.sharp.svg b/Symbolic/Resources/material-icons/density_small.sharp.svg new file mode 100644 index 0000000000..6bb1bfdd70 --- /dev/null +++ b/Symbolic/Resources/material-icons/density_small.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/density_small.twotone.svg b/Symbolic/Resources/material-icons/density_small.twotone.svg new file mode 100644 index 0000000000..6bb1bfdd70 --- /dev/null +++ b/Symbolic/Resources/material-icons/density_small.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/departure_board.default.svg b/Symbolic/Resources/material-icons/departure_board.default.svg new file mode 100644 index 0000000000..c2392fcb05 --- /dev/null +++ b/Symbolic/Resources/material-icons/departure_board.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/departure_board.outlined.svg b/Symbolic/Resources/material-icons/departure_board.outlined.svg new file mode 100644 index 0000000000..9d123f7a02 --- /dev/null +++ b/Symbolic/Resources/material-icons/departure_board.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/departure_board.round.svg b/Symbolic/Resources/material-icons/departure_board.round.svg new file mode 100644 index 0000000000..1963662ba4 --- /dev/null +++ b/Symbolic/Resources/material-icons/departure_board.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/departure_board.sharp.svg b/Symbolic/Resources/material-icons/departure_board.sharp.svg new file mode 100644 index 0000000000..02888e5a3a --- /dev/null +++ b/Symbolic/Resources/material-icons/departure_board.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/departure_board.twotone.svg b/Symbolic/Resources/material-icons/departure_board.twotone.svg new file mode 100644 index 0000000000..d5a98468e7 --- /dev/null +++ b/Symbolic/Resources/material-icons/departure_board.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/description.default.svg b/Symbolic/Resources/material-icons/description.default.svg new file mode 100644 index 0000000000..8f9446ad42 --- /dev/null +++ b/Symbolic/Resources/material-icons/description.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/description.outlined.svg b/Symbolic/Resources/material-icons/description.outlined.svg new file mode 100644 index 0000000000..fa2daeb71c --- /dev/null +++ b/Symbolic/Resources/material-icons/description.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/description.round.svg b/Symbolic/Resources/material-icons/description.round.svg new file mode 100644 index 0000000000..13133df583 --- /dev/null +++ b/Symbolic/Resources/material-icons/description.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/description.sharp.svg b/Symbolic/Resources/material-icons/description.sharp.svg new file mode 100644 index 0000000000..ff5df9e499 --- /dev/null +++ b/Symbolic/Resources/material-icons/description.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/description.twotone.svg b/Symbolic/Resources/material-icons/description.twotone.svg new file mode 100644 index 0000000000..9792861e8b --- /dev/null +++ b/Symbolic/Resources/material-icons/description.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/deselect.default.svg b/Symbolic/Resources/material-icons/deselect.default.svg new file mode 100644 index 0000000000..51923b7ca5 --- /dev/null +++ b/Symbolic/Resources/material-icons/deselect.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/deselect.outlined.svg b/Symbolic/Resources/material-icons/deselect.outlined.svg new file mode 100644 index 0000000000..51923b7ca5 --- /dev/null +++ b/Symbolic/Resources/material-icons/deselect.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/deselect.round.svg b/Symbolic/Resources/material-icons/deselect.round.svg new file mode 100644 index 0000000000..8d310e81c1 --- /dev/null +++ b/Symbolic/Resources/material-icons/deselect.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/deselect.sharp.svg b/Symbolic/Resources/material-icons/deselect.sharp.svg new file mode 100644 index 0000000000..78d6d15052 --- /dev/null +++ b/Symbolic/Resources/material-icons/deselect.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/deselect.twotone.svg b/Symbolic/Resources/material-icons/deselect.twotone.svg new file mode 100644 index 0000000000..51923b7ca5 --- /dev/null +++ b/Symbolic/Resources/material-icons/deselect.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/design_services.default.svg b/Symbolic/Resources/material-icons/design_services.default.svg new file mode 100644 index 0000000000..9b5c89d0d9 --- /dev/null +++ b/Symbolic/Resources/material-icons/design_services.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/design_services.outlined.svg b/Symbolic/Resources/material-icons/design_services.outlined.svg new file mode 100644 index 0000000000..e5cd56263a --- /dev/null +++ b/Symbolic/Resources/material-icons/design_services.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/design_services.round.svg b/Symbolic/Resources/material-icons/design_services.round.svg new file mode 100644 index 0000000000..1e60bbba29 --- /dev/null +++ b/Symbolic/Resources/material-icons/design_services.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/design_services.sharp.svg b/Symbolic/Resources/material-icons/design_services.sharp.svg new file mode 100644 index 0000000000..26fa2a5532 --- /dev/null +++ b/Symbolic/Resources/material-icons/design_services.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/design_services.twotone.svg b/Symbolic/Resources/material-icons/design_services.twotone.svg new file mode 100644 index 0000000000..8f75e07b76 --- /dev/null +++ b/Symbolic/Resources/material-icons/design_services.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/desk.default.svg b/Symbolic/Resources/material-icons/desk.default.svg new file mode 100644 index 0000000000..90c6ac317b --- /dev/null +++ b/Symbolic/Resources/material-icons/desk.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/desk.outlined.svg b/Symbolic/Resources/material-icons/desk.outlined.svg new file mode 100644 index 0000000000..90c6ac317b --- /dev/null +++ b/Symbolic/Resources/material-icons/desk.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/desk.round.svg b/Symbolic/Resources/material-icons/desk.round.svg new file mode 100644 index 0000000000..e946967f2b --- /dev/null +++ b/Symbolic/Resources/material-icons/desk.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/desk.sharp.svg b/Symbolic/Resources/material-icons/desk.sharp.svg new file mode 100644 index 0000000000..90c6ac317b --- /dev/null +++ b/Symbolic/Resources/material-icons/desk.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/desk.twotone.svg b/Symbolic/Resources/material-icons/desk.twotone.svg new file mode 100644 index 0000000000..9e796474e1 --- /dev/null +++ b/Symbolic/Resources/material-icons/desk.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/desktop_access_disabled.default.svg b/Symbolic/Resources/material-icons/desktop_access_disabled.default.svg new file mode 100644 index 0000000000..7eb2e0ed1d --- /dev/null +++ b/Symbolic/Resources/material-icons/desktop_access_disabled.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/desktop_access_disabled.outlined.svg b/Symbolic/Resources/material-icons/desktop_access_disabled.outlined.svg new file mode 100644 index 0000000000..f0f5bb5fc3 --- /dev/null +++ b/Symbolic/Resources/material-icons/desktop_access_disabled.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/desktop_access_disabled.round.svg b/Symbolic/Resources/material-icons/desktop_access_disabled.round.svg new file mode 100644 index 0000000000..9d5cad2ad6 --- /dev/null +++ b/Symbolic/Resources/material-icons/desktop_access_disabled.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/desktop_access_disabled.sharp.svg b/Symbolic/Resources/material-icons/desktop_access_disabled.sharp.svg new file mode 100644 index 0000000000..3106d20525 --- /dev/null +++ b/Symbolic/Resources/material-icons/desktop_access_disabled.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/desktop_access_disabled.twotone.svg b/Symbolic/Resources/material-icons/desktop_access_disabled.twotone.svg new file mode 100644 index 0000000000..636f98be9c --- /dev/null +++ b/Symbolic/Resources/material-icons/desktop_access_disabled.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/desktop_mac.default.svg b/Symbolic/Resources/material-icons/desktop_mac.default.svg new file mode 100644 index 0000000000..1e134f7721 --- /dev/null +++ b/Symbolic/Resources/material-icons/desktop_mac.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/desktop_mac.outlined.svg b/Symbolic/Resources/material-icons/desktop_mac.outlined.svg new file mode 100644 index 0000000000..0bc9c64d80 --- /dev/null +++ b/Symbolic/Resources/material-icons/desktop_mac.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/desktop_mac.round.svg b/Symbolic/Resources/material-icons/desktop_mac.round.svg new file mode 100644 index 0000000000..c68287a2be --- /dev/null +++ b/Symbolic/Resources/material-icons/desktop_mac.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/desktop_mac.sharp.svg b/Symbolic/Resources/material-icons/desktop_mac.sharp.svg new file mode 100644 index 0000000000..051eee7545 --- /dev/null +++ b/Symbolic/Resources/material-icons/desktop_mac.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/desktop_mac.twotone.svg b/Symbolic/Resources/material-icons/desktop_mac.twotone.svg new file mode 100644 index 0000000000..77afc64a67 --- /dev/null +++ b/Symbolic/Resources/material-icons/desktop_mac.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/desktop_windows.default.svg b/Symbolic/Resources/material-icons/desktop_windows.default.svg new file mode 100644 index 0000000000..41552602ef --- /dev/null +++ b/Symbolic/Resources/material-icons/desktop_windows.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/desktop_windows.outlined.svg b/Symbolic/Resources/material-icons/desktop_windows.outlined.svg new file mode 100644 index 0000000000..6d58e17b7e --- /dev/null +++ b/Symbolic/Resources/material-icons/desktop_windows.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/desktop_windows.round.svg b/Symbolic/Resources/material-icons/desktop_windows.round.svg new file mode 100644 index 0000000000..39fa4e0359 --- /dev/null +++ b/Symbolic/Resources/material-icons/desktop_windows.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/desktop_windows.sharp.svg b/Symbolic/Resources/material-icons/desktop_windows.sharp.svg new file mode 100644 index 0000000000..f87c92ade0 --- /dev/null +++ b/Symbolic/Resources/material-icons/desktop_windows.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/desktop_windows.twotone.svg b/Symbolic/Resources/material-icons/desktop_windows.twotone.svg new file mode 100644 index 0000000000..a514b63be3 --- /dev/null +++ b/Symbolic/Resources/material-icons/desktop_windows.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/details.default.svg b/Symbolic/Resources/material-icons/details.default.svg new file mode 100644 index 0000000000..00aa086fa8 --- /dev/null +++ b/Symbolic/Resources/material-icons/details.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/details.outlined.svg b/Symbolic/Resources/material-icons/details.outlined.svg new file mode 100644 index 0000000000..00aa086fa8 --- /dev/null +++ b/Symbolic/Resources/material-icons/details.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/details.round.svg b/Symbolic/Resources/material-icons/details.round.svg new file mode 100644 index 0000000000..0ef3b73cbd --- /dev/null +++ b/Symbolic/Resources/material-icons/details.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/details.sharp.svg b/Symbolic/Resources/material-icons/details.sharp.svg new file mode 100644 index 0000000000..00aa086fa8 --- /dev/null +++ b/Symbolic/Resources/material-icons/details.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/details.twotone.svg b/Symbolic/Resources/material-icons/details.twotone.svg new file mode 100644 index 0000000000..efeaf6c129 --- /dev/null +++ b/Symbolic/Resources/material-icons/details.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/developer_board.default.svg b/Symbolic/Resources/material-icons/developer_board.default.svg new file mode 100644 index 0000000000..d32609fd94 --- /dev/null +++ b/Symbolic/Resources/material-icons/developer_board.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/developer_board.outlined.svg b/Symbolic/Resources/material-icons/developer_board.outlined.svg new file mode 100644 index 0000000000..29ce48dd29 --- /dev/null +++ b/Symbolic/Resources/material-icons/developer_board.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/developer_board.round.svg b/Symbolic/Resources/material-icons/developer_board.round.svg new file mode 100644 index 0000000000..27052b33bd --- /dev/null +++ b/Symbolic/Resources/material-icons/developer_board.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/developer_board.sharp.svg b/Symbolic/Resources/material-icons/developer_board.sharp.svg new file mode 100644 index 0000000000..626240fbdf --- /dev/null +++ b/Symbolic/Resources/material-icons/developer_board.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/developer_board.twotone.svg b/Symbolic/Resources/material-icons/developer_board.twotone.svg new file mode 100644 index 0000000000..9ef180ce30 --- /dev/null +++ b/Symbolic/Resources/material-icons/developer_board.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/developer_board_off.default.svg b/Symbolic/Resources/material-icons/developer_board_off.default.svg new file mode 100644 index 0000000000..7122865cc5 --- /dev/null +++ b/Symbolic/Resources/material-icons/developer_board_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/developer_board_off.outlined.svg b/Symbolic/Resources/material-icons/developer_board_off.outlined.svg new file mode 100644 index 0000000000..7122865cc5 --- /dev/null +++ b/Symbolic/Resources/material-icons/developer_board_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/developer_board_off.round.svg b/Symbolic/Resources/material-icons/developer_board_off.round.svg new file mode 100644 index 0000000000..a84c26f5aa --- /dev/null +++ b/Symbolic/Resources/material-icons/developer_board_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/developer_board_off.sharp.svg b/Symbolic/Resources/material-icons/developer_board_off.sharp.svg new file mode 100644 index 0000000000..166682a92c --- /dev/null +++ b/Symbolic/Resources/material-icons/developer_board_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/developer_board_off.twotone.svg b/Symbolic/Resources/material-icons/developer_board_off.twotone.svg new file mode 100644 index 0000000000..2157003731 --- /dev/null +++ b/Symbolic/Resources/material-icons/developer_board_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/developer_mode.default.svg b/Symbolic/Resources/material-icons/developer_mode.default.svg new file mode 100644 index 0000000000..3bb448c1d5 --- /dev/null +++ b/Symbolic/Resources/material-icons/developer_mode.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/developer_mode.outlined.svg b/Symbolic/Resources/material-icons/developer_mode.outlined.svg new file mode 100644 index 0000000000..c78bee2b0e --- /dev/null +++ b/Symbolic/Resources/material-icons/developer_mode.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/developer_mode.round.svg b/Symbolic/Resources/material-icons/developer_mode.round.svg new file mode 100644 index 0000000000..21a419b893 --- /dev/null +++ b/Symbolic/Resources/material-icons/developer_mode.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/developer_mode.sharp.svg b/Symbolic/Resources/material-icons/developer_mode.sharp.svg new file mode 100644 index 0000000000..d6a683f300 --- /dev/null +++ b/Symbolic/Resources/material-icons/developer_mode.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/developer_mode.twotone.svg b/Symbolic/Resources/material-icons/developer_mode.twotone.svg new file mode 100644 index 0000000000..c78bee2b0e --- /dev/null +++ b/Symbolic/Resources/material-icons/developer_mode.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/device_hub.default.svg b/Symbolic/Resources/material-icons/device_hub.default.svg new file mode 100644 index 0000000000..e15930ae40 --- /dev/null +++ b/Symbolic/Resources/material-icons/device_hub.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/device_hub.outlined.svg b/Symbolic/Resources/material-icons/device_hub.outlined.svg new file mode 100644 index 0000000000..96107533df --- /dev/null +++ b/Symbolic/Resources/material-icons/device_hub.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/device_hub.round.svg b/Symbolic/Resources/material-icons/device_hub.round.svg new file mode 100644 index 0000000000..453fe3c5e2 --- /dev/null +++ b/Symbolic/Resources/material-icons/device_hub.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/device_hub.sharp.svg b/Symbolic/Resources/material-icons/device_hub.sharp.svg new file mode 100644 index 0000000000..96107533df --- /dev/null +++ b/Symbolic/Resources/material-icons/device_hub.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/device_hub.twotone.svg b/Symbolic/Resources/material-icons/device_hub.twotone.svg new file mode 100644 index 0000000000..96107533df --- /dev/null +++ b/Symbolic/Resources/material-icons/device_hub.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/device_thermostat.default.svg b/Symbolic/Resources/material-icons/device_thermostat.default.svg new file mode 100644 index 0000000000..75a5316818 --- /dev/null +++ b/Symbolic/Resources/material-icons/device_thermostat.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/device_thermostat.outlined.svg b/Symbolic/Resources/material-icons/device_thermostat.outlined.svg new file mode 100644 index 0000000000..4734da8289 --- /dev/null +++ b/Symbolic/Resources/material-icons/device_thermostat.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/device_thermostat.round.svg b/Symbolic/Resources/material-icons/device_thermostat.round.svg new file mode 100644 index 0000000000..4734da8289 --- /dev/null +++ b/Symbolic/Resources/material-icons/device_thermostat.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/device_thermostat.sharp.svg b/Symbolic/Resources/material-icons/device_thermostat.sharp.svg new file mode 100644 index 0000000000..4734da8289 --- /dev/null +++ b/Symbolic/Resources/material-icons/device_thermostat.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/device_thermostat.twotone.svg b/Symbolic/Resources/material-icons/device_thermostat.twotone.svg new file mode 100644 index 0000000000..4734da8289 --- /dev/null +++ b/Symbolic/Resources/material-icons/device_thermostat.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/device_unknown.default.svg b/Symbolic/Resources/material-icons/device_unknown.default.svg new file mode 100644 index 0000000000..d212948582 --- /dev/null +++ b/Symbolic/Resources/material-icons/device_unknown.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/device_unknown.outlined.svg b/Symbolic/Resources/material-icons/device_unknown.outlined.svg new file mode 100644 index 0000000000..35dab8830a --- /dev/null +++ b/Symbolic/Resources/material-icons/device_unknown.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/device_unknown.round.svg b/Symbolic/Resources/material-icons/device_unknown.round.svg new file mode 100644 index 0000000000..231d9a8545 --- /dev/null +++ b/Symbolic/Resources/material-icons/device_unknown.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/device_unknown.sharp.svg b/Symbolic/Resources/material-icons/device_unknown.sharp.svg new file mode 100644 index 0000000000..dac2e28163 --- /dev/null +++ b/Symbolic/Resources/material-icons/device_unknown.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/device_unknown.twotone.svg b/Symbolic/Resources/material-icons/device_unknown.twotone.svg new file mode 100644 index 0000000000..b3430017a6 --- /dev/null +++ b/Symbolic/Resources/material-icons/device_unknown.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/devices.default.svg b/Symbolic/Resources/material-icons/devices.default.svg new file mode 100644 index 0000000000..794ba07018 --- /dev/null +++ b/Symbolic/Resources/material-icons/devices.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/devices.outlined.svg b/Symbolic/Resources/material-icons/devices.outlined.svg new file mode 100644 index 0000000000..3f53ec56a9 --- /dev/null +++ b/Symbolic/Resources/material-icons/devices.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/devices.round.svg b/Symbolic/Resources/material-icons/devices.round.svg new file mode 100644 index 0000000000..bf41dc8646 --- /dev/null +++ b/Symbolic/Resources/material-icons/devices.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/devices.sharp.svg b/Symbolic/Resources/material-icons/devices.sharp.svg new file mode 100644 index 0000000000..081d68aaf7 --- /dev/null +++ b/Symbolic/Resources/material-icons/devices.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/devices.twotone.svg b/Symbolic/Resources/material-icons/devices.twotone.svg new file mode 100644 index 0000000000..08c4579939 --- /dev/null +++ b/Symbolic/Resources/material-icons/devices.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/devices_fold.default.svg b/Symbolic/Resources/material-icons/devices_fold.default.svg new file mode 100644 index 0000000000..4931719d10 --- /dev/null +++ b/Symbolic/Resources/material-icons/devices_fold.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/devices_fold.outlined.svg b/Symbolic/Resources/material-icons/devices_fold.outlined.svg new file mode 100644 index 0000000000..41008d71e9 --- /dev/null +++ b/Symbolic/Resources/material-icons/devices_fold.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/devices_fold.round.svg b/Symbolic/Resources/material-icons/devices_fold.round.svg new file mode 100644 index 0000000000..23f67fd137 --- /dev/null +++ b/Symbolic/Resources/material-icons/devices_fold.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/devices_fold.sharp.svg b/Symbolic/Resources/material-icons/devices_fold.sharp.svg new file mode 100644 index 0000000000..96159d7366 --- /dev/null +++ b/Symbolic/Resources/material-icons/devices_fold.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/devices_fold.twotone.svg b/Symbolic/Resources/material-icons/devices_fold.twotone.svg new file mode 100644 index 0000000000..a86afc74fa --- /dev/null +++ b/Symbolic/Resources/material-icons/devices_fold.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/devices_other.default.svg b/Symbolic/Resources/material-icons/devices_other.default.svg new file mode 100644 index 0000000000..b328b27714 --- /dev/null +++ b/Symbolic/Resources/material-icons/devices_other.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/devices_other.outlined.svg b/Symbolic/Resources/material-icons/devices_other.outlined.svg new file mode 100644 index 0000000000..c7d5ac51e1 --- /dev/null +++ b/Symbolic/Resources/material-icons/devices_other.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/devices_other.round.svg b/Symbolic/Resources/material-icons/devices_other.round.svg new file mode 100644 index 0000000000..8347a26a7e --- /dev/null +++ b/Symbolic/Resources/material-icons/devices_other.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/devices_other.sharp.svg b/Symbolic/Resources/material-icons/devices_other.sharp.svg new file mode 100644 index 0000000000..da17d416cc --- /dev/null +++ b/Symbolic/Resources/material-icons/devices_other.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/devices_other.twotone.svg b/Symbolic/Resources/material-icons/devices_other.twotone.svg new file mode 100644 index 0000000000..c6d2a2a273 --- /dev/null +++ b/Symbolic/Resources/material-icons/devices_other.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dew_point.default.svg b/Symbolic/Resources/material-icons/dew_point.default.svg new file mode 100644 index 0000000000..94d01260b4 --- /dev/null +++ b/Symbolic/Resources/material-icons/dew_point.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dialer_sip.default.svg b/Symbolic/Resources/material-icons/dialer_sip.default.svg new file mode 100644 index 0000000000..6e16583d6f --- /dev/null +++ b/Symbolic/Resources/material-icons/dialer_sip.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dialer_sip.outlined.svg b/Symbolic/Resources/material-icons/dialer_sip.outlined.svg new file mode 100644 index 0000000000..c05c436ae6 --- /dev/null +++ b/Symbolic/Resources/material-icons/dialer_sip.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dialer_sip.round.svg b/Symbolic/Resources/material-icons/dialer_sip.round.svg new file mode 100644 index 0000000000..7a05765fbe --- /dev/null +++ b/Symbolic/Resources/material-icons/dialer_sip.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dialer_sip.sharp.svg b/Symbolic/Resources/material-icons/dialer_sip.sharp.svg new file mode 100644 index 0000000000..e971c76c81 --- /dev/null +++ b/Symbolic/Resources/material-icons/dialer_sip.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dialer_sip.twotone.svg b/Symbolic/Resources/material-icons/dialer_sip.twotone.svg new file mode 100644 index 0000000000..eb3ab87c13 --- /dev/null +++ b/Symbolic/Resources/material-icons/dialer_sip.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dialpad.default.svg b/Symbolic/Resources/material-icons/dialpad.default.svg new file mode 100644 index 0000000000..7fbf5543ab --- /dev/null +++ b/Symbolic/Resources/material-icons/dialpad.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dialpad.outlined.svg b/Symbolic/Resources/material-icons/dialpad.outlined.svg new file mode 100644 index 0000000000..69a65d5c21 --- /dev/null +++ b/Symbolic/Resources/material-icons/dialpad.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dialpad.round.svg b/Symbolic/Resources/material-icons/dialpad.round.svg new file mode 100644 index 0000000000..69a65d5c21 --- /dev/null +++ b/Symbolic/Resources/material-icons/dialpad.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dialpad.sharp.svg b/Symbolic/Resources/material-icons/dialpad.sharp.svg new file mode 100644 index 0000000000..69a65d5c21 --- /dev/null +++ b/Symbolic/Resources/material-icons/dialpad.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dialpad.twotone.svg b/Symbolic/Resources/material-icons/dialpad.twotone.svg new file mode 100644 index 0000000000..a6eea9d6dd --- /dev/null +++ b/Symbolic/Resources/material-icons/dialpad.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/diamond.default.svg b/Symbolic/Resources/material-icons/diamond.default.svg new file mode 100644 index 0000000000..373cd3dbac --- /dev/null +++ b/Symbolic/Resources/material-icons/diamond.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/diamond.outlined.svg b/Symbolic/Resources/material-icons/diamond.outlined.svg new file mode 100644 index 0000000000..8b06fdb415 --- /dev/null +++ b/Symbolic/Resources/material-icons/diamond.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/diamond.round.svg b/Symbolic/Resources/material-icons/diamond.round.svg new file mode 100644 index 0000000000..1918a42f82 --- /dev/null +++ b/Symbolic/Resources/material-icons/diamond.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/diamond.sharp.svg b/Symbolic/Resources/material-icons/diamond.sharp.svg new file mode 100644 index 0000000000..373cd3dbac --- /dev/null +++ b/Symbolic/Resources/material-icons/diamond.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/diamond.twotone.svg b/Symbolic/Resources/material-icons/diamond.twotone.svg new file mode 100644 index 0000000000..fac19abbe1 --- /dev/null +++ b/Symbolic/Resources/material-icons/diamond.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/difference.default.svg b/Symbolic/Resources/material-icons/difference.default.svg new file mode 100644 index 0000000000..244db21172 --- /dev/null +++ b/Symbolic/Resources/material-icons/difference.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/difference.outlined.svg b/Symbolic/Resources/material-icons/difference.outlined.svg new file mode 100644 index 0000000000..5eb0a6be93 --- /dev/null +++ b/Symbolic/Resources/material-icons/difference.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/difference.round.svg b/Symbolic/Resources/material-icons/difference.round.svg new file mode 100644 index 0000000000..a133c8ca4e --- /dev/null +++ b/Symbolic/Resources/material-icons/difference.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/difference.sharp.svg b/Symbolic/Resources/material-icons/difference.sharp.svg new file mode 100644 index 0000000000..0d2c7e986d --- /dev/null +++ b/Symbolic/Resources/material-icons/difference.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/difference.twotone.svg b/Symbolic/Resources/material-icons/difference.twotone.svg new file mode 100644 index 0000000000..03410fd094 --- /dev/null +++ b/Symbolic/Resources/material-icons/difference.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dining.default.svg b/Symbolic/Resources/material-icons/dining.default.svg new file mode 100644 index 0000000000..f6eb11438f --- /dev/null +++ b/Symbolic/Resources/material-icons/dining.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dining.outlined.svg b/Symbolic/Resources/material-icons/dining.outlined.svg new file mode 100644 index 0000000000..61e2846ee3 --- /dev/null +++ b/Symbolic/Resources/material-icons/dining.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dining.round.svg b/Symbolic/Resources/material-icons/dining.round.svg new file mode 100644 index 0000000000..8159e4d606 --- /dev/null +++ b/Symbolic/Resources/material-icons/dining.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dining.sharp.svg b/Symbolic/Resources/material-icons/dining.sharp.svg new file mode 100644 index 0000000000..18676ecc05 --- /dev/null +++ b/Symbolic/Resources/material-icons/dining.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dining.twotone.svg b/Symbolic/Resources/material-icons/dining.twotone.svg new file mode 100644 index 0000000000..f8ff8fee85 --- /dev/null +++ b/Symbolic/Resources/material-icons/dining.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dinner_dining.default.svg b/Symbolic/Resources/material-icons/dinner_dining.default.svg new file mode 100644 index 0000000000..579ea02069 --- /dev/null +++ b/Symbolic/Resources/material-icons/dinner_dining.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dinner_dining.outlined.svg b/Symbolic/Resources/material-icons/dinner_dining.outlined.svg new file mode 100644 index 0000000000..4b79b819ca --- /dev/null +++ b/Symbolic/Resources/material-icons/dinner_dining.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dinner_dining.round.svg b/Symbolic/Resources/material-icons/dinner_dining.round.svg new file mode 100644 index 0000000000..8ab2a90891 --- /dev/null +++ b/Symbolic/Resources/material-icons/dinner_dining.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dinner_dining.sharp.svg b/Symbolic/Resources/material-icons/dinner_dining.sharp.svg new file mode 100644 index 0000000000..4979462aa2 --- /dev/null +++ b/Symbolic/Resources/material-icons/dinner_dining.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dinner_dining.twotone.svg b/Symbolic/Resources/material-icons/dinner_dining.twotone.svg new file mode 100644 index 0000000000..4dc8298ada --- /dev/null +++ b/Symbolic/Resources/material-icons/dinner_dining.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions.default.svg b/Symbolic/Resources/material-icons/directions.default.svg new file mode 100644 index 0000000000..b21b75dd40 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions.outlined.svg b/Symbolic/Resources/material-icons/directions.outlined.svg new file mode 100644 index 0000000000..6b76f90ca7 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions.round.svg b/Symbolic/Resources/material-icons/directions.round.svg new file mode 100644 index 0000000000..f272fa8f54 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions.sharp.svg b/Symbolic/Resources/material-icons/directions.sharp.svg new file mode 100644 index 0000000000..d07db9f051 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions.twotone.svg b/Symbolic/Resources/material-icons/directions.twotone.svg new file mode 100644 index 0000000000..9a8d3de523 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_bike.default.svg b/Symbolic/Resources/material-icons/directions_bike.default.svg new file mode 100644 index 0000000000..29c4d1fdb8 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_bike.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_bike.outlined.svg b/Symbolic/Resources/material-icons/directions_bike.outlined.svg new file mode 100644 index 0000000000..08c74cde5f --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_bike.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_bike.round.svg b/Symbolic/Resources/material-icons/directions_bike.round.svg new file mode 100644 index 0000000000..3e1fd55269 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_bike.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_bike.sharp.svg b/Symbolic/Resources/material-icons/directions_bike.sharp.svg new file mode 100644 index 0000000000..68bfaf2d54 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_bike.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_bike.twotone.svg b/Symbolic/Resources/material-icons/directions_bike.twotone.svg new file mode 100644 index 0000000000..81a8f04fd7 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_bike.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_boat.default.svg b/Symbolic/Resources/material-icons/directions_boat.default.svg new file mode 100644 index 0000000000..055c1b24a3 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_boat.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_boat.outlined.svg b/Symbolic/Resources/material-icons/directions_boat.outlined.svg new file mode 100644 index 0000000000..cddc15230a --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_boat.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_boat.round.svg b/Symbolic/Resources/material-icons/directions_boat.round.svg new file mode 100644 index 0000000000..a1c430321e --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_boat.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_boat.sharp.svg b/Symbolic/Resources/material-icons/directions_boat.sharp.svg new file mode 100644 index 0000000000..fa05d94c2a --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_boat.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_boat.twotone.svg b/Symbolic/Resources/material-icons/directions_boat.twotone.svg new file mode 100644 index 0000000000..67c6946798 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_boat.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_boat_filled.default.svg b/Symbolic/Resources/material-icons/directions_boat_filled.default.svg new file mode 100644 index 0000000000..2f87208fb8 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_boat_filled.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_boat_filled.outlined.svg b/Symbolic/Resources/material-icons/directions_boat_filled.outlined.svg new file mode 100644 index 0000000000..916ce9ba28 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_boat_filled.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_boat_filled.round.svg b/Symbolic/Resources/material-icons/directions_boat_filled.round.svg new file mode 100644 index 0000000000..a1c430321e --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_boat_filled.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_boat_filled.sharp.svg b/Symbolic/Resources/material-icons/directions_boat_filled.sharp.svg new file mode 100644 index 0000000000..e128f94b0f --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_boat_filled.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_boat_filled.twotone.svg b/Symbolic/Resources/material-icons/directions_boat_filled.twotone.svg new file mode 100644 index 0000000000..0aac265c2f --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_boat_filled.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_bus.default.svg b/Symbolic/Resources/material-icons/directions_bus.default.svg new file mode 100644 index 0000000000..2bc0df2fbc --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_bus.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_bus.outlined.svg b/Symbolic/Resources/material-icons/directions_bus.outlined.svg new file mode 100644 index 0000000000..08f21b2f9e --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_bus.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_bus.round.svg b/Symbolic/Resources/material-icons/directions_bus.round.svg new file mode 100644 index 0000000000..0b93fbafef --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_bus.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_bus.sharp.svg b/Symbolic/Resources/material-icons/directions_bus.sharp.svg new file mode 100644 index 0000000000..506d48c1a8 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_bus.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_bus.twotone.svg b/Symbolic/Resources/material-icons/directions_bus.twotone.svg new file mode 100644 index 0000000000..4a1a997798 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_bus.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_bus_filled.default.svg b/Symbolic/Resources/material-icons/directions_bus_filled.default.svg new file mode 100644 index 0000000000..f14dba2add --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_bus_filled.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_bus_filled.outlined.svg b/Symbolic/Resources/material-icons/directions_bus_filled.outlined.svg new file mode 100644 index 0000000000..c7a4dd8503 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_bus_filled.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_bus_filled.round.svg b/Symbolic/Resources/material-icons/directions_bus_filled.round.svg new file mode 100644 index 0000000000..c91ede7c24 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_bus_filled.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_bus_filled.sharp.svg b/Symbolic/Resources/material-icons/directions_bus_filled.sharp.svg new file mode 100644 index 0000000000..6c79140060 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_bus_filled.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_bus_filled.twotone.svg b/Symbolic/Resources/material-icons/directions_bus_filled.twotone.svg new file mode 100644 index 0000000000..1449181951 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_bus_filled.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_car.default.svg b/Symbolic/Resources/material-icons/directions_car.default.svg new file mode 100644 index 0000000000..b5d7199ed9 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_car.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_car.outlined.svg b/Symbolic/Resources/material-icons/directions_car.outlined.svg new file mode 100644 index 0000000000..b478e14817 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_car.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_car.round.svg b/Symbolic/Resources/material-icons/directions_car.round.svg new file mode 100644 index 0000000000..0a8620557a --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_car.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_car.sharp.svg b/Symbolic/Resources/material-icons/directions_car.sharp.svg new file mode 100644 index 0000000000..9605b85c74 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_car.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_car.twotone.svg b/Symbolic/Resources/material-icons/directions_car.twotone.svg new file mode 100644 index 0000000000..b49714b4b0 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_car.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_car_filled.default.svg b/Symbolic/Resources/material-icons/directions_car_filled.default.svg new file mode 100644 index 0000000000..496efe844e --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_car_filled.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_car_filled.outlined.svg b/Symbolic/Resources/material-icons/directions_car_filled.outlined.svg new file mode 100644 index 0000000000..5a3bc6bb1a --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_car_filled.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_car_filled.round.svg b/Symbolic/Resources/material-icons/directions_car_filled.round.svg new file mode 100644 index 0000000000..b688a0d1c7 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_car_filled.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_car_filled.sharp.svg b/Symbolic/Resources/material-icons/directions_car_filled.sharp.svg new file mode 100644 index 0000000000..cbb3bf2ca9 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_car_filled.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_car_filled.twotone.svg b/Symbolic/Resources/material-icons/directions_car_filled.twotone.svg new file mode 100644 index 0000000000..4d7cf08f5b --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_car_filled.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_off.default.svg b/Symbolic/Resources/material-icons/directions_off.default.svg new file mode 100644 index 0000000000..8bf876e300 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_off.outlined.svg b/Symbolic/Resources/material-icons/directions_off.outlined.svg new file mode 100644 index 0000000000..82b2632964 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_off.round.svg b/Symbolic/Resources/material-icons/directions_off.round.svg new file mode 100644 index 0000000000..c198da0327 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_off.sharp.svg b/Symbolic/Resources/material-icons/directions_off.sharp.svg new file mode 100644 index 0000000000..d0e862e2a2 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_off.twotone.svg b/Symbolic/Resources/material-icons/directions_off.twotone.svg new file mode 100644 index 0000000000..82b2632964 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_railway.default.svg b/Symbolic/Resources/material-icons/directions_railway.default.svg new file mode 100644 index 0000000000..8fd3189a83 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_railway.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_railway.outlined.svg b/Symbolic/Resources/material-icons/directions_railway.outlined.svg new file mode 100644 index 0000000000..1e006155a9 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_railway.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_railway.round.svg b/Symbolic/Resources/material-icons/directions_railway.round.svg new file mode 100644 index 0000000000..803c1cb8ba --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_railway.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_railway.sharp.svg b/Symbolic/Resources/material-icons/directions_railway.sharp.svg new file mode 100644 index 0000000000..d05d07b339 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_railway.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_railway.twotone.svg b/Symbolic/Resources/material-icons/directions_railway.twotone.svg new file mode 100644 index 0000000000..61d54bc8d8 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_railway.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_railway_filled.default.svg b/Symbolic/Resources/material-icons/directions_railway_filled.default.svg new file mode 100644 index 0000000000..2afd8aa562 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_railway_filled.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_railway_filled.outlined.svg b/Symbolic/Resources/material-icons/directions_railway_filled.outlined.svg new file mode 100644 index 0000000000..0f08544b9b --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_railway_filled.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_railway_filled.round.svg b/Symbolic/Resources/material-icons/directions_railway_filled.round.svg new file mode 100644 index 0000000000..bf8f774f24 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_railway_filled.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_railway_filled.sharp.svg b/Symbolic/Resources/material-icons/directions_railway_filled.sharp.svg new file mode 100644 index 0000000000..2afd8aa562 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_railway_filled.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_railway_filled.twotone.svg b/Symbolic/Resources/material-icons/directions_railway_filled.twotone.svg new file mode 100644 index 0000000000..86212360e5 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_railway_filled.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_run.default.svg b/Symbolic/Resources/material-icons/directions_run.default.svg new file mode 100644 index 0000000000..8c4c05f643 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_run.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_run.outlined.svg b/Symbolic/Resources/material-icons/directions_run.outlined.svg new file mode 100644 index 0000000000..ca1c4c0bdb --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_run.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_run.round.svg b/Symbolic/Resources/material-icons/directions_run.round.svg new file mode 100644 index 0000000000..91c94285ed --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_run.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_run.sharp.svg b/Symbolic/Resources/material-icons/directions_run.sharp.svg new file mode 100644 index 0000000000..ca1c4c0bdb --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_run.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_run.twotone.svg b/Symbolic/Resources/material-icons/directions_run.twotone.svg new file mode 100644 index 0000000000..39421d38e1 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_run.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_subway.default.svg b/Symbolic/Resources/material-icons/directions_subway.default.svg new file mode 100644 index 0000000000..6e08069948 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_subway.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_subway.outlined.svg b/Symbolic/Resources/material-icons/directions_subway.outlined.svg new file mode 100644 index 0000000000..9611a564ea --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_subway.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_subway.round.svg b/Symbolic/Resources/material-icons/directions_subway.round.svg new file mode 100644 index 0000000000..e058e9071d --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_subway.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_subway.sharp.svg b/Symbolic/Resources/material-icons/directions_subway.sharp.svg new file mode 100644 index 0000000000..ef667a62c2 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_subway.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_subway.twotone.svg b/Symbolic/Resources/material-icons/directions_subway.twotone.svg new file mode 100644 index 0000000000..06c88092bf --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_subway.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_subway_filled.default.svg b/Symbolic/Resources/material-icons/directions_subway_filled.default.svg new file mode 100644 index 0000000000..3ddf4fc700 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_subway_filled.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_subway_filled.outlined.svg b/Symbolic/Resources/material-icons/directions_subway_filled.outlined.svg new file mode 100644 index 0000000000..bd81be3f91 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_subway_filled.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_subway_filled.round.svg b/Symbolic/Resources/material-icons/directions_subway_filled.round.svg new file mode 100644 index 0000000000..4b44773823 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_subway_filled.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_subway_filled.sharp.svg b/Symbolic/Resources/material-icons/directions_subway_filled.sharp.svg new file mode 100644 index 0000000000..3ddf4fc700 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_subway_filled.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_subway_filled.twotone.svg b/Symbolic/Resources/material-icons/directions_subway_filled.twotone.svg new file mode 100644 index 0000000000..7e2a31ac03 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_subway_filled.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_transit.default.svg b/Symbolic/Resources/material-icons/directions_transit.default.svg new file mode 100644 index 0000000000..6e08069948 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_transit.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_transit.outlined.svg b/Symbolic/Resources/material-icons/directions_transit.outlined.svg new file mode 100644 index 0000000000..9611a564ea --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_transit.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_transit.round.svg b/Symbolic/Resources/material-icons/directions_transit.round.svg new file mode 100644 index 0000000000..e058e9071d --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_transit.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_transit.sharp.svg b/Symbolic/Resources/material-icons/directions_transit.sharp.svg new file mode 100644 index 0000000000..ef667a62c2 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_transit.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_transit.twotone.svg b/Symbolic/Resources/material-icons/directions_transit.twotone.svg new file mode 100644 index 0000000000..e51b4fa231 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_transit.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_transit_filled.default.svg b/Symbolic/Resources/material-icons/directions_transit_filled.default.svg new file mode 100644 index 0000000000..3ddf4fc700 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_transit_filled.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_transit_filled.outlined.svg b/Symbolic/Resources/material-icons/directions_transit_filled.outlined.svg new file mode 100644 index 0000000000..bd81be3f91 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_transit_filled.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_transit_filled.round.svg b/Symbolic/Resources/material-icons/directions_transit_filled.round.svg new file mode 100644 index 0000000000..4b44773823 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_transit_filled.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_transit_filled.sharp.svg b/Symbolic/Resources/material-icons/directions_transit_filled.sharp.svg new file mode 100644 index 0000000000..3ddf4fc700 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_transit_filled.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_transit_filled.twotone.svg b/Symbolic/Resources/material-icons/directions_transit_filled.twotone.svg new file mode 100644 index 0000000000..7e2a31ac03 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_transit_filled.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_walk.default.svg b/Symbolic/Resources/material-icons/directions_walk.default.svg new file mode 100644 index 0000000000..a86c78b50d --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_walk.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_walk.outlined.svg b/Symbolic/Resources/material-icons/directions_walk.outlined.svg new file mode 100644 index 0000000000..c26cc44326 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_walk.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_walk.round.svg b/Symbolic/Resources/material-icons/directions_walk.round.svg new file mode 100644 index 0000000000..3615ef6d21 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_walk.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_walk.sharp.svg b/Symbolic/Resources/material-icons/directions_walk.sharp.svg new file mode 100644 index 0000000000..c26cc44326 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_walk.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/directions_walk.twotone.svg b/Symbolic/Resources/material-icons/directions_walk.twotone.svg new file mode 100644 index 0000000000..c26cc44326 --- /dev/null +++ b/Symbolic/Resources/material-icons/directions_walk.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dirty_lens.default.svg b/Symbolic/Resources/material-icons/dirty_lens.default.svg new file mode 100644 index 0000000000..005d9287cf --- /dev/null +++ b/Symbolic/Resources/material-icons/dirty_lens.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dirty_lens.outlined.svg b/Symbolic/Resources/material-icons/dirty_lens.outlined.svg new file mode 100644 index 0000000000..8d87e803b4 --- /dev/null +++ b/Symbolic/Resources/material-icons/dirty_lens.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dirty_lens.round.svg b/Symbolic/Resources/material-icons/dirty_lens.round.svg new file mode 100644 index 0000000000..46da3c2f13 --- /dev/null +++ b/Symbolic/Resources/material-icons/dirty_lens.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dirty_lens.sharp.svg b/Symbolic/Resources/material-icons/dirty_lens.sharp.svg new file mode 100644 index 0000000000..f2ba5a07ff --- /dev/null +++ b/Symbolic/Resources/material-icons/dirty_lens.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dirty_lens.twotone.svg b/Symbolic/Resources/material-icons/dirty_lens.twotone.svg new file mode 100644 index 0000000000..7ca60c7d3f --- /dev/null +++ b/Symbolic/Resources/material-icons/dirty_lens.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/disabled_by_default.default.svg b/Symbolic/Resources/material-icons/disabled_by_default.default.svg new file mode 100644 index 0000000000..b76cc67f9a --- /dev/null +++ b/Symbolic/Resources/material-icons/disabled_by_default.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/disabled_by_default.outlined.svg b/Symbolic/Resources/material-icons/disabled_by_default.outlined.svg new file mode 100644 index 0000000000..8bea743f16 --- /dev/null +++ b/Symbolic/Resources/material-icons/disabled_by_default.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/disabled_by_default.round.svg b/Symbolic/Resources/material-icons/disabled_by_default.round.svg new file mode 100644 index 0000000000..fe67cf5de3 --- /dev/null +++ b/Symbolic/Resources/material-icons/disabled_by_default.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/disabled_by_default.sharp.svg b/Symbolic/Resources/material-icons/disabled_by_default.sharp.svg new file mode 100644 index 0000000000..b76cc67f9a --- /dev/null +++ b/Symbolic/Resources/material-icons/disabled_by_default.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/disabled_by_default.twotone.svg b/Symbolic/Resources/material-icons/disabled_by_default.twotone.svg new file mode 100644 index 0000000000..e0d643ec54 --- /dev/null +++ b/Symbolic/Resources/material-icons/disabled_by_default.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/disabled_visible.default.svg b/Symbolic/Resources/material-icons/disabled_visible.default.svg new file mode 100644 index 0000000000..04a3379eb4 --- /dev/null +++ b/Symbolic/Resources/material-icons/disabled_visible.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/disabled_visible.outlined.svg b/Symbolic/Resources/material-icons/disabled_visible.outlined.svg new file mode 100644 index 0000000000..d93dbc2d7e --- /dev/null +++ b/Symbolic/Resources/material-icons/disabled_visible.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/disabled_visible.round.svg b/Symbolic/Resources/material-icons/disabled_visible.round.svg new file mode 100644 index 0000000000..04a3379eb4 --- /dev/null +++ b/Symbolic/Resources/material-icons/disabled_visible.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/disabled_visible.sharp.svg b/Symbolic/Resources/material-icons/disabled_visible.sharp.svg new file mode 100644 index 0000000000..04a3379eb4 --- /dev/null +++ b/Symbolic/Resources/material-icons/disabled_visible.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/disabled_visible.twotone.svg b/Symbolic/Resources/material-icons/disabled_visible.twotone.svg new file mode 100644 index 0000000000..bf603167c3 --- /dev/null +++ b/Symbolic/Resources/material-icons/disabled_visible.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/disc_full.default.svg b/Symbolic/Resources/material-icons/disc_full.default.svg new file mode 100644 index 0000000000..60ec0d27bc --- /dev/null +++ b/Symbolic/Resources/material-icons/disc_full.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/disc_full.outlined.svg b/Symbolic/Resources/material-icons/disc_full.outlined.svg new file mode 100644 index 0000000000..4cfef8fe3d --- /dev/null +++ b/Symbolic/Resources/material-icons/disc_full.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/disc_full.round.svg b/Symbolic/Resources/material-icons/disc_full.round.svg new file mode 100644 index 0000000000..490b98906b --- /dev/null +++ b/Symbolic/Resources/material-icons/disc_full.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/disc_full.sharp.svg b/Symbolic/Resources/material-icons/disc_full.sharp.svg new file mode 100644 index 0000000000..d6a763a975 --- /dev/null +++ b/Symbolic/Resources/material-icons/disc_full.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/disc_full.twotone.svg b/Symbolic/Resources/material-icons/disc_full.twotone.svg new file mode 100644 index 0000000000..81b0966c19 --- /dev/null +++ b/Symbolic/Resources/material-icons/disc_full.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/discount.default.svg b/Symbolic/Resources/material-icons/discount.default.svg new file mode 100644 index 0000000000..e7c0999c87 --- /dev/null +++ b/Symbolic/Resources/material-icons/discount.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/discount.outlined.svg b/Symbolic/Resources/material-icons/discount.outlined.svg new file mode 100644 index 0000000000..dbd28724dd --- /dev/null +++ b/Symbolic/Resources/material-icons/discount.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/discount.round.svg b/Symbolic/Resources/material-icons/discount.round.svg new file mode 100644 index 0000000000..8f61271672 --- /dev/null +++ b/Symbolic/Resources/material-icons/discount.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/discount.sharp.svg b/Symbolic/Resources/material-icons/discount.sharp.svg new file mode 100644 index 0000000000..6360dcfc4b --- /dev/null +++ b/Symbolic/Resources/material-icons/discount.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/discount.twotone.svg b/Symbolic/Resources/material-icons/discount.twotone.svg new file mode 100644 index 0000000000..ab033ac2ab --- /dev/null +++ b/Symbolic/Resources/material-icons/discount.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/display_settings.default.svg b/Symbolic/Resources/material-icons/display_settings.default.svg new file mode 100644 index 0000000000..fbf7ea2e5c --- /dev/null +++ b/Symbolic/Resources/material-icons/display_settings.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/display_settings.outlined.svg b/Symbolic/Resources/material-icons/display_settings.outlined.svg new file mode 100644 index 0000000000..fbf7ea2e5c --- /dev/null +++ b/Symbolic/Resources/material-icons/display_settings.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/display_settings.round.svg b/Symbolic/Resources/material-icons/display_settings.round.svg new file mode 100644 index 0000000000..70c6fc0563 --- /dev/null +++ b/Symbolic/Resources/material-icons/display_settings.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/display_settings.sharp.svg b/Symbolic/Resources/material-icons/display_settings.sharp.svg new file mode 100644 index 0000000000..fb2f16145a --- /dev/null +++ b/Symbolic/Resources/material-icons/display_settings.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/display_settings.twotone.svg b/Symbolic/Resources/material-icons/display_settings.twotone.svg new file mode 100644 index 0000000000..51f988eacb --- /dev/null +++ b/Symbolic/Resources/material-icons/display_settings.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/diversity_1.default.svg b/Symbolic/Resources/material-icons/diversity_1.default.svg new file mode 100644 index 0000000000..46b8f9349f --- /dev/null +++ b/Symbolic/Resources/material-icons/diversity_1.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/diversity_1.outlined.svg b/Symbolic/Resources/material-icons/diversity_1.outlined.svg new file mode 100644 index 0000000000..aba33865d1 --- /dev/null +++ b/Symbolic/Resources/material-icons/diversity_1.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/diversity_1.round.svg b/Symbolic/Resources/material-icons/diversity_1.round.svg new file mode 100644 index 0000000000..401bf47298 --- /dev/null +++ b/Symbolic/Resources/material-icons/diversity_1.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/diversity_1.sharp.svg b/Symbolic/Resources/material-icons/diversity_1.sharp.svg new file mode 100644 index 0000000000..46b8f9349f --- /dev/null +++ b/Symbolic/Resources/material-icons/diversity_1.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/diversity_1.twotone.svg b/Symbolic/Resources/material-icons/diversity_1.twotone.svg new file mode 100644 index 0000000000..cb4137c027 --- /dev/null +++ b/Symbolic/Resources/material-icons/diversity_1.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/diversity_2.default.svg b/Symbolic/Resources/material-icons/diversity_2.default.svg new file mode 100644 index 0000000000..2798a43475 --- /dev/null +++ b/Symbolic/Resources/material-icons/diversity_2.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/diversity_2.outlined.svg b/Symbolic/Resources/material-icons/diversity_2.outlined.svg new file mode 100644 index 0000000000..2798a43475 --- /dev/null +++ b/Symbolic/Resources/material-icons/diversity_2.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/diversity_2.round.svg b/Symbolic/Resources/material-icons/diversity_2.round.svg new file mode 100644 index 0000000000..5436854b09 --- /dev/null +++ b/Symbolic/Resources/material-icons/diversity_2.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/diversity_2.sharp.svg b/Symbolic/Resources/material-icons/diversity_2.sharp.svg new file mode 100644 index 0000000000..2798a43475 --- /dev/null +++ b/Symbolic/Resources/material-icons/diversity_2.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/diversity_2.twotone.svg b/Symbolic/Resources/material-icons/diversity_2.twotone.svg new file mode 100644 index 0000000000..c7cf88e899 --- /dev/null +++ b/Symbolic/Resources/material-icons/diversity_2.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/diversity_3.default.svg b/Symbolic/Resources/material-icons/diversity_3.default.svg new file mode 100644 index 0000000000..0cdcaa3473 --- /dev/null +++ b/Symbolic/Resources/material-icons/diversity_3.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/diversity_3.outlined.svg b/Symbolic/Resources/material-icons/diversity_3.outlined.svg new file mode 100644 index 0000000000..0cdcaa3473 --- /dev/null +++ b/Symbolic/Resources/material-icons/diversity_3.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/diversity_3.round.svg b/Symbolic/Resources/material-icons/diversity_3.round.svg new file mode 100644 index 0000000000..3f905ac418 --- /dev/null +++ b/Symbolic/Resources/material-icons/diversity_3.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/diversity_3.sharp.svg b/Symbolic/Resources/material-icons/diversity_3.sharp.svg new file mode 100644 index 0000000000..0cdcaa3473 --- /dev/null +++ b/Symbolic/Resources/material-icons/diversity_3.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/diversity_3.twotone.svg b/Symbolic/Resources/material-icons/diversity_3.twotone.svg new file mode 100644 index 0000000000..0cdcaa3473 --- /dev/null +++ b/Symbolic/Resources/material-icons/diversity_3.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dns.default.svg b/Symbolic/Resources/material-icons/dns.default.svg new file mode 100644 index 0000000000..de4d4c8a5e --- /dev/null +++ b/Symbolic/Resources/material-icons/dns.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dns.outlined.svg b/Symbolic/Resources/material-icons/dns.outlined.svg new file mode 100644 index 0000000000..5f6c07d116 --- /dev/null +++ b/Symbolic/Resources/material-icons/dns.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dns.round.svg b/Symbolic/Resources/material-icons/dns.round.svg new file mode 100644 index 0000000000..e98d39c1f8 --- /dev/null +++ b/Symbolic/Resources/material-icons/dns.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dns.sharp.svg b/Symbolic/Resources/material-icons/dns.sharp.svg new file mode 100644 index 0000000000..27dc972efd --- /dev/null +++ b/Symbolic/Resources/material-icons/dns.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dns.twotone.svg b/Symbolic/Resources/material-icons/dns.twotone.svg new file mode 100644 index 0000000000..cd808e0686 --- /dev/null +++ b/Symbolic/Resources/material-icons/dns.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_disturb.default.svg b/Symbolic/Resources/material-icons/do_disturb.default.svg new file mode 100644 index 0000000000..49a7038842 --- /dev/null +++ b/Symbolic/Resources/material-icons/do_disturb.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_disturb.outlined.svg b/Symbolic/Resources/material-icons/do_disturb.outlined.svg new file mode 100644 index 0000000000..566e3cd4d3 --- /dev/null +++ b/Symbolic/Resources/material-icons/do_disturb.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_disturb.round.svg b/Symbolic/Resources/material-icons/do_disturb.round.svg new file mode 100644 index 0000000000..566e3cd4d3 --- /dev/null +++ b/Symbolic/Resources/material-icons/do_disturb.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_disturb.sharp.svg b/Symbolic/Resources/material-icons/do_disturb.sharp.svg new file mode 100644 index 0000000000..566e3cd4d3 --- /dev/null +++ b/Symbolic/Resources/material-icons/do_disturb.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_disturb.twotone.svg b/Symbolic/Resources/material-icons/do_disturb.twotone.svg new file mode 100644 index 0000000000..566e3cd4d3 --- /dev/null +++ b/Symbolic/Resources/material-icons/do_disturb.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_disturb_alt.default.svg b/Symbolic/Resources/material-icons/do_disturb_alt.default.svg new file mode 100644 index 0000000000..186af83762 --- /dev/null +++ b/Symbolic/Resources/material-icons/do_disturb_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_disturb_alt.outlined.svg b/Symbolic/Resources/material-icons/do_disturb_alt.outlined.svg new file mode 100644 index 0000000000..13a30dc68e --- /dev/null +++ b/Symbolic/Resources/material-icons/do_disturb_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_disturb_alt.round.svg b/Symbolic/Resources/material-icons/do_disturb_alt.round.svg new file mode 100644 index 0000000000..13a30dc68e --- /dev/null +++ b/Symbolic/Resources/material-icons/do_disturb_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_disturb_alt.sharp.svg b/Symbolic/Resources/material-icons/do_disturb_alt.sharp.svg new file mode 100644 index 0000000000..13a30dc68e --- /dev/null +++ b/Symbolic/Resources/material-icons/do_disturb_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_disturb_alt.twotone.svg b/Symbolic/Resources/material-icons/do_disturb_alt.twotone.svg new file mode 100644 index 0000000000..13a30dc68e --- /dev/null +++ b/Symbolic/Resources/material-icons/do_disturb_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_disturb_off.default.svg b/Symbolic/Resources/material-icons/do_disturb_off.default.svg new file mode 100644 index 0000000000..934e39084f --- /dev/null +++ b/Symbolic/Resources/material-icons/do_disturb_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_disturb_off.outlined.svg b/Symbolic/Resources/material-icons/do_disturb_off.outlined.svg new file mode 100644 index 0000000000..943ccb87c1 --- /dev/null +++ b/Symbolic/Resources/material-icons/do_disturb_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_disturb_off.round.svg b/Symbolic/Resources/material-icons/do_disturb_off.round.svg new file mode 100644 index 0000000000..52b8359ec3 --- /dev/null +++ b/Symbolic/Resources/material-icons/do_disturb_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_disturb_off.sharp.svg b/Symbolic/Resources/material-icons/do_disturb_off.sharp.svg new file mode 100644 index 0000000000..facb00460d --- /dev/null +++ b/Symbolic/Resources/material-icons/do_disturb_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_disturb_off.twotone.svg b/Symbolic/Resources/material-icons/do_disturb_off.twotone.svg new file mode 100644 index 0000000000..5c3ddc134f --- /dev/null +++ b/Symbolic/Resources/material-icons/do_disturb_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_disturb_on.default.svg b/Symbolic/Resources/material-icons/do_disturb_on.default.svg new file mode 100644 index 0000000000..c23110f41a --- /dev/null +++ b/Symbolic/Resources/material-icons/do_disturb_on.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_disturb_on.outlined.svg b/Symbolic/Resources/material-icons/do_disturb_on.outlined.svg new file mode 100644 index 0000000000..bc88c4c837 --- /dev/null +++ b/Symbolic/Resources/material-icons/do_disturb_on.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_disturb_on.round.svg b/Symbolic/Resources/material-icons/do_disturb_on.round.svg new file mode 100644 index 0000000000..d5ab544245 --- /dev/null +++ b/Symbolic/Resources/material-icons/do_disturb_on.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_disturb_on.sharp.svg b/Symbolic/Resources/material-icons/do_disturb_on.sharp.svg new file mode 100644 index 0000000000..45068f14c2 --- /dev/null +++ b/Symbolic/Resources/material-icons/do_disturb_on.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_disturb_on.twotone.svg b/Symbolic/Resources/material-icons/do_disturb_on.twotone.svg new file mode 100644 index 0000000000..e615b2b1ee --- /dev/null +++ b/Symbolic/Resources/material-icons/do_disturb_on.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_not_disturb.default.svg b/Symbolic/Resources/material-icons/do_not_disturb.default.svg new file mode 100644 index 0000000000..f89cbd1112 --- /dev/null +++ b/Symbolic/Resources/material-icons/do_not_disturb.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_not_disturb.outlined.svg b/Symbolic/Resources/material-icons/do_not_disturb.outlined.svg new file mode 100644 index 0000000000..39baf10b68 --- /dev/null +++ b/Symbolic/Resources/material-icons/do_not_disturb.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_not_disturb.round.svg b/Symbolic/Resources/material-icons/do_not_disturb.round.svg new file mode 100644 index 0000000000..39baf10b68 --- /dev/null +++ b/Symbolic/Resources/material-icons/do_not_disturb.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_not_disturb.sharp.svg b/Symbolic/Resources/material-icons/do_not_disturb.sharp.svg new file mode 100644 index 0000000000..39baf10b68 --- /dev/null +++ b/Symbolic/Resources/material-icons/do_not_disturb.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_not_disturb.twotone.svg b/Symbolic/Resources/material-icons/do_not_disturb.twotone.svg new file mode 100644 index 0000000000..39baf10b68 --- /dev/null +++ b/Symbolic/Resources/material-icons/do_not_disturb.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_not_disturb_alt.default.svg b/Symbolic/Resources/material-icons/do_not_disturb_alt.default.svg new file mode 100644 index 0000000000..2070189dd9 --- /dev/null +++ b/Symbolic/Resources/material-icons/do_not_disturb_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_not_disturb_alt.outlined.svg b/Symbolic/Resources/material-icons/do_not_disturb_alt.outlined.svg new file mode 100644 index 0000000000..1877174bae --- /dev/null +++ b/Symbolic/Resources/material-icons/do_not_disturb_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_not_disturb_alt.round.svg b/Symbolic/Resources/material-icons/do_not_disturb_alt.round.svg new file mode 100644 index 0000000000..1877174bae --- /dev/null +++ b/Symbolic/Resources/material-icons/do_not_disturb_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_not_disturb_alt.sharp.svg b/Symbolic/Resources/material-icons/do_not_disturb_alt.sharp.svg new file mode 100644 index 0000000000..1877174bae --- /dev/null +++ b/Symbolic/Resources/material-icons/do_not_disturb_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_not_disturb_alt.twotone.svg b/Symbolic/Resources/material-icons/do_not_disturb_alt.twotone.svg new file mode 100644 index 0000000000..1877174bae --- /dev/null +++ b/Symbolic/Resources/material-icons/do_not_disturb_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_not_disturb_off.default.svg b/Symbolic/Resources/material-icons/do_not_disturb_off.default.svg new file mode 100644 index 0000000000..18b52397b0 --- /dev/null +++ b/Symbolic/Resources/material-icons/do_not_disturb_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_not_disturb_off.outlined.svg b/Symbolic/Resources/material-icons/do_not_disturb_off.outlined.svg new file mode 100644 index 0000000000..632c643f34 --- /dev/null +++ b/Symbolic/Resources/material-icons/do_not_disturb_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_not_disturb_off.round.svg b/Symbolic/Resources/material-icons/do_not_disturb_off.round.svg new file mode 100644 index 0000000000..3791cec45b --- /dev/null +++ b/Symbolic/Resources/material-icons/do_not_disturb_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_not_disturb_off.sharp.svg b/Symbolic/Resources/material-icons/do_not_disturb_off.sharp.svg new file mode 100644 index 0000000000..6ad4876b44 --- /dev/null +++ b/Symbolic/Resources/material-icons/do_not_disturb_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_not_disturb_off.twotone.svg b/Symbolic/Resources/material-icons/do_not_disturb_off.twotone.svg new file mode 100644 index 0000000000..8fea9d2403 --- /dev/null +++ b/Symbolic/Resources/material-icons/do_not_disturb_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_not_disturb_on.default.svg b/Symbolic/Resources/material-icons/do_not_disturb_on.default.svg new file mode 100644 index 0000000000..45068f14c2 --- /dev/null +++ b/Symbolic/Resources/material-icons/do_not_disturb_on.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_not_disturb_on.outlined.svg b/Symbolic/Resources/material-icons/do_not_disturb_on.outlined.svg new file mode 100644 index 0000000000..71fbef1837 --- /dev/null +++ b/Symbolic/Resources/material-icons/do_not_disturb_on.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_not_disturb_on.round.svg b/Symbolic/Resources/material-icons/do_not_disturb_on.round.svg new file mode 100644 index 0000000000..52c8dd6c2a --- /dev/null +++ b/Symbolic/Resources/material-icons/do_not_disturb_on.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_not_disturb_on.sharp.svg b/Symbolic/Resources/material-icons/do_not_disturb_on.sharp.svg new file mode 100644 index 0000000000..98eda34235 --- /dev/null +++ b/Symbolic/Resources/material-icons/do_not_disturb_on.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_not_disturb_on.twotone.svg b/Symbolic/Resources/material-icons/do_not_disturb_on.twotone.svg new file mode 100644 index 0000000000..bc6cd5a83b --- /dev/null +++ b/Symbolic/Resources/material-icons/do_not_disturb_on.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_not_disturb_on_total_silence.default.svg b/Symbolic/Resources/material-icons/do_not_disturb_on_total_silence.default.svg new file mode 100644 index 0000000000..e07b98b417 --- /dev/null +++ b/Symbolic/Resources/material-icons/do_not_disturb_on_total_silence.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_not_disturb_on_total_silence.outlined.svg b/Symbolic/Resources/material-icons/do_not_disturb_on_total_silence.outlined.svg new file mode 100644 index 0000000000..e07b98b417 --- /dev/null +++ b/Symbolic/Resources/material-icons/do_not_disturb_on_total_silence.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_not_disturb_on_total_silence.round.svg b/Symbolic/Resources/material-icons/do_not_disturb_on_total_silence.round.svg new file mode 100644 index 0000000000..d285320cd8 --- /dev/null +++ b/Symbolic/Resources/material-icons/do_not_disturb_on_total_silence.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_not_disturb_on_total_silence.sharp.svg b/Symbolic/Resources/material-icons/do_not_disturb_on_total_silence.sharp.svg new file mode 100644 index 0000000000..e07b98b417 --- /dev/null +++ b/Symbolic/Resources/material-icons/do_not_disturb_on_total_silence.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_not_disturb_on_total_silence.twotone.svg b/Symbolic/Resources/material-icons/do_not_disturb_on_total_silence.twotone.svg new file mode 100644 index 0000000000..e07b98b417 --- /dev/null +++ b/Symbolic/Resources/material-icons/do_not_disturb_on_total_silence.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_not_step.default.svg b/Symbolic/Resources/material-icons/do_not_step.default.svg new file mode 100644 index 0000000000..1a77a81618 --- /dev/null +++ b/Symbolic/Resources/material-icons/do_not_step.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_not_step.outlined.svg b/Symbolic/Resources/material-icons/do_not_step.outlined.svg new file mode 100644 index 0000000000..746b4c9a02 --- /dev/null +++ b/Symbolic/Resources/material-icons/do_not_step.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_not_step.round.svg b/Symbolic/Resources/material-icons/do_not_step.round.svg new file mode 100644 index 0000000000..9ff0e467db --- /dev/null +++ b/Symbolic/Resources/material-icons/do_not_step.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_not_step.sharp.svg b/Symbolic/Resources/material-icons/do_not_step.sharp.svg new file mode 100644 index 0000000000..f9b5262e21 --- /dev/null +++ b/Symbolic/Resources/material-icons/do_not_step.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_not_step.twotone.svg b/Symbolic/Resources/material-icons/do_not_step.twotone.svg new file mode 100644 index 0000000000..93453a1577 --- /dev/null +++ b/Symbolic/Resources/material-icons/do_not_step.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_not_touch.default.svg b/Symbolic/Resources/material-icons/do_not_touch.default.svg new file mode 100644 index 0000000000..4f847436c7 --- /dev/null +++ b/Symbolic/Resources/material-icons/do_not_touch.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_not_touch.outlined.svg b/Symbolic/Resources/material-icons/do_not_touch.outlined.svg new file mode 100644 index 0000000000..6ca31b9fb6 --- /dev/null +++ b/Symbolic/Resources/material-icons/do_not_touch.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_not_touch.round.svg b/Symbolic/Resources/material-icons/do_not_touch.round.svg new file mode 100644 index 0000000000..f1782d6712 --- /dev/null +++ b/Symbolic/Resources/material-icons/do_not_touch.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_not_touch.sharp.svg b/Symbolic/Resources/material-icons/do_not_touch.sharp.svg new file mode 100644 index 0000000000..3f08dbbe41 --- /dev/null +++ b/Symbolic/Resources/material-icons/do_not_touch.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/do_not_touch.twotone.svg b/Symbolic/Resources/material-icons/do_not_touch.twotone.svg new file mode 100644 index 0000000000..19414aba1a --- /dev/null +++ b/Symbolic/Resources/material-icons/do_not_touch.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dock.default.svg b/Symbolic/Resources/material-icons/dock.default.svg new file mode 100644 index 0000000000..0adf2c0257 --- /dev/null +++ b/Symbolic/Resources/material-icons/dock.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dock.outlined.svg b/Symbolic/Resources/material-icons/dock.outlined.svg new file mode 100644 index 0000000000..f671bbd781 --- /dev/null +++ b/Symbolic/Resources/material-icons/dock.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dock.round.svg b/Symbolic/Resources/material-icons/dock.round.svg new file mode 100644 index 0000000000..24b0c21b8f --- /dev/null +++ b/Symbolic/Resources/material-icons/dock.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dock.sharp.svg b/Symbolic/Resources/material-icons/dock.sharp.svg new file mode 100644 index 0000000000..2b7ae4c72e --- /dev/null +++ b/Symbolic/Resources/material-icons/dock.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dock.twotone.svg b/Symbolic/Resources/material-icons/dock.twotone.svg new file mode 100644 index 0000000000..dbc8c0f4c3 --- /dev/null +++ b/Symbolic/Resources/material-icons/dock.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/document_scanner.default.svg b/Symbolic/Resources/material-icons/document_scanner.default.svg new file mode 100644 index 0000000000..490ca25dc0 --- /dev/null +++ b/Symbolic/Resources/material-icons/document_scanner.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/document_scanner.outlined.svg b/Symbolic/Resources/material-icons/document_scanner.outlined.svg new file mode 100644 index 0000000000..8242220782 --- /dev/null +++ b/Symbolic/Resources/material-icons/document_scanner.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/document_scanner.round.svg b/Symbolic/Resources/material-icons/document_scanner.round.svg new file mode 100644 index 0000000000..61011a33b2 --- /dev/null +++ b/Symbolic/Resources/material-icons/document_scanner.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/document_scanner.sharp.svg b/Symbolic/Resources/material-icons/document_scanner.sharp.svg new file mode 100644 index 0000000000..8bd9f0062f --- /dev/null +++ b/Symbolic/Resources/material-icons/document_scanner.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/document_scanner.twotone.svg b/Symbolic/Resources/material-icons/document_scanner.twotone.svg new file mode 100644 index 0000000000..1bed74bc2f --- /dev/null +++ b/Symbolic/Resources/material-icons/document_scanner.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/domain.default.svg b/Symbolic/Resources/material-icons/domain.default.svg new file mode 100644 index 0000000000..547f7caaa4 --- /dev/null +++ b/Symbolic/Resources/material-icons/domain.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/domain.outlined.svg b/Symbolic/Resources/material-icons/domain.outlined.svg new file mode 100644 index 0000000000..c953df4efa --- /dev/null +++ b/Symbolic/Resources/material-icons/domain.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/domain.round.svg b/Symbolic/Resources/material-icons/domain.round.svg new file mode 100644 index 0000000000..3095e93471 --- /dev/null +++ b/Symbolic/Resources/material-icons/domain.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/domain.sharp.svg b/Symbolic/Resources/material-icons/domain.sharp.svg new file mode 100644 index 0000000000..c953df4efa --- /dev/null +++ b/Symbolic/Resources/material-icons/domain.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/domain.twotone.svg b/Symbolic/Resources/material-icons/domain.twotone.svg new file mode 100644 index 0000000000..af2f8a3191 --- /dev/null +++ b/Symbolic/Resources/material-icons/domain.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/domain_add.default.svg b/Symbolic/Resources/material-icons/domain_add.default.svg new file mode 100644 index 0000000000..2758ab1f99 --- /dev/null +++ b/Symbolic/Resources/material-icons/domain_add.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/domain_add.outlined.svg b/Symbolic/Resources/material-icons/domain_add.outlined.svg new file mode 100644 index 0000000000..2758ab1f99 --- /dev/null +++ b/Symbolic/Resources/material-icons/domain_add.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/domain_add.round.svg b/Symbolic/Resources/material-icons/domain_add.round.svg new file mode 100644 index 0000000000..2a4b3543a5 --- /dev/null +++ b/Symbolic/Resources/material-icons/domain_add.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/domain_add.sharp.svg b/Symbolic/Resources/material-icons/domain_add.sharp.svg new file mode 100644 index 0000000000..2758ab1f99 --- /dev/null +++ b/Symbolic/Resources/material-icons/domain_add.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/domain_add.twotone.svg b/Symbolic/Resources/material-icons/domain_add.twotone.svg new file mode 100644 index 0000000000..7ddc06c9de --- /dev/null +++ b/Symbolic/Resources/material-icons/domain_add.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/domain_disabled.default.svg b/Symbolic/Resources/material-icons/domain_disabled.default.svg new file mode 100644 index 0000000000..c1bc346ea6 --- /dev/null +++ b/Symbolic/Resources/material-icons/domain_disabled.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/domain_disabled.outlined.svg b/Symbolic/Resources/material-icons/domain_disabled.outlined.svg new file mode 100644 index 0000000000..f4d864f8b0 --- /dev/null +++ b/Symbolic/Resources/material-icons/domain_disabled.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/domain_disabled.round.svg b/Symbolic/Resources/material-icons/domain_disabled.round.svg new file mode 100644 index 0000000000..f0a08de4e4 --- /dev/null +++ b/Symbolic/Resources/material-icons/domain_disabled.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/domain_disabled.sharp.svg b/Symbolic/Resources/material-icons/domain_disabled.sharp.svg new file mode 100644 index 0000000000..f4d864f8b0 --- /dev/null +++ b/Symbolic/Resources/material-icons/domain_disabled.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/domain_disabled.twotone.svg b/Symbolic/Resources/material-icons/domain_disabled.twotone.svg new file mode 100644 index 0000000000..b160eec568 --- /dev/null +++ b/Symbolic/Resources/material-icons/domain_disabled.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/domain_verification.default.svg b/Symbolic/Resources/material-icons/domain_verification.default.svg new file mode 100644 index 0000000000..78d40838ce --- /dev/null +++ b/Symbolic/Resources/material-icons/domain_verification.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/domain_verification.outlined.svg b/Symbolic/Resources/material-icons/domain_verification.outlined.svg new file mode 100644 index 0000000000..78d40838ce --- /dev/null +++ b/Symbolic/Resources/material-icons/domain_verification.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/domain_verification.round.svg b/Symbolic/Resources/material-icons/domain_verification.round.svg new file mode 100644 index 0000000000..ce5b2bcaa8 --- /dev/null +++ b/Symbolic/Resources/material-icons/domain_verification.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/domain_verification.sharp.svg b/Symbolic/Resources/material-icons/domain_verification.sharp.svg new file mode 100644 index 0000000000..962b098e36 --- /dev/null +++ b/Symbolic/Resources/material-icons/domain_verification.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/domain_verification.twotone.svg b/Symbolic/Resources/material-icons/domain_verification.twotone.svg new file mode 100644 index 0000000000..5ba39edb92 --- /dev/null +++ b/Symbolic/Resources/material-icons/domain_verification.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/done.default.svg b/Symbolic/Resources/material-icons/done.default.svg new file mode 100644 index 0000000000..784eb128ac --- /dev/null +++ b/Symbolic/Resources/material-icons/done.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/done.outlined.svg b/Symbolic/Resources/material-icons/done.outlined.svg new file mode 100644 index 0000000000..2ee4418785 --- /dev/null +++ b/Symbolic/Resources/material-icons/done.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/done.round.svg b/Symbolic/Resources/material-icons/done.round.svg new file mode 100644 index 0000000000..e0184ccc0c --- /dev/null +++ b/Symbolic/Resources/material-icons/done.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/done.sharp.svg b/Symbolic/Resources/material-icons/done.sharp.svg new file mode 100644 index 0000000000..2ee4418785 --- /dev/null +++ b/Symbolic/Resources/material-icons/done.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/done.twotone.svg b/Symbolic/Resources/material-icons/done.twotone.svg new file mode 100644 index 0000000000..2ee4418785 --- /dev/null +++ b/Symbolic/Resources/material-icons/done.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/done_all.default.svg b/Symbolic/Resources/material-icons/done_all.default.svg new file mode 100644 index 0000000000..365da05876 --- /dev/null +++ b/Symbolic/Resources/material-icons/done_all.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/done_all.outlined.svg b/Symbolic/Resources/material-icons/done_all.outlined.svg new file mode 100644 index 0000000000..2be30e5c95 --- /dev/null +++ b/Symbolic/Resources/material-icons/done_all.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/done_all.round.svg b/Symbolic/Resources/material-icons/done_all.round.svg new file mode 100644 index 0000000000..470a5d1565 --- /dev/null +++ b/Symbolic/Resources/material-icons/done_all.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/done_all.sharp.svg b/Symbolic/Resources/material-icons/done_all.sharp.svg new file mode 100644 index 0000000000..2be30e5c95 --- /dev/null +++ b/Symbolic/Resources/material-icons/done_all.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/done_all.twotone.svg b/Symbolic/Resources/material-icons/done_all.twotone.svg new file mode 100644 index 0000000000..2be30e5c95 --- /dev/null +++ b/Symbolic/Resources/material-icons/done_all.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/done_outline.default.svg b/Symbolic/Resources/material-icons/done_outline.default.svg new file mode 100644 index 0000000000..d5c115b1bd --- /dev/null +++ b/Symbolic/Resources/material-icons/done_outline.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/done_outline.outlined.svg b/Symbolic/Resources/material-icons/done_outline.outlined.svg new file mode 100644 index 0000000000..8b9b6f0e66 --- /dev/null +++ b/Symbolic/Resources/material-icons/done_outline.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/done_outline.round.svg b/Symbolic/Resources/material-icons/done_outline.round.svg new file mode 100644 index 0000000000..34321dd8bd --- /dev/null +++ b/Symbolic/Resources/material-icons/done_outline.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/done_outline.sharp.svg b/Symbolic/Resources/material-icons/done_outline.sharp.svg new file mode 100644 index 0000000000..8b9b6f0e66 --- /dev/null +++ b/Symbolic/Resources/material-icons/done_outline.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/done_outline.twotone.svg b/Symbolic/Resources/material-icons/done_outline.twotone.svg new file mode 100644 index 0000000000..8b9b6f0e66 --- /dev/null +++ b/Symbolic/Resources/material-icons/done_outline.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/donut_large.default.svg b/Symbolic/Resources/material-icons/donut_large.default.svg new file mode 100644 index 0000000000..a94d7cd98c --- /dev/null +++ b/Symbolic/Resources/material-icons/donut_large.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/donut_large.outlined.svg b/Symbolic/Resources/material-icons/donut_large.outlined.svg new file mode 100644 index 0000000000..5622bdfdc4 --- /dev/null +++ b/Symbolic/Resources/material-icons/donut_large.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/donut_large.round.svg b/Symbolic/Resources/material-icons/donut_large.round.svg new file mode 100644 index 0000000000..e7a9de7791 --- /dev/null +++ b/Symbolic/Resources/material-icons/donut_large.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/donut_large.sharp.svg b/Symbolic/Resources/material-icons/donut_large.sharp.svg new file mode 100644 index 0000000000..5622bdfdc4 --- /dev/null +++ b/Symbolic/Resources/material-icons/donut_large.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/donut_large.twotone.svg b/Symbolic/Resources/material-icons/donut_large.twotone.svg new file mode 100644 index 0000000000..5622bdfdc4 --- /dev/null +++ b/Symbolic/Resources/material-icons/donut_large.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/donut_small.default.svg b/Symbolic/Resources/material-icons/donut_small.default.svg new file mode 100644 index 0000000000..b42e30412f --- /dev/null +++ b/Symbolic/Resources/material-icons/donut_small.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/donut_small.outlined.svg b/Symbolic/Resources/material-icons/donut_small.outlined.svg new file mode 100644 index 0000000000..6eba165a55 --- /dev/null +++ b/Symbolic/Resources/material-icons/donut_small.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/donut_small.round.svg b/Symbolic/Resources/material-icons/donut_small.round.svg new file mode 100644 index 0000000000..217d01a39e --- /dev/null +++ b/Symbolic/Resources/material-icons/donut_small.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/donut_small.sharp.svg b/Symbolic/Resources/material-icons/donut_small.sharp.svg new file mode 100644 index 0000000000..9a8c031570 --- /dev/null +++ b/Symbolic/Resources/material-icons/donut_small.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/donut_small.twotone.svg b/Symbolic/Resources/material-icons/donut_small.twotone.svg new file mode 100644 index 0000000000..663a2dc54d --- /dev/null +++ b/Symbolic/Resources/material-icons/donut_small.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/door_back.default.svg b/Symbolic/Resources/material-icons/door_back.default.svg new file mode 100644 index 0000000000..f9a2deb4cc --- /dev/null +++ b/Symbolic/Resources/material-icons/door_back.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/door_back.outlined.svg b/Symbolic/Resources/material-icons/door_back.outlined.svg new file mode 100644 index 0000000000..d6dd0e2744 --- /dev/null +++ b/Symbolic/Resources/material-icons/door_back.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/door_back.round.svg b/Symbolic/Resources/material-icons/door_back.round.svg new file mode 100644 index 0000000000..2571b1549e --- /dev/null +++ b/Symbolic/Resources/material-icons/door_back.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/door_back.sharp.svg b/Symbolic/Resources/material-icons/door_back.sharp.svg new file mode 100644 index 0000000000..9c1bd27b71 --- /dev/null +++ b/Symbolic/Resources/material-icons/door_back.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/door_back.twotone.svg b/Symbolic/Resources/material-icons/door_back.twotone.svg new file mode 100644 index 0000000000..06156ff692 --- /dev/null +++ b/Symbolic/Resources/material-icons/door_back.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/door_front.default.svg b/Symbolic/Resources/material-icons/door_front.default.svg new file mode 100644 index 0000000000..681aff68bf --- /dev/null +++ b/Symbolic/Resources/material-icons/door_front.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/door_front.outlined.svg b/Symbolic/Resources/material-icons/door_front.outlined.svg new file mode 100644 index 0000000000..13e6499ead --- /dev/null +++ b/Symbolic/Resources/material-icons/door_front.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/door_front.round.svg b/Symbolic/Resources/material-icons/door_front.round.svg new file mode 100644 index 0000000000..cba9a591f7 --- /dev/null +++ b/Symbolic/Resources/material-icons/door_front.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/door_front.sharp.svg b/Symbolic/Resources/material-icons/door_front.sharp.svg new file mode 100644 index 0000000000..a78fdd975c --- /dev/null +++ b/Symbolic/Resources/material-icons/door_front.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/door_front.twotone.svg b/Symbolic/Resources/material-icons/door_front.twotone.svg new file mode 100644 index 0000000000..4a9c6b502d --- /dev/null +++ b/Symbolic/Resources/material-icons/door_front.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/door_sliding.default.svg b/Symbolic/Resources/material-icons/door_sliding.default.svg new file mode 100644 index 0000000000..9eeca04264 --- /dev/null +++ b/Symbolic/Resources/material-icons/door_sliding.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/door_sliding.outlined.svg b/Symbolic/Resources/material-icons/door_sliding.outlined.svg new file mode 100644 index 0000000000..9e6c9778ae --- /dev/null +++ b/Symbolic/Resources/material-icons/door_sliding.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/door_sliding.round.svg b/Symbolic/Resources/material-icons/door_sliding.round.svg new file mode 100644 index 0000000000..de5b47fe58 --- /dev/null +++ b/Symbolic/Resources/material-icons/door_sliding.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/door_sliding.sharp.svg b/Symbolic/Resources/material-icons/door_sliding.sharp.svg new file mode 100644 index 0000000000..575659c0c2 --- /dev/null +++ b/Symbolic/Resources/material-icons/door_sliding.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/door_sliding.twotone.svg b/Symbolic/Resources/material-icons/door_sliding.twotone.svg new file mode 100644 index 0000000000..486d3c5299 --- /dev/null +++ b/Symbolic/Resources/material-icons/door_sliding.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/doorbell.default.svg b/Symbolic/Resources/material-icons/doorbell.default.svg new file mode 100644 index 0000000000..6276f9d1e2 --- /dev/null +++ b/Symbolic/Resources/material-icons/doorbell.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/doorbell.outlined.svg b/Symbolic/Resources/material-icons/doorbell.outlined.svg new file mode 100644 index 0000000000..40dff9d12d --- /dev/null +++ b/Symbolic/Resources/material-icons/doorbell.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/doorbell.round.svg b/Symbolic/Resources/material-icons/doorbell.round.svg new file mode 100644 index 0000000000..c6af90f9b1 --- /dev/null +++ b/Symbolic/Resources/material-icons/doorbell.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/doorbell.sharp.svg b/Symbolic/Resources/material-icons/doorbell.sharp.svg new file mode 100644 index 0000000000..a74f3b4921 --- /dev/null +++ b/Symbolic/Resources/material-icons/doorbell.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/doorbell.twotone.svg b/Symbolic/Resources/material-icons/doorbell.twotone.svg new file mode 100644 index 0000000000..c41139bcd3 --- /dev/null +++ b/Symbolic/Resources/material-icons/doorbell.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/double_arrow.default.svg b/Symbolic/Resources/material-icons/double_arrow.default.svg new file mode 100644 index 0000000000..ce7dd997fe --- /dev/null +++ b/Symbolic/Resources/material-icons/double_arrow.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/double_arrow.outlined.svg b/Symbolic/Resources/material-icons/double_arrow.outlined.svg new file mode 100644 index 0000000000..ce7dd997fe --- /dev/null +++ b/Symbolic/Resources/material-icons/double_arrow.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/double_arrow.round.svg b/Symbolic/Resources/material-icons/double_arrow.round.svg new file mode 100644 index 0000000000..c0047c8101 --- /dev/null +++ b/Symbolic/Resources/material-icons/double_arrow.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/double_arrow.sharp.svg b/Symbolic/Resources/material-icons/double_arrow.sharp.svg new file mode 100644 index 0000000000..ce7dd997fe --- /dev/null +++ b/Symbolic/Resources/material-icons/double_arrow.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/double_arrow.twotone.svg b/Symbolic/Resources/material-icons/double_arrow.twotone.svg new file mode 100644 index 0000000000..ce7dd997fe --- /dev/null +++ b/Symbolic/Resources/material-icons/double_arrow.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/downhill_skiing.default.svg b/Symbolic/Resources/material-icons/downhill_skiing.default.svg new file mode 100644 index 0000000000..14cb0ba2df --- /dev/null +++ b/Symbolic/Resources/material-icons/downhill_skiing.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/downhill_skiing.outlined.svg b/Symbolic/Resources/material-icons/downhill_skiing.outlined.svg new file mode 100644 index 0000000000..14cb0ba2df --- /dev/null +++ b/Symbolic/Resources/material-icons/downhill_skiing.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/downhill_skiing.round.svg b/Symbolic/Resources/material-icons/downhill_skiing.round.svg new file mode 100644 index 0000000000..0244817738 --- /dev/null +++ b/Symbolic/Resources/material-icons/downhill_skiing.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/downhill_skiing.sharp.svg b/Symbolic/Resources/material-icons/downhill_skiing.sharp.svg new file mode 100644 index 0000000000..14cb0ba2df --- /dev/null +++ b/Symbolic/Resources/material-icons/downhill_skiing.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/downhill_skiing.twotone.svg b/Symbolic/Resources/material-icons/downhill_skiing.twotone.svg new file mode 100644 index 0000000000..14cb0ba2df --- /dev/null +++ b/Symbolic/Resources/material-icons/downhill_skiing.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/download.default.svg b/Symbolic/Resources/material-icons/download.default.svg new file mode 100644 index 0000000000..c4ec1c354f --- /dev/null +++ b/Symbolic/Resources/material-icons/download.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/download.outlined.svg b/Symbolic/Resources/material-icons/download.outlined.svg new file mode 100644 index 0000000000..5bebb9a5b4 --- /dev/null +++ b/Symbolic/Resources/material-icons/download.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/download.round.svg b/Symbolic/Resources/material-icons/download.round.svg new file mode 100644 index 0000000000..e48bbfe603 --- /dev/null +++ b/Symbolic/Resources/material-icons/download.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/download.sharp.svg b/Symbolic/Resources/material-icons/download.sharp.svg new file mode 100644 index 0000000000..f892d57720 --- /dev/null +++ b/Symbolic/Resources/material-icons/download.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/download.twotone.svg b/Symbolic/Resources/material-icons/download.twotone.svg new file mode 100644 index 0000000000..5869fee562 --- /dev/null +++ b/Symbolic/Resources/material-icons/download.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/download_done.default.svg b/Symbolic/Resources/material-icons/download_done.default.svg new file mode 100644 index 0000000000..c789b21f99 --- /dev/null +++ b/Symbolic/Resources/material-icons/download_done.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/download_done.outlined.svg b/Symbolic/Resources/material-icons/download_done.outlined.svg new file mode 100644 index 0000000000..1ab91082ea --- /dev/null +++ b/Symbolic/Resources/material-icons/download_done.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/download_done.round.svg b/Symbolic/Resources/material-icons/download_done.round.svg new file mode 100644 index 0000000000..f2aa14215f --- /dev/null +++ b/Symbolic/Resources/material-icons/download_done.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/download_done.sharp.svg b/Symbolic/Resources/material-icons/download_done.sharp.svg new file mode 100644 index 0000000000..1ab91082ea --- /dev/null +++ b/Symbolic/Resources/material-icons/download_done.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/download_done.twotone.svg b/Symbolic/Resources/material-icons/download_done.twotone.svg new file mode 100644 index 0000000000..1ab91082ea --- /dev/null +++ b/Symbolic/Resources/material-icons/download_done.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/download_for_offline.default.svg b/Symbolic/Resources/material-icons/download_for_offline.default.svg new file mode 100644 index 0000000000..c72db2ae41 --- /dev/null +++ b/Symbolic/Resources/material-icons/download_for_offline.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/download_for_offline.outlined.svg b/Symbolic/Resources/material-icons/download_for_offline.outlined.svg new file mode 100644 index 0000000000..d8f1147945 --- /dev/null +++ b/Symbolic/Resources/material-icons/download_for_offline.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/download_for_offline.round.svg b/Symbolic/Resources/material-icons/download_for_offline.round.svg new file mode 100644 index 0000000000..a47b0940e8 --- /dev/null +++ b/Symbolic/Resources/material-icons/download_for_offline.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/download_for_offline.sharp.svg b/Symbolic/Resources/material-icons/download_for_offline.sharp.svg new file mode 100644 index 0000000000..c72db2ae41 --- /dev/null +++ b/Symbolic/Resources/material-icons/download_for_offline.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/download_for_offline.twotone.svg b/Symbolic/Resources/material-icons/download_for_offline.twotone.svg new file mode 100644 index 0000000000..0c63087754 --- /dev/null +++ b/Symbolic/Resources/material-icons/download_for_offline.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/downloading.default.svg b/Symbolic/Resources/material-icons/downloading.default.svg new file mode 100644 index 0000000000..a716c6efb7 --- /dev/null +++ b/Symbolic/Resources/material-icons/downloading.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/downloading.outlined.svg b/Symbolic/Resources/material-icons/downloading.outlined.svg new file mode 100644 index 0000000000..90f7484c75 --- /dev/null +++ b/Symbolic/Resources/material-icons/downloading.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/downloading.round.svg b/Symbolic/Resources/material-icons/downloading.round.svg new file mode 100644 index 0000000000..3ea325d8dc --- /dev/null +++ b/Symbolic/Resources/material-icons/downloading.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/downloading.sharp.svg b/Symbolic/Resources/material-icons/downloading.sharp.svg new file mode 100644 index 0000000000..a716c6efb7 --- /dev/null +++ b/Symbolic/Resources/material-icons/downloading.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/downloading.twotone.svg b/Symbolic/Resources/material-icons/downloading.twotone.svg new file mode 100644 index 0000000000..a716c6efb7 --- /dev/null +++ b/Symbolic/Resources/material-icons/downloading.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drafts.default.svg b/Symbolic/Resources/material-icons/drafts.default.svg new file mode 100644 index 0000000000..dd7c3bb965 --- /dev/null +++ b/Symbolic/Resources/material-icons/drafts.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drafts.outlined.svg b/Symbolic/Resources/material-icons/drafts.outlined.svg new file mode 100644 index 0000000000..7340e9efe1 --- /dev/null +++ b/Symbolic/Resources/material-icons/drafts.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drafts.round.svg b/Symbolic/Resources/material-icons/drafts.round.svg new file mode 100644 index 0000000000..53636668ab --- /dev/null +++ b/Symbolic/Resources/material-icons/drafts.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drafts.sharp.svg b/Symbolic/Resources/material-icons/drafts.sharp.svg new file mode 100644 index 0000000000..ca410ca2ba --- /dev/null +++ b/Symbolic/Resources/material-icons/drafts.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drafts.twotone.svg b/Symbolic/Resources/material-icons/drafts.twotone.svg new file mode 100644 index 0000000000..eadb961a08 --- /dev/null +++ b/Symbolic/Resources/material-icons/drafts.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drag_handle.default.svg b/Symbolic/Resources/material-icons/drag_handle.default.svg new file mode 100644 index 0000000000..8d0a69af6f --- /dev/null +++ b/Symbolic/Resources/material-icons/drag_handle.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drag_handle.outlined.svg b/Symbolic/Resources/material-icons/drag_handle.outlined.svg new file mode 100644 index 0000000000..30611250e8 --- /dev/null +++ b/Symbolic/Resources/material-icons/drag_handle.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drag_handle.round.svg b/Symbolic/Resources/material-icons/drag_handle.round.svg new file mode 100644 index 0000000000..49767ef058 --- /dev/null +++ b/Symbolic/Resources/material-icons/drag_handle.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drag_handle.sharp.svg b/Symbolic/Resources/material-icons/drag_handle.sharp.svg new file mode 100644 index 0000000000..03f4133646 --- /dev/null +++ b/Symbolic/Resources/material-icons/drag_handle.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drag_handle.twotone.svg b/Symbolic/Resources/material-icons/drag_handle.twotone.svg new file mode 100644 index 0000000000..368732f202 --- /dev/null +++ b/Symbolic/Resources/material-icons/drag_handle.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drag_indicator.default.svg b/Symbolic/Resources/material-icons/drag_indicator.default.svg new file mode 100644 index 0000000000..0559cf1db7 --- /dev/null +++ b/Symbolic/Resources/material-icons/drag_indicator.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drag_indicator.outlined.svg b/Symbolic/Resources/material-icons/drag_indicator.outlined.svg new file mode 100644 index 0000000000..0559cf1db7 --- /dev/null +++ b/Symbolic/Resources/material-icons/drag_indicator.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drag_indicator.round.svg b/Symbolic/Resources/material-icons/drag_indicator.round.svg new file mode 100644 index 0000000000..0559cf1db7 --- /dev/null +++ b/Symbolic/Resources/material-icons/drag_indicator.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drag_indicator.sharp.svg b/Symbolic/Resources/material-icons/drag_indicator.sharp.svg new file mode 100644 index 0000000000..0559cf1db7 --- /dev/null +++ b/Symbolic/Resources/material-icons/drag_indicator.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drag_indicator.twotone.svg b/Symbolic/Resources/material-icons/drag_indicator.twotone.svg new file mode 100644 index 0000000000..0559cf1db7 --- /dev/null +++ b/Symbolic/Resources/material-icons/drag_indicator.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/draw.default.svg b/Symbolic/Resources/material-icons/draw.default.svg new file mode 100644 index 0000000000..2e25d0d89d --- /dev/null +++ b/Symbolic/Resources/material-icons/draw.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/draw.outlined.svg b/Symbolic/Resources/material-icons/draw.outlined.svg new file mode 100644 index 0000000000..ef16c3a55d --- /dev/null +++ b/Symbolic/Resources/material-icons/draw.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/draw.round.svg b/Symbolic/Resources/material-icons/draw.round.svg new file mode 100644 index 0000000000..a86a6d6ee2 --- /dev/null +++ b/Symbolic/Resources/material-icons/draw.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/draw.sharp.svg b/Symbolic/Resources/material-icons/draw.sharp.svg new file mode 100644 index 0000000000..74257ce446 --- /dev/null +++ b/Symbolic/Resources/material-icons/draw.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/draw.twotone.svg b/Symbolic/Resources/material-icons/draw.twotone.svg new file mode 100644 index 0000000000..d5a18ed3f6 --- /dev/null +++ b/Symbolic/Resources/material-icons/draw.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drive_eta.default.svg b/Symbolic/Resources/material-icons/drive_eta.default.svg new file mode 100644 index 0000000000..e3d085a494 --- /dev/null +++ b/Symbolic/Resources/material-icons/drive_eta.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drive_eta.outlined.svg b/Symbolic/Resources/material-icons/drive_eta.outlined.svg new file mode 100644 index 0000000000..3de0e39bfd --- /dev/null +++ b/Symbolic/Resources/material-icons/drive_eta.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drive_eta.round.svg b/Symbolic/Resources/material-icons/drive_eta.round.svg new file mode 100644 index 0000000000..66a4111037 --- /dev/null +++ b/Symbolic/Resources/material-icons/drive_eta.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drive_eta.sharp.svg b/Symbolic/Resources/material-icons/drive_eta.sharp.svg new file mode 100644 index 0000000000..2cc89f2901 --- /dev/null +++ b/Symbolic/Resources/material-icons/drive_eta.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drive_eta.twotone.svg b/Symbolic/Resources/material-icons/drive_eta.twotone.svg new file mode 100644 index 0000000000..72a43924ae --- /dev/null +++ b/Symbolic/Resources/material-icons/drive_eta.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drive_file_move.default.svg b/Symbolic/Resources/material-icons/drive_file_move.default.svg new file mode 100644 index 0000000000..d3b5e046c8 --- /dev/null +++ b/Symbolic/Resources/material-icons/drive_file_move.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drive_file_move.outlined.svg b/Symbolic/Resources/material-icons/drive_file_move.outlined.svg new file mode 100644 index 0000000000..770845e0de --- /dev/null +++ b/Symbolic/Resources/material-icons/drive_file_move.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drive_file_move.round.svg b/Symbolic/Resources/material-icons/drive_file_move.round.svg new file mode 100644 index 0000000000..4341f1b211 --- /dev/null +++ b/Symbolic/Resources/material-icons/drive_file_move.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drive_file_move.sharp.svg b/Symbolic/Resources/material-icons/drive_file_move.sharp.svg new file mode 100644 index 0000000000..4db511ae68 --- /dev/null +++ b/Symbolic/Resources/material-icons/drive_file_move.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drive_file_move.twotone.svg b/Symbolic/Resources/material-icons/drive_file_move.twotone.svg new file mode 100644 index 0000000000..f449025796 --- /dev/null +++ b/Symbolic/Resources/material-icons/drive_file_move.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drive_file_move_outline.default.svg b/Symbolic/Resources/material-icons/drive_file_move_outline.default.svg new file mode 100644 index 0000000000..8098888606 --- /dev/null +++ b/Symbolic/Resources/material-icons/drive_file_move_outline.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drive_file_move_rtl.default.svg b/Symbolic/Resources/material-icons/drive_file_move_rtl.default.svg new file mode 100644 index 0000000000..00438855a2 --- /dev/null +++ b/Symbolic/Resources/material-icons/drive_file_move_rtl.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drive_file_move_rtl.outlined.svg b/Symbolic/Resources/material-icons/drive_file_move_rtl.outlined.svg new file mode 100644 index 0000000000..921ede71b7 --- /dev/null +++ b/Symbolic/Resources/material-icons/drive_file_move_rtl.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drive_file_move_rtl.round.svg b/Symbolic/Resources/material-icons/drive_file_move_rtl.round.svg new file mode 100644 index 0000000000..2877f15b14 --- /dev/null +++ b/Symbolic/Resources/material-icons/drive_file_move_rtl.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drive_file_move_rtl.sharp.svg b/Symbolic/Resources/material-icons/drive_file_move_rtl.sharp.svg new file mode 100644 index 0000000000..bb8b3ec280 --- /dev/null +++ b/Symbolic/Resources/material-icons/drive_file_move_rtl.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drive_file_move_rtl.twotone.svg b/Symbolic/Resources/material-icons/drive_file_move_rtl.twotone.svg new file mode 100644 index 0000000000..f76a66bd5a --- /dev/null +++ b/Symbolic/Resources/material-icons/drive_file_move_rtl.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drive_file_rename_outline.default.svg b/Symbolic/Resources/material-icons/drive_file_rename_outline.default.svg new file mode 100644 index 0000000000..97581b0214 --- /dev/null +++ b/Symbolic/Resources/material-icons/drive_file_rename_outline.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drive_file_rename_outline.outlined.svg b/Symbolic/Resources/material-icons/drive_file_rename_outline.outlined.svg new file mode 100644 index 0000000000..92a2d4e83c --- /dev/null +++ b/Symbolic/Resources/material-icons/drive_file_rename_outline.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drive_file_rename_outline.round.svg b/Symbolic/Resources/material-icons/drive_file_rename_outline.round.svg new file mode 100644 index 0000000000..6ddacf8a32 --- /dev/null +++ b/Symbolic/Resources/material-icons/drive_file_rename_outline.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drive_file_rename_outline.sharp.svg b/Symbolic/Resources/material-icons/drive_file_rename_outline.sharp.svg new file mode 100644 index 0000000000..29ff8fa6d2 --- /dev/null +++ b/Symbolic/Resources/material-icons/drive_file_rename_outline.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drive_file_rename_outline.twotone.svg b/Symbolic/Resources/material-icons/drive_file_rename_outline.twotone.svg new file mode 100644 index 0000000000..403f020aa4 --- /dev/null +++ b/Symbolic/Resources/material-icons/drive_file_rename_outline.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drive_folder_upload.default.svg b/Symbolic/Resources/material-icons/drive_folder_upload.default.svg new file mode 100644 index 0000000000..2c120ffaf9 --- /dev/null +++ b/Symbolic/Resources/material-icons/drive_folder_upload.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drive_folder_upload.outlined.svg b/Symbolic/Resources/material-icons/drive_folder_upload.outlined.svg new file mode 100644 index 0000000000..45172be066 --- /dev/null +++ b/Symbolic/Resources/material-icons/drive_folder_upload.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drive_folder_upload.round.svg b/Symbolic/Resources/material-icons/drive_folder_upload.round.svg new file mode 100644 index 0000000000..fba11057c1 --- /dev/null +++ b/Symbolic/Resources/material-icons/drive_folder_upload.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drive_folder_upload.sharp.svg b/Symbolic/Resources/material-icons/drive_folder_upload.sharp.svg new file mode 100644 index 0000000000..572c11ecc4 --- /dev/null +++ b/Symbolic/Resources/material-icons/drive_folder_upload.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/drive_folder_upload.twotone.svg b/Symbolic/Resources/material-icons/drive_folder_upload.twotone.svg new file mode 100644 index 0000000000..7e6fc5dfe3 --- /dev/null +++ b/Symbolic/Resources/material-icons/drive_folder_upload.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dry.default.svg b/Symbolic/Resources/material-icons/dry.default.svg new file mode 100644 index 0000000000..4cf1f65911 --- /dev/null +++ b/Symbolic/Resources/material-icons/dry.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dry.outlined.svg b/Symbolic/Resources/material-icons/dry.outlined.svg new file mode 100644 index 0000000000..a647063074 --- /dev/null +++ b/Symbolic/Resources/material-icons/dry.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dry.round.svg b/Symbolic/Resources/material-icons/dry.round.svg new file mode 100644 index 0000000000..5774e4905d --- /dev/null +++ b/Symbolic/Resources/material-icons/dry.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dry.sharp.svg b/Symbolic/Resources/material-icons/dry.sharp.svg new file mode 100644 index 0000000000..ce00e545df --- /dev/null +++ b/Symbolic/Resources/material-icons/dry.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dry.twotone.svg b/Symbolic/Resources/material-icons/dry.twotone.svg new file mode 100644 index 0000000000..97442f5c55 --- /dev/null +++ b/Symbolic/Resources/material-icons/dry.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dry_cleaning.default.svg b/Symbolic/Resources/material-icons/dry_cleaning.default.svg new file mode 100644 index 0000000000..41f0df4b79 --- /dev/null +++ b/Symbolic/Resources/material-icons/dry_cleaning.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dry_cleaning.outlined.svg b/Symbolic/Resources/material-icons/dry_cleaning.outlined.svg new file mode 100644 index 0000000000..c7ce886e85 --- /dev/null +++ b/Symbolic/Resources/material-icons/dry_cleaning.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dry_cleaning.round.svg b/Symbolic/Resources/material-icons/dry_cleaning.round.svg new file mode 100644 index 0000000000..a47be514ed --- /dev/null +++ b/Symbolic/Resources/material-icons/dry_cleaning.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dry_cleaning.sharp.svg b/Symbolic/Resources/material-icons/dry_cleaning.sharp.svg new file mode 100644 index 0000000000..2c2d25c9c3 --- /dev/null +++ b/Symbolic/Resources/material-icons/dry_cleaning.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dry_cleaning.twotone.svg b/Symbolic/Resources/material-icons/dry_cleaning.twotone.svg new file mode 100644 index 0000000000..91d1ce7995 --- /dev/null +++ b/Symbolic/Resources/material-icons/dry_cleaning.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/duo.default.svg b/Symbolic/Resources/material-icons/duo.default.svg new file mode 100644 index 0000000000..8314fed418 --- /dev/null +++ b/Symbolic/Resources/material-icons/duo.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/duo.outlined.svg b/Symbolic/Resources/material-icons/duo.outlined.svg new file mode 100644 index 0000000000..bf077787f1 --- /dev/null +++ b/Symbolic/Resources/material-icons/duo.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/duo.round.svg b/Symbolic/Resources/material-icons/duo.round.svg new file mode 100644 index 0000000000..bf077787f1 --- /dev/null +++ b/Symbolic/Resources/material-icons/duo.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/duo.sharp.svg b/Symbolic/Resources/material-icons/duo.sharp.svg new file mode 100644 index 0000000000..bf077787f1 --- /dev/null +++ b/Symbolic/Resources/material-icons/duo.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/duo.twotone.svg b/Symbolic/Resources/material-icons/duo.twotone.svg new file mode 100644 index 0000000000..bf077787f1 --- /dev/null +++ b/Symbolic/Resources/material-icons/duo.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dvr.default.svg b/Symbolic/Resources/material-icons/dvr.default.svg new file mode 100644 index 0000000000..c3b9030876 --- /dev/null +++ b/Symbolic/Resources/material-icons/dvr.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dvr.outlined.svg b/Symbolic/Resources/material-icons/dvr.outlined.svg new file mode 100644 index 0000000000..a7f54fcafb --- /dev/null +++ b/Symbolic/Resources/material-icons/dvr.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dvr.round.svg b/Symbolic/Resources/material-icons/dvr.round.svg new file mode 100644 index 0000000000..09f7487fda --- /dev/null +++ b/Symbolic/Resources/material-icons/dvr.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dvr.sharp.svg b/Symbolic/Resources/material-icons/dvr.sharp.svg new file mode 100644 index 0000000000..e3e1e35d8c --- /dev/null +++ b/Symbolic/Resources/material-icons/dvr.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dvr.twotone.svg b/Symbolic/Resources/material-icons/dvr.twotone.svg new file mode 100644 index 0000000000..16a4647c29 --- /dev/null +++ b/Symbolic/Resources/material-icons/dvr.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dynamic_feed.default.svg b/Symbolic/Resources/material-icons/dynamic_feed.default.svg new file mode 100644 index 0000000000..9bf753f7aa --- /dev/null +++ b/Symbolic/Resources/material-icons/dynamic_feed.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dynamic_feed.outlined.svg b/Symbolic/Resources/material-icons/dynamic_feed.outlined.svg new file mode 100644 index 0000000000..9bf753f7aa --- /dev/null +++ b/Symbolic/Resources/material-icons/dynamic_feed.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dynamic_feed.round.svg b/Symbolic/Resources/material-icons/dynamic_feed.round.svg new file mode 100644 index 0000000000..0356192513 --- /dev/null +++ b/Symbolic/Resources/material-icons/dynamic_feed.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dynamic_feed.sharp.svg b/Symbolic/Resources/material-icons/dynamic_feed.sharp.svg new file mode 100644 index 0000000000..9aa1b520c2 --- /dev/null +++ b/Symbolic/Resources/material-icons/dynamic_feed.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dynamic_feed.twotone.svg b/Symbolic/Resources/material-icons/dynamic_feed.twotone.svg new file mode 100644 index 0000000000..1649e03827 --- /dev/null +++ b/Symbolic/Resources/material-icons/dynamic_feed.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dynamic_form.default.svg b/Symbolic/Resources/material-icons/dynamic_form.default.svg new file mode 100644 index 0000000000..2cefa654f6 --- /dev/null +++ b/Symbolic/Resources/material-icons/dynamic_form.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dynamic_form.outlined.svg b/Symbolic/Resources/material-icons/dynamic_form.outlined.svg new file mode 100644 index 0000000000..c21401f73c --- /dev/null +++ b/Symbolic/Resources/material-icons/dynamic_form.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dynamic_form.round.svg b/Symbolic/Resources/material-icons/dynamic_form.round.svg new file mode 100644 index 0000000000..6d361931e0 --- /dev/null +++ b/Symbolic/Resources/material-icons/dynamic_form.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dynamic_form.sharp.svg b/Symbolic/Resources/material-icons/dynamic_form.sharp.svg new file mode 100644 index 0000000000..7adb97a4fb --- /dev/null +++ b/Symbolic/Resources/material-icons/dynamic_form.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/dynamic_form.twotone.svg b/Symbolic/Resources/material-icons/dynamic_form.twotone.svg new file mode 100644 index 0000000000..bfdcf44f17 --- /dev/null +++ b/Symbolic/Resources/material-icons/dynamic_form.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/e_mobiledata.default.svg b/Symbolic/Resources/material-icons/e_mobiledata.default.svg new file mode 100644 index 0000000000..909560c020 --- /dev/null +++ b/Symbolic/Resources/material-icons/e_mobiledata.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/e_mobiledata.outlined.svg b/Symbolic/Resources/material-icons/e_mobiledata.outlined.svg new file mode 100644 index 0000000000..909560c020 --- /dev/null +++ b/Symbolic/Resources/material-icons/e_mobiledata.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/e_mobiledata.round.svg b/Symbolic/Resources/material-icons/e_mobiledata.round.svg new file mode 100644 index 0000000000..19ca504b99 --- /dev/null +++ b/Symbolic/Resources/material-icons/e_mobiledata.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/e_mobiledata.sharp.svg b/Symbolic/Resources/material-icons/e_mobiledata.sharp.svg new file mode 100644 index 0000000000..909560c020 --- /dev/null +++ b/Symbolic/Resources/material-icons/e_mobiledata.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/e_mobiledata.twotone.svg b/Symbolic/Resources/material-icons/e_mobiledata.twotone.svg new file mode 100644 index 0000000000..909560c020 --- /dev/null +++ b/Symbolic/Resources/material-icons/e_mobiledata.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/earbuds.default.svg b/Symbolic/Resources/material-icons/earbuds.default.svg new file mode 100644 index 0000000000..b15c15ccdf --- /dev/null +++ b/Symbolic/Resources/material-icons/earbuds.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/earbuds.outlined.svg b/Symbolic/Resources/material-icons/earbuds.outlined.svg new file mode 100644 index 0000000000..273bafcd0b --- /dev/null +++ b/Symbolic/Resources/material-icons/earbuds.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/earbuds.round.svg b/Symbolic/Resources/material-icons/earbuds.round.svg new file mode 100644 index 0000000000..b15c15ccdf --- /dev/null +++ b/Symbolic/Resources/material-icons/earbuds.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/earbuds.sharp.svg b/Symbolic/Resources/material-icons/earbuds.sharp.svg new file mode 100644 index 0000000000..085c6ef5c1 --- /dev/null +++ b/Symbolic/Resources/material-icons/earbuds.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/earbuds.twotone.svg b/Symbolic/Resources/material-icons/earbuds.twotone.svg new file mode 100644 index 0000000000..9d6211cecd --- /dev/null +++ b/Symbolic/Resources/material-icons/earbuds.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/earbuds_battery.default.svg b/Symbolic/Resources/material-icons/earbuds_battery.default.svg new file mode 100644 index 0000000000..4f46045bfa --- /dev/null +++ b/Symbolic/Resources/material-icons/earbuds_battery.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/earbuds_battery.outlined.svg b/Symbolic/Resources/material-icons/earbuds_battery.outlined.svg new file mode 100644 index 0000000000..5242ec6665 --- /dev/null +++ b/Symbolic/Resources/material-icons/earbuds_battery.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/earbuds_battery.round.svg b/Symbolic/Resources/material-icons/earbuds_battery.round.svg new file mode 100644 index 0000000000..e6f54a30fe --- /dev/null +++ b/Symbolic/Resources/material-icons/earbuds_battery.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/earbuds_battery.sharp.svg b/Symbolic/Resources/material-icons/earbuds_battery.sharp.svg new file mode 100644 index 0000000000..cf451cf553 --- /dev/null +++ b/Symbolic/Resources/material-icons/earbuds_battery.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/earbuds_battery.twotone.svg b/Symbolic/Resources/material-icons/earbuds_battery.twotone.svg new file mode 100644 index 0000000000..1858fe3de9 --- /dev/null +++ b/Symbolic/Resources/material-icons/earbuds_battery.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/east.default.svg b/Symbolic/Resources/material-icons/east.default.svg new file mode 100644 index 0000000000..76d325f630 --- /dev/null +++ b/Symbolic/Resources/material-icons/east.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/east.outlined.svg b/Symbolic/Resources/material-icons/east.outlined.svg new file mode 100644 index 0000000000..76d325f630 --- /dev/null +++ b/Symbolic/Resources/material-icons/east.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/east.round.svg b/Symbolic/Resources/material-icons/east.round.svg new file mode 100644 index 0000000000..1b49097498 --- /dev/null +++ b/Symbolic/Resources/material-icons/east.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/east.sharp.svg b/Symbolic/Resources/material-icons/east.sharp.svg new file mode 100644 index 0000000000..76d325f630 --- /dev/null +++ b/Symbolic/Resources/material-icons/east.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/east.twotone.svg b/Symbolic/Resources/material-icons/east.twotone.svg new file mode 100644 index 0000000000..76d325f630 --- /dev/null +++ b/Symbolic/Resources/material-icons/east.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/eco.default.svg b/Symbolic/Resources/material-icons/eco.default.svg new file mode 100644 index 0000000000..b96f1c0b1e --- /dev/null +++ b/Symbolic/Resources/material-icons/eco.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/eco.outlined.svg b/Symbolic/Resources/material-icons/eco.outlined.svg new file mode 100644 index 0000000000..e88e4e72d1 --- /dev/null +++ b/Symbolic/Resources/material-icons/eco.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/eco.round.svg b/Symbolic/Resources/material-icons/eco.round.svg new file mode 100644 index 0000000000..b5650f54ee --- /dev/null +++ b/Symbolic/Resources/material-icons/eco.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/eco.sharp.svg b/Symbolic/Resources/material-icons/eco.sharp.svg new file mode 100644 index 0000000000..b96f1c0b1e --- /dev/null +++ b/Symbolic/Resources/material-icons/eco.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/eco.twotone.svg b/Symbolic/Resources/material-icons/eco.twotone.svg new file mode 100644 index 0000000000..c399b382a4 --- /dev/null +++ b/Symbolic/Resources/material-icons/eco.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edgesensor_high.default.svg b/Symbolic/Resources/material-icons/edgesensor_high.default.svg new file mode 100644 index 0000000000..fd201e35ab --- /dev/null +++ b/Symbolic/Resources/material-icons/edgesensor_high.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edgesensor_high.outlined.svg b/Symbolic/Resources/material-icons/edgesensor_high.outlined.svg new file mode 100644 index 0000000000..7a51469464 --- /dev/null +++ b/Symbolic/Resources/material-icons/edgesensor_high.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edgesensor_high.round.svg b/Symbolic/Resources/material-icons/edgesensor_high.round.svg new file mode 100644 index 0000000000..a77950b045 --- /dev/null +++ b/Symbolic/Resources/material-icons/edgesensor_high.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edgesensor_high.sharp.svg b/Symbolic/Resources/material-icons/edgesensor_high.sharp.svg new file mode 100644 index 0000000000..14b1da16bb --- /dev/null +++ b/Symbolic/Resources/material-icons/edgesensor_high.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edgesensor_high.twotone.svg b/Symbolic/Resources/material-icons/edgesensor_high.twotone.svg new file mode 100644 index 0000000000..e63a7875cb --- /dev/null +++ b/Symbolic/Resources/material-icons/edgesensor_high.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edgesensor_low.default.svg b/Symbolic/Resources/material-icons/edgesensor_low.default.svg new file mode 100644 index 0000000000..6cd3081c3c --- /dev/null +++ b/Symbolic/Resources/material-icons/edgesensor_low.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edgesensor_low.outlined.svg b/Symbolic/Resources/material-icons/edgesensor_low.outlined.svg new file mode 100644 index 0000000000..92338adb07 --- /dev/null +++ b/Symbolic/Resources/material-icons/edgesensor_low.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edgesensor_low.round.svg b/Symbolic/Resources/material-icons/edgesensor_low.round.svg new file mode 100644 index 0000000000..7302df61d8 --- /dev/null +++ b/Symbolic/Resources/material-icons/edgesensor_low.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edgesensor_low.sharp.svg b/Symbolic/Resources/material-icons/edgesensor_low.sharp.svg new file mode 100644 index 0000000000..c6f6a25eee --- /dev/null +++ b/Symbolic/Resources/material-icons/edgesensor_low.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edgesensor_low.twotone.svg b/Symbolic/Resources/material-icons/edgesensor_low.twotone.svg new file mode 100644 index 0000000000..99ea47c802 --- /dev/null +++ b/Symbolic/Resources/material-icons/edgesensor_low.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit.default.svg b/Symbolic/Resources/material-icons/edit.default.svg new file mode 100644 index 0000000000..a4b3c9f6b7 --- /dev/null +++ b/Symbolic/Resources/material-icons/edit.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit.outlined.svg b/Symbolic/Resources/material-icons/edit.outlined.svg new file mode 100644 index 0000000000..bf7a7ba46f --- /dev/null +++ b/Symbolic/Resources/material-icons/edit.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit.round.svg b/Symbolic/Resources/material-icons/edit.round.svg new file mode 100644 index 0000000000..9c51aeddfc --- /dev/null +++ b/Symbolic/Resources/material-icons/edit.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit.sharp.svg b/Symbolic/Resources/material-icons/edit.sharp.svg new file mode 100644 index 0000000000..ebd2c05dd4 --- /dev/null +++ b/Symbolic/Resources/material-icons/edit.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit.twotone.svg b/Symbolic/Resources/material-icons/edit.twotone.svg new file mode 100644 index 0000000000..55a83ec634 --- /dev/null +++ b/Symbolic/Resources/material-icons/edit.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_attributes.default.svg b/Symbolic/Resources/material-icons/edit_attributes.default.svg new file mode 100644 index 0000000000..02399a9fb7 --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_attributes.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_attributes.outlined.svg b/Symbolic/Resources/material-icons/edit_attributes.outlined.svg new file mode 100644 index 0000000000..c8113dc5b9 --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_attributes.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_attributes.round.svg b/Symbolic/Resources/material-icons/edit_attributes.round.svg new file mode 100644 index 0000000000..2baf92108d --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_attributes.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_attributes.sharp.svg b/Symbolic/Resources/material-icons/edit_attributes.sharp.svg new file mode 100644 index 0000000000..28657f9a9e --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_attributes.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_attributes.twotone.svg b/Symbolic/Resources/material-icons/edit_attributes.twotone.svg new file mode 100644 index 0000000000..bee4de4379 --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_attributes.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_calendar.default.svg b/Symbolic/Resources/material-icons/edit_calendar.default.svg new file mode 100644 index 0000000000..48d0a33e07 --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_calendar.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_calendar.outlined.svg b/Symbolic/Resources/material-icons/edit_calendar.outlined.svg new file mode 100644 index 0000000000..5011231100 --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_calendar.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_calendar.round.svg b/Symbolic/Resources/material-icons/edit_calendar.round.svg new file mode 100644 index 0000000000..99ce31bacc --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_calendar.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_calendar.sharp.svg b/Symbolic/Resources/material-icons/edit_calendar.sharp.svg new file mode 100644 index 0000000000..2955bda44a --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_calendar.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_calendar.twotone.svg b/Symbolic/Resources/material-icons/edit_calendar.twotone.svg new file mode 100644 index 0000000000..851217b98f --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_calendar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_document.default.svg b/Symbolic/Resources/material-icons/edit_document.default.svg new file mode 100644 index 0000000000..6f7cafa1e1 --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_document.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_location.default.svg b/Symbolic/Resources/material-icons/edit_location.default.svg new file mode 100644 index 0000000000..7142a75075 --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_location.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_location.outlined.svg b/Symbolic/Resources/material-icons/edit_location.outlined.svg new file mode 100644 index 0000000000..d4b5d81d34 --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_location.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_location.round.svg b/Symbolic/Resources/material-icons/edit_location.round.svg new file mode 100644 index 0000000000..c89683f397 --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_location.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_location.sharp.svg b/Symbolic/Resources/material-icons/edit_location.sharp.svg new file mode 100644 index 0000000000..d0136184ab --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_location.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_location.twotone.svg b/Symbolic/Resources/material-icons/edit_location.twotone.svg new file mode 100644 index 0000000000..fbfb1ef88a --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_location.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_location_alt.default.svg b/Symbolic/Resources/material-icons/edit_location_alt.default.svg new file mode 100644 index 0000000000..37de10a308 --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_location_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_location_alt.outlined.svg b/Symbolic/Resources/material-icons/edit_location_alt.outlined.svg new file mode 100644 index 0000000000..4477fe9870 --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_location_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_location_alt.round.svg b/Symbolic/Resources/material-icons/edit_location_alt.round.svg new file mode 100644 index 0000000000..ea94c0c237 --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_location_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_location_alt.sharp.svg b/Symbolic/Resources/material-icons/edit_location_alt.sharp.svg new file mode 100644 index 0000000000..5e0638464a --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_location_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_location_alt.twotone.svg b/Symbolic/Resources/material-icons/edit_location_alt.twotone.svg new file mode 100644 index 0000000000..74a4f43a0a --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_location_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_note.default.svg b/Symbolic/Resources/material-icons/edit_note.default.svg new file mode 100644 index 0000000000..e6afc2858d --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_note.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_note.outlined.svg b/Symbolic/Resources/material-icons/edit_note.outlined.svg new file mode 100644 index 0000000000..e6afc2858d --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_note.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_note.round.svg b/Symbolic/Resources/material-icons/edit_note.round.svg new file mode 100644 index 0000000000..93194afc9e --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_note.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_note.sharp.svg b/Symbolic/Resources/material-icons/edit_note.sharp.svg new file mode 100644 index 0000000000..b68ebee4ab --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_note.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_note.twotone.svg b/Symbolic/Resources/material-icons/edit_note.twotone.svg new file mode 100644 index 0000000000..e6afc2858d --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_note.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_notifications.default.svg b/Symbolic/Resources/material-icons/edit_notifications.default.svg new file mode 100644 index 0000000000..8c7246dec1 --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_notifications.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_notifications.outlined.svg b/Symbolic/Resources/material-icons/edit_notifications.outlined.svg new file mode 100644 index 0000000000..ba7fde9d68 --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_notifications.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_notifications.round.svg b/Symbolic/Resources/material-icons/edit_notifications.round.svg new file mode 100644 index 0000000000..9b9c3f8bf1 --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_notifications.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_notifications.sharp.svg b/Symbolic/Resources/material-icons/edit_notifications.sharp.svg new file mode 100644 index 0000000000..61e57a91f7 --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_notifications.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_notifications.twotone.svg b/Symbolic/Resources/material-icons/edit_notifications.twotone.svg new file mode 100644 index 0000000000..c681a925a0 --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_notifications.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_off.default.svg b/Symbolic/Resources/material-icons/edit_off.default.svg new file mode 100644 index 0000000000..34091bd497 --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_off.default.svg @@ -0,0 +1 @@ +ic_edit_off_24px \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_off.outlined.svg b/Symbolic/Resources/material-icons/edit_off.outlined.svg new file mode 100644 index 0000000000..251dbd2293 --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_off.round.svg b/Symbolic/Resources/material-icons/edit_off.round.svg new file mode 100644 index 0000000000..b6d80f1f10 --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_off.sharp.svg b/Symbolic/Resources/material-icons/edit_off.sharp.svg new file mode 100644 index 0000000000..dbd1a28e9a --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_off.twotone.svg b/Symbolic/Resources/material-icons/edit_off.twotone.svg new file mode 100644 index 0000000000..663931624b --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_road.default.svg b/Symbolic/Resources/material-icons/edit_road.default.svg new file mode 100644 index 0000000000..4c39722177 --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_road.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_road.outlined.svg b/Symbolic/Resources/material-icons/edit_road.outlined.svg new file mode 100644 index 0000000000..4c39722177 --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_road.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_road.round.svg b/Symbolic/Resources/material-icons/edit_road.round.svg new file mode 100644 index 0000000000..5e385be19b --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_road.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_road.sharp.svg b/Symbolic/Resources/material-icons/edit_road.sharp.svg new file mode 100644 index 0000000000..4c39722177 --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_road.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_road.twotone.svg b/Symbolic/Resources/material-icons/edit_road.twotone.svg new file mode 100644 index 0000000000..2f17178692 --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_road.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/edit_square.default.svg b/Symbolic/Resources/material-icons/edit_square.default.svg new file mode 100644 index 0000000000..5312be36f3 --- /dev/null +++ b/Symbolic/Resources/material-icons/edit_square.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/egg.default.svg b/Symbolic/Resources/material-icons/egg.default.svg new file mode 100644 index 0000000000..e6723df549 --- /dev/null +++ b/Symbolic/Resources/material-icons/egg.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/egg.outlined.svg b/Symbolic/Resources/material-icons/egg.outlined.svg new file mode 100644 index 0000000000..bc920fc415 --- /dev/null +++ b/Symbolic/Resources/material-icons/egg.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/egg.round.svg b/Symbolic/Resources/material-icons/egg.round.svg new file mode 100644 index 0000000000..cbd47377b0 --- /dev/null +++ b/Symbolic/Resources/material-icons/egg.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/egg.sharp.svg b/Symbolic/Resources/material-icons/egg.sharp.svg new file mode 100644 index 0000000000..acbb245ff5 --- /dev/null +++ b/Symbolic/Resources/material-icons/egg.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/egg.twotone.svg b/Symbolic/Resources/material-icons/egg.twotone.svg new file mode 100644 index 0000000000..8a08563d3f --- /dev/null +++ b/Symbolic/Resources/material-icons/egg.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/egg_alt.default.svg b/Symbolic/Resources/material-icons/egg_alt.default.svg new file mode 100644 index 0000000000..1463149eb4 --- /dev/null +++ b/Symbolic/Resources/material-icons/egg_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/egg_alt.outlined.svg b/Symbolic/Resources/material-icons/egg_alt.outlined.svg new file mode 100644 index 0000000000..8e19f8f26b --- /dev/null +++ b/Symbolic/Resources/material-icons/egg_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/egg_alt.round.svg b/Symbolic/Resources/material-icons/egg_alt.round.svg new file mode 100644 index 0000000000..dd04fc7bbc --- /dev/null +++ b/Symbolic/Resources/material-icons/egg_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/egg_alt.sharp.svg b/Symbolic/Resources/material-icons/egg_alt.sharp.svg new file mode 100644 index 0000000000..1463149eb4 --- /dev/null +++ b/Symbolic/Resources/material-icons/egg_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/egg_alt.twotone.svg b/Symbolic/Resources/material-icons/egg_alt.twotone.svg new file mode 100644 index 0000000000..be29a0fa31 --- /dev/null +++ b/Symbolic/Resources/material-icons/egg_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/eject.default.svg b/Symbolic/Resources/material-icons/eject.default.svg new file mode 100644 index 0000000000..a6fb47cff8 --- /dev/null +++ b/Symbolic/Resources/material-icons/eject.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/eject.outlined.svg b/Symbolic/Resources/material-icons/eject.outlined.svg new file mode 100644 index 0000000000..6fea02bd8e --- /dev/null +++ b/Symbolic/Resources/material-icons/eject.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/eject.round.svg b/Symbolic/Resources/material-icons/eject.round.svg new file mode 100644 index 0000000000..59c53f2680 --- /dev/null +++ b/Symbolic/Resources/material-icons/eject.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/eject.sharp.svg b/Symbolic/Resources/material-icons/eject.sharp.svg new file mode 100644 index 0000000000..af5b0bd32d --- /dev/null +++ b/Symbolic/Resources/material-icons/eject.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/eject.twotone.svg b/Symbolic/Resources/material-icons/eject.twotone.svg new file mode 100644 index 0000000000..7244a476dc --- /dev/null +++ b/Symbolic/Resources/material-icons/eject.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/elderly.default.svg b/Symbolic/Resources/material-icons/elderly.default.svg new file mode 100644 index 0000000000..1b20820f81 --- /dev/null +++ b/Symbolic/Resources/material-icons/elderly.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/elderly.outlined.svg b/Symbolic/Resources/material-icons/elderly.outlined.svg new file mode 100644 index 0000000000..1b20820f81 --- /dev/null +++ b/Symbolic/Resources/material-icons/elderly.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/elderly.round.svg b/Symbolic/Resources/material-icons/elderly.round.svg new file mode 100644 index 0000000000..76ac48efec --- /dev/null +++ b/Symbolic/Resources/material-icons/elderly.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/elderly.sharp.svg b/Symbolic/Resources/material-icons/elderly.sharp.svg new file mode 100644 index 0000000000..1b20820f81 --- /dev/null +++ b/Symbolic/Resources/material-icons/elderly.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/elderly.twotone.svg b/Symbolic/Resources/material-icons/elderly.twotone.svg new file mode 100644 index 0000000000..1b20820f81 --- /dev/null +++ b/Symbolic/Resources/material-icons/elderly.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/elderly_woman.default.svg b/Symbolic/Resources/material-icons/elderly_woman.default.svg new file mode 100644 index 0000000000..4a1ae47b9f --- /dev/null +++ b/Symbolic/Resources/material-icons/elderly_woman.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/elderly_woman.outlined.svg b/Symbolic/Resources/material-icons/elderly_woman.outlined.svg new file mode 100644 index 0000000000..4a1ae47b9f --- /dev/null +++ b/Symbolic/Resources/material-icons/elderly_woman.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/elderly_woman.round.svg b/Symbolic/Resources/material-icons/elderly_woman.round.svg new file mode 100644 index 0000000000..49d68788c3 --- /dev/null +++ b/Symbolic/Resources/material-icons/elderly_woman.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/elderly_woman.sharp.svg b/Symbolic/Resources/material-icons/elderly_woman.sharp.svg new file mode 100644 index 0000000000..4a1ae47b9f --- /dev/null +++ b/Symbolic/Resources/material-icons/elderly_woman.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/elderly_woman.twotone.svg b/Symbolic/Resources/material-icons/elderly_woman.twotone.svg new file mode 100644 index 0000000000..4a1ae47b9f --- /dev/null +++ b/Symbolic/Resources/material-icons/elderly_woman.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electric_bike.default.svg b/Symbolic/Resources/material-icons/electric_bike.default.svg new file mode 100644 index 0000000000..98a11a49b8 --- /dev/null +++ b/Symbolic/Resources/material-icons/electric_bike.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electric_bike.outlined.svg b/Symbolic/Resources/material-icons/electric_bike.outlined.svg new file mode 100644 index 0000000000..98a11a49b8 --- /dev/null +++ b/Symbolic/Resources/material-icons/electric_bike.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electric_bike.round.svg b/Symbolic/Resources/material-icons/electric_bike.round.svg new file mode 100644 index 0000000000..fab278fdf1 --- /dev/null +++ b/Symbolic/Resources/material-icons/electric_bike.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electric_bike.sharp.svg b/Symbolic/Resources/material-icons/electric_bike.sharp.svg new file mode 100644 index 0000000000..ffc0790cc6 --- /dev/null +++ b/Symbolic/Resources/material-icons/electric_bike.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electric_bike.twotone.svg b/Symbolic/Resources/material-icons/electric_bike.twotone.svg new file mode 100644 index 0000000000..98a11a49b8 --- /dev/null +++ b/Symbolic/Resources/material-icons/electric_bike.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electric_bolt.default.svg b/Symbolic/Resources/material-icons/electric_bolt.default.svg new file mode 100644 index 0000000000..385252fc69 --- /dev/null +++ b/Symbolic/Resources/material-icons/electric_bolt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electric_bolt.outlined.svg b/Symbolic/Resources/material-icons/electric_bolt.outlined.svg new file mode 100644 index 0000000000..62219327c1 --- /dev/null +++ b/Symbolic/Resources/material-icons/electric_bolt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electric_bolt.round.svg b/Symbolic/Resources/material-icons/electric_bolt.round.svg new file mode 100644 index 0000000000..b220618c43 --- /dev/null +++ b/Symbolic/Resources/material-icons/electric_bolt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electric_bolt.sharp.svg b/Symbolic/Resources/material-icons/electric_bolt.sharp.svg new file mode 100644 index 0000000000..e9d577853e --- /dev/null +++ b/Symbolic/Resources/material-icons/electric_bolt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electric_bolt.twotone.svg b/Symbolic/Resources/material-icons/electric_bolt.twotone.svg new file mode 100644 index 0000000000..62219327c1 --- /dev/null +++ b/Symbolic/Resources/material-icons/electric_bolt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electric_car.default.svg b/Symbolic/Resources/material-icons/electric_car.default.svg new file mode 100644 index 0000000000..ff6b517c60 --- /dev/null +++ b/Symbolic/Resources/material-icons/electric_car.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electric_car.outlined.svg b/Symbolic/Resources/material-icons/electric_car.outlined.svg new file mode 100644 index 0000000000..0d579d51b4 --- /dev/null +++ b/Symbolic/Resources/material-icons/electric_car.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electric_car.round.svg b/Symbolic/Resources/material-icons/electric_car.round.svg new file mode 100644 index 0000000000..911a776435 --- /dev/null +++ b/Symbolic/Resources/material-icons/electric_car.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electric_car.sharp.svg b/Symbolic/Resources/material-icons/electric_car.sharp.svg new file mode 100644 index 0000000000..c527641aca --- /dev/null +++ b/Symbolic/Resources/material-icons/electric_car.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electric_car.twotone.svg b/Symbolic/Resources/material-icons/electric_car.twotone.svg new file mode 100644 index 0000000000..b94b990e5b --- /dev/null +++ b/Symbolic/Resources/material-icons/electric_car.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electric_meter.default.svg b/Symbolic/Resources/material-icons/electric_meter.default.svg new file mode 100644 index 0000000000..3a046c6281 --- /dev/null +++ b/Symbolic/Resources/material-icons/electric_meter.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electric_meter.outlined.svg b/Symbolic/Resources/material-icons/electric_meter.outlined.svg new file mode 100644 index 0000000000..e23febd2c5 --- /dev/null +++ b/Symbolic/Resources/material-icons/electric_meter.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electric_meter.round.svg b/Symbolic/Resources/material-icons/electric_meter.round.svg new file mode 100644 index 0000000000..380458e55f --- /dev/null +++ b/Symbolic/Resources/material-icons/electric_meter.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electric_meter.sharp.svg b/Symbolic/Resources/material-icons/electric_meter.sharp.svg new file mode 100644 index 0000000000..3a046c6281 --- /dev/null +++ b/Symbolic/Resources/material-icons/electric_meter.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electric_meter.twotone.svg b/Symbolic/Resources/material-icons/electric_meter.twotone.svg new file mode 100644 index 0000000000..365e889acf --- /dev/null +++ b/Symbolic/Resources/material-icons/electric_meter.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electric_moped.default.svg b/Symbolic/Resources/material-icons/electric_moped.default.svg new file mode 100644 index 0000000000..3a0a7b4570 --- /dev/null +++ b/Symbolic/Resources/material-icons/electric_moped.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electric_moped.outlined.svg b/Symbolic/Resources/material-icons/electric_moped.outlined.svg new file mode 100644 index 0000000000..731157e6e0 --- /dev/null +++ b/Symbolic/Resources/material-icons/electric_moped.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electric_moped.round.svg b/Symbolic/Resources/material-icons/electric_moped.round.svg new file mode 100644 index 0000000000..866fabece2 --- /dev/null +++ b/Symbolic/Resources/material-icons/electric_moped.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electric_moped.sharp.svg b/Symbolic/Resources/material-icons/electric_moped.sharp.svg new file mode 100644 index 0000000000..815a5df69e --- /dev/null +++ b/Symbolic/Resources/material-icons/electric_moped.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electric_moped.twotone.svg b/Symbolic/Resources/material-icons/electric_moped.twotone.svg new file mode 100644 index 0000000000..05ed9e84cf --- /dev/null +++ b/Symbolic/Resources/material-icons/electric_moped.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electric_rickshaw.default.svg b/Symbolic/Resources/material-icons/electric_rickshaw.default.svg new file mode 100644 index 0000000000..fdd0414bfa --- /dev/null +++ b/Symbolic/Resources/material-icons/electric_rickshaw.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electric_rickshaw.outlined.svg b/Symbolic/Resources/material-icons/electric_rickshaw.outlined.svg new file mode 100644 index 0000000000..d9d2595094 --- /dev/null +++ b/Symbolic/Resources/material-icons/electric_rickshaw.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electric_rickshaw.round.svg b/Symbolic/Resources/material-icons/electric_rickshaw.round.svg new file mode 100644 index 0000000000..9e87708611 --- /dev/null +++ b/Symbolic/Resources/material-icons/electric_rickshaw.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electric_rickshaw.sharp.svg b/Symbolic/Resources/material-icons/electric_rickshaw.sharp.svg new file mode 100644 index 0000000000..eda9de0430 --- /dev/null +++ b/Symbolic/Resources/material-icons/electric_rickshaw.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electric_rickshaw.twotone.svg b/Symbolic/Resources/material-icons/electric_rickshaw.twotone.svg new file mode 100644 index 0000000000..47adc7044e --- /dev/null +++ b/Symbolic/Resources/material-icons/electric_rickshaw.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electric_scooter.default.svg b/Symbolic/Resources/material-icons/electric_scooter.default.svg new file mode 100644 index 0000000000..4bf292c3a4 --- /dev/null +++ b/Symbolic/Resources/material-icons/electric_scooter.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electric_scooter.outlined.svg b/Symbolic/Resources/material-icons/electric_scooter.outlined.svg new file mode 100644 index 0000000000..4bf292c3a4 --- /dev/null +++ b/Symbolic/Resources/material-icons/electric_scooter.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electric_scooter.round.svg b/Symbolic/Resources/material-icons/electric_scooter.round.svg new file mode 100644 index 0000000000..5cbd7c9e18 --- /dev/null +++ b/Symbolic/Resources/material-icons/electric_scooter.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electric_scooter.sharp.svg b/Symbolic/Resources/material-icons/electric_scooter.sharp.svg new file mode 100644 index 0000000000..f2225afc56 --- /dev/null +++ b/Symbolic/Resources/material-icons/electric_scooter.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electric_scooter.twotone.svg b/Symbolic/Resources/material-icons/electric_scooter.twotone.svg new file mode 100644 index 0000000000..4bf292c3a4 --- /dev/null +++ b/Symbolic/Resources/material-icons/electric_scooter.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electrical_services.default.svg b/Symbolic/Resources/material-icons/electrical_services.default.svg new file mode 100644 index 0000000000..050eb42de9 --- /dev/null +++ b/Symbolic/Resources/material-icons/electrical_services.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electrical_services.outlined.svg b/Symbolic/Resources/material-icons/electrical_services.outlined.svg new file mode 100644 index 0000000000..050eb42de9 --- /dev/null +++ b/Symbolic/Resources/material-icons/electrical_services.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electrical_services.round.svg b/Symbolic/Resources/material-icons/electrical_services.round.svg new file mode 100644 index 0000000000..35f9dbdb45 --- /dev/null +++ b/Symbolic/Resources/material-icons/electrical_services.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electrical_services.sharp.svg b/Symbolic/Resources/material-icons/electrical_services.sharp.svg new file mode 100644 index 0000000000..a903ce55b1 --- /dev/null +++ b/Symbolic/Resources/material-icons/electrical_services.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/electrical_services.twotone.svg b/Symbolic/Resources/material-icons/electrical_services.twotone.svg new file mode 100644 index 0000000000..2f71c99790 --- /dev/null +++ b/Symbolic/Resources/material-icons/electrical_services.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/elevator.default.svg b/Symbolic/Resources/material-icons/elevator.default.svg new file mode 100644 index 0000000000..f7723abb31 --- /dev/null +++ b/Symbolic/Resources/material-icons/elevator.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/elevator.outlined.svg b/Symbolic/Resources/material-icons/elevator.outlined.svg new file mode 100644 index 0000000000..dcfc78581e --- /dev/null +++ b/Symbolic/Resources/material-icons/elevator.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/elevator.round.svg b/Symbolic/Resources/material-icons/elevator.round.svg new file mode 100644 index 0000000000..da51e4add2 --- /dev/null +++ b/Symbolic/Resources/material-icons/elevator.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/elevator.sharp.svg b/Symbolic/Resources/material-icons/elevator.sharp.svg new file mode 100644 index 0000000000..8db0675b59 --- /dev/null +++ b/Symbolic/Resources/material-icons/elevator.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/elevator.twotone.svg b/Symbolic/Resources/material-icons/elevator.twotone.svg new file mode 100644 index 0000000000..11c413ee1f --- /dev/null +++ b/Symbolic/Resources/material-icons/elevator.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/email.default.svg b/Symbolic/Resources/material-icons/email.default.svg new file mode 100644 index 0000000000..afbd592f59 --- /dev/null +++ b/Symbolic/Resources/material-icons/email.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/email.outlined.svg b/Symbolic/Resources/material-icons/email.outlined.svg new file mode 100644 index 0000000000..e5ed5664ac --- /dev/null +++ b/Symbolic/Resources/material-icons/email.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/email.round.svg b/Symbolic/Resources/material-icons/email.round.svg new file mode 100644 index 0000000000..119e5ebd69 --- /dev/null +++ b/Symbolic/Resources/material-icons/email.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/email.sharp.svg b/Symbolic/Resources/material-icons/email.sharp.svg new file mode 100644 index 0000000000..8d725fdcc8 --- /dev/null +++ b/Symbolic/Resources/material-icons/email.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/email.twotone.svg b/Symbolic/Resources/material-icons/email.twotone.svg new file mode 100644 index 0000000000..ef1c2df52e --- /dev/null +++ b/Symbolic/Resources/material-icons/email.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emergency.default.svg b/Symbolic/Resources/material-icons/emergency.default.svg new file mode 100644 index 0000000000..ddb6e605d1 --- /dev/null +++ b/Symbolic/Resources/material-icons/emergency.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emergency.outlined.svg b/Symbolic/Resources/material-icons/emergency.outlined.svg new file mode 100644 index 0000000000..e325e5d96a --- /dev/null +++ b/Symbolic/Resources/material-icons/emergency.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emergency.round.svg b/Symbolic/Resources/material-icons/emergency.round.svg new file mode 100644 index 0000000000..1c4f2ec086 --- /dev/null +++ b/Symbolic/Resources/material-icons/emergency.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emergency.sharp.svg b/Symbolic/Resources/material-icons/emergency.sharp.svg new file mode 100644 index 0000000000..ddb6e605d1 --- /dev/null +++ b/Symbolic/Resources/material-icons/emergency.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emergency.twotone.svg b/Symbolic/Resources/material-icons/emergency.twotone.svg new file mode 100644 index 0000000000..5c140bf442 --- /dev/null +++ b/Symbolic/Resources/material-icons/emergency.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emergency_recording.default.svg b/Symbolic/Resources/material-icons/emergency_recording.default.svg new file mode 100644 index 0000000000..837613bd43 --- /dev/null +++ b/Symbolic/Resources/material-icons/emergency_recording.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emergency_recording.outlined.svg b/Symbolic/Resources/material-icons/emergency_recording.outlined.svg new file mode 100644 index 0000000000..f074ec8981 --- /dev/null +++ b/Symbolic/Resources/material-icons/emergency_recording.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emergency_recording.round.svg b/Symbolic/Resources/material-icons/emergency_recording.round.svg new file mode 100644 index 0000000000..b3a19e0477 --- /dev/null +++ b/Symbolic/Resources/material-icons/emergency_recording.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emergency_recording.sharp.svg b/Symbolic/Resources/material-icons/emergency_recording.sharp.svg new file mode 100644 index 0000000000..f0aee98cf2 --- /dev/null +++ b/Symbolic/Resources/material-icons/emergency_recording.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emergency_recording.twotone.svg b/Symbolic/Resources/material-icons/emergency_recording.twotone.svg new file mode 100644 index 0000000000..037eff45c6 --- /dev/null +++ b/Symbolic/Resources/material-icons/emergency_recording.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emergency_share.default.svg b/Symbolic/Resources/material-icons/emergency_share.default.svg new file mode 100644 index 0000000000..5fe1c65a5b --- /dev/null +++ b/Symbolic/Resources/material-icons/emergency_share.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emergency_share.outlined.svg b/Symbolic/Resources/material-icons/emergency_share.outlined.svg new file mode 100644 index 0000000000..1a7e0275f6 --- /dev/null +++ b/Symbolic/Resources/material-icons/emergency_share.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emergency_share.round.svg b/Symbolic/Resources/material-icons/emergency_share.round.svg new file mode 100644 index 0000000000..c0f69abaeb --- /dev/null +++ b/Symbolic/Resources/material-icons/emergency_share.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emergency_share.sharp.svg b/Symbolic/Resources/material-icons/emergency_share.sharp.svg new file mode 100644 index 0000000000..5fe1c65a5b --- /dev/null +++ b/Symbolic/Resources/material-icons/emergency_share.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emergency_share.twotone.svg b/Symbolic/Resources/material-icons/emergency_share.twotone.svg new file mode 100644 index 0000000000..1349b47bc0 --- /dev/null +++ b/Symbolic/Resources/material-icons/emergency_share.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_emotions.default.svg b/Symbolic/Resources/material-icons/emoji_emotions.default.svg new file mode 100644 index 0000000000..e0b1fecf79 --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_emotions.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_emotions.outlined.svg b/Symbolic/Resources/material-icons/emoji_emotions.outlined.svg new file mode 100644 index 0000000000..28f7205dac --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_emotions.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_emotions.round.svg b/Symbolic/Resources/material-icons/emoji_emotions.round.svg new file mode 100644 index 0000000000..dfcff60357 --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_emotions.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_emotions.sharp.svg b/Symbolic/Resources/material-icons/emoji_emotions.sharp.svg new file mode 100644 index 0000000000..e0b1fecf79 --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_emotions.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_emotions.twotone.svg b/Symbolic/Resources/material-icons/emoji_emotions.twotone.svg new file mode 100644 index 0000000000..7e2b73c758 --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_emotions.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_events.default.svg b/Symbolic/Resources/material-icons/emoji_events.default.svg new file mode 100644 index 0000000000..8ff9769678 --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_events.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_events.outlined.svg b/Symbolic/Resources/material-icons/emoji_events.outlined.svg new file mode 100644 index 0000000000..92549902c2 --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_events.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_events.round.svg b/Symbolic/Resources/material-icons/emoji_events.round.svg new file mode 100644 index 0000000000..0c49e45039 --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_events.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_events.sharp.svg b/Symbolic/Resources/material-icons/emoji_events.sharp.svg new file mode 100644 index 0000000000..8ff9769678 --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_events.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_events.twotone.svg b/Symbolic/Resources/material-icons/emoji_events.twotone.svg new file mode 100644 index 0000000000..bf68b25a0c --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_events.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_flags.default.svg b/Symbolic/Resources/material-icons/emoji_flags.default.svg new file mode 100644 index 0000000000..b890ed9983 --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_flags.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_flags.outlined.svg b/Symbolic/Resources/material-icons/emoji_flags.outlined.svg new file mode 100644 index 0000000000..b890ed9983 --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_flags.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_flags.round.svg b/Symbolic/Resources/material-icons/emoji_flags.round.svg new file mode 100644 index 0000000000..8b5df2c420 --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_flags.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_flags.sharp.svg b/Symbolic/Resources/material-icons/emoji_flags.sharp.svg new file mode 100644 index 0000000000..b890ed9983 --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_flags.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_flags.twotone.svg b/Symbolic/Resources/material-icons/emoji_flags.twotone.svg new file mode 100644 index 0000000000..94005034fd --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_flags.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_food_beverage.default.svg b/Symbolic/Resources/material-icons/emoji_food_beverage.default.svg new file mode 100644 index 0000000000..21c33c9cd9 --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_food_beverage.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_food_beverage.outlined.svg b/Symbolic/Resources/material-icons/emoji_food_beverage.outlined.svg new file mode 100644 index 0000000000..41674564b7 --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_food_beverage.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_food_beverage.round.svg b/Symbolic/Resources/material-icons/emoji_food_beverage.round.svg new file mode 100644 index 0000000000..9ae3cb95b5 --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_food_beverage.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_food_beverage.sharp.svg b/Symbolic/Resources/material-icons/emoji_food_beverage.sharp.svg new file mode 100644 index 0000000000..dba0dfdb90 --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_food_beverage.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_food_beverage.twotone.svg b/Symbolic/Resources/material-icons/emoji_food_beverage.twotone.svg new file mode 100644 index 0000000000..9555f72175 --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_food_beverage.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_nature.default.svg b/Symbolic/Resources/material-icons/emoji_nature.default.svg new file mode 100644 index 0000000000..d5a40d8a09 --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_nature.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_nature.outlined.svg b/Symbolic/Resources/material-icons/emoji_nature.outlined.svg new file mode 100644 index 0000000000..e972a18cbe --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_nature.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_nature.round.svg b/Symbolic/Resources/material-icons/emoji_nature.round.svg new file mode 100644 index 0000000000..2ecbd317a7 --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_nature.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_nature.sharp.svg b/Symbolic/Resources/material-icons/emoji_nature.sharp.svg new file mode 100644 index 0000000000..d5a40d8a09 --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_nature.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_nature.twotone.svg b/Symbolic/Resources/material-icons/emoji_nature.twotone.svg new file mode 100644 index 0000000000..f3ce2eea64 --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_nature.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_objects.default.svg b/Symbolic/Resources/material-icons/emoji_objects.default.svg new file mode 100644 index 0000000000..6ccf181052 --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_objects.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_objects.outlined.svg b/Symbolic/Resources/material-icons/emoji_objects.outlined.svg new file mode 100644 index 0000000000..127b6fac59 --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_objects.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_objects.round.svg b/Symbolic/Resources/material-icons/emoji_objects.round.svg new file mode 100644 index 0000000000..64f7f6af96 --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_objects.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_objects.sharp.svg b/Symbolic/Resources/material-icons/emoji_objects.sharp.svg new file mode 100644 index 0000000000..716dd3efc4 --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_objects.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_objects.twotone.svg b/Symbolic/Resources/material-icons/emoji_objects.twotone.svg new file mode 100644 index 0000000000..17b03dfdf3 --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_objects.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_people.default.svg b/Symbolic/Resources/material-icons/emoji_people.default.svg new file mode 100644 index 0000000000..95806543e6 --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_people.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_people.outlined.svg b/Symbolic/Resources/material-icons/emoji_people.outlined.svg new file mode 100644 index 0000000000..95806543e6 --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_people.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_people.round.svg b/Symbolic/Resources/material-icons/emoji_people.round.svg new file mode 100644 index 0000000000..9c7fdfaf3a --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_people.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_people.sharp.svg b/Symbolic/Resources/material-icons/emoji_people.sharp.svg new file mode 100644 index 0000000000..95806543e6 --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_people.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_people.twotone.svg b/Symbolic/Resources/material-icons/emoji_people.twotone.svg new file mode 100644 index 0000000000..95806543e6 --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_people.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_symbols.default.svg b/Symbolic/Resources/material-icons/emoji_symbols.default.svg new file mode 100644 index 0000000000..a08f14fbef --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_symbols.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_symbols.outlined.svg b/Symbolic/Resources/material-icons/emoji_symbols.outlined.svg new file mode 100644 index 0000000000..a08f14fbef --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_symbols.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_symbols.round.svg b/Symbolic/Resources/material-icons/emoji_symbols.round.svg new file mode 100644 index 0000000000..a4a7a67dff --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_symbols.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_symbols.sharp.svg b/Symbolic/Resources/material-icons/emoji_symbols.sharp.svg new file mode 100644 index 0000000000..a08f14fbef --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_symbols.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_symbols.twotone.svg b/Symbolic/Resources/material-icons/emoji_symbols.twotone.svg new file mode 100644 index 0000000000..a08f14fbef --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_symbols.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_transportation.default.svg b/Symbolic/Resources/material-icons/emoji_transportation.default.svg new file mode 100644 index 0000000000..710bfb3cee --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_transportation.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_transportation.outlined.svg b/Symbolic/Resources/material-icons/emoji_transportation.outlined.svg new file mode 100644 index 0000000000..710bfb3cee --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_transportation.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_transportation.round.svg b/Symbolic/Resources/material-icons/emoji_transportation.round.svg new file mode 100644 index 0000000000..6370b82342 --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_transportation.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_transportation.sharp.svg b/Symbolic/Resources/material-icons/emoji_transportation.sharp.svg new file mode 100644 index 0000000000..710bfb3cee --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_transportation.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/emoji_transportation.twotone.svg b/Symbolic/Resources/material-icons/emoji_transportation.twotone.svg new file mode 100644 index 0000000000..710bfb3cee --- /dev/null +++ b/Symbolic/Resources/material-icons/emoji_transportation.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/energy_savings_leaf.default.svg b/Symbolic/Resources/material-icons/energy_savings_leaf.default.svg new file mode 100644 index 0000000000..7ec4b70c20 --- /dev/null +++ b/Symbolic/Resources/material-icons/energy_savings_leaf.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/energy_savings_leaf.outlined.svg b/Symbolic/Resources/material-icons/energy_savings_leaf.outlined.svg new file mode 100644 index 0000000000..875b4b05e8 --- /dev/null +++ b/Symbolic/Resources/material-icons/energy_savings_leaf.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/energy_savings_leaf.round.svg b/Symbolic/Resources/material-icons/energy_savings_leaf.round.svg new file mode 100644 index 0000000000..964eb19fc1 --- /dev/null +++ b/Symbolic/Resources/material-icons/energy_savings_leaf.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/energy_savings_leaf.sharp.svg b/Symbolic/Resources/material-icons/energy_savings_leaf.sharp.svg new file mode 100644 index 0000000000..608e89e290 --- /dev/null +++ b/Symbolic/Resources/material-icons/energy_savings_leaf.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/energy_savings_leaf.twotone.svg b/Symbolic/Resources/material-icons/energy_savings_leaf.twotone.svg new file mode 100644 index 0000000000..eb73378e6c --- /dev/null +++ b/Symbolic/Resources/material-icons/energy_savings_leaf.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/engineering.default.svg b/Symbolic/Resources/material-icons/engineering.default.svg new file mode 100644 index 0000000000..782746a50c --- /dev/null +++ b/Symbolic/Resources/material-icons/engineering.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/engineering.outlined.svg b/Symbolic/Resources/material-icons/engineering.outlined.svg new file mode 100644 index 0000000000..86dc7368ae --- /dev/null +++ b/Symbolic/Resources/material-icons/engineering.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/engineering.round.svg b/Symbolic/Resources/material-icons/engineering.round.svg new file mode 100644 index 0000000000..f990d030f9 --- /dev/null +++ b/Symbolic/Resources/material-icons/engineering.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/engineering.sharp.svg b/Symbolic/Resources/material-icons/engineering.sharp.svg new file mode 100644 index 0000000000..449a60b2f5 --- /dev/null +++ b/Symbolic/Resources/material-icons/engineering.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/engineering.twotone.svg b/Symbolic/Resources/material-icons/engineering.twotone.svg new file mode 100644 index 0000000000..1f05f9ab66 --- /dev/null +++ b/Symbolic/Resources/material-icons/engineering.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/enhanced_encryption.default.svg b/Symbolic/Resources/material-icons/enhanced_encryption.default.svg new file mode 100644 index 0000000000..9a6434b174 --- /dev/null +++ b/Symbolic/Resources/material-icons/enhanced_encryption.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/enhanced_encryption.outlined.svg b/Symbolic/Resources/material-icons/enhanced_encryption.outlined.svg new file mode 100644 index 0000000000..c590b51860 --- /dev/null +++ b/Symbolic/Resources/material-icons/enhanced_encryption.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/enhanced_encryption.round.svg b/Symbolic/Resources/material-icons/enhanced_encryption.round.svg new file mode 100644 index 0000000000..3c8766907e --- /dev/null +++ b/Symbolic/Resources/material-icons/enhanced_encryption.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/enhanced_encryption.sharp.svg b/Symbolic/Resources/material-icons/enhanced_encryption.sharp.svg new file mode 100644 index 0000000000..62e96ac443 --- /dev/null +++ b/Symbolic/Resources/material-icons/enhanced_encryption.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/enhanced_encryption.twotone.svg b/Symbolic/Resources/material-icons/enhanced_encryption.twotone.svg new file mode 100644 index 0000000000..b4b093ec98 --- /dev/null +++ b/Symbolic/Resources/material-icons/enhanced_encryption.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/equalizer.default.svg b/Symbolic/Resources/material-icons/equalizer.default.svg new file mode 100644 index 0000000000..ca09c6ce42 --- /dev/null +++ b/Symbolic/Resources/material-icons/equalizer.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/equalizer.outlined.svg b/Symbolic/Resources/material-icons/equalizer.outlined.svg new file mode 100644 index 0000000000..826dc2825c --- /dev/null +++ b/Symbolic/Resources/material-icons/equalizer.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/equalizer.round.svg b/Symbolic/Resources/material-icons/equalizer.round.svg new file mode 100644 index 0000000000..a8b4a20d6b --- /dev/null +++ b/Symbolic/Resources/material-icons/equalizer.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/equalizer.sharp.svg b/Symbolic/Resources/material-icons/equalizer.sharp.svg new file mode 100644 index 0000000000..826dc2825c --- /dev/null +++ b/Symbolic/Resources/material-icons/equalizer.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/equalizer.twotone.svg b/Symbolic/Resources/material-icons/equalizer.twotone.svg new file mode 100644 index 0000000000..042b74b436 --- /dev/null +++ b/Symbolic/Resources/material-icons/equalizer.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/error.default.svg b/Symbolic/Resources/material-icons/error.default.svg new file mode 100644 index 0000000000..084fddc5ab --- /dev/null +++ b/Symbolic/Resources/material-icons/error.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/error.outlined.svg b/Symbolic/Resources/material-icons/error.outlined.svg new file mode 100644 index 0000000000..8be85beb86 --- /dev/null +++ b/Symbolic/Resources/material-icons/error.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/error.round.svg b/Symbolic/Resources/material-icons/error.round.svg new file mode 100644 index 0000000000..55a1ef2b85 --- /dev/null +++ b/Symbolic/Resources/material-icons/error.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/error.sharp.svg b/Symbolic/Resources/material-icons/error.sharp.svg new file mode 100644 index 0000000000..8be85beb86 --- /dev/null +++ b/Symbolic/Resources/material-icons/error.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/error.twotone.svg b/Symbolic/Resources/material-icons/error.twotone.svg new file mode 100644 index 0000000000..ba5efbbc4c --- /dev/null +++ b/Symbolic/Resources/material-icons/error.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/error_outline.default.svg b/Symbolic/Resources/material-icons/error_outline.default.svg new file mode 100644 index 0000000000..497e70958b --- /dev/null +++ b/Symbolic/Resources/material-icons/error_outline.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/error_outline.outlined.svg b/Symbolic/Resources/material-icons/error_outline.outlined.svg new file mode 100644 index 0000000000..f164a1f027 --- /dev/null +++ b/Symbolic/Resources/material-icons/error_outline.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/error_outline.round.svg b/Symbolic/Resources/material-icons/error_outline.round.svg new file mode 100644 index 0000000000..03054d86de --- /dev/null +++ b/Symbolic/Resources/material-icons/error_outline.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/error_outline.sharp.svg b/Symbolic/Resources/material-icons/error_outline.sharp.svg new file mode 100644 index 0000000000..f164a1f027 --- /dev/null +++ b/Symbolic/Resources/material-icons/error_outline.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/error_outline.twotone.svg b/Symbolic/Resources/material-icons/error_outline.twotone.svg new file mode 100644 index 0000000000..3a7d92581c --- /dev/null +++ b/Symbolic/Resources/material-icons/error_outline.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/escalator.default.svg b/Symbolic/Resources/material-icons/escalator.default.svg new file mode 100644 index 0000000000..22693cbac1 --- /dev/null +++ b/Symbolic/Resources/material-icons/escalator.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/escalator.outlined.svg b/Symbolic/Resources/material-icons/escalator.outlined.svg new file mode 100644 index 0000000000..104fe56fc9 --- /dev/null +++ b/Symbolic/Resources/material-icons/escalator.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/escalator.round.svg b/Symbolic/Resources/material-icons/escalator.round.svg new file mode 100644 index 0000000000..abc87766b5 --- /dev/null +++ b/Symbolic/Resources/material-icons/escalator.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/escalator.sharp.svg b/Symbolic/Resources/material-icons/escalator.sharp.svg new file mode 100644 index 0000000000..59c7fb7338 --- /dev/null +++ b/Symbolic/Resources/material-icons/escalator.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/escalator.twotone.svg b/Symbolic/Resources/material-icons/escalator.twotone.svg new file mode 100644 index 0000000000..eba93e6a1b --- /dev/null +++ b/Symbolic/Resources/material-icons/escalator.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/escalator_warning.default.svg b/Symbolic/Resources/material-icons/escalator_warning.default.svg new file mode 100644 index 0000000000..a4de5e705d --- /dev/null +++ b/Symbolic/Resources/material-icons/escalator_warning.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/escalator_warning.outlined.svg b/Symbolic/Resources/material-icons/escalator_warning.outlined.svg new file mode 100644 index 0000000000..a4de5e705d --- /dev/null +++ b/Symbolic/Resources/material-icons/escalator_warning.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/escalator_warning.round.svg b/Symbolic/Resources/material-icons/escalator_warning.round.svg new file mode 100644 index 0000000000..a0a02d7784 --- /dev/null +++ b/Symbolic/Resources/material-icons/escalator_warning.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/escalator_warning.sharp.svg b/Symbolic/Resources/material-icons/escalator_warning.sharp.svg new file mode 100644 index 0000000000..04b8d46019 --- /dev/null +++ b/Symbolic/Resources/material-icons/escalator_warning.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/escalator_warning.twotone.svg b/Symbolic/Resources/material-icons/escalator_warning.twotone.svg new file mode 100644 index 0000000000..a4de5e705d --- /dev/null +++ b/Symbolic/Resources/material-icons/escalator_warning.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/euro.default.svg b/Symbolic/Resources/material-icons/euro.default.svg new file mode 100644 index 0000000000..659a9fbcbc --- /dev/null +++ b/Symbolic/Resources/material-icons/euro.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/euro.outlined.svg b/Symbolic/Resources/material-icons/euro.outlined.svg new file mode 100644 index 0000000000..659a9fbcbc --- /dev/null +++ b/Symbolic/Resources/material-icons/euro.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/euro.round.svg b/Symbolic/Resources/material-icons/euro.round.svg new file mode 100644 index 0000000000..2320c2ffde --- /dev/null +++ b/Symbolic/Resources/material-icons/euro.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/euro.sharp.svg b/Symbolic/Resources/material-icons/euro.sharp.svg new file mode 100644 index 0000000000..659a9fbcbc --- /dev/null +++ b/Symbolic/Resources/material-icons/euro.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/euro.twotone.svg b/Symbolic/Resources/material-icons/euro.twotone.svg new file mode 100644 index 0000000000..659a9fbcbc --- /dev/null +++ b/Symbolic/Resources/material-icons/euro.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/euro_symbol.default.svg b/Symbolic/Resources/material-icons/euro_symbol.default.svg new file mode 100644 index 0000000000..dc565cdeee --- /dev/null +++ b/Symbolic/Resources/material-icons/euro_symbol.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/euro_symbol.outlined.svg b/Symbolic/Resources/material-icons/euro_symbol.outlined.svg new file mode 100644 index 0000000000..e0f5cb780e --- /dev/null +++ b/Symbolic/Resources/material-icons/euro_symbol.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/euro_symbol.round.svg b/Symbolic/Resources/material-icons/euro_symbol.round.svg new file mode 100644 index 0000000000..c9369fa03f --- /dev/null +++ b/Symbolic/Resources/material-icons/euro_symbol.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/euro_symbol.sharp.svg b/Symbolic/Resources/material-icons/euro_symbol.sharp.svg new file mode 100644 index 0000000000..e0f5cb780e --- /dev/null +++ b/Symbolic/Resources/material-icons/euro_symbol.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/euro_symbol.twotone.svg b/Symbolic/Resources/material-icons/euro_symbol.twotone.svg new file mode 100644 index 0000000000..e0f5cb780e --- /dev/null +++ b/Symbolic/Resources/material-icons/euro_symbol.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ev_station.default.svg b/Symbolic/Resources/material-icons/ev_station.default.svg new file mode 100644 index 0000000000..cc540a84fe --- /dev/null +++ b/Symbolic/Resources/material-icons/ev_station.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ev_station.outlined.svg b/Symbolic/Resources/material-icons/ev_station.outlined.svg new file mode 100644 index 0000000000..1c64ec8025 --- /dev/null +++ b/Symbolic/Resources/material-icons/ev_station.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ev_station.round.svg b/Symbolic/Resources/material-icons/ev_station.round.svg new file mode 100644 index 0000000000..05f77d1383 --- /dev/null +++ b/Symbolic/Resources/material-icons/ev_station.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ev_station.sharp.svg b/Symbolic/Resources/material-icons/ev_station.sharp.svg new file mode 100644 index 0000000000..394bb8c303 --- /dev/null +++ b/Symbolic/Resources/material-icons/ev_station.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ev_station.twotone.svg b/Symbolic/Resources/material-icons/ev_station.twotone.svg new file mode 100644 index 0000000000..3c08811025 --- /dev/null +++ b/Symbolic/Resources/material-icons/ev_station.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/event.default.svg b/Symbolic/Resources/material-icons/event.default.svg new file mode 100644 index 0000000000..c85543eaaa --- /dev/null +++ b/Symbolic/Resources/material-icons/event.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/event.outlined.svg b/Symbolic/Resources/material-icons/event.outlined.svg new file mode 100644 index 0000000000..bb76943f74 --- /dev/null +++ b/Symbolic/Resources/material-icons/event.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/event.round.svg b/Symbolic/Resources/material-icons/event.round.svg new file mode 100644 index 0000000000..92810208d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/event.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/event.sharp.svg b/Symbolic/Resources/material-icons/event.sharp.svg new file mode 100644 index 0000000000..0a2efdf3cb --- /dev/null +++ b/Symbolic/Resources/material-icons/event.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/event.twotone.svg b/Symbolic/Resources/material-icons/event.twotone.svg new file mode 100644 index 0000000000..2ace97a0eb --- /dev/null +++ b/Symbolic/Resources/material-icons/event.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/event_available.default.svg b/Symbolic/Resources/material-icons/event_available.default.svg new file mode 100644 index 0000000000..6eb6dd828c --- /dev/null +++ b/Symbolic/Resources/material-icons/event_available.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/event_available.outlined.svg b/Symbolic/Resources/material-icons/event_available.outlined.svg new file mode 100644 index 0000000000..8b46f1cbf4 --- /dev/null +++ b/Symbolic/Resources/material-icons/event_available.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/event_available.round.svg b/Symbolic/Resources/material-icons/event_available.round.svg new file mode 100644 index 0000000000..dceadda829 --- /dev/null +++ b/Symbolic/Resources/material-icons/event_available.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/event_available.sharp.svg b/Symbolic/Resources/material-icons/event_available.sharp.svg new file mode 100644 index 0000000000..fd32f375f8 --- /dev/null +++ b/Symbolic/Resources/material-icons/event_available.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/event_available.twotone.svg b/Symbolic/Resources/material-icons/event_available.twotone.svg new file mode 100644 index 0000000000..59d483b1b6 --- /dev/null +++ b/Symbolic/Resources/material-icons/event_available.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/event_busy.default.svg b/Symbolic/Resources/material-icons/event_busy.default.svg new file mode 100644 index 0000000000..2e918f3bce --- /dev/null +++ b/Symbolic/Resources/material-icons/event_busy.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/event_busy.outlined.svg b/Symbolic/Resources/material-icons/event_busy.outlined.svg new file mode 100644 index 0000000000..97e5e175e8 --- /dev/null +++ b/Symbolic/Resources/material-icons/event_busy.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/event_busy.round.svg b/Symbolic/Resources/material-icons/event_busy.round.svg new file mode 100644 index 0000000000..750eb6e2a6 --- /dev/null +++ b/Symbolic/Resources/material-icons/event_busy.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/event_busy.sharp.svg b/Symbolic/Resources/material-icons/event_busy.sharp.svg new file mode 100644 index 0000000000..701ae330d2 --- /dev/null +++ b/Symbolic/Resources/material-icons/event_busy.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/event_busy.twotone.svg b/Symbolic/Resources/material-icons/event_busy.twotone.svg new file mode 100644 index 0000000000..c7027a0d15 --- /dev/null +++ b/Symbolic/Resources/material-icons/event_busy.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/event_note.default.svg b/Symbolic/Resources/material-icons/event_note.default.svg new file mode 100644 index 0000000000..c1d0db6135 --- /dev/null +++ b/Symbolic/Resources/material-icons/event_note.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/event_note.outlined.svg b/Symbolic/Resources/material-icons/event_note.outlined.svg new file mode 100644 index 0000000000..920b611df9 --- /dev/null +++ b/Symbolic/Resources/material-icons/event_note.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/event_note.round.svg b/Symbolic/Resources/material-icons/event_note.round.svg new file mode 100644 index 0000000000..eef5eaf146 --- /dev/null +++ b/Symbolic/Resources/material-icons/event_note.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/event_note.sharp.svg b/Symbolic/Resources/material-icons/event_note.sharp.svg new file mode 100644 index 0000000000..b69404fefe --- /dev/null +++ b/Symbolic/Resources/material-icons/event_note.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/event_note.twotone.svg b/Symbolic/Resources/material-icons/event_note.twotone.svg new file mode 100644 index 0000000000..8a67ebbc83 --- /dev/null +++ b/Symbolic/Resources/material-icons/event_note.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/event_repeat.default.svg b/Symbolic/Resources/material-icons/event_repeat.default.svg new file mode 100644 index 0000000000..944151d62f --- /dev/null +++ b/Symbolic/Resources/material-icons/event_repeat.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/event_repeat.outlined.svg b/Symbolic/Resources/material-icons/event_repeat.outlined.svg new file mode 100644 index 0000000000..5d3b30d4db --- /dev/null +++ b/Symbolic/Resources/material-icons/event_repeat.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/event_repeat.round.svg b/Symbolic/Resources/material-icons/event_repeat.round.svg new file mode 100644 index 0000000000..8ccef8c7f2 --- /dev/null +++ b/Symbolic/Resources/material-icons/event_repeat.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/event_repeat.sharp.svg b/Symbolic/Resources/material-icons/event_repeat.sharp.svg new file mode 100644 index 0000000000..0ecb1edd80 --- /dev/null +++ b/Symbolic/Resources/material-icons/event_repeat.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/event_repeat.twotone.svg b/Symbolic/Resources/material-icons/event_repeat.twotone.svg new file mode 100644 index 0000000000..1ea876adbe --- /dev/null +++ b/Symbolic/Resources/material-icons/event_repeat.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/event_seat.default.svg b/Symbolic/Resources/material-icons/event_seat.default.svg new file mode 100644 index 0000000000..1626a0d712 --- /dev/null +++ b/Symbolic/Resources/material-icons/event_seat.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/event_seat.outlined.svg b/Symbolic/Resources/material-icons/event_seat.outlined.svg new file mode 100644 index 0000000000..6a103664ee --- /dev/null +++ b/Symbolic/Resources/material-icons/event_seat.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/event_seat.round.svg b/Symbolic/Resources/material-icons/event_seat.round.svg new file mode 100644 index 0000000000..ef4b2726a2 --- /dev/null +++ b/Symbolic/Resources/material-icons/event_seat.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/event_seat.sharp.svg b/Symbolic/Resources/material-icons/event_seat.sharp.svg new file mode 100644 index 0000000000..2a94038543 --- /dev/null +++ b/Symbolic/Resources/material-icons/event_seat.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/event_seat.twotone.svg b/Symbolic/Resources/material-icons/event_seat.twotone.svg new file mode 100644 index 0000000000..c23a94f3be --- /dev/null +++ b/Symbolic/Resources/material-icons/event_seat.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/exit_to_app.default.svg b/Symbolic/Resources/material-icons/exit_to_app.default.svg new file mode 100644 index 0000000000..2f0decb215 --- /dev/null +++ b/Symbolic/Resources/material-icons/exit_to_app.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/exit_to_app.outlined.svg b/Symbolic/Resources/material-icons/exit_to_app.outlined.svg new file mode 100644 index 0000000000..0a56a5f6af --- /dev/null +++ b/Symbolic/Resources/material-icons/exit_to_app.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/exit_to_app.round.svg b/Symbolic/Resources/material-icons/exit_to_app.round.svg new file mode 100644 index 0000000000..b7a91a9e97 --- /dev/null +++ b/Symbolic/Resources/material-icons/exit_to_app.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/exit_to_app.sharp.svg b/Symbolic/Resources/material-icons/exit_to_app.sharp.svg new file mode 100644 index 0000000000..780ff4f7ef --- /dev/null +++ b/Symbolic/Resources/material-icons/exit_to_app.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/exit_to_app.twotone.svg b/Symbolic/Resources/material-icons/exit_to_app.twotone.svg new file mode 100644 index 0000000000..0a56a5f6af --- /dev/null +++ b/Symbolic/Resources/material-icons/exit_to_app.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/expand.default.svg b/Symbolic/Resources/material-icons/expand.default.svg new file mode 100644 index 0000000000..9013262906 --- /dev/null +++ b/Symbolic/Resources/material-icons/expand.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/expand.outlined.svg b/Symbolic/Resources/material-icons/expand.outlined.svg new file mode 100644 index 0000000000..aab4dbbd6a --- /dev/null +++ b/Symbolic/Resources/material-icons/expand.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/expand.round.svg b/Symbolic/Resources/material-icons/expand.round.svg new file mode 100644 index 0000000000..aa1e7bd964 --- /dev/null +++ b/Symbolic/Resources/material-icons/expand.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/expand.sharp.svg b/Symbolic/Resources/material-icons/expand.sharp.svg new file mode 100644 index 0000000000..780388d261 --- /dev/null +++ b/Symbolic/Resources/material-icons/expand.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/expand.twotone.svg b/Symbolic/Resources/material-icons/expand.twotone.svg new file mode 100644 index 0000000000..780388d261 --- /dev/null +++ b/Symbolic/Resources/material-icons/expand.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/expand_circle_down.default.svg b/Symbolic/Resources/material-icons/expand_circle_down.default.svg new file mode 100644 index 0000000000..a954aa25cf --- /dev/null +++ b/Symbolic/Resources/material-icons/expand_circle_down.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/expand_circle_down.outlined.svg b/Symbolic/Resources/material-icons/expand_circle_down.outlined.svg new file mode 100644 index 0000000000..7cd1ed1c9b --- /dev/null +++ b/Symbolic/Resources/material-icons/expand_circle_down.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/expand_circle_down.round.svg b/Symbolic/Resources/material-icons/expand_circle_down.round.svg new file mode 100644 index 0000000000..a616bee893 --- /dev/null +++ b/Symbolic/Resources/material-icons/expand_circle_down.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/expand_circle_down.sharp.svg b/Symbolic/Resources/material-icons/expand_circle_down.sharp.svg new file mode 100644 index 0000000000..a954aa25cf --- /dev/null +++ b/Symbolic/Resources/material-icons/expand_circle_down.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/expand_circle_down.twotone.svg b/Symbolic/Resources/material-icons/expand_circle_down.twotone.svg new file mode 100644 index 0000000000..8196a8d95e --- /dev/null +++ b/Symbolic/Resources/material-icons/expand_circle_down.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/expand_less.default.svg b/Symbolic/Resources/material-icons/expand_less.default.svg new file mode 100644 index 0000000000..2d2595701c --- /dev/null +++ b/Symbolic/Resources/material-icons/expand_less.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/expand_less.outlined.svg b/Symbolic/Resources/material-icons/expand_less.outlined.svg new file mode 100644 index 0000000000..76bc13fcd9 --- /dev/null +++ b/Symbolic/Resources/material-icons/expand_less.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/expand_less.round.svg b/Symbolic/Resources/material-icons/expand_less.round.svg new file mode 100644 index 0000000000..51f07c0380 --- /dev/null +++ b/Symbolic/Resources/material-icons/expand_less.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/expand_less.sharp.svg b/Symbolic/Resources/material-icons/expand_less.sharp.svg new file mode 100644 index 0000000000..76bc13fcd9 --- /dev/null +++ b/Symbolic/Resources/material-icons/expand_less.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/expand_less.twotone.svg b/Symbolic/Resources/material-icons/expand_less.twotone.svg new file mode 100644 index 0000000000..76bc13fcd9 --- /dev/null +++ b/Symbolic/Resources/material-icons/expand_less.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/expand_more.default.svg b/Symbolic/Resources/material-icons/expand_more.default.svg new file mode 100644 index 0000000000..c55bd7ff5e --- /dev/null +++ b/Symbolic/Resources/material-icons/expand_more.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/expand_more.outlined.svg b/Symbolic/Resources/material-icons/expand_more.outlined.svg new file mode 100644 index 0000000000..bb3dcc65d6 --- /dev/null +++ b/Symbolic/Resources/material-icons/expand_more.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/expand_more.round.svg b/Symbolic/Resources/material-icons/expand_more.round.svg new file mode 100644 index 0000000000..34ee026d7e --- /dev/null +++ b/Symbolic/Resources/material-icons/expand_more.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/expand_more.sharp.svg b/Symbolic/Resources/material-icons/expand_more.sharp.svg new file mode 100644 index 0000000000..bb3dcc65d6 --- /dev/null +++ b/Symbolic/Resources/material-icons/expand_more.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/expand_more.twotone.svg b/Symbolic/Resources/material-icons/expand_more.twotone.svg new file mode 100644 index 0000000000..bb3dcc65d6 --- /dev/null +++ b/Symbolic/Resources/material-icons/expand_more.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/explicit.default.svg b/Symbolic/Resources/material-icons/explicit.default.svg new file mode 100644 index 0000000000..b381e0fc49 --- /dev/null +++ b/Symbolic/Resources/material-icons/explicit.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/explicit.outlined.svg b/Symbolic/Resources/material-icons/explicit.outlined.svg new file mode 100644 index 0000000000..572a4f7e6f --- /dev/null +++ b/Symbolic/Resources/material-icons/explicit.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/explicit.round.svg b/Symbolic/Resources/material-icons/explicit.round.svg new file mode 100644 index 0000000000..d8b349c85f --- /dev/null +++ b/Symbolic/Resources/material-icons/explicit.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/explicit.sharp.svg b/Symbolic/Resources/material-icons/explicit.sharp.svg new file mode 100644 index 0000000000..b96886e777 --- /dev/null +++ b/Symbolic/Resources/material-icons/explicit.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/explicit.twotone.svg b/Symbolic/Resources/material-icons/explicit.twotone.svg new file mode 100644 index 0000000000..e0039515d9 --- /dev/null +++ b/Symbolic/Resources/material-icons/explicit.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/explore.default.svg b/Symbolic/Resources/material-icons/explore.default.svg new file mode 100644 index 0000000000..53b43f031a --- /dev/null +++ b/Symbolic/Resources/material-icons/explore.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/explore.outlined.svg b/Symbolic/Resources/material-icons/explore.outlined.svg new file mode 100644 index 0000000000..c5c09bdf2d --- /dev/null +++ b/Symbolic/Resources/material-icons/explore.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/explore.round.svg b/Symbolic/Resources/material-icons/explore.round.svg new file mode 100644 index 0000000000..8c77a27d73 --- /dev/null +++ b/Symbolic/Resources/material-icons/explore.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/explore.sharp.svg b/Symbolic/Resources/material-icons/explore.sharp.svg new file mode 100644 index 0000000000..8c77a27d73 --- /dev/null +++ b/Symbolic/Resources/material-icons/explore.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/explore.twotone.svg b/Symbolic/Resources/material-icons/explore.twotone.svg new file mode 100644 index 0000000000..13291f5cde --- /dev/null +++ b/Symbolic/Resources/material-icons/explore.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/explore_off.default.svg b/Symbolic/Resources/material-icons/explore_off.default.svg new file mode 100644 index 0000000000..8b213c1411 --- /dev/null +++ b/Symbolic/Resources/material-icons/explore_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/explore_off.outlined.svg b/Symbolic/Resources/material-icons/explore_off.outlined.svg new file mode 100644 index 0000000000..d55c7905f0 --- /dev/null +++ b/Symbolic/Resources/material-icons/explore_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/explore_off.round.svg b/Symbolic/Resources/material-icons/explore_off.round.svg new file mode 100644 index 0000000000..025b1e9b5f --- /dev/null +++ b/Symbolic/Resources/material-icons/explore_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/explore_off.sharp.svg b/Symbolic/Resources/material-icons/explore_off.sharp.svg new file mode 100644 index 0000000000..061147ef2e --- /dev/null +++ b/Symbolic/Resources/material-icons/explore_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/explore_off.twotone.svg b/Symbolic/Resources/material-icons/explore_off.twotone.svg new file mode 100644 index 0000000000..dae8409b8e --- /dev/null +++ b/Symbolic/Resources/material-icons/explore_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/exposure.default.svg b/Symbolic/Resources/material-icons/exposure.default.svg new file mode 100644 index 0000000000..6ee67a0226 --- /dev/null +++ b/Symbolic/Resources/material-icons/exposure.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/exposure.outlined.svg b/Symbolic/Resources/material-icons/exposure.outlined.svg new file mode 100644 index 0000000000..299bde124f --- /dev/null +++ b/Symbolic/Resources/material-icons/exposure.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/exposure.round.svg b/Symbolic/Resources/material-icons/exposure.round.svg new file mode 100644 index 0000000000..df3901f201 --- /dev/null +++ b/Symbolic/Resources/material-icons/exposure.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/exposure.sharp.svg b/Symbolic/Resources/material-icons/exposure.sharp.svg new file mode 100644 index 0000000000..aaba23d870 --- /dev/null +++ b/Symbolic/Resources/material-icons/exposure.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/exposure.twotone.svg b/Symbolic/Resources/material-icons/exposure.twotone.svg new file mode 100644 index 0000000000..df314426bc --- /dev/null +++ b/Symbolic/Resources/material-icons/exposure.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/exposure_neg_1.default.svg b/Symbolic/Resources/material-icons/exposure_neg_1.default.svg new file mode 100644 index 0000000000..5560b35120 --- /dev/null +++ b/Symbolic/Resources/material-icons/exposure_neg_1.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/exposure_neg_1.outlined.svg b/Symbolic/Resources/material-icons/exposure_neg_1.outlined.svg new file mode 100644 index 0000000000..63a490f369 --- /dev/null +++ b/Symbolic/Resources/material-icons/exposure_neg_1.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/exposure_neg_1.round.svg b/Symbolic/Resources/material-icons/exposure_neg_1.round.svg new file mode 100644 index 0000000000..9dd9b59728 --- /dev/null +++ b/Symbolic/Resources/material-icons/exposure_neg_1.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/exposure_neg_1.sharp.svg b/Symbolic/Resources/material-icons/exposure_neg_1.sharp.svg new file mode 100644 index 0000000000..63a490f369 --- /dev/null +++ b/Symbolic/Resources/material-icons/exposure_neg_1.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/exposure_neg_1.twotone.svg b/Symbolic/Resources/material-icons/exposure_neg_1.twotone.svg new file mode 100644 index 0000000000..94afc82819 --- /dev/null +++ b/Symbolic/Resources/material-icons/exposure_neg_1.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/exposure_neg_2.default.svg b/Symbolic/Resources/material-icons/exposure_neg_2.default.svg new file mode 100644 index 0000000000..df938bef1f --- /dev/null +++ b/Symbolic/Resources/material-icons/exposure_neg_2.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/exposure_neg_2.outlined.svg b/Symbolic/Resources/material-icons/exposure_neg_2.outlined.svg new file mode 100644 index 0000000000..4add065dbb --- /dev/null +++ b/Symbolic/Resources/material-icons/exposure_neg_2.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/exposure_neg_2.round.svg b/Symbolic/Resources/material-icons/exposure_neg_2.round.svg new file mode 100644 index 0000000000..e98af73a2f --- /dev/null +++ b/Symbolic/Resources/material-icons/exposure_neg_2.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/exposure_neg_2.sharp.svg b/Symbolic/Resources/material-icons/exposure_neg_2.sharp.svg new file mode 100644 index 0000000000..4add065dbb --- /dev/null +++ b/Symbolic/Resources/material-icons/exposure_neg_2.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/exposure_neg_2.twotone.svg b/Symbolic/Resources/material-icons/exposure_neg_2.twotone.svg new file mode 100644 index 0000000000..21f67d4c21 --- /dev/null +++ b/Symbolic/Resources/material-icons/exposure_neg_2.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/exposure_plus_1.default.svg b/Symbolic/Resources/material-icons/exposure_plus_1.default.svg new file mode 100644 index 0000000000..bcc24c9980 --- /dev/null +++ b/Symbolic/Resources/material-icons/exposure_plus_1.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/exposure_plus_1.outlined.svg b/Symbolic/Resources/material-icons/exposure_plus_1.outlined.svg new file mode 100644 index 0000000000..584a29b0c2 --- /dev/null +++ b/Symbolic/Resources/material-icons/exposure_plus_1.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/exposure_plus_1.round.svg b/Symbolic/Resources/material-icons/exposure_plus_1.round.svg new file mode 100644 index 0000000000..48c192e1c7 --- /dev/null +++ b/Symbolic/Resources/material-icons/exposure_plus_1.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/exposure_plus_1.sharp.svg b/Symbolic/Resources/material-icons/exposure_plus_1.sharp.svg new file mode 100644 index 0000000000..584a29b0c2 --- /dev/null +++ b/Symbolic/Resources/material-icons/exposure_plus_1.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/exposure_plus_1.twotone.svg b/Symbolic/Resources/material-icons/exposure_plus_1.twotone.svg new file mode 100644 index 0000000000..eb3644c731 --- /dev/null +++ b/Symbolic/Resources/material-icons/exposure_plus_1.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/exposure_plus_2.default.svg b/Symbolic/Resources/material-icons/exposure_plus_2.default.svg new file mode 100644 index 0000000000..1cda59b5b0 --- /dev/null +++ b/Symbolic/Resources/material-icons/exposure_plus_2.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/exposure_plus_2.outlined.svg b/Symbolic/Resources/material-icons/exposure_plus_2.outlined.svg new file mode 100644 index 0000000000..4df799a27b --- /dev/null +++ b/Symbolic/Resources/material-icons/exposure_plus_2.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/exposure_plus_2.round.svg b/Symbolic/Resources/material-icons/exposure_plus_2.round.svg new file mode 100644 index 0000000000..67c8edbd64 --- /dev/null +++ b/Symbolic/Resources/material-icons/exposure_plus_2.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/exposure_plus_2.sharp.svg b/Symbolic/Resources/material-icons/exposure_plus_2.sharp.svg new file mode 100644 index 0000000000..4df799a27b --- /dev/null +++ b/Symbolic/Resources/material-icons/exposure_plus_2.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/exposure_plus_2.twotone.svg b/Symbolic/Resources/material-icons/exposure_plus_2.twotone.svg new file mode 100644 index 0000000000..693dad1e6f --- /dev/null +++ b/Symbolic/Resources/material-icons/exposure_plus_2.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/exposure_zero.default.svg b/Symbolic/Resources/material-icons/exposure_zero.default.svg new file mode 100644 index 0000000000..dbfd73ec86 --- /dev/null +++ b/Symbolic/Resources/material-icons/exposure_zero.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/exposure_zero.outlined.svg b/Symbolic/Resources/material-icons/exposure_zero.outlined.svg new file mode 100644 index 0000000000..1fc4b6cc27 --- /dev/null +++ b/Symbolic/Resources/material-icons/exposure_zero.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/exposure_zero.round.svg b/Symbolic/Resources/material-icons/exposure_zero.round.svg new file mode 100644 index 0000000000..1fc4b6cc27 --- /dev/null +++ b/Symbolic/Resources/material-icons/exposure_zero.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/exposure_zero.sharp.svg b/Symbolic/Resources/material-icons/exposure_zero.sharp.svg new file mode 100644 index 0000000000..1fc4b6cc27 --- /dev/null +++ b/Symbolic/Resources/material-icons/exposure_zero.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/exposure_zero.twotone.svg b/Symbolic/Resources/material-icons/exposure_zero.twotone.svg new file mode 100644 index 0000000000..14503abb70 --- /dev/null +++ b/Symbolic/Resources/material-icons/exposure_zero.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/extension.default.svg b/Symbolic/Resources/material-icons/extension.default.svg new file mode 100644 index 0000000000..e485e29ed3 --- /dev/null +++ b/Symbolic/Resources/material-icons/extension.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/extension.outlined.svg b/Symbolic/Resources/material-icons/extension.outlined.svg new file mode 100644 index 0000000000..6ae6408e39 --- /dev/null +++ b/Symbolic/Resources/material-icons/extension.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/extension.round.svg b/Symbolic/Resources/material-icons/extension.round.svg new file mode 100644 index 0000000000..c48b87a682 --- /dev/null +++ b/Symbolic/Resources/material-icons/extension.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/extension.sharp.svg b/Symbolic/Resources/material-icons/extension.sharp.svg new file mode 100644 index 0000000000..3644af611a --- /dev/null +++ b/Symbolic/Resources/material-icons/extension.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/extension.twotone.svg b/Symbolic/Resources/material-icons/extension.twotone.svg new file mode 100644 index 0000000000..804bbe2db8 --- /dev/null +++ b/Symbolic/Resources/material-icons/extension.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/extension_off.default.svg b/Symbolic/Resources/material-icons/extension_off.default.svg new file mode 100644 index 0000000000..e12def3983 --- /dev/null +++ b/Symbolic/Resources/material-icons/extension_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/extension_off.outlined.svg b/Symbolic/Resources/material-icons/extension_off.outlined.svg new file mode 100644 index 0000000000..bc747d9123 --- /dev/null +++ b/Symbolic/Resources/material-icons/extension_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/extension_off.round.svg b/Symbolic/Resources/material-icons/extension_off.round.svg new file mode 100644 index 0000000000..cbbaa14457 --- /dev/null +++ b/Symbolic/Resources/material-icons/extension_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/extension_off.sharp.svg b/Symbolic/Resources/material-icons/extension_off.sharp.svg new file mode 100644 index 0000000000..2d15efdbbf --- /dev/null +++ b/Symbolic/Resources/material-icons/extension_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/extension_off.twotone.svg b/Symbolic/Resources/material-icons/extension_off.twotone.svg new file mode 100644 index 0000000000..ac30cfca99 --- /dev/null +++ b/Symbolic/Resources/material-icons/extension_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face.default.svg b/Symbolic/Resources/material-icons/face.default.svg new file mode 100644 index 0000000000..ccdea67b59 --- /dev/null +++ b/Symbolic/Resources/material-icons/face.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face.outlined.svg b/Symbolic/Resources/material-icons/face.outlined.svg new file mode 100644 index 0000000000..4c33970dc1 --- /dev/null +++ b/Symbolic/Resources/material-icons/face.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face.round.svg b/Symbolic/Resources/material-icons/face.round.svg new file mode 100644 index 0000000000..9cfc1d83dc --- /dev/null +++ b/Symbolic/Resources/material-icons/face.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face.sharp.svg b/Symbolic/Resources/material-icons/face.sharp.svg new file mode 100644 index 0000000000..2719a6db7e --- /dev/null +++ b/Symbolic/Resources/material-icons/face.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face.twotone.svg b/Symbolic/Resources/material-icons/face.twotone.svg new file mode 100644 index 0000000000..8fe23f1fd3 --- /dev/null +++ b/Symbolic/Resources/material-icons/face.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face_2.default.svg b/Symbolic/Resources/material-icons/face_2.default.svg new file mode 100644 index 0000000000..4ff2324c5b --- /dev/null +++ b/Symbolic/Resources/material-icons/face_2.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face_2.outlined.svg b/Symbolic/Resources/material-icons/face_2.outlined.svg new file mode 100644 index 0000000000..bb7c646016 --- /dev/null +++ b/Symbolic/Resources/material-icons/face_2.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face_2.round.svg b/Symbolic/Resources/material-icons/face_2.round.svg new file mode 100644 index 0000000000..7d8463cb23 --- /dev/null +++ b/Symbolic/Resources/material-icons/face_2.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face_2.sharp.svg b/Symbolic/Resources/material-icons/face_2.sharp.svg new file mode 100644 index 0000000000..4ff2324c5b --- /dev/null +++ b/Symbolic/Resources/material-icons/face_2.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face_2.twotone.svg b/Symbolic/Resources/material-icons/face_2.twotone.svg new file mode 100644 index 0000000000..fb2492aa4b --- /dev/null +++ b/Symbolic/Resources/material-icons/face_2.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face_3.default.svg b/Symbolic/Resources/material-icons/face_3.default.svg new file mode 100644 index 0000000000..22385cea73 --- /dev/null +++ b/Symbolic/Resources/material-icons/face_3.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face_3.outlined.svg b/Symbolic/Resources/material-icons/face_3.outlined.svg new file mode 100644 index 0000000000..3176ca72b3 --- /dev/null +++ b/Symbolic/Resources/material-icons/face_3.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face_3.round.svg b/Symbolic/Resources/material-icons/face_3.round.svg new file mode 100644 index 0000000000..9f8c15d84a --- /dev/null +++ b/Symbolic/Resources/material-icons/face_3.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face_3.sharp.svg b/Symbolic/Resources/material-icons/face_3.sharp.svg new file mode 100644 index 0000000000..217fc43b00 --- /dev/null +++ b/Symbolic/Resources/material-icons/face_3.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face_3.twotone.svg b/Symbolic/Resources/material-icons/face_3.twotone.svg new file mode 100644 index 0000000000..3a2323e209 --- /dev/null +++ b/Symbolic/Resources/material-icons/face_3.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face_4.default.svg b/Symbolic/Resources/material-icons/face_4.default.svg new file mode 100644 index 0000000000..cfd3325a4a --- /dev/null +++ b/Symbolic/Resources/material-icons/face_4.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face_4.outlined.svg b/Symbolic/Resources/material-icons/face_4.outlined.svg new file mode 100644 index 0000000000..4187d8dd1e --- /dev/null +++ b/Symbolic/Resources/material-icons/face_4.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face_4.round.svg b/Symbolic/Resources/material-icons/face_4.round.svg new file mode 100644 index 0000000000..e4723874b3 --- /dev/null +++ b/Symbolic/Resources/material-icons/face_4.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face_4.sharp.svg b/Symbolic/Resources/material-icons/face_4.sharp.svg new file mode 100644 index 0000000000..cfd3325a4a --- /dev/null +++ b/Symbolic/Resources/material-icons/face_4.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face_4.twotone.svg b/Symbolic/Resources/material-icons/face_4.twotone.svg new file mode 100644 index 0000000000..fe48789132 --- /dev/null +++ b/Symbolic/Resources/material-icons/face_4.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face_5.default.svg b/Symbolic/Resources/material-icons/face_5.default.svg new file mode 100644 index 0000000000..dd9c9eea69 --- /dev/null +++ b/Symbolic/Resources/material-icons/face_5.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face_5.outlined.svg b/Symbolic/Resources/material-icons/face_5.outlined.svg new file mode 100644 index 0000000000..dd9c9eea69 --- /dev/null +++ b/Symbolic/Resources/material-icons/face_5.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face_5.round.svg b/Symbolic/Resources/material-icons/face_5.round.svg new file mode 100644 index 0000000000..88b26f7bcc --- /dev/null +++ b/Symbolic/Resources/material-icons/face_5.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face_5.sharp.svg b/Symbolic/Resources/material-icons/face_5.sharp.svg new file mode 100644 index 0000000000..dd9c9eea69 --- /dev/null +++ b/Symbolic/Resources/material-icons/face_5.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face_5.twotone.svg b/Symbolic/Resources/material-icons/face_5.twotone.svg new file mode 100644 index 0000000000..dd9c9eea69 --- /dev/null +++ b/Symbolic/Resources/material-icons/face_5.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face_6.default.svg b/Symbolic/Resources/material-icons/face_6.default.svg new file mode 100644 index 0000000000..dc180d062e --- /dev/null +++ b/Symbolic/Resources/material-icons/face_6.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face_6.outlined.svg b/Symbolic/Resources/material-icons/face_6.outlined.svg new file mode 100644 index 0000000000..ec57ad7f76 --- /dev/null +++ b/Symbolic/Resources/material-icons/face_6.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face_6.round.svg b/Symbolic/Resources/material-icons/face_6.round.svg new file mode 100644 index 0000000000..c259c99be1 --- /dev/null +++ b/Symbolic/Resources/material-icons/face_6.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face_6.sharp.svg b/Symbolic/Resources/material-icons/face_6.sharp.svg new file mode 100644 index 0000000000..39d39f364e --- /dev/null +++ b/Symbolic/Resources/material-icons/face_6.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face_6.twotone.svg b/Symbolic/Resources/material-icons/face_6.twotone.svg new file mode 100644 index 0000000000..7f2c3a1490 --- /dev/null +++ b/Symbolic/Resources/material-icons/face_6.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face_retouching_natural.default.svg b/Symbolic/Resources/material-icons/face_retouching_natural.default.svg new file mode 100644 index 0000000000..482e07c453 --- /dev/null +++ b/Symbolic/Resources/material-icons/face_retouching_natural.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face_retouching_natural.outlined.svg b/Symbolic/Resources/material-icons/face_retouching_natural.outlined.svg new file mode 100644 index 0000000000..1254fb74d6 --- /dev/null +++ b/Symbolic/Resources/material-icons/face_retouching_natural.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face_retouching_natural.round.svg b/Symbolic/Resources/material-icons/face_retouching_natural.round.svg new file mode 100644 index 0000000000..c6cfd3f2eb --- /dev/null +++ b/Symbolic/Resources/material-icons/face_retouching_natural.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face_retouching_natural.sharp.svg b/Symbolic/Resources/material-icons/face_retouching_natural.sharp.svg new file mode 100644 index 0000000000..859ba302a5 --- /dev/null +++ b/Symbolic/Resources/material-icons/face_retouching_natural.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face_retouching_natural.twotone.svg b/Symbolic/Resources/material-icons/face_retouching_natural.twotone.svg new file mode 100644 index 0000000000..d0ecc1bcf9 --- /dev/null +++ b/Symbolic/Resources/material-icons/face_retouching_natural.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face_retouching_off.default.svg b/Symbolic/Resources/material-icons/face_retouching_off.default.svg new file mode 100644 index 0000000000..c4249a4eac --- /dev/null +++ b/Symbolic/Resources/material-icons/face_retouching_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face_retouching_off.outlined.svg b/Symbolic/Resources/material-icons/face_retouching_off.outlined.svg new file mode 100644 index 0000000000..9fd2dd190f --- /dev/null +++ b/Symbolic/Resources/material-icons/face_retouching_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face_retouching_off.round.svg b/Symbolic/Resources/material-icons/face_retouching_off.round.svg new file mode 100644 index 0000000000..a7193e7554 --- /dev/null +++ b/Symbolic/Resources/material-icons/face_retouching_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face_retouching_off.sharp.svg b/Symbolic/Resources/material-icons/face_retouching_off.sharp.svg new file mode 100644 index 0000000000..c4249a4eac --- /dev/null +++ b/Symbolic/Resources/material-icons/face_retouching_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face_retouching_off.twotone.svg b/Symbolic/Resources/material-icons/face_retouching_off.twotone.svg new file mode 100644 index 0000000000..f3232a7807 --- /dev/null +++ b/Symbolic/Resources/material-icons/face_retouching_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face_unlock.outlined.svg b/Symbolic/Resources/material-icons/face_unlock.outlined.svg new file mode 100644 index 0000000000..4c33970dc1 --- /dev/null +++ b/Symbolic/Resources/material-icons/face_unlock.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face_unlock.round.svg b/Symbolic/Resources/material-icons/face_unlock.round.svg new file mode 100644 index 0000000000..4c33970dc1 --- /dev/null +++ b/Symbolic/Resources/material-icons/face_unlock.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face_unlock.sharp.svg b/Symbolic/Resources/material-icons/face_unlock.sharp.svg new file mode 100644 index 0000000000..4c33970dc1 --- /dev/null +++ b/Symbolic/Resources/material-icons/face_unlock.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/face_unlock.twotone.svg b/Symbolic/Resources/material-icons/face_unlock.twotone.svg new file mode 100644 index 0000000000..4c33970dc1 --- /dev/null +++ b/Symbolic/Resources/material-icons/face_unlock.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/facebook.default.svg b/Symbolic/Resources/material-icons/facebook.default.svg new file mode 100644 index 0000000000..9cc43d184a --- /dev/null +++ b/Symbolic/Resources/material-icons/facebook.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/facebook.outlined.svg b/Symbolic/Resources/material-icons/facebook.outlined.svg new file mode 100644 index 0000000000..9cc43d184a --- /dev/null +++ b/Symbolic/Resources/material-icons/facebook.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/facebook.round.svg b/Symbolic/Resources/material-icons/facebook.round.svg new file mode 100644 index 0000000000..9cc43d184a --- /dev/null +++ b/Symbolic/Resources/material-icons/facebook.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/facebook.sharp.svg b/Symbolic/Resources/material-icons/facebook.sharp.svg new file mode 100644 index 0000000000..9cc43d184a --- /dev/null +++ b/Symbolic/Resources/material-icons/facebook.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/facebook.twotone.svg b/Symbolic/Resources/material-icons/facebook.twotone.svg new file mode 100644 index 0000000000..9cc43d184a --- /dev/null +++ b/Symbolic/Resources/material-icons/facebook.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fact_check.default.svg b/Symbolic/Resources/material-icons/fact_check.default.svg new file mode 100644 index 0000000000..102c3f92ff --- /dev/null +++ b/Symbolic/Resources/material-icons/fact_check.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fact_check.outlined.svg b/Symbolic/Resources/material-icons/fact_check.outlined.svg new file mode 100644 index 0000000000..c0b1fb3305 --- /dev/null +++ b/Symbolic/Resources/material-icons/fact_check.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fact_check.round.svg b/Symbolic/Resources/material-icons/fact_check.round.svg new file mode 100644 index 0000000000..f60ccaa632 --- /dev/null +++ b/Symbolic/Resources/material-icons/fact_check.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fact_check.sharp.svg b/Symbolic/Resources/material-icons/fact_check.sharp.svg new file mode 100644 index 0000000000..4bb3265ab5 --- /dev/null +++ b/Symbolic/Resources/material-icons/fact_check.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fact_check.twotone.svg b/Symbolic/Resources/material-icons/fact_check.twotone.svg new file mode 100644 index 0000000000..09e88ba29b --- /dev/null +++ b/Symbolic/Resources/material-icons/fact_check.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/factory.default.svg b/Symbolic/Resources/material-icons/factory.default.svg new file mode 100644 index 0000000000..ab748d57f4 --- /dev/null +++ b/Symbolic/Resources/material-icons/factory.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/factory.outlined.svg b/Symbolic/Resources/material-icons/factory.outlined.svg new file mode 100644 index 0000000000..2dfd9c74c1 --- /dev/null +++ b/Symbolic/Resources/material-icons/factory.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/factory.round.svg b/Symbolic/Resources/material-icons/factory.round.svg new file mode 100644 index 0000000000..21f4534223 --- /dev/null +++ b/Symbolic/Resources/material-icons/factory.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/factory.sharp.svg b/Symbolic/Resources/material-icons/factory.sharp.svg new file mode 100644 index 0000000000..ab748d57f4 --- /dev/null +++ b/Symbolic/Resources/material-icons/factory.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/factory.twotone.svg b/Symbolic/Resources/material-icons/factory.twotone.svg new file mode 100644 index 0000000000..57d24e5de5 --- /dev/null +++ b/Symbolic/Resources/material-icons/factory.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/family_restroom.default.svg b/Symbolic/Resources/material-icons/family_restroom.default.svg new file mode 100644 index 0000000000..415239a761 --- /dev/null +++ b/Symbolic/Resources/material-icons/family_restroom.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/family_restroom.outlined.svg b/Symbolic/Resources/material-icons/family_restroom.outlined.svg new file mode 100644 index 0000000000..415239a761 --- /dev/null +++ b/Symbolic/Resources/material-icons/family_restroom.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/family_restroom.round.svg b/Symbolic/Resources/material-icons/family_restroom.round.svg new file mode 100644 index 0000000000..b766caed52 --- /dev/null +++ b/Symbolic/Resources/material-icons/family_restroom.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/family_restroom.sharp.svg b/Symbolic/Resources/material-icons/family_restroom.sharp.svg new file mode 100644 index 0000000000..f23e5db872 --- /dev/null +++ b/Symbolic/Resources/material-icons/family_restroom.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/family_restroom.twotone.svg b/Symbolic/Resources/material-icons/family_restroom.twotone.svg new file mode 100644 index 0000000000..415239a761 --- /dev/null +++ b/Symbolic/Resources/material-icons/family_restroom.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fast_forward.default.svg b/Symbolic/Resources/material-icons/fast_forward.default.svg new file mode 100644 index 0000000000..913833cd48 --- /dev/null +++ b/Symbolic/Resources/material-icons/fast_forward.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fast_forward.outlined.svg b/Symbolic/Resources/material-icons/fast_forward.outlined.svg new file mode 100644 index 0000000000..ff1b2a10de --- /dev/null +++ b/Symbolic/Resources/material-icons/fast_forward.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fast_forward.round.svg b/Symbolic/Resources/material-icons/fast_forward.round.svg new file mode 100644 index 0000000000..0b8270bbe9 --- /dev/null +++ b/Symbolic/Resources/material-icons/fast_forward.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fast_forward.sharp.svg b/Symbolic/Resources/material-icons/fast_forward.sharp.svg new file mode 100644 index 0000000000..a87c543e6f --- /dev/null +++ b/Symbolic/Resources/material-icons/fast_forward.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fast_forward.twotone.svg b/Symbolic/Resources/material-icons/fast_forward.twotone.svg new file mode 100644 index 0000000000..198a7d734a --- /dev/null +++ b/Symbolic/Resources/material-icons/fast_forward.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fast_rewind.default.svg b/Symbolic/Resources/material-icons/fast_rewind.default.svg new file mode 100644 index 0000000000..1dc23eeadc --- /dev/null +++ b/Symbolic/Resources/material-icons/fast_rewind.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fast_rewind.outlined.svg b/Symbolic/Resources/material-icons/fast_rewind.outlined.svg new file mode 100644 index 0000000000..a8c724f167 --- /dev/null +++ b/Symbolic/Resources/material-icons/fast_rewind.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fast_rewind.round.svg b/Symbolic/Resources/material-icons/fast_rewind.round.svg new file mode 100644 index 0000000000..fb8af660f0 --- /dev/null +++ b/Symbolic/Resources/material-icons/fast_rewind.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fast_rewind.sharp.svg b/Symbolic/Resources/material-icons/fast_rewind.sharp.svg new file mode 100644 index 0000000000..3b6a2e61ed --- /dev/null +++ b/Symbolic/Resources/material-icons/fast_rewind.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fast_rewind.twotone.svg b/Symbolic/Resources/material-icons/fast_rewind.twotone.svg new file mode 100644 index 0000000000..d6b4b19283 --- /dev/null +++ b/Symbolic/Resources/material-icons/fast_rewind.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fastfood.default.svg b/Symbolic/Resources/material-icons/fastfood.default.svg new file mode 100644 index 0000000000..a4d1269535 --- /dev/null +++ b/Symbolic/Resources/material-icons/fastfood.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fastfood.outlined.svg b/Symbolic/Resources/material-icons/fastfood.outlined.svg new file mode 100644 index 0000000000..c5935de3e6 --- /dev/null +++ b/Symbolic/Resources/material-icons/fastfood.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fastfood.round.svg b/Symbolic/Resources/material-icons/fastfood.round.svg new file mode 100644 index 0000000000..b5b9be4fc4 --- /dev/null +++ b/Symbolic/Resources/material-icons/fastfood.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fastfood.sharp.svg b/Symbolic/Resources/material-icons/fastfood.sharp.svg new file mode 100644 index 0000000000..7733b7a448 --- /dev/null +++ b/Symbolic/Resources/material-icons/fastfood.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fastfood.twotone.svg b/Symbolic/Resources/material-icons/fastfood.twotone.svg new file mode 100644 index 0000000000..32a6715957 --- /dev/null +++ b/Symbolic/Resources/material-icons/fastfood.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/favorite.default.svg b/Symbolic/Resources/material-icons/favorite.default.svg new file mode 100644 index 0000000000..c65bba382f --- /dev/null +++ b/Symbolic/Resources/material-icons/favorite.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/favorite.outlined.svg b/Symbolic/Resources/material-icons/favorite.outlined.svg new file mode 100644 index 0000000000..7645c8a9cd --- /dev/null +++ b/Symbolic/Resources/material-icons/favorite.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/favorite.round.svg b/Symbolic/Resources/material-icons/favorite.round.svg new file mode 100644 index 0000000000..e06570a952 --- /dev/null +++ b/Symbolic/Resources/material-icons/favorite.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/favorite.sharp.svg b/Symbolic/Resources/material-icons/favorite.sharp.svg new file mode 100644 index 0000000000..7645c8a9cd --- /dev/null +++ b/Symbolic/Resources/material-icons/favorite.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/favorite.twotone.svg b/Symbolic/Resources/material-icons/favorite.twotone.svg new file mode 100644 index 0000000000..94d376f11f --- /dev/null +++ b/Symbolic/Resources/material-icons/favorite.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/favorite_border.default.svg b/Symbolic/Resources/material-icons/favorite_border.default.svg new file mode 100644 index 0000000000..8aaac98905 --- /dev/null +++ b/Symbolic/Resources/material-icons/favorite_border.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/favorite_border.outlined.svg b/Symbolic/Resources/material-icons/favorite_border.outlined.svg new file mode 100644 index 0000000000..ba33e77461 --- /dev/null +++ b/Symbolic/Resources/material-icons/favorite_border.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/favorite_border.round.svg b/Symbolic/Resources/material-icons/favorite_border.round.svg new file mode 100644 index 0000000000..0ef1f54b4c --- /dev/null +++ b/Symbolic/Resources/material-icons/favorite_border.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/favorite_border.sharp.svg b/Symbolic/Resources/material-icons/favorite_border.sharp.svg new file mode 100644 index 0000000000..ba33e77461 --- /dev/null +++ b/Symbolic/Resources/material-icons/favorite_border.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/favorite_border.twotone.svg b/Symbolic/Resources/material-icons/favorite_border.twotone.svg new file mode 100644 index 0000000000..ba33e77461 --- /dev/null +++ b/Symbolic/Resources/material-icons/favorite_border.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fax.default.svg b/Symbolic/Resources/material-icons/fax.default.svg new file mode 100644 index 0000000000..fd68262d02 --- /dev/null +++ b/Symbolic/Resources/material-icons/fax.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fax.outlined.svg b/Symbolic/Resources/material-icons/fax.outlined.svg new file mode 100644 index 0000000000..b051cac0dc --- /dev/null +++ b/Symbolic/Resources/material-icons/fax.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fax.round.svg b/Symbolic/Resources/material-icons/fax.round.svg new file mode 100644 index 0000000000..0048163634 --- /dev/null +++ b/Symbolic/Resources/material-icons/fax.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fax.sharp.svg b/Symbolic/Resources/material-icons/fax.sharp.svg new file mode 100644 index 0000000000..9d23aa27ac --- /dev/null +++ b/Symbolic/Resources/material-icons/fax.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fax.twotone.svg b/Symbolic/Resources/material-icons/fax.twotone.svg new file mode 100644 index 0000000000..c6cbf4ee22 --- /dev/null +++ b/Symbolic/Resources/material-icons/fax.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/featured_play_list.default.svg b/Symbolic/Resources/material-icons/featured_play_list.default.svg new file mode 100644 index 0000000000..1b987471b9 --- /dev/null +++ b/Symbolic/Resources/material-icons/featured_play_list.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/featured_play_list.outlined.svg b/Symbolic/Resources/material-icons/featured_play_list.outlined.svg new file mode 100644 index 0000000000..9b4cfe761b --- /dev/null +++ b/Symbolic/Resources/material-icons/featured_play_list.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/featured_play_list.round.svg b/Symbolic/Resources/material-icons/featured_play_list.round.svg new file mode 100644 index 0000000000..22fd3ba471 --- /dev/null +++ b/Symbolic/Resources/material-icons/featured_play_list.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/featured_play_list.sharp.svg b/Symbolic/Resources/material-icons/featured_play_list.sharp.svg new file mode 100644 index 0000000000..169344750b --- /dev/null +++ b/Symbolic/Resources/material-icons/featured_play_list.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/featured_play_list.twotone.svg b/Symbolic/Resources/material-icons/featured_play_list.twotone.svg new file mode 100644 index 0000000000..fec81b5870 --- /dev/null +++ b/Symbolic/Resources/material-icons/featured_play_list.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/featured_video.default.svg b/Symbolic/Resources/material-icons/featured_video.default.svg new file mode 100644 index 0000000000..dcc677ea8d --- /dev/null +++ b/Symbolic/Resources/material-icons/featured_video.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/featured_video.outlined.svg b/Symbolic/Resources/material-icons/featured_video.outlined.svg new file mode 100644 index 0000000000..1e5cdd8a59 --- /dev/null +++ b/Symbolic/Resources/material-icons/featured_video.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/featured_video.round.svg b/Symbolic/Resources/material-icons/featured_video.round.svg new file mode 100644 index 0000000000..5001570f81 --- /dev/null +++ b/Symbolic/Resources/material-icons/featured_video.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/featured_video.sharp.svg b/Symbolic/Resources/material-icons/featured_video.sharp.svg new file mode 100644 index 0000000000..ac28f8ede6 --- /dev/null +++ b/Symbolic/Resources/material-icons/featured_video.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/featured_video.twotone.svg b/Symbolic/Resources/material-icons/featured_video.twotone.svg new file mode 100644 index 0000000000..26be141e5d --- /dev/null +++ b/Symbolic/Resources/material-icons/featured_video.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/feed.default.svg b/Symbolic/Resources/material-icons/feed.default.svg new file mode 100644 index 0000000000..aed7309c09 --- /dev/null +++ b/Symbolic/Resources/material-icons/feed.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/feed.outlined.svg b/Symbolic/Resources/material-icons/feed.outlined.svg new file mode 100644 index 0000000000..f4be824f49 --- /dev/null +++ b/Symbolic/Resources/material-icons/feed.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/feed.round.svg b/Symbolic/Resources/material-icons/feed.round.svg new file mode 100644 index 0000000000..39b4e50ab3 --- /dev/null +++ b/Symbolic/Resources/material-icons/feed.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/feed.sharp.svg b/Symbolic/Resources/material-icons/feed.sharp.svg new file mode 100644 index 0000000000..4ca5a436ef --- /dev/null +++ b/Symbolic/Resources/material-icons/feed.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/feed.twotone.svg b/Symbolic/Resources/material-icons/feed.twotone.svg new file mode 100644 index 0000000000..9ab0ad5d1d --- /dev/null +++ b/Symbolic/Resources/material-icons/feed.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/feedback.default.svg b/Symbolic/Resources/material-icons/feedback.default.svg new file mode 100644 index 0000000000..a9bc26dc25 --- /dev/null +++ b/Symbolic/Resources/material-icons/feedback.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/feedback.outlined.svg b/Symbolic/Resources/material-icons/feedback.outlined.svg new file mode 100644 index 0000000000..e3e5f9d70e --- /dev/null +++ b/Symbolic/Resources/material-icons/feedback.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/feedback.round.svg b/Symbolic/Resources/material-icons/feedback.round.svg new file mode 100644 index 0000000000..01af386af7 --- /dev/null +++ b/Symbolic/Resources/material-icons/feedback.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/feedback.sharp.svg b/Symbolic/Resources/material-icons/feedback.sharp.svg new file mode 100644 index 0000000000..bed858f8e8 --- /dev/null +++ b/Symbolic/Resources/material-icons/feedback.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/feedback.twotone.svg b/Symbolic/Resources/material-icons/feedback.twotone.svg new file mode 100644 index 0000000000..a25f0dd397 --- /dev/null +++ b/Symbolic/Resources/material-icons/feedback.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/female.default.svg b/Symbolic/Resources/material-icons/female.default.svg new file mode 100644 index 0000000000..7cca57ec53 --- /dev/null +++ b/Symbolic/Resources/material-icons/female.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/female.outlined.svg b/Symbolic/Resources/material-icons/female.outlined.svg new file mode 100644 index 0000000000..7cca57ec53 --- /dev/null +++ b/Symbolic/Resources/material-icons/female.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/female.round.svg b/Symbolic/Resources/material-icons/female.round.svg new file mode 100644 index 0000000000..e584dfba7c --- /dev/null +++ b/Symbolic/Resources/material-icons/female.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/female.sharp.svg b/Symbolic/Resources/material-icons/female.sharp.svg new file mode 100644 index 0000000000..f33fcd3766 --- /dev/null +++ b/Symbolic/Resources/material-icons/female.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/female.twotone.svg b/Symbolic/Resources/material-icons/female.twotone.svg new file mode 100644 index 0000000000..7cca57ec53 --- /dev/null +++ b/Symbolic/Resources/material-icons/female.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fence.default.svg b/Symbolic/Resources/material-icons/fence.default.svg new file mode 100644 index 0000000000..05a2797f86 --- /dev/null +++ b/Symbolic/Resources/material-icons/fence.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fence.outlined.svg b/Symbolic/Resources/material-icons/fence.outlined.svg new file mode 100644 index 0000000000..05a2797f86 --- /dev/null +++ b/Symbolic/Resources/material-icons/fence.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fence.round.svg b/Symbolic/Resources/material-icons/fence.round.svg new file mode 100644 index 0000000000..afe0346fdf --- /dev/null +++ b/Symbolic/Resources/material-icons/fence.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fence.sharp.svg b/Symbolic/Resources/material-icons/fence.sharp.svg new file mode 100644 index 0000000000..05a2797f86 --- /dev/null +++ b/Symbolic/Resources/material-icons/fence.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fence.twotone.svg b/Symbolic/Resources/material-icons/fence.twotone.svg new file mode 100644 index 0000000000..8e1cc97dff --- /dev/null +++ b/Symbolic/Resources/material-icons/fence.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/festival.default.svg b/Symbolic/Resources/material-icons/festival.default.svg new file mode 100644 index 0000000000..8364152367 --- /dev/null +++ b/Symbolic/Resources/material-icons/festival.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/festival.outlined.svg b/Symbolic/Resources/material-icons/festival.outlined.svg new file mode 100644 index 0000000000..c30186d106 --- /dev/null +++ b/Symbolic/Resources/material-icons/festival.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/festival.round.svg b/Symbolic/Resources/material-icons/festival.round.svg new file mode 100644 index 0000000000..85fe77ca67 --- /dev/null +++ b/Symbolic/Resources/material-icons/festival.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/festival.sharp.svg b/Symbolic/Resources/material-icons/festival.sharp.svg new file mode 100644 index 0000000000..c253aa60f9 --- /dev/null +++ b/Symbolic/Resources/material-icons/festival.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/festival.twotone.svg b/Symbolic/Resources/material-icons/festival.twotone.svg new file mode 100644 index 0000000000..f7d583a721 --- /dev/null +++ b/Symbolic/Resources/material-icons/festival.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fiber_dvr.default.svg b/Symbolic/Resources/material-icons/fiber_dvr.default.svg new file mode 100644 index 0000000000..9efa34012b --- /dev/null +++ b/Symbolic/Resources/material-icons/fiber_dvr.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fiber_dvr.outlined.svg b/Symbolic/Resources/material-icons/fiber_dvr.outlined.svg new file mode 100644 index 0000000000..b3cbd35c78 --- /dev/null +++ b/Symbolic/Resources/material-icons/fiber_dvr.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fiber_dvr.round.svg b/Symbolic/Resources/material-icons/fiber_dvr.round.svg new file mode 100644 index 0000000000..53e6b951e9 --- /dev/null +++ b/Symbolic/Resources/material-icons/fiber_dvr.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fiber_dvr.sharp.svg b/Symbolic/Resources/material-icons/fiber_dvr.sharp.svg new file mode 100644 index 0000000000..5f8a09f47d --- /dev/null +++ b/Symbolic/Resources/material-icons/fiber_dvr.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fiber_dvr.twotone.svg b/Symbolic/Resources/material-icons/fiber_dvr.twotone.svg new file mode 100644 index 0000000000..71dd2827c7 --- /dev/null +++ b/Symbolic/Resources/material-icons/fiber_dvr.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fiber_manual_record.default.svg b/Symbolic/Resources/material-icons/fiber_manual_record.default.svg new file mode 100644 index 0000000000..c58fd13436 --- /dev/null +++ b/Symbolic/Resources/material-icons/fiber_manual_record.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fiber_manual_record.outlined.svg b/Symbolic/Resources/material-icons/fiber_manual_record.outlined.svg new file mode 100644 index 0000000000..fdf810dd50 --- /dev/null +++ b/Symbolic/Resources/material-icons/fiber_manual_record.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fiber_manual_record.round.svg b/Symbolic/Resources/material-icons/fiber_manual_record.round.svg new file mode 100644 index 0000000000..2f7593aebe --- /dev/null +++ b/Symbolic/Resources/material-icons/fiber_manual_record.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fiber_manual_record.sharp.svg b/Symbolic/Resources/material-icons/fiber_manual_record.sharp.svg new file mode 100644 index 0000000000..cdbc25d003 --- /dev/null +++ b/Symbolic/Resources/material-icons/fiber_manual_record.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fiber_manual_record.twotone.svg b/Symbolic/Resources/material-icons/fiber_manual_record.twotone.svg new file mode 100644 index 0000000000..fa3d7cfea8 --- /dev/null +++ b/Symbolic/Resources/material-icons/fiber_manual_record.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fiber_new.default.svg b/Symbolic/Resources/material-icons/fiber_new.default.svg new file mode 100644 index 0000000000..804fef8ee1 --- /dev/null +++ b/Symbolic/Resources/material-icons/fiber_new.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fiber_new.outlined.svg b/Symbolic/Resources/material-icons/fiber_new.outlined.svg new file mode 100644 index 0000000000..9b06f14983 --- /dev/null +++ b/Symbolic/Resources/material-icons/fiber_new.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fiber_new.round.svg b/Symbolic/Resources/material-icons/fiber_new.round.svg new file mode 100644 index 0000000000..3f6cedb383 --- /dev/null +++ b/Symbolic/Resources/material-icons/fiber_new.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fiber_new.sharp.svg b/Symbolic/Resources/material-icons/fiber_new.sharp.svg new file mode 100644 index 0000000000..66aa69a3a7 --- /dev/null +++ b/Symbolic/Resources/material-icons/fiber_new.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fiber_new.twotone.svg b/Symbolic/Resources/material-icons/fiber_new.twotone.svg new file mode 100644 index 0000000000..3aaed48f57 --- /dev/null +++ b/Symbolic/Resources/material-icons/fiber_new.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fiber_pin.default.svg b/Symbolic/Resources/material-icons/fiber_pin.default.svg new file mode 100644 index 0000000000..2ef49cdb9a --- /dev/null +++ b/Symbolic/Resources/material-icons/fiber_pin.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fiber_pin.outlined.svg b/Symbolic/Resources/material-icons/fiber_pin.outlined.svg new file mode 100644 index 0000000000..48ecc650c0 --- /dev/null +++ b/Symbolic/Resources/material-icons/fiber_pin.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fiber_pin.round.svg b/Symbolic/Resources/material-icons/fiber_pin.round.svg new file mode 100644 index 0000000000..c9e67f90b1 --- /dev/null +++ b/Symbolic/Resources/material-icons/fiber_pin.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fiber_pin.sharp.svg b/Symbolic/Resources/material-icons/fiber_pin.sharp.svg new file mode 100644 index 0000000000..240a56e762 --- /dev/null +++ b/Symbolic/Resources/material-icons/fiber_pin.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fiber_pin.twotone.svg b/Symbolic/Resources/material-icons/fiber_pin.twotone.svg new file mode 100644 index 0000000000..663cecb38a --- /dev/null +++ b/Symbolic/Resources/material-icons/fiber_pin.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fiber_smart_record.default.svg b/Symbolic/Resources/material-icons/fiber_smart_record.default.svg new file mode 100644 index 0000000000..7fde9e1704 --- /dev/null +++ b/Symbolic/Resources/material-icons/fiber_smart_record.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fiber_smart_record.outlined.svg b/Symbolic/Resources/material-icons/fiber_smart_record.outlined.svg new file mode 100644 index 0000000000..829e626df7 --- /dev/null +++ b/Symbolic/Resources/material-icons/fiber_smart_record.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fiber_smart_record.round.svg b/Symbolic/Resources/material-icons/fiber_smart_record.round.svg new file mode 100644 index 0000000000..1f0f23e5c2 --- /dev/null +++ b/Symbolic/Resources/material-icons/fiber_smart_record.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fiber_smart_record.sharp.svg b/Symbolic/Resources/material-icons/fiber_smart_record.sharp.svg new file mode 100644 index 0000000000..d31fea0677 --- /dev/null +++ b/Symbolic/Resources/material-icons/fiber_smart_record.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fiber_smart_record.twotone.svg b/Symbolic/Resources/material-icons/fiber_smart_record.twotone.svg new file mode 100644 index 0000000000..86265630cd --- /dev/null +++ b/Symbolic/Resources/material-icons/fiber_smart_record.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/file_copy.default.svg b/Symbolic/Resources/material-icons/file_copy.default.svg new file mode 100644 index 0000000000..5efb561287 --- /dev/null +++ b/Symbolic/Resources/material-icons/file_copy.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/file_copy.outlined.svg b/Symbolic/Resources/material-icons/file_copy.outlined.svg new file mode 100644 index 0000000000..1d9dd09423 --- /dev/null +++ b/Symbolic/Resources/material-icons/file_copy.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/file_copy.round.svg b/Symbolic/Resources/material-icons/file_copy.round.svg new file mode 100644 index 0000000000..ed78328e8f --- /dev/null +++ b/Symbolic/Resources/material-icons/file_copy.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/file_copy.sharp.svg b/Symbolic/Resources/material-icons/file_copy.sharp.svg new file mode 100644 index 0000000000..07d4f18d76 --- /dev/null +++ b/Symbolic/Resources/material-icons/file_copy.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/file_copy.twotone.svg b/Symbolic/Resources/material-icons/file_copy.twotone.svg new file mode 100644 index 0000000000..99e41be773 --- /dev/null +++ b/Symbolic/Resources/material-icons/file_copy.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/file_download.default.svg b/Symbolic/Resources/material-icons/file_download.default.svg new file mode 100644 index 0000000000..4820385327 --- /dev/null +++ b/Symbolic/Resources/material-icons/file_download.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/file_download.outlined.svg b/Symbolic/Resources/material-icons/file_download.outlined.svg new file mode 100644 index 0000000000..f6cfb26191 --- /dev/null +++ b/Symbolic/Resources/material-icons/file_download.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/file_download.round.svg b/Symbolic/Resources/material-icons/file_download.round.svg new file mode 100644 index 0000000000..4301086faa --- /dev/null +++ b/Symbolic/Resources/material-icons/file_download.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/file_download.sharp.svg b/Symbolic/Resources/material-icons/file_download.sharp.svg new file mode 100644 index 0000000000..369377a824 --- /dev/null +++ b/Symbolic/Resources/material-icons/file_download.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/file_download.twotone.svg b/Symbolic/Resources/material-icons/file_download.twotone.svg new file mode 100644 index 0000000000..aab7c56167 --- /dev/null +++ b/Symbolic/Resources/material-icons/file_download.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/file_download_done.default.svg b/Symbolic/Resources/material-icons/file_download_done.default.svg new file mode 100644 index 0000000000..1ab91082ea --- /dev/null +++ b/Symbolic/Resources/material-icons/file_download_done.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/file_download_done.outlined.svg b/Symbolic/Resources/material-icons/file_download_done.outlined.svg new file mode 100644 index 0000000000..c789b21f99 --- /dev/null +++ b/Symbolic/Resources/material-icons/file_download_done.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/file_download_done.round.svg b/Symbolic/Resources/material-icons/file_download_done.round.svg new file mode 100644 index 0000000000..713ccae8be --- /dev/null +++ b/Symbolic/Resources/material-icons/file_download_done.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/file_download_done.sharp.svg b/Symbolic/Resources/material-icons/file_download_done.sharp.svg new file mode 100644 index 0000000000..c789b21f99 --- /dev/null +++ b/Symbolic/Resources/material-icons/file_download_done.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/file_download_done.twotone.svg b/Symbolic/Resources/material-icons/file_download_done.twotone.svg new file mode 100644 index 0000000000..c789b21f99 --- /dev/null +++ b/Symbolic/Resources/material-icons/file_download_done.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/file_download_off.default.svg b/Symbolic/Resources/material-icons/file_download_off.default.svg new file mode 100644 index 0000000000..8b46da7494 --- /dev/null +++ b/Symbolic/Resources/material-icons/file_download_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/file_download_off.outlined.svg b/Symbolic/Resources/material-icons/file_download_off.outlined.svg new file mode 100644 index 0000000000..db8742c040 --- /dev/null +++ b/Symbolic/Resources/material-icons/file_download_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/file_download_off.round.svg b/Symbolic/Resources/material-icons/file_download_off.round.svg new file mode 100644 index 0000000000..fcac2197a7 --- /dev/null +++ b/Symbolic/Resources/material-icons/file_download_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/file_download_off.sharp.svg b/Symbolic/Resources/material-icons/file_download_off.sharp.svg new file mode 100644 index 0000000000..8b46da7494 --- /dev/null +++ b/Symbolic/Resources/material-icons/file_download_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/file_download_off.twotone.svg b/Symbolic/Resources/material-icons/file_download_off.twotone.svg new file mode 100644 index 0000000000..292c11df3c --- /dev/null +++ b/Symbolic/Resources/material-icons/file_download_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/file_open.default.svg b/Symbolic/Resources/material-icons/file_open.default.svg new file mode 100644 index 0000000000..2e18cb1b9c --- /dev/null +++ b/Symbolic/Resources/material-icons/file_open.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/file_open.outlined.svg b/Symbolic/Resources/material-icons/file_open.outlined.svg new file mode 100644 index 0000000000..b3a1b599fc --- /dev/null +++ b/Symbolic/Resources/material-icons/file_open.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/file_open.round.svg b/Symbolic/Resources/material-icons/file_open.round.svg new file mode 100644 index 0000000000..dfe5fabc99 --- /dev/null +++ b/Symbolic/Resources/material-icons/file_open.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/file_open.sharp.svg b/Symbolic/Resources/material-icons/file_open.sharp.svg new file mode 100644 index 0000000000..cd78ef1c6c --- /dev/null +++ b/Symbolic/Resources/material-icons/file_open.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/file_open.twotone.svg b/Symbolic/Resources/material-icons/file_open.twotone.svg new file mode 100644 index 0000000000..3f50b6f2e9 --- /dev/null +++ b/Symbolic/Resources/material-icons/file_open.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/file_present.default.svg b/Symbolic/Resources/material-icons/file_present.default.svg new file mode 100644 index 0000000000..7cf5dfeb9c --- /dev/null +++ b/Symbolic/Resources/material-icons/file_present.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/file_present.outlined.svg b/Symbolic/Resources/material-icons/file_present.outlined.svg new file mode 100644 index 0000000000..ea6b7dff76 --- /dev/null +++ b/Symbolic/Resources/material-icons/file_present.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/file_present.round.svg b/Symbolic/Resources/material-icons/file_present.round.svg new file mode 100644 index 0000000000..9f8524b603 --- /dev/null +++ b/Symbolic/Resources/material-icons/file_present.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/file_present.sharp.svg b/Symbolic/Resources/material-icons/file_present.sharp.svg new file mode 100644 index 0000000000..addb094e5d --- /dev/null +++ b/Symbolic/Resources/material-icons/file_present.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/file_present.twotone.svg b/Symbolic/Resources/material-icons/file_present.twotone.svg new file mode 100644 index 0000000000..8bb226781b --- /dev/null +++ b/Symbolic/Resources/material-icons/file_present.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/file_upload.default.svg b/Symbolic/Resources/material-icons/file_upload.default.svg new file mode 100644 index 0000000000..fff2dabfcc --- /dev/null +++ b/Symbolic/Resources/material-icons/file_upload.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/file_upload.outlined.svg b/Symbolic/Resources/material-icons/file_upload.outlined.svg new file mode 100644 index 0000000000..1cd0f6e953 --- /dev/null +++ b/Symbolic/Resources/material-icons/file_upload.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/file_upload.round.svg b/Symbolic/Resources/material-icons/file_upload.round.svg new file mode 100644 index 0000000000..a1f7417524 --- /dev/null +++ b/Symbolic/Resources/material-icons/file_upload.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/file_upload.sharp.svg b/Symbolic/Resources/material-icons/file_upload.sharp.svg new file mode 100644 index 0000000000..9030378a20 --- /dev/null +++ b/Symbolic/Resources/material-icons/file_upload.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/file_upload.twotone.svg b/Symbolic/Resources/material-icons/file_upload.twotone.svg new file mode 100644 index 0000000000..b7ff9c5261 --- /dev/null +++ b/Symbolic/Resources/material-icons/file_upload.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/file_upload_off.default.svg b/Symbolic/Resources/material-icons/file_upload_off.default.svg new file mode 100644 index 0000000000..b130529da3 --- /dev/null +++ b/Symbolic/Resources/material-icons/file_upload_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter.default.svg b/Symbolic/Resources/material-icons/filter.default.svg new file mode 100644 index 0000000000..632d1a20d1 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter.outlined.svg b/Symbolic/Resources/material-icons/filter.outlined.svg new file mode 100644 index 0000000000..a84a59ed22 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter.round.svg b/Symbolic/Resources/material-icons/filter.round.svg new file mode 100644 index 0000000000..76c0762e61 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter.sharp.svg b/Symbolic/Resources/material-icons/filter.sharp.svg new file mode 100644 index 0000000000..3d949fa357 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter.twotone.svg b/Symbolic/Resources/material-icons/filter.twotone.svg new file mode 100644 index 0000000000..29050ce34c --- /dev/null +++ b/Symbolic/Resources/material-icons/filter.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_1.default.svg b/Symbolic/Resources/material-icons/filter_1.default.svg new file mode 100644 index 0000000000..3876c9c16e --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_1.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_1.outlined.svg b/Symbolic/Resources/material-icons/filter_1.outlined.svg new file mode 100644 index 0000000000..f8d3f4958e --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_1.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_1.round.svg b/Symbolic/Resources/material-icons/filter_1.round.svg new file mode 100644 index 0000000000..7b23c91263 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_1.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_1.sharp.svg b/Symbolic/Resources/material-icons/filter_1.sharp.svg new file mode 100644 index 0000000000..2d3840423d --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_1.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_1.twotone.svg b/Symbolic/Resources/material-icons/filter_1.twotone.svg new file mode 100644 index 0000000000..382e4a700b --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_1.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_2.default.svg b/Symbolic/Resources/material-icons/filter_2.default.svg new file mode 100644 index 0000000000..e72b2c9503 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_2.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_2.outlined.svg b/Symbolic/Resources/material-icons/filter_2.outlined.svg new file mode 100644 index 0000000000..3ad0ee248d --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_2.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_2.round.svg b/Symbolic/Resources/material-icons/filter_2.round.svg new file mode 100644 index 0000000000..4293bc5f8d --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_2.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_2.sharp.svg b/Symbolic/Resources/material-icons/filter_2.sharp.svg new file mode 100644 index 0000000000..c5c80b02ed --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_2.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_2.twotone.svg b/Symbolic/Resources/material-icons/filter_2.twotone.svg new file mode 100644 index 0000000000..3e8746b73e --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_2.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_3.default.svg b/Symbolic/Resources/material-icons/filter_3.default.svg new file mode 100644 index 0000000000..0e1a15d183 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_3.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_3.outlined.svg b/Symbolic/Resources/material-icons/filter_3.outlined.svg new file mode 100644 index 0000000000..c09ff6d6e0 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_3.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_3.round.svg b/Symbolic/Resources/material-icons/filter_3.round.svg new file mode 100644 index 0000000000..41f36ad81f --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_3.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_3.sharp.svg b/Symbolic/Resources/material-icons/filter_3.sharp.svg new file mode 100644 index 0000000000..c0bad88e9c --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_3.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_3.twotone.svg b/Symbolic/Resources/material-icons/filter_3.twotone.svg new file mode 100644 index 0000000000..ea8730a9c1 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_3.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_4.default.svg b/Symbolic/Resources/material-icons/filter_4.default.svg new file mode 100644 index 0000000000..9e03f3931d --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_4.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_4.outlined.svg b/Symbolic/Resources/material-icons/filter_4.outlined.svg new file mode 100644 index 0000000000..cfa5ccabf7 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_4.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_4.round.svg b/Symbolic/Resources/material-icons/filter_4.round.svg new file mode 100644 index 0000000000..3b174d2b44 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_4.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_4.sharp.svg b/Symbolic/Resources/material-icons/filter_4.sharp.svg new file mode 100644 index 0000000000..742ff7598e --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_4.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_4.twotone.svg b/Symbolic/Resources/material-icons/filter_4.twotone.svg new file mode 100644 index 0000000000..204c133427 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_4.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_5.default.svg b/Symbolic/Resources/material-icons/filter_5.default.svg new file mode 100644 index 0000000000..111f3c1ecc --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_5.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_5.outlined.svg b/Symbolic/Resources/material-icons/filter_5.outlined.svg new file mode 100644 index 0000000000..111f3c1ecc --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_5.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_5.round.svg b/Symbolic/Resources/material-icons/filter_5.round.svg new file mode 100644 index 0000000000..9bd6121462 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_5.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_5.sharp.svg b/Symbolic/Resources/material-icons/filter_5.sharp.svg new file mode 100644 index 0000000000..cc08a42a93 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_5.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_5.twotone.svg b/Symbolic/Resources/material-icons/filter_5.twotone.svg new file mode 100644 index 0000000000..5bef695627 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_5.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_6.default.svg b/Symbolic/Resources/material-icons/filter_6.default.svg new file mode 100644 index 0000000000..fecf5d87f5 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_6.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_6.outlined.svg b/Symbolic/Resources/material-icons/filter_6.outlined.svg new file mode 100644 index 0000000000..1ed71f09d9 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_6.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_6.round.svg b/Symbolic/Resources/material-icons/filter_6.round.svg new file mode 100644 index 0000000000..01a3df0f05 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_6.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_6.sharp.svg b/Symbolic/Resources/material-icons/filter_6.sharp.svg new file mode 100644 index 0000000000..8eec588420 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_6.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_6.twotone.svg b/Symbolic/Resources/material-icons/filter_6.twotone.svg new file mode 100644 index 0000000000..a0619ea7e0 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_6.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_7.default.svg b/Symbolic/Resources/material-icons/filter_7.default.svg new file mode 100644 index 0000000000..287a562179 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_7.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_7.outlined.svg b/Symbolic/Resources/material-icons/filter_7.outlined.svg new file mode 100644 index 0000000000..ec3dd0b059 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_7.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_7.round.svg b/Symbolic/Resources/material-icons/filter_7.round.svg new file mode 100644 index 0000000000..367adfa807 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_7.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_7.sharp.svg b/Symbolic/Resources/material-icons/filter_7.sharp.svg new file mode 100644 index 0000000000..2992b39e83 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_7.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_7.twotone.svg b/Symbolic/Resources/material-icons/filter_7.twotone.svg new file mode 100644 index 0000000000..42f39158e8 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_7.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_8.default.svg b/Symbolic/Resources/material-icons/filter_8.default.svg new file mode 100644 index 0000000000..0587c4d529 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_8.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_8.outlined.svg b/Symbolic/Resources/material-icons/filter_8.outlined.svg new file mode 100644 index 0000000000..24a9955bdc --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_8.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_8.round.svg b/Symbolic/Resources/material-icons/filter_8.round.svg new file mode 100644 index 0000000000..ee04e91970 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_8.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_8.sharp.svg b/Symbolic/Resources/material-icons/filter_8.sharp.svg new file mode 100644 index 0000000000..c6b5c11230 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_8.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_8.twotone.svg b/Symbolic/Resources/material-icons/filter_8.twotone.svg new file mode 100644 index 0000000000..e714cffbf8 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_8.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_9.default.svg b/Symbolic/Resources/material-icons/filter_9.default.svg new file mode 100644 index 0000000000..734280dd3e --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_9.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_9.outlined.svg b/Symbolic/Resources/material-icons/filter_9.outlined.svg new file mode 100644 index 0000000000..268844957d --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_9.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_9.round.svg b/Symbolic/Resources/material-icons/filter_9.round.svg new file mode 100644 index 0000000000..a0d76a00bd --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_9.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_9.sharp.svg b/Symbolic/Resources/material-icons/filter_9.sharp.svg new file mode 100644 index 0000000000..f02e1c16ec --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_9.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_9.twotone.svg b/Symbolic/Resources/material-icons/filter_9.twotone.svg new file mode 100644 index 0000000000..b0902b63e3 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_9.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_9_plus.default.svg b/Symbolic/Resources/material-icons/filter_9_plus.default.svg new file mode 100644 index 0000000000..e6d43288aa --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_9_plus.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_9_plus.outlined.svg b/Symbolic/Resources/material-icons/filter_9_plus.outlined.svg new file mode 100644 index 0000000000..56b0a5fc0a --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_9_plus.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_9_plus.round.svg b/Symbolic/Resources/material-icons/filter_9_plus.round.svg new file mode 100644 index 0000000000..008339a7a6 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_9_plus.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_9_plus.sharp.svg b/Symbolic/Resources/material-icons/filter_9_plus.sharp.svg new file mode 100644 index 0000000000..5e00091f28 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_9_plus.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_9_plus.twotone.svg b/Symbolic/Resources/material-icons/filter_9_plus.twotone.svg new file mode 100644 index 0000000000..4ba30f89c5 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_9_plus.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_alt.default.svg b/Symbolic/Resources/material-icons/filter_alt.default.svg new file mode 100644 index 0000000000..f4a9def0fe --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_alt.outlined.svg b/Symbolic/Resources/material-icons/filter_alt.outlined.svg new file mode 100644 index 0000000000..94b0503a54 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_alt.round.svg b/Symbolic/Resources/material-icons/filter_alt.round.svg new file mode 100644 index 0000000000..741d640374 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_alt.sharp.svg b/Symbolic/Resources/material-icons/filter_alt.sharp.svg new file mode 100644 index 0000000000..dede51eda6 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_alt.twotone.svg b/Symbolic/Resources/material-icons/filter_alt.twotone.svg new file mode 100644 index 0000000000..897030f915 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_alt_off.default.svg b/Symbolic/Resources/material-icons/filter_alt_off.default.svg new file mode 100644 index 0000000000..196d313aa9 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_alt_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_alt_off.outlined.svg b/Symbolic/Resources/material-icons/filter_alt_off.outlined.svg new file mode 100644 index 0000000000..c137d14dfd --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_alt_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_alt_off.round.svg b/Symbolic/Resources/material-icons/filter_alt_off.round.svg new file mode 100644 index 0000000000..d42884ebb7 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_alt_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_alt_off.sharp.svg b/Symbolic/Resources/material-icons/filter_alt_off.sharp.svg new file mode 100644 index 0000000000..4942e53b7a --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_alt_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_alt_off.twotone.svg b/Symbolic/Resources/material-icons/filter_alt_off.twotone.svg new file mode 100644 index 0000000000..ed385cb158 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_alt_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_b_and_w.default.svg b/Symbolic/Resources/material-icons/filter_b_and_w.default.svg new file mode 100644 index 0000000000..50f5703cdc --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_b_and_w.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_b_and_w.outlined.svg b/Symbolic/Resources/material-icons/filter_b_and_w.outlined.svg new file mode 100644 index 0000000000..40595ba234 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_b_and_w.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_b_and_w.round.svg b/Symbolic/Resources/material-icons/filter_b_and_w.round.svg new file mode 100644 index 0000000000..b7da944cc1 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_b_and_w.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_b_and_w.sharp.svg b/Symbolic/Resources/material-icons/filter_b_and_w.sharp.svg new file mode 100644 index 0000000000..291a258375 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_b_and_w.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_b_and_w.twotone.svg b/Symbolic/Resources/material-icons/filter_b_and_w.twotone.svg new file mode 100644 index 0000000000..140123a1fe --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_b_and_w.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_center_focus.default.svg b/Symbolic/Resources/material-icons/filter_center_focus.default.svg new file mode 100644 index 0000000000..d3f30f7586 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_center_focus.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_center_focus.outlined.svg b/Symbolic/Resources/material-icons/filter_center_focus.outlined.svg new file mode 100644 index 0000000000..9cf92acd12 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_center_focus.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_center_focus.round.svg b/Symbolic/Resources/material-icons/filter_center_focus.round.svg new file mode 100644 index 0000000000..03e0c285a5 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_center_focus.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_center_focus.sharp.svg b/Symbolic/Resources/material-icons/filter_center_focus.sharp.svg new file mode 100644 index 0000000000..19836686d2 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_center_focus.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_center_focus.twotone.svg b/Symbolic/Resources/material-icons/filter_center_focus.twotone.svg new file mode 100644 index 0000000000..03bc70286c --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_center_focus.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_drama.default.svg b/Symbolic/Resources/material-icons/filter_drama.default.svg new file mode 100644 index 0000000000..e270deadc9 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_drama.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_drama.outlined.svg b/Symbolic/Resources/material-icons/filter_drama.outlined.svg new file mode 100644 index 0000000000..95139f2d40 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_drama.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_drama.round.svg b/Symbolic/Resources/material-icons/filter_drama.round.svg new file mode 100644 index 0000000000..0ce9bdaab8 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_drama.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_drama.sharp.svg b/Symbolic/Resources/material-icons/filter_drama.sharp.svg new file mode 100644 index 0000000000..95139f2d40 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_drama.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_drama.twotone.svg b/Symbolic/Resources/material-icons/filter_drama.twotone.svg new file mode 100644 index 0000000000..3424eeb8d2 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_drama.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_frames.default.svg b/Symbolic/Resources/material-icons/filter_frames.default.svg new file mode 100644 index 0000000000..64e2462a73 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_frames.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_frames.outlined.svg b/Symbolic/Resources/material-icons/filter_frames.outlined.svg new file mode 100644 index 0000000000..ad835eaeb4 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_frames.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_frames.round.svg b/Symbolic/Resources/material-icons/filter_frames.round.svg new file mode 100644 index 0000000000..045b47bbcd --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_frames.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_frames.sharp.svg b/Symbolic/Resources/material-icons/filter_frames.sharp.svg new file mode 100644 index 0000000000..92e48182b2 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_frames.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_frames.twotone.svg b/Symbolic/Resources/material-icons/filter_frames.twotone.svg new file mode 100644 index 0000000000..c069bb7e3b --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_frames.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_hdr.default.svg b/Symbolic/Resources/material-icons/filter_hdr.default.svg new file mode 100644 index 0000000000..367d192c2d --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_hdr.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_hdr.outlined.svg b/Symbolic/Resources/material-icons/filter_hdr.outlined.svg new file mode 100644 index 0000000000..8d93af1cc1 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_hdr.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_hdr.round.svg b/Symbolic/Resources/material-icons/filter_hdr.round.svg new file mode 100644 index 0000000000..9be2f48f01 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_hdr.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_hdr.sharp.svg b/Symbolic/Resources/material-icons/filter_hdr.sharp.svg new file mode 100644 index 0000000000..5da462133d --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_hdr.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_hdr.twotone.svg b/Symbolic/Resources/material-icons/filter_hdr.twotone.svg new file mode 100644 index 0000000000..9d7562f4e8 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_hdr.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_list.default.svg b/Symbolic/Resources/material-icons/filter_list.default.svg new file mode 100644 index 0000000000..9c48a1ab6a --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_list.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_list.outlined.svg b/Symbolic/Resources/material-icons/filter_list.outlined.svg new file mode 100644 index 0000000000..03a8f17bbe --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_list.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_list.round.svg b/Symbolic/Resources/material-icons/filter_list.round.svg new file mode 100644 index 0000000000..173e842a8a --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_list.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_list.sharp.svg b/Symbolic/Resources/material-icons/filter_list.sharp.svg new file mode 100644 index 0000000000..03a8f17bbe --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_list.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_list.twotone.svg b/Symbolic/Resources/material-icons/filter_list.twotone.svg new file mode 100644 index 0000000000..03a8f17bbe --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_list.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_list_alt.default.svg b/Symbolic/Resources/material-icons/filter_list_alt.default.svg new file mode 100644 index 0000000000..fa18fdf771 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_list_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_list_off.default.svg b/Symbolic/Resources/material-icons/filter_list_off.default.svg new file mode 100644 index 0000000000..7b8d6f2916 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_list_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_list_off.outlined.svg b/Symbolic/Resources/material-icons/filter_list_off.outlined.svg new file mode 100644 index 0000000000..7b8d6f2916 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_list_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_list_off.round.svg b/Symbolic/Resources/material-icons/filter_list_off.round.svg new file mode 100644 index 0000000000..6be64168d2 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_list_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_list_off.sharp.svg b/Symbolic/Resources/material-icons/filter_list_off.sharp.svg new file mode 100644 index 0000000000..7b8d6f2916 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_list_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_list_off.twotone.svg b/Symbolic/Resources/material-icons/filter_list_off.twotone.svg new file mode 100644 index 0000000000..7b8d6f2916 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_list_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_none.default.svg b/Symbolic/Resources/material-icons/filter_none.default.svg new file mode 100644 index 0000000000..6aae2c89aa --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_none.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_none.outlined.svg b/Symbolic/Resources/material-icons/filter_none.outlined.svg new file mode 100644 index 0000000000..f4d5144852 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_none.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_none.round.svg b/Symbolic/Resources/material-icons/filter_none.round.svg new file mode 100644 index 0000000000..41ac509ca4 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_none.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_none.sharp.svg b/Symbolic/Resources/material-icons/filter_none.sharp.svg new file mode 100644 index 0000000000..fb7764dcec --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_none.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_none.twotone.svg b/Symbolic/Resources/material-icons/filter_none.twotone.svg new file mode 100644 index 0000000000..9c7a9732b4 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_none.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_tilt_shift.default.svg b/Symbolic/Resources/material-icons/filter_tilt_shift.default.svg new file mode 100644 index 0000000000..ff7f3e452d --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_tilt_shift.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_tilt_shift.outlined.svg b/Symbolic/Resources/material-icons/filter_tilt_shift.outlined.svg new file mode 100644 index 0000000000..08bcc74ac7 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_tilt_shift.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_tilt_shift.round.svg b/Symbolic/Resources/material-icons/filter_tilt_shift.round.svg new file mode 100644 index 0000000000..d654c2416e --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_tilt_shift.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_tilt_shift.sharp.svg b/Symbolic/Resources/material-icons/filter_tilt_shift.sharp.svg new file mode 100644 index 0000000000..08bcc74ac7 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_tilt_shift.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_tilt_shift.twotone.svg b/Symbolic/Resources/material-icons/filter_tilt_shift.twotone.svg new file mode 100644 index 0000000000..1f9d9d6f8d --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_tilt_shift.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_vintage.default.svg b/Symbolic/Resources/material-icons/filter_vintage.default.svg new file mode 100644 index 0000000000..d1c23b1b38 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_vintage.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_vintage.outlined.svg b/Symbolic/Resources/material-icons/filter_vintage.outlined.svg new file mode 100644 index 0000000000..255fe317a5 --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_vintage.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_vintage.round.svg b/Symbolic/Resources/material-icons/filter_vintage.round.svg new file mode 100644 index 0000000000..9a3e92adff --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_vintage.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_vintage.sharp.svg b/Symbolic/Resources/material-icons/filter_vintage.sharp.svg new file mode 100644 index 0000000000..9a3e92adff --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_vintage.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/filter_vintage.twotone.svg b/Symbolic/Resources/material-icons/filter_vintage.twotone.svg new file mode 100644 index 0000000000..3c0390babc --- /dev/null +++ b/Symbolic/Resources/material-icons/filter_vintage.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/find_in_page.default.svg b/Symbolic/Resources/material-icons/find_in_page.default.svg new file mode 100644 index 0000000000..b296938d02 --- /dev/null +++ b/Symbolic/Resources/material-icons/find_in_page.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/find_in_page.outlined.svg b/Symbolic/Resources/material-icons/find_in_page.outlined.svg new file mode 100644 index 0000000000..60f5c9626b --- /dev/null +++ b/Symbolic/Resources/material-icons/find_in_page.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/find_in_page.round.svg b/Symbolic/Resources/material-icons/find_in_page.round.svg new file mode 100644 index 0000000000..d4accc4efc --- /dev/null +++ b/Symbolic/Resources/material-icons/find_in_page.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/find_in_page.sharp.svg b/Symbolic/Resources/material-icons/find_in_page.sharp.svg new file mode 100644 index 0000000000..64a9ca0695 --- /dev/null +++ b/Symbolic/Resources/material-icons/find_in_page.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/find_in_page.twotone.svg b/Symbolic/Resources/material-icons/find_in_page.twotone.svg new file mode 100644 index 0000000000..f3227fe2d4 --- /dev/null +++ b/Symbolic/Resources/material-icons/find_in_page.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/find_replace.default.svg b/Symbolic/Resources/material-icons/find_replace.default.svg new file mode 100644 index 0000000000..7924f20190 --- /dev/null +++ b/Symbolic/Resources/material-icons/find_replace.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/find_replace.outlined.svg b/Symbolic/Resources/material-icons/find_replace.outlined.svg new file mode 100644 index 0000000000..e8f31629cc --- /dev/null +++ b/Symbolic/Resources/material-icons/find_replace.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/find_replace.round.svg b/Symbolic/Resources/material-icons/find_replace.round.svg new file mode 100644 index 0000000000..9e3f76579f --- /dev/null +++ b/Symbolic/Resources/material-icons/find_replace.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/find_replace.sharp.svg b/Symbolic/Resources/material-icons/find_replace.sharp.svg new file mode 100644 index 0000000000..e8f31629cc --- /dev/null +++ b/Symbolic/Resources/material-icons/find_replace.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/find_replace.twotone.svg b/Symbolic/Resources/material-icons/find_replace.twotone.svg new file mode 100644 index 0000000000..e8f31629cc --- /dev/null +++ b/Symbolic/Resources/material-icons/find_replace.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fingerprint.default.svg b/Symbolic/Resources/material-icons/fingerprint.default.svg new file mode 100644 index 0000000000..395a370cb0 --- /dev/null +++ b/Symbolic/Resources/material-icons/fingerprint.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fingerprint.outlined.svg b/Symbolic/Resources/material-icons/fingerprint.outlined.svg new file mode 100644 index 0000000000..73760d28bb --- /dev/null +++ b/Symbolic/Resources/material-icons/fingerprint.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fingerprint.round.svg b/Symbolic/Resources/material-icons/fingerprint.round.svg new file mode 100644 index 0000000000..73760d28bb --- /dev/null +++ b/Symbolic/Resources/material-icons/fingerprint.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fingerprint.sharp.svg b/Symbolic/Resources/material-icons/fingerprint.sharp.svg new file mode 100644 index 0000000000..73760d28bb --- /dev/null +++ b/Symbolic/Resources/material-icons/fingerprint.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fingerprint.twotone.svg b/Symbolic/Resources/material-icons/fingerprint.twotone.svg new file mode 100644 index 0000000000..73760d28bb --- /dev/null +++ b/Symbolic/Resources/material-icons/fingerprint.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fire_extinguisher.default.svg b/Symbolic/Resources/material-icons/fire_extinguisher.default.svg new file mode 100644 index 0000000000..4c8b861688 --- /dev/null +++ b/Symbolic/Resources/material-icons/fire_extinguisher.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fire_extinguisher.outlined.svg b/Symbolic/Resources/material-icons/fire_extinguisher.outlined.svg new file mode 100644 index 0000000000..4c8b861688 --- /dev/null +++ b/Symbolic/Resources/material-icons/fire_extinguisher.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fire_extinguisher.round.svg b/Symbolic/Resources/material-icons/fire_extinguisher.round.svg new file mode 100644 index 0000000000..475931a479 --- /dev/null +++ b/Symbolic/Resources/material-icons/fire_extinguisher.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fire_extinguisher.sharp.svg b/Symbolic/Resources/material-icons/fire_extinguisher.sharp.svg new file mode 100644 index 0000000000..e904505298 --- /dev/null +++ b/Symbolic/Resources/material-icons/fire_extinguisher.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fire_extinguisher.twotone.svg b/Symbolic/Resources/material-icons/fire_extinguisher.twotone.svg new file mode 100644 index 0000000000..4c8b861688 --- /dev/null +++ b/Symbolic/Resources/material-icons/fire_extinguisher.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fire_hydrant_alt.default.svg b/Symbolic/Resources/material-icons/fire_hydrant_alt.default.svg new file mode 100644 index 0000000000..751ea975a9 --- /dev/null +++ b/Symbolic/Resources/material-icons/fire_hydrant_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fire_hydrant_alt.outlined.svg b/Symbolic/Resources/material-icons/fire_hydrant_alt.outlined.svg new file mode 100644 index 0000000000..1143c16d7d --- /dev/null +++ b/Symbolic/Resources/material-icons/fire_hydrant_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fire_hydrant_alt.round.svg b/Symbolic/Resources/material-icons/fire_hydrant_alt.round.svg new file mode 100644 index 0000000000..0b0f0d36f3 --- /dev/null +++ b/Symbolic/Resources/material-icons/fire_hydrant_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fire_hydrant_alt.sharp.svg b/Symbolic/Resources/material-icons/fire_hydrant_alt.sharp.svg new file mode 100644 index 0000000000..2d872d5ac9 --- /dev/null +++ b/Symbolic/Resources/material-icons/fire_hydrant_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fire_hydrant_alt.twotone.svg b/Symbolic/Resources/material-icons/fire_hydrant_alt.twotone.svg new file mode 100644 index 0000000000..ff875a6a10 --- /dev/null +++ b/Symbolic/Resources/material-icons/fire_hydrant_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fire_truck.default.svg b/Symbolic/Resources/material-icons/fire_truck.default.svg new file mode 100644 index 0000000000..acaf78f7bb --- /dev/null +++ b/Symbolic/Resources/material-icons/fire_truck.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fire_truck.outlined.svg b/Symbolic/Resources/material-icons/fire_truck.outlined.svg new file mode 100644 index 0000000000..9079a91add --- /dev/null +++ b/Symbolic/Resources/material-icons/fire_truck.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fire_truck.round.svg b/Symbolic/Resources/material-icons/fire_truck.round.svg new file mode 100644 index 0000000000..087b497516 --- /dev/null +++ b/Symbolic/Resources/material-icons/fire_truck.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fire_truck.sharp.svg b/Symbolic/Resources/material-icons/fire_truck.sharp.svg new file mode 100644 index 0000000000..8ecb25c1ee --- /dev/null +++ b/Symbolic/Resources/material-icons/fire_truck.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fire_truck.twotone.svg b/Symbolic/Resources/material-icons/fire_truck.twotone.svg new file mode 100644 index 0000000000..b624fa95ee --- /dev/null +++ b/Symbolic/Resources/material-icons/fire_truck.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fireplace.default.svg b/Symbolic/Resources/material-icons/fireplace.default.svg new file mode 100644 index 0000000000..b2769d9bd9 --- /dev/null +++ b/Symbolic/Resources/material-icons/fireplace.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fireplace.outlined.svg b/Symbolic/Resources/material-icons/fireplace.outlined.svg new file mode 100644 index 0000000000..f9268959b6 --- /dev/null +++ b/Symbolic/Resources/material-icons/fireplace.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fireplace.round.svg b/Symbolic/Resources/material-icons/fireplace.round.svg new file mode 100644 index 0000000000..e22247cdf6 --- /dev/null +++ b/Symbolic/Resources/material-icons/fireplace.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fireplace.sharp.svg b/Symbolic/Resources/material-icons/fireplace.sharp.svg new file mode 100644 index 0000000000..608a76de1b --- /dev/null +++ b/Symbolic/Resources/material-icons/fireplace.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fireplace.twotone.svg b/Symbolic/Resources/material-icons/fireplace.twotone.svg new file mode 100644 index 0000000000..2e319e270d --- /dev/null +++ b/Symbolic/Resources/material-icons/fireplace.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/first_page.default.svg b/Symbolic/Resources/material-icons/first_page.default.svg new file mode 100644 index 0000000000..cd24fa5f22 --- /dev/null +++ b/Symbolic/Resources/material-icons/first_page.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/first_page.outlined.svg b/Symbolic/Resources/material-icons/first_page.outlined.svg new file mode 100644 index 0000000000..d34216da5a --- /dev/null +++ b/Symbolic/Resources/material-icons/first_page.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/first_page.round.svg b/Symbolic/Resources/material-icons/first_page.round.svg new file mode 100644 index 0000000000..67dd1a0703 --- /dev/null +++ b/Symbolic/Resources/material-icons/first_page.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/first_page.sharp.svg b/Symbolic/Resources/material-icons/first_page.sharp.svg new file mode 100644 index 0000000000..d34216da5a --- /dev/null +++ b/Symbolic/Resources/material-icons/first_page.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/first_page.twotone.svg b/Symbolic/Resources/material-icons/first_page.twotone.svg new file mode 100644 index 0000000000..d34216da5a --- /dev/null +++ b/Symbolic/Resources/material-icons/first_page.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fit_screen.default.svg b/Symbolic/Resources/material-icons/fit_screen.default.svg new file mode 100644 index 0000000000..b1a6f49249 --- /dev/null +++ b/Symbolic/Resources/material-icons/fit_screen.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fit_screen.outlined.svg b/Symbolic/Resources/material-icons/fit_screen.outlined.svg new file mode 100644 index 0000000000..b244dfdbd1 --- /dev/null +++ b/Symbolic/Resources/material-icons/fit_screen.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fit_screen.round.svg b/Symbolic/Resources/material-icons/fit_screen.round.svg new file mode 100644 index 0000000000..906eb179f6 --- /dev/null +++ b/Symbolic/Resources/material-icons/fit_screen.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fit_screen.sharp.svg b/Symbolic/Resources/material-icons/fit_screen.sharp.svg new file mode 100644 index 0000000000..43c484d55b --- /dev/null +++ b/Symbolic/Resources/material-icons/fit_screen.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fit_screen.twotone.svg b/Symbolic/Resources/material-icons/fit_screen.twotone.svg new file mode 100644 index 0000000000..812c1c4d24 --- /dev/null +++ b/Symbolic/Resources/material-icons/fit_screen.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fitbit.default.svg b/Symbolic/Resources/material-icons/fitbit.default.svg new file mode 100644 index 0000000000..9e49649514 --- /dev/null +++ b/Symbolic/Resources/material-icons/fitbit.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fitbit.outlined.svg b/Symbolic/Resources/material-icons/fitbit.outlined.svg new file mode 100644 index 0000000000..9e49649514 --- /dev/null +++ b/Symbolic/Resources/material-icons/fitbit.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fitbit.round.svg b/Symbolic/Resources/material-icons/fitbit.round.svg new file mode 100644 index 0000000000..9e49649514 --- /dev/null +++ b/Symbolic/Resources/material-icons/fitbit.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fitbit.sharp.svg b/Symbolic/Resources/material-icons/fitbit.sharp.svg new file mode 100644 index 0000000000..9e49649514 --- /dev/null +++ b/Symbolic/Resources/material-icons/fitbit.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fitbit.twotone.svg b/Symbolic/Resources/material-icons/fitbit.twotone.svg new file mode 100644 index 0000000000..9e49649514 --- /dev/null +++ b/Symbolic/Resources/material-icons/fitbit.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fitness_center.default.svg b/Symbolic/Resources/material-icons/fitness_center.default.svg new file mode 100644 index 0000000000..9f9a106a17 --- /dev/null +++ b/Symbolic/Resources/material-icons/fitness_center.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fitness_center.outlined.svg b/Symbolic/Resources/material-icons/fitness_center.outlined.svg new file mode 100644 index 0000000000..eefd3becef --- /dev/null +++ b/Symbolic/Resources/material-icons/fitness_center.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fitness_center.round.svg b/Symbolic/Resources/material-icons/fitness_center.round.svg new file mode 100644 index 0000000000..e548a5f96a --- /dev/null +++ b/Symbolic/Resources/material-icons/fitness_center.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fitness_center.sharp.svg b/Symbolic/Resources/material-icons/fitness_center.sharp.svg new file mode 100644 index 0000000000..eefd3becef --- /dev/null +++ b/Symbolic/Resources/material-icons/fitness_center.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fitness_center.twotone.svg b/Symbolic/Resources/material-icons/fitness_center.twotone.svg new file mode 100644 index 0000000000..eefd3becef --- /dev/null +++ b/Symbolic/Resources/material-icons/fitness_center.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flag.default.svg b/Symbolic/Resources/material-icons/flag.default.svg new file mode 100644 index 0000000000..e9cda1e1db --- /dev/null +++ b/Symbolic/Resources/material-icons/flag.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flag.outlined.svg b/Symbolic/Resources/material-icons/flag.outlined.svg new file mode 100644 index 0000000000..0230d6b686 --- /dev/null +++ b/Symbolic/Resources/material-icons/flag.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flag.round.svg b/Symbolic/Resources/material-icons/flag.round.svg new file mode 100644 index 0000000000..e8f428ad19 --- /dev/null +++ b/Symbolic/Resources/material-icons/flag.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flag.sharp.svg b/Symbolic/Resources/material-icons/flag.sharp.svg new file mode 100644 index 0000000000..1fc1eb5cc9 --- /dev/null +++ b/Symbolic/Resources/material-icons/flag.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flag.twotone.svg b/Symbolic/Resources/material-icons/flag.twotone.svg new file mode 100644 index 0000000000..b705ffa91c --- /dev/null +++ b/Symbolic/Resources/material-icons/flag.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flag_circle.default.svg b/Symbolic/Resources/material-icons/flag_circle.default.svg new file mode 100644 index 0000000000..82edc7821a --- /dev/null +++ b/Symbolic/Resources/material-icons/flag_circle.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flag_circle.outlined.svg b/Symbolic/Resources/material-icons/flag_circle.outlined.svg new file mode 100644 index 0000000000..4d35ab5464 --- /dev/null +++ b/Symbolic/Resources/material-icons/flag_circle.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flag_circle.round.svg b/Symbolic/Resources/material-icons/flag_circle.round.svg new file mode 100644 index 0000000000..4a2e06c58d --- /dev/null +++ b/Symbolic/Resources/material-icons/flag_circle.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flag_circle.sharp.svg b/Symbolic/Resources/material-icons/flag_circle.sharp.svg new file mode 100644 index 0000000000..82edc7821a --- /dev/null +++ b/Symbolic/Resources/material-icons/flag_circle.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flag_circle.twotone.svg b/Symbolic/Resources/material-icons/flag_circle.twotone.svg new file mode 100644 index 0000000000..a2f8566f61 --- /dev/null +++ b/Symbolic/Resources/material-icons/flag_circle.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flaky.default.svg b/Symbolic/Resources/material-icons/flaky.default.svg new file mode 100644 index 0000000000..7e93035ba9 --- /dev/null +++ b/Symbolic/Resources/material-icons/flaky.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flaky.outlined.svg b/Symbolic/Resources/material-icons/flaky.outlined.svg new file mode 100644 index 0000000000..7e93035ba9 --- /dev/null +++ b/Symbolic/Resources/material-icons/flaky.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flaky.round.svg b/Symbolic/Resources/material-icons/flaky.round.svg new file mode 100644 index 0000000000..18eac0f92f --- /dev/null +++ b/Symbolic/Resources/material-icons/flaky.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flaky.sharp.svg b/Symbolic/Resources/material-icons/flaky.sharp.svg new file mode 100644 index 0000000000..7e93035ba9 --- /dev/null +++ b/Symbolic/Resources/material-icons/flaky.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flaky.twotone.svg b/Symbolic/Resources/material-icons/flaky.twotone.svg new file mode 100644 index 0000000000..7e93035ba9 --- /dev/null +++ b/Symbolic/Resources/material-icons/flaky.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flare.default.svg b/Symbolic/Resources/material-icons/flare.default.svg new file mode 100644 index 0000000000..54d97d32e3 --- /dev/null +++ b/Symbolic/Resources/material-icons/flare.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flare.outlined.svg b/Symbolic/Resources/material-icons/flare.outlined.svg new file mode 100644 index 0000000000..4b710798e4 --- /dev/null +++ b/Symbolic/Resources/material-icons/flare.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flare.round.svg b/Symbolic/Resources/material-icons/flare.round.svg new file mode 100644 index 0000000000..e2fec21621 --- /dev/null +++ b/Symbolic/Resources/material-icons/flare.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flare.sharp.svg b/Symbolic/Resources/material-icons/flare.sharp.svg new file mode 100644 index 0000000000..4b710798e4 --- /dev/null +++ b/Symbolic/Resources/material-icons/flare.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flare.twotone.svg b/Symbolic/Resources/material-icons/flare.twotone.svg new file mode 100644 index 0000000000..81509663b3 --- /dev/null +++ b/Symbolic/Resources/material-icons/flare.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flash_auto.default.svg b/Symbolic/Resources/material-icons/flash_auto.default.svg new file mode 100644 index 0000000000..7d0ebfe2cb --- /dev/null +++ b/Symbolic/Resources/material-icons/flash_auto.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flash_auto.outlined.svg b/Symbolic/Resources/material-icons/flash_auto.outlined.svg new file mode 100644 index 0000000000..6b2e9121ed --- /dev/null +++ b/Symbolic/Resources/material-icons/flash_auto.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flash_auto.round.svg b/Symbolic/Resources/material-icons/flash_auto.round.svg new file mode 100644 index 0000000000..9814ead43f --- /dev/null +++ b/Symbolic/Resources/material-icons/flash_auto.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flash_auto.sharp.svg b/Symbolic/Resources/material-icons/flash_auto.sharp.svg new file mode 100644 index 0000000000..6b2e9121ed --- /dev/null +++ b/Symbolic/Resources/material-icons/flash_auto.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flash_auto.twotone.svg b/Symbolic/Resources/material-icons/flash_auto.twotone.svg new file mode 100644 index 0000000000..211e693d7f --- /dev/null +++ b/Symbolic/Resources/material-icons/flash_auto.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flash_off.default.svg b/Symbolic/Resources/material-icons/flash_off.default.svg new file mode 100644 index 0000000000..0207052505 --- /dev/null +++ b/Symbolic/Resources/material-icons/flash_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flash_off.outlined.svg b/Symbolic/Resources/material-icons/flash_off.outlined.svg new file mode 100644 index 0000000000..a53377aa61 --- /dev/null +++ b/Symbolic/Resources/material-icons/flash_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flash_off.round.svg b/Symbolic/Resources/material-icons/flash_off.round.svg new file mode 100644 index 0000000000..884dc5b466 --- /dev/null +++ b/Symbolic/Resources/material-icons/flash_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flash_off.sharp.svg b/Symbolic/Resources/material-icons/flash_off.sharp.svg new file mode 100644 index 0000000000..a53377aa61 --- /dev/null +++ b/Symbolic/Resources/material-icons/flash_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flash_off.twotone.svg b/Symbolic/Resources/material-icons/flash_off.twotone.svg new file mode 100644 index 0000000000..a53377aa61 --- /dev/null +++ b/Symbolic/Resources/material-icons/flash_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flash_on.default.svg b/Symbolic/Resources/material-icons/flash_on.default.svg new file mode 100644 index 0000000000..e6a3643311 --- /dev/null +++ b/Symbolic/Resources/material-icons/flash_on.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flash_on.outlined.svg b/Symbolic/Resources/material-icons/flash_on.outlined.svg new file mode 100644 index 0000000000..363288efe0 --- /dev/null +++ b/Symbolic/Resources/material-icons/flash_on.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flash_on.round.svg b/Symbolic/Resources/material-icons/flash_on.round.svg new file mode 100644 index 0000000000..3ad06ca42e --- /dev/null +++ b/Symbolic/Resources/material-icons/flash_on.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flash_on.sharp.svg b/Symbolic/Resources/material-icons/flash_on.sharp.svg new file mode 100644 index 0000000000..363288efe0 --- /dev/null +++ b/Symbolic/Resources/material-icons/flash_on.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flash_on.twotone.svg b/Symbolic/Resources/material-icons/flash_on.twotone.svg new file mode 100644 index 0000000000..efcf801bbf --- /dev/null +++ b/Symbolic/Resources/material-icons/flash_on.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flashlight_off.default.svg b/Symbolic/Resources/material-icons/flashlight_off.default.svg new file mode 100644 index 0000000000..1cefde103d --- /dev/null +++ b/Symbolic/Resources/material-icons/flashlight_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flashlight_off.outlined.svg b/Symbolic/Resources/material-icons/flashlight_off.outlined.svg new file mode 100644 index 0000000000..c8cb0bef87 --- /dev/null +++ b/Symbolic/Resources/material-icons/flashlight_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flashlight_off.round.svg b/Symbolic/Resources/material-icons/flashlight_off.round.svg new file mode 100644 index 0000000000..ebbbfd3bb8 --- /dev/null +++ b/Symbolic/Resources/material-icons/flashlight_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flashlight_off.sharp.svg b/Symbolic/Resources/material-icons/flashlight_off.sharp.svg new file mode 100644 index 0000000000..1cefde103d --- /dev/null +++ b/Symbolic/Resources/material-icons/flashlight_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flashlight_off.twotone.svg b/Symbolic/Resources/material-icons/flashlight_off.twotone.svg new file mode 100644 index 0000000000..3cd22840db --- /dev/null +++ b/Symbolic/Resources/material-icons/flashlight_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flashlight_on.default.svg b/Symbolic/Resources/material-icons/flashlight_on.default.svg new file mode 100644 index 0000000000..bdc1c30ab3 --- /dev/null +++ b/Symbolic/Resources/material-icons/flashlight_on.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flashlight_on.outlined.svg b/Symbolic/Resources/material-icons/flashlight_on.outlined.svg new file mode 100644 index 0000000000..54f1456c8e --- /dev/null +++ b/Symbolic/Resources/material-icons/flashlight_on.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flashlight_on.round.svg b/Symbolic/Resources/material-icons/flashlight_on.round.svg new file mode 100644 index 0000000000..e295dbba10 --- /dev/null +++ b/Symbolic/Resources/material-icons/flashlight_on.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flashlight_on.sharp.svg b/Symbolic/Resources/material-icons/flashlight_on.sharp.svg new file mode 100644 index 0000000000..bdc1c30ab3 --- /dev/null +++ b/Symbolic/Resources/material-icons/flashlight_on.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flashlight_on.twotone.svg b/Symbolic/Resources/material-icons/flashlight_on.twotone.svg new file mode 100644 index 0000000000..4e28414c66 --- /dev/null +++ b/Symbolic/Resources/material-icons/flashlight_on.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flatware.default.svg b/Symbolic/Resources/material-icons/flatware.default.svg new file mode 100644 index 0000000000..af0b0495e5 --- /dev/null +++ b/Symbolic/Resources/material-icons/flatware.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flatware.outlined.svg b/Symbolic/Resources/material-icons/flatware.outlined.svg new file mode 100644 index 0000000000..af0b0495e5 --- /dev/null +++ b/Symbolic/Resources/material-icons/flatware.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flatware.round.svg b/Symbolic/Resources/material-icons/flatware.round.svg new file mode 100644 index 0000000000..bb1919aa18 --- /dev/null +++ b/Symbolic/Resources/material-icons/flatware.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flatware.sharp.svg b/Symbolic/Resources/material-icons/flatware.sharp.svg new file mode 100644 index 0000000000..fe8dd13bb1 --- /dev/null +++ b/Symbolic/Resources/material-icons/flatware.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flatware.twotone.svg b/Symbolic/Resources/material-icons/flatware.twotone.svg new file mode 100644 index 0000000000..af0b0495e5 --- /dev/null +++ b/Symbolic/Resources/material-icons/flatware.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flight.default.svg b/Symbolic/Resources/material-icons/flight.default.svg new file mode 100644 index 0000000000..f7974e8ed9 --- /dev/null +++ b/Symbolic/Resources/material-icons/flight.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flight.outlined.svg b/Symbolic/Resources/material-icons/flight.outlined.svg new file mode 100644 index 0000000000..3643d77259 --- /dev/null +++ b/Symbolic/Resources/material-icons/flight.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flight.round.svg b/Symbolic/Resources/material-icons/flight.round.svg new file mode 100644 index 0000000000..1e36537eb1 --- /dev/null +++ b/Symbolic/Resources/material-icons/flight.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flight.sharp.svg b/Symbolic/Resources/material-icons/flight.sharp.svg new file mode 100644 index 0000000000..3643d77259 --- /dev/null +++ b/Symbolic/Resources/material-icons/flight.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flight.twotone.svg b/Symbolic/Resources/material-icons/flight.twotone.svg new file mode 100644 index 0000000000..f7dd8940d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/flight.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flight_class.default.svg b/Symbolic/Resources/material-icons/flight_class.default.svg new file mode 100644 index 0000000000..0601816c65 --- /dev/null +++ b/Symbolic/Resources/material-icons/flight_class.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flight_class.outlined.svg b/Symbolic/Resources/material-icons/flight_class.outlined.svg new file mode 100644 index 0000000000..c6cc0ef131 --- /dev/null +++ b/Symbolic/Resources/material-icons/flight_class.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flight_class.round.svg b/Symbolic/Resources/material-icons/flight_class.round.svg new file mode 100644 index 0000000000..7cb26edb52 --- /dev/null +++ b/Symbolic/Resources/material-icons/flight_class.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flight_class.sharp.svg b/Symbolic/Resources/material-icons/flight_class.sharp.svg new file mode 100644 index 0000000000..550e788488 --- /dev/null +++ b/Symbolic/Resources/material-icons/flight_class.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flight_class.twotone.svg b/Symbolic/Resources/material-icons/flight_class.twotone.svg new file mode 100644 index 0000000000..c40b240f03 --- /dev/null +++ b/Symbolic/Resources/material-icons/flight_class.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flight_land.default.svg b/Symbolic/Resources/material-icons/flight_land.default.svg new file mode 100644 index 0000000000..0fa989abc5 --- /dev/null +++ b/Symbolic/Resources/material-icons/flight_land.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flight_land.outlined.svg b/Symbolic/Resources/material-icons/flight_land.outlined.svg new file mode 100644 index 0000000000..1fbb5f778d --- /dev/null +++ b/Symbolic/Resources/material-icons/flight_land.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flight_land.round.svg b/Symbolic/Resources/material-icons/flight_land.round.svg new file mode 100644 index 0000000000..4bf502be97 --- /dev/null +++ b/Symbolic/Resources/material-icons/flight_land.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flight_land.sharp.svg b/Symbolic/Resources/material-icons/flight_land.sharp.svg new file mode 100644 index 0000000000..1fbb5f778d --- /dev/null +++ b/Symbolic/Resources/material-icons/flight_land.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flight_land.twotone.svg b/Symbolic/Resources/material-icons/flight_land.twotone.svg new file mode 100644 index 0000000000..1fbb5f778d --- /dev/null +++ b/Symbolic/Resources/material-icons/flight_land.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flight_takeoff.default.svg b/Symbolic/Resources/material-icons/flight_takeoff.default.svg new file mode 100644 index 0000000000..1fd375fa5d --- /dev/null +++ b/Symbolic/Resources/material-icons/flight_takeoff.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flight_takeoff.outlined.svg b/Symbolic/Resources/material-icons/flight_takeoff.outlined.svg new file mode 100644 index 0000000000..033135489f --- /dev/null +++ b/Symbolic/Resources/material-icons/flight_takeoff.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flight_takeoff.round.svg b/Symbolic/Resources/material-icons/flight_takeoff.round.svg new file mode 100644 index 0000000000..94e9fb5efa --- /dev/null +++ b/Symbolic/Resources/material-icons/flight_takeoff.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flight_takeoff.sharp.svg b/Symbolic/Resources/material-icons/flight_takeoff.sharp.svg new file mode 100644 index 0000000000..86040067df --- /dev/null +++ b/Symbolic/Resources/material-icons/flight_takeoff.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flight_takeoff.twotone.svg b/Symbolic/Resources/material-icons/flight_takeoff.twotone.svg new file mode 100644 index 0000000000..033135489f --- /dev/null +++ b/Symbolic/Resources/material-icons/flight_takeoff.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flip.default.svg b/Symbolic/Resources/material-icons/flip.default.svg new file mode 100644 index 0000000000..f224943f79 --- /dev/null +++ b/Symbolic/Resources/material-icons/flip.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flip.outlined.svg b/Symbolic/Resources/material-icons/flip.outlined.svg new file mode 100644 index 0000000000..0861ee3fc4 --- /dev/null +++ b/Symbolic/Resources/material-icons/flip.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flip.round.svg b/Symbolic/Resources/material-icons/flip.round.svg new file mode 100644 index 0000000000..458982655a --- /dev/null +++ b/Symbolic/Resources/material-icons/flip.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flip.sharp.svg b/Symbolic/Resources/material-icons/flip.sharp.svg new file mode 100644 index 0000000000..e2a4e29f82 --- /dev/null +++ b/Symbolic/Resources/material-icons/flip.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flip.twotone.svg b/Symbolic/Resources/material-icons/flip.twotone.svg new file mode 100644 index 0000000000..c93abb3df9 --- /dev/null +++ b/Symbolic/Resources/material-icons/flip.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flip_camera_android.default.svg b/Symbolic/Resources/material-icons/flip_camera_android.default.svg new file mode 100644 index 0000000000..83ad657e43 --- /dev/null +++ b/Symbolic/Resources/material-icons/flip_camera_android.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flip_camera_android.outlined.svg b/Symbolic/Resources/material-icons/flip_camera_android.outlined.svg new file mode 100644 index 0000000000..b5432104b5 --- /dev/null +++ b/Symbolic/Resources/material-icons/flip_camera_android.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flip_camera_android.round.svg b/Symbolic/Resources/material-icons/flip_camera_android.round.svg new file mode 100644 index 0000000000..ca9d389da7 --- /dev/null +++ b/Symbolic/Resources/material-icons/flip_camera_android.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flip_camera_android.sharp.svg b/Symbolic/Resources/material-icons/flip_camera_android.sharp.svg new file mode 100644 index 0000000000..83ad657e43 --- /dev/null +++ b/Symbolic/Resources/material-icons/flip_camera_android.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flip_camera_android.twotone.svg b/Symbolic/Resources/material-icons/flip_camera_android.twotone.svg new file mode 100644 index 0000000000..f971891418 --- /dev/null +++ b/Symbolic/Resources/material-icons/flip_camera_android.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flip_camera_ios.default.svg b/Symbolic/Resources/material-icons/flip_camera_ios.default.svg new file mode 100644 index 0000000000..e24e86d869 --- /dev/null +++ b/Symbolic/Resources/material-icons/flip_camera_ios.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flip_camera_ios.outlined.svg b/Symbolic/Resources/material-icons/flip_camera_ios.outlined.svg new file mode 100644 index 0000000000..0a866c5f92 --- /dev/null +++ b/Symbolic/Resources/material-icons/flip_camera_ios.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flip_camera_ios.round.svg b/Symbolic/Resources/material-icons/flip_camera_ios.round.svg new file mode 100644 index 0000000000..14d24f2303 --- /dev/null +++ b/Symbolic/Resources/material-icons/flip_camera_ios.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flip_camera_ios.sharp.svg b/Symbolic/Resources/material-icons/flip_camera_ios.sharp.svg new file mode 100644 index 0000000000..8d44326f2d --- /dev/null +++ b/Symbolic/Resources/material-icons/flip_camera_ios.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flip_camera_ios.twotone.svg b/Symbolic/Resources/material-icons/flip_camera_ios.twotone.svg new file mode 100644 index 0000000000..d9f1ee8307 --- /dev/null +++ b/Symbolic/Resources/material-icons/flip_camera_ios.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flip_to_back.default.svg b/Symbolic/Resources/material-icons/flip_to_back.default.svg new file mode 100644 index 0000000000..176f49f812 --- /dev/null +++ b/Symbolic/Resources/material-icons/flip_to_back.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flip_to_back.outlined.svg b/Symbolic/Resources/material-icons/flip_to_back.outlined.svg new file mode 100644 index 0000000000..10b8d5c890 --- /dev/null +++ b/Symbolic/Resources/material-icons/flip_to_back.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flip_to_back.round.svg b/Symbolic/Resources/material-icons/flip_to_back.round.svg new file mode 100644 index 0000000000..db6b8b372e --- /dev/null +++ b/Symbolic/Resources/material-icons/flip_to_back.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flip_to_back.sharp.svg b/Symbolic/Resources/material-icons/flip_to_back.sharp.svg new file mode 100644 index 0000000000..e7e76db048 --- /dev/null +++ b/Symbolic/Resources/material-icons/flip_to_back.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flip_to_back.twotone.svg b/Symbolic/Resources/material-icons/flip_to_back.twotone.svg new file mode 100644 index 0000000000..10b8d5c890 --- /dev/null +++ b/Symbolic/Resources/material-icons/flip_to_back.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flip_to_front.default.svg b/Symbolic/Resources/material-icons/flip_to_front.default.svg new file mode 100644 index 0000000000..90db492248 --- /dev/null +++ b/Symbolic/Resources/material-icons/flip_to_front.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flip_to_front.outlined.svg b/Symbolic/Resources/material-icons/flip_to_front.outlined.svg new file mode 100644 index 0000000000..ee718773df --- /dev/null +++ b/Symbolic/Resources/material-icons/flip_to_front.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flip_to_front.round.svg b/Symbolic/Resources/material-icons/flip_to_front.round.svg new file mode 100644 index 0000000000..69b401eecf --- /dev/null +++ b/Symbolic/Resources/material-icons/flip_to_front.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flip_to_front.sharp.svg b/Symbolic/Resources/material-icons/flip_to_front.sharp.svg new file mode 100644 index 0000000000..b4f92f60cc --- /dev/null +++ b/Symbolic/Resources/material-icons/flip_to_front.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flip_to_front.twotone.svg b/Symbolic/Resources/material-icons/flip_to_front.twotone.svg new file mode 100644 index 0000000000..ee718773df --- /dev/null +++ b/Symbolic/Resources/material-icons/flip_to_front.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flood.default.svg b/Symbolic/Resources/material-icons/flood.default.svg new file mode 100644 index 0000000000..1658b2367d --- /dev/null +++ b/Symbolic/Resources/material-icons/flood.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flood.outlined.svg b/Symbolic/Resources/material-icons/flood.outlined.svg new file mode 100644 index 0000000000..de5b986900 --- /dev/null +++ b/Symbolic/Resources/material-icons/flood.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flood.round.svg b/Symbolic/Resources/material-icons/flood.round.svg new file mode 100644 index 0000000000..cf81bfd813 --- /dev/null +++ b/Symbolic/Resources/material-icons/flood.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flood.sharp.svg b/Symbolic/Resources/material-icons/flood.sharp.svg new file mode 100644 index 0000000000..1658b2367d --- /dev/null +++ b/Symbolic/Resources/material-icons/flood.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flood.twotone.svg b/Symbolic/Resources/material-icons/flood.twotone.svg new file mode 100644 index 0000000000..59b19a2ff4 --- /dev/null +++ b/Symbolic/Resources/material-icons/flood.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flourescent.default.svg b/Symbolic/Resources/material-icons/flourescent.default.svg new file mode 100644 index 0000000000..d9fdc26393 --- /dev/null +++ b/Symbolic/Resources/material-icons/flourescent.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flourescent.outlined.svg b/Symbolic/Resources/material-icons/flourescent.outlined.svg new file mode 100644 index 0000000000..6d93baf9e7 --- /dev/null +++ b/Symbolic/Resources/material-icons/flourescent.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flourescent.round.svg b/Symbolic/Resources/material-icons/flourescent.round.svg new file mode 100644 index 0000000000..f5a4572ece --- /dev/null +++ b/Symbolic/Resources/material-icons/flourescent.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flourescent.sharp.svg b/Symbolic/Resources/material-icons/flourescent.sharp.svg new file mode 100644 index 0000000000..d9fdc26393 --- /dev/null +++ b/Symbolic/Resources/material-icons/flourescent.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flourescent.twotone.svg b/Symbolic/Resources/material-icons/flourescent.twotone.svg new file mode 100644 index 0000000000..9c4761812e --- /dev/null +++ b/Symbolic/Resources/material-icons/flourescent.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fluorescent.default.svg b/Symbolic/Resources/material-icons/fluorescent.default.svg new file mode 100644 index 0000000000..d9fdc26393 --- /dev/null +++ b/Symbolic/Resources/material-icons/fluorescent.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fluorescent.outlined.svg b/Symbolic/Resources/material-icons/fluorescent.outlined.svg new file mode 100644 index 0000000000..6d93baf9e7 --- /dev/null +++ b/Symbolic/Resources/material-icons/fluorescent.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fluorescent.round.svg b/Symbolic/Resources/material-icons/fluorescent.round.svg new file mode 100644 index 0000000000..f5a4572ece --- /dev/null +++ b/Symbolic/Resources/material-icons/fluorescent.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fluorescent.sharp.svg b/Symbolic/Resources/material-icons/fluorescent.sharp.svg new file mode 100644 index 0000000000..d9fdc26393 --- /dev/null +++ b/Symbolic/Resources/material-icons/fluorescent.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fluorescent.twotone.svg b/Symbolic/Resources/material-icons/fluorescent.twotone.svg new file mode 100644 index 0000000000..9c4761812e --- /dev/null +++ b/Symbolic/Resources/material-icons/fluorescent.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flutter_dash.default.svg b/Symbolic/Resources/material-icons/flutter_dash.default.svg new file mode 100644 index 0000000000..5619ee7d54 --- /dev/null +++ b/Symbolic/Resources/material-icons/flutter_dash.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flutter_dash.outlined.svg b/Symbolic/Resources/material-icons/flutter_dash.outlined.svg new file mode 100644 index 0000000000..5619ee7d54 --- /dev/null +++ b/Symbolic/Resources/material-icons/flutter_dash.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flutter_dash.round.svg b/Symbolic/Resources/material-icons/flutter_dash.round.svg new file mode 100644 index 0000000000..5619ee7d54 --- /dev/null +++ b/Symbolic/Resources/material-icons/flutter_dash.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flutter_dash.sharp.svg b/Symbolic/Resources/material-icons/flutter_dash.sharp.svg new file mode 100644 index 0000000000..5619ee7d54 --- /dev/null +++ b/Symbolic/Resources/material-icons/flutter_dash.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/flutter_dash.twotone.svg b/Symbolic/Resources/material-icons/flutter_dash.twotone.svg new file mode 100644 index 0000000000..115065d247 --- /dev/null +++ b/Symbolic/Resources/material-icons/flutter_dash.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fmd_bad.default.svg b/Symbolic/Resources/material-icons/fmd_bad.default.svg new file mode 100644 index 0000000000..bd4c922d1e --- /dev/null +++ b/Symbolic/Resources/material-icons/fmd_bad.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fmd_bad.outlined.svg b/Symbolic/Resources/material-icons/fmd_bad.outlined.svg new file mode 100644 index 0000000000..4b912c6362 --- /dev/null +++ b/Symbolic/Resources/material-icons/fmd_bad.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fmd_bad.round.svg b/Symbolic/Resources/material-icons/fmd_bad.round.svg new file mode 100644 index 0000000000..ebbdf506cf --- /dev/null +++ b/Symbolic/Resources/material-icons/fmd_bad.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fmd_bad.sharp.svg b/Symbolic/Resources/material-icons/fmd_bad.sharp.svg new file mode 100644 index 0000000000..bd4c922d1e --- /dev/null +++ b/Symbolic/Resources/material-icons/fmd_bad.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fmd_bad.twotone.svg b/Symbolic/Resources/material-icons/fmd_bad.twotone.svg new file mode 100644 index 0000000000..b8bd508a3b --- /dev/null +++ b/Symbolic/Resources/material-icons/fmd_bad.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fmd_good.default.svg b/Symbolic/Resources/material-icons/fmd_good.default.svg new file mode 100644 index 0000000000..cc4e0fff3f --- /dev/null +++ b/Symbolic/Resources/material-icons/fmd_good.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fmd_good.outlined.svg b/Symbolic/Resources/material-icons/fmd_good.outlined.svg new file mode 100644 index 0000000000..a88dea88c0 --- /dev/null +++ b/Symbolic/Resources/material-icons/fmd_good.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fmd_good.round.svg b/Symbolic/Resources/material-icons/fmd_good.round.svg new file mode 100644 index 0000000000..ab8d0c030d --- /dev/null +++ b/Symbolic/Resources/material-icons/fmd_good.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fmd_good.sharp.svg b/Symbolic/Resources/material-icons/fmd_good.sharp.svg new file mode 100644 index 0000000000..cc4e0fff3f --- /dev/null +++ b/Symbolic/Resources/material-icons/fmd_good.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fmd_good.twotone.svg b/Symbolic/Resources/material-icons/fmd_good.twotone.svg new file mode 100644 index 0000000000..5f3fe48f5f --- /dev/null +++ b/Symbolic/Resources/material-icons/fmd_good.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/foggy.default.svg b/Symbolic/Resources/material-icons/foggy.default.svg new file mode 100644 index 0000000000..cfe2f7edb1 --- /dev/null +++ b/Symbolic/Resources/material-icons/foggy.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder.default.svg b/Symbolic/Resources/material-icons/folder.default.svg new file mode 100644 index 0000000000..d0bca1a115 --- /dev/null +++ b/Symbolic/Resources/material-icons/folder.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder.outlined.svg b/Symbolic/Resources/material-icons/folder.outlined.svg new file mode 100644 index 0000000000..3624713f6f --- /dev/null +++ b/Symbolic/Resources/material-icons/folder.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder.round.svg b/Symbolic/Resources/material-icons/folder.round.svg new file mode 100644 index 0000000000..35cb9d9499 --- /dev/null +++ b/Symbolic/Resources/material-icons/folder.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder.sharp.svg b/Symbolic/Resources/material-icons/folder.sharp.svg new file mode 100644 index 0000000000..8a988d5eb2 --- /dev/null +++ b/Symbolic/Resources/material-icons/folder.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder.twotone.svg b/Symbolic/Resources/material-icons/folder.twotone.svg new file mode 100644 index 0000000000..bd53f54991 --- /dev/null +++ b/Symbolic/Resources/material-icons/folder.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder_copy.default.svg b/Symbolic/Resources/material-icons/folder_copy.default.svg new file mode 100644 index 0000000000..5b5024b0e9 --- /dev/null +++ b/Symbolic/Resources/material-icons/folder_copy.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder_copy.outlined.svg b/Symbolic/Resources/material-icons/folder_copy.outlined.svg new file mode 100644 index 0000000000..c7f6d9799f --- /dev/null +++ b/Symbolic/Resources/material-icons/folder_copy.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder_copy.round.svg b/Symbolic/Resources/material-icons/folder_copy.round.svg new file mode 100644 index 0000000000..7a3c09c2e9 --- /dev/null +++ b/Symbolic/Resources/material-icons/folder_copy.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder_copy.sharp.svg b/Symbolic/Resources/material-icons/folder_copy.sharp.svg new file mode 100644 index 0000000000..95d4ba2d4b --- /dev/null +++ b/Symbolic/Resources/material-icons/folder_copy.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder_copy.twotone.svg b/Symbolic/Resources/material-icons/folder_copy.twotone.svg new file mode 100644 index 0000000000..efedee26db --- /dev/null +++ b/Symbolic/Resources/material-icons/folder_copy.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder_delete.default.svg b/Symbolic/Resources/material-icons/folder_delete.default.svg new file mode 100644 index 0000000000..743020fbcb --- /dev/null +++ b/Symbolic/Resources/material-icons/folder_delete.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder_delete.outlined.svg b/Symbolic/Resources/material-icons/folder_delete.outlined.svg new file mode 100644 index 0000000000..715a198c08 --- /dev/null +++ b/Symbolic/Resources/material-icons/folder_delete.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder_delete.round.svg b/Symbolic/Resources/material-icons/folder_delete.round.svg new file mode 100644 index 0000000000..85ff6374f5 --- /dev/null +++ b/Symbolic/Resources/material-icons/folder_delete.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder_delete.sharp.svg b/Symbolic/Resources/material-icons/folder_delete.sharp.svg new file mode 100644 index 0000000000..6051e69f5a --- /dev/null +++ b/Symbolic/Resources/material-icons/folder_delete.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder_delete.twotone.svg b/Symbolic/Resources/material-icons/folder_delete.twotone.svg new file mode 100644 index 0000000000..6e062f9306 --- /dev/null +++ b/Symbolic/Resources/material-icons/folder_delete.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder_off.default.svg b/Symbolic/Resources/material-icons/folder_off.default.svg new file mode 100644 index 0000000000..6032e6b959 --- /dev/null +++ b/Symbolic/Resources/material-icons/folder_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder_off.outlined.svg b/Symbolic/Resources/material-icons/folder_off.outlined.svg new file mode 100644 index 0000000000..4cfbf68c58 --- /dev/null +++ b/Symbolic/Resources/material-icons/folder_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder_off.round.svg b/Symbolic/Resources/material-icons/folder_off.round.svg new file mode 100644 index 0000000000..8840c9d5f1 --- /dev/null +++ b/Symbolic/Resources/material-icons/folder_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder_off.sharp.svg b/Symbolic/Resources/material-icons/folder_off.sharp.svg new file mode 100644 index 0000000000..38b9e33869 --- /dev/null +++ b/Symbolic/Resources/material-icons/folder_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder_off.twotone.svg b/Symbolic/Resources/material-icons/folder_off.twotone.svg new file mode 100644 index 0000000000..0eb0ae9666 --- /dev/null +++ b/Symbolic/Resources/material-icons/folder_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder_open.default.svg b/Symbolic/Resources/material-icons/folder_open.default.svg new file mode 100644 index 0000000000..453cba297f --- /dev/null +++ b/Symbolic/Resources/material-icons/folder_open.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder_open.outlined.svg b/Symbolic/Resources/material-icons/folder_open.outlined.svg new file mode 100644 index 0000000000..c7e796f30a --- /dev/null +++ b/Symbolic/Resources/material-icons/folder_open.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder_open.round.svg b/Symbolic/Resources/material-icons/folder_open.round.svg new file mode 100644 index 0000000000..c0afc2ebf6 --- /dev/null +++ b/Symbolic/Resources/material-icons/folder_open.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder_open.sharp.svg b/Symbolic/Resources/material-icons/folder_open.sharp.svg new file mode 100644 index 0000000000..7c51344c8e --- /dev/null +++ b/Symbolic/Resources/material-icons/folder_open.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder_open.twotone.svg b/Symbolic/Resources/material-icons/folder_open.twotone.svg new file mode 100644 index 0000000000..16e884dd18 --- /dev/null +++ b/Symbolic/Resources/material-icons/folder_open.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder_shared.default.svg b/Symbolic/Resources/material-icons/folder_shared.default.svg new file mode 100644 index 0000000000..29f1a038cd --- /dev/null +++ b/Symbolic/Resources/material-icons/folder_shared.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder_shared.outlined.svg b/Symbolic/Resources/material-icons/folder_shared.outlined.svg new file mode 100644 index 0000000000..b78ca78fa6 --- /dev/null +++ b/Symbolic/Resources/material-icons/folder_shared.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder_shared.round.svg b/Symbolic/Resources/material-icons/folder_shared.round.svg new file mode 100644 index 0000000000..db2c7a58d9 --- /dev/null +++ b/Symbolic/Resources/material-icons/folder_shared.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder_shared.sharp.svg b/Symbolic/Resources/material-icons/folder_shared.sharp.svg new file mode 100644 index 0000000000..4bf8ab17f4 --- /dev/null +++ b/Symbolic/Resources/material-icons/folder_shared.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder_shared.twotone.svg b/Symbolic/Resources/material-icons/folder_shared.twotone.svg new file mode 100644 index 0000000000..075198870d --- /dev/null +++ b/Symbolic/Resources/material-icons/folder_shared.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder_special.default.svg b/Symbolic/Resources/material-icons/folder_special.default.svg new file mode 100644 index 0000000000..5dcb76f2bd --- /dev/null +++ b/Symbolic/Resources/material-icons/folder_special.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder_special.outlined.svg b/Symbolic/Resources/material-icons/folder_special.outlined.svg new file mode 100644 index 0000000000..30304eac93 --- /dev/null +++ b/Symbolic/Resources/material-icons/folder_special.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder_special.round.svg b/Symbolic/Resources/material-icons/folder_special.round.svg new file mode 100644 index 0000000000..ab85025f66 --- /dev/null +++ b/Symbolic/Resources/material-icons/folder_special.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder_special.sharp.svg b/Symbolic/Resources/material-icons/folder_special.sharp.svg new file mode 100644 index 0000000000..b8bf8fa01f --- /dev/null +++ b/Symbolic/Resources/material-icons/folder_special.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder_special.twotone.svg b/Symbolic/Resources/material-icons/folder_special.twotone.svg new file mode 100644 index 0000000000..47a0fde3f0 --- /dev/null +++ b/Symbolic/Resources/material-icons/folder_special.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder_zip.default.svg b/Symbolic/Resources/material-icons/folder_zip.default.svg new file mode 100644 index 0000000000..c18a97c0ef --- /dev/null +++ b/Symbolic/Resources/material-icons/folder_zip.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder_zip.outlined.svg b/Symbolic/Resources/material-icons/folder_zip.outlined.svg new file mode 100644 index 0000000000..5dcabf742f --- /dev/null +++ b/Symbolic/Resources/material-icons/folder_zip.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder_zip.round.svg b/Symbolic/Resources/material-icons/folder_zip.round.svg new file mode 100644 index 0000000000..41497303d6 --- /dev/null +++ b/Symbolic/Resources/material-icons/folder_zip.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder_zip.sharp.svg b/Symbolic/Resources/material-icons/folder_zip.sharp.svg new file mode 100644 index 0000000000..420361a7fb --- /dev/null +++ b/Symbolic/Resources/material-icons/folder_zip.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/folder_zip.twotone.svg b/Symbolic/Resources/material-icons/folder_zip.twotone.svg new file mode 100644 index 0000000000..0c2265d0d6 --- /dev/null +++ b/Symbolic/Resources/material-icons/folder_zip.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/follow_the_signs.default.svg b/Symbolic/Resources/material-icons/follow_the_signs.default.svg new file mode 100644 index 0000000000..d965d35fcd --- /dev/null +++ b/Symbolic/Resources/material-icons/follow_the_signs.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/follow_the_signs.outlined.svg b/Symbolic/Resources/material-icons/follow_the_signs.outlined.svg new file mode 100644 index 0000000000..d965d35fcd --- /dev/null +++ b/Symbolic/Resources/material-icons/follow_the_signs.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/follow_the_signs.round.svg b/Symbolic/Resources/material-icons/follow_the_signs.round.svg new file mode 100644 index 0000000000..073df8d03e --- /dev/null +++ b/Symbolic/Resources/material-icons/follow_the_signs.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/follow_the_signs.sharp.svg b/Symbolic/Resources/material-icons/follow_the_signs.sharp.svg new file mode 100644 index 0000000000..d965d35fcd --- /dev/null +++ b/Symbolic/Resources/material-icons/follow_the_signs.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/follow_the_signs.twotone.svg b/Symbolic/Resources/material-icons/follow_the_signs.twotone.svg new file mode 100644 index 0000000000..6a9b3588fc --- /dev/null +++ b/Symbolic/Resources/material-icons/follow_the_signs.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/font_download.default.svg b/Symbolic/Resources/material-icons/font_download.default.svg new file mode 100644 index 0000000000..ac844ec779 --- /dev/null +++ b/Symbolic/Resources/material-icons/font_download.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/font_download.outlined.svg b/Symbolic/Resources/material-icons/font_download.outlined.svg new file mode 100644 index 0000000000..b372c626ba --- /dev/null +++ b/Symbolic/Resources/material-icons/font_download.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/font_download.round.svg b/Symbolic/Resources/material-icons/font_download.round.svg new file mode 100644 index 0000000000..dc6ddf28f9 --- /dev/null +++ b/Symbolic/Resources/material-icons/font_download.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/font_download.sharp.svg b/Symbolic/Resources/material-icons/font_download.sharp.svg new file mode 100644 index 0000000000..48aa441bda --- /dev/null +++ b/Symbolic/Resources/material-icons/font_download.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/font_download.twotone.svg b/Symbolic/Resources/material-icons/font_download.twotone.svg new file mode 100644 index 0000000000..d7952f2945 --- /dev/null +++ b/Symbolic/Resources/material-icons/font_download.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/font_download_off.default.svg b/Symbolic/Resources/material-icons/font_download_off.default.svg new file mode 100644 index 0000000000..aa74f2d855 --- /dev/null +++ b/Symbolic/Resources/material-icons/font_download_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/font_download_off.outlined.svg b/Symbolic/Resources/material-icons/font_download_off.outlined.svg new file mode 100644 index 0000000000..541ea0c0e9 --- /dev/null +++ b/Symbolic/Resources/material-icons/font_download_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/font_download_off.round.svg b/Symbolic/Resources/material-icons/font_download_off.round.svg new file mode 100644 index 0000000000..b003a7fcea --- /dev/null +++ b/Symbolic/Resources/material-icons/font_download_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/font_download_off.sharp.svg b/Symbolic/Resources/material-icons/font_download_off.sharp.svg new file mode 100644 index 0000000000..9d61fc34a8 --- /dev/null +++ b/Symbolic/Resources/material-icons/font_download_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/font_download_off.twotone.svg b/Symbolic/Resources/material-icons/font_download_off.twotone.svg new file mode 100644 index 0000000000..1652699f04 --- /dev/null +++ b/Symbolic/Resources/material-icons/font_download_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/food_bank.default.svg b/Symbolic/Resources/material-icons/food_bank.default.svg new file mode 100644 index 0000000000..ae45fb2fc5 --- /dev/null +++ b/Symbolic/Resources/material-icons/food_bank.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/food_bank.outlined.svg b/Symbolic/Resources/material-icons/food_bank.outlined.svg new file mode 100644 index 0000000000..2e12e1a881 --- /dev/null +++ b/Symbolic/Resources/material-icons/food_bank.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/food_bank.round.svg b/Symbolic/Resources/material-icons/food_bank.round.svg new file mode 100644 index 0000000000..cae727f45c --- /dev/null +++ b/Symbolic/Resources/material-icons/food_bank.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/food_bank.sharp.svg b/Symbolic/Resources/material-icons/food_bank.sharp.svg new file mode 100644 index 0000000000..ae45fb2fc5 --- /dev/null +++ b/Symbolic/Resources/material-icons/food_bank.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/food_bank.twotone.svg b/Symbolic/Resources/material-icons/food_bank.twotone.svg new file mode 100644 index 0000000000..2bba5e99aa --- /dev/null +++ b/Symbolic/Resources/material-icons/food_bank.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/forest.default.svg b/Symbolic/Resources/material-icons/forest.default.svg new file mode 100644 index 0000000000..732e8a8ff0 --- /dev/null +++ b/Symbolic/Resources/material-icons/forest.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/forest.outlined.svg b/Symbolic/Resources/material-icons/forest.outlined.svg new file mode 100644 index 0000000000..b170518fa0 --- /dev/null +++ b/Symbolic/Resources/material-icons/forest.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/forest.round.svg b/Symbolic/Resources/material-icons/forest.round.svg new file mode 100644 index 0000000000..59c7a47a02 --- /dev/null +++ b/Symbolic/Resources/material-icons/forest.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/forest.sharp.svg b/Symbolic/Resources/material-icons/forest.sharp.svg new file mode 100644 index 0000000000..732e8a8ff0 --- /dev/null +++ b/Symbolic/Resources/material-icons/forest.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/forest.twotone.svg b/Symbolic/Resources/material-icons/forest.twotone.svg new file mode 100644 index 0000000000..9bc4363288 --- /dev/null +++ b/Symbolic/Resources/material-icons/forest.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fork_left.default.svg b/Symbolic/Resources/material-icons/fork_left.default.svg new file mode 100644 index 0000000000..80e3c7feac --- /dev/null +++ b/Symbolic/Resources/material-icons/fork_left.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fork_left.outlined.svg b/Symbolic/Resources/material-icons/fork_left.outlined.svg new file mode 100644 index 0000000000..80e3c7feac --- /dev/null +++ b/Symbolic/Resources/material-icons/fork_left.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fork_left.round.svg b/Symbolic/Resources/material-icons/fork_left.round.svg new file mode 100644 index 0000000000..912c2c0f68 --- /dev/null +++ b/Symbolic/Resources/material-icons/fork_left.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fork_left.sharp.svg b/Symbolic/Resources/material-icons/fork_left.sharp.svg new file mode 100644 index 0000000000..80e3c7feac --- /dev/null +++ b/Symbolic/Resources/material-icons/fork_left.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fork_left.twotone.svg b/Symbolic/Resources/material-icons/fork_left.twotone.svg new file mode 100644 index 0000000000..80e3c7feac --- /dev/null +++ b/Symbolic/Resources/material-icons/fork_left.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fork_right.default.svg b/Symbolic/Resources/material-icons/fork_right.default.svg new file mode 100644 index 0000000000..69ed8d5396 --- /dev/null +++ b/Symbolic/Resources/material-icons/fork_right.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fork_right.outlined.svg b/Symbolic/Resources/material-icons/fork_right.outlined.svg new file mode 100644 index 0000000000..69ed8d5396 --- /dev/null +++ b/Symbolic/Resources/material-icons/fork_right.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fork_right.round.svg b/Symbolic/Resources/material-icons/fork_right.round.svg new file mode 100644 index 0000000000..34e2f78cbe --- /dev/null +++ b/Symbolic/Resources/material-icons/fork_right.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fork_right.sharp.svg b/Symbolic/Resources/material-icons/fork_right.sharp.svg new file mode 100644 index 0000000000..69ed8d5396 --- /dev/null +++ b/Symbolic/Resources/material-icons/fork_right.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fork_right.twotone.svg b/Symbolic/Resources/material-icons/fork_right.twotone.svg new file mode 100644 index 0000000000..69ed8d5396 --- /dev/null +++ b/Symbolic/Resources/material-icons/fork_right.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/forklift.default.svg b/Symbolic/Resources/material-icons/forklift.default.svg new file mode 100644 index 0000000000..6ab9a56077 --- /dev/null +++ b/Symbolic/Resources/material-icons/forklift.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_align_center.default.svg b/Symbolic/Resources/material-icons/format_align_center.default.svg new file mode 100644 index 0000000000..c0864f2d10 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_align_center.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_align_center.outlined.svg b/Symbolic/Resources/material-icons/format_align_center.outlined.svg new file mode 100644 index 0000000000..3fb51bfd25 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_align_center.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_align_center.round.svg b/Symbolic/Resources/material-icons/format_align_center.round.svg new file mode 100644 index 0000000000..1decfe4949 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_align_center.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_align_center.sharp.svg b/Symbolic/Resources/material-icons/format_align_center.sharp.svg new file mode 100644 index 0000000000..0dce25158a --- /dev/null +++ b/Symbolic/Resources/material-icons/format_align_center.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_align_center.twotone.svg b/Symbolic/Resources/material-icons/format_align_center.twotone.svg new file mode 100644 index 0000000000..84ecfea606 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_align_center.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_align_justify.default.svg b/Symbolic/Resources/material-icons/format_align_justify.default.svg new file mode 100644 index 0000000000..8faceed2b0 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_align_justify.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_align_justify.outlined.svg b/Symbolic/Resources/material-icons/format_align_justify.outlined.svg new file mode 100644 index 0000000000..26caa7148e --- /dev/null +++ b/Symbolic/Resources/material-icons/format_align_justify.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_align_justify.round.svg b/Symbolic/Resources/material-icons/format_align_justify.round.svg new file mode 100644 index 0000000000..0b8e2a9adc --- /dev/null +++ b/Symbolic/Resources/material-icons/format_align_justify.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_align_justify.sharp.svg b/Symbolic/Resources/material-icons/format_align_justify.sharp.svg new file mode 100644 index 0000000000..b9a37990cd --- /dev/null +++ b/Symbolic/Resources/material-icons/format_align_justify.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_align_justify.twotone.svg b/Symbolic/Resources/material-icons/format_align_justify.twotone.svg new file mode 100644 index 0000000000..a4aa383c88 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_align_justify.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_align_left.default.svg b/Symbolic/Resources/material-icons/format_align_left.default.svg new file mode 100644 index 0000000000..1d1908132f --- /dev/null +++ b/Symbolic/Resources/material-icons/format_align_left.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_align_left.outlined.svg b/Symbolic/Resources/material-icons/format_align_left.outlined.svg new file mode 100644 index 0000000000..6121c7b03a --- /dev/null +++ b/Symbolic/Resources/material-icons/format_align_left.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_align_left.round.svg b/Symbolic/Resources/material-icons/format_align_left.round.svg new file mode 100644 index 0000000000..2bafeb3ccd --- /dev/null +++ b/Symbolic/Resources/material-icons/format_align_left.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_align_left.sharp.svg b/Symbolic/Resources/material-icons/format_align_left.sharp.svg new file mode 100644 index 0000000000..43951ca1a0 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_align_left.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_align_left.twotone.svg b/Symbolic/Resources/material-icons/format_align_left.twotone.svg new file mode 100644 index 0000000000..2711f03795 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_align_left.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_align_right.default.svg b/Symbolic/Resources/material-icons/format_align_right.default.svg new file mode 100644 index 0000000000..b356445d6f --- /dev/null +++ b/Symbolic/Resources/material-icons/format_align_right.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_align_right.outlined.svg b/Symbolic/Resources/material-icons/format_align_right.outlined.svg new file mode 100644 index 0000000000..79a453edd0 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_align_right.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_align_right.round.svg b/Symbolic/Resources/material-icons/format_align_right.round.svg new file mode 100644 index 0000000000..9630add5b2 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_align_right.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_align_right.sharp.svg b/Symbolic/Resources/material-icons/format_align_right.sharp.svg new file mode 100644 index 0000000000..bd75cff24a --- /dev/null +++ b/Symbolic/Resources/material-icons/format_align_right.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_align_right.twotone.svg b/Symbolic/Resources/material-icons/format_align_right.twotone.svg new file mode 100644 index 0000000000..32c95e3626 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_align_right.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_bold.default.svg b/Symbolic/Resources/material-icons/format_bold.default.svg new file mode 100644 index 0000000000..07fe6376d5 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_bold.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_bold.outlined.svg b/Symbolic/Resources/material-icons/format_bold.outlined.svg new file mode 100644 index 0000000000..930a3df846 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_bold.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_bold.round.svg b/Symbolic/Resources/material-icons/format_bold.round.svg new file mode 100644 index 0000000000..bd0a692ffb --- /dev/null +++ b/Symbolic/Resources/material-icons/format_bold.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_bold.sharp.svg b/Symbolic/Resources/material-icons/format_bold.sharp.svg new file mode 100644 index 0000000000..e48e37cae6 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_bold.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_bold.twotone.svg b/Symbolic/Resources/material-icons/format_bold.twotone.svg new file mode 100644 index 0000000000..1e64f99729 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_bold.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_clear.default.svg b/Symbolic/Resources/material-icons/format_clear.default.svg new file mode 100644 index 0000000000..6c7b9f3171 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_clear.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_clear.outlined.svg b/Symbolic/Resources/material-icons/format_clear.outlined.svg new file mode 100644 index 0000000000..7707027734 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_clear.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_clear.round.svg b/Symbolic/Resources/material-icons/format_clear.round.svg new file mode 100644 index 0000000000..851a8a56d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_clear.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_clear.sharp.svg b/Symbolic/Resources/material-icons/format_clear.sharp.svg new file mode 100644 index 0000000000..a58806a051 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_clear.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_clear.twotone.svg b/Symbolic/Resources/material-icons/format_clear.twotone.svg new file mode 100644 index 0000000000..7707027734 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_clear.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_color_fill.default.svg b/Symbolic/Resources/material-icons/format_color_fill.default.svg new file mode 100644 index 0000000000..6d7a00038d --- /dev/null +++ b/Symbolic/Resources/material-icons/format_color_fill.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_color_fill.outlined.svg b/Symbolic/Resources/material-icons/format_color_fill.outlined.svg new file mode 100644 index 0000000000..6d7a00038d --- /dev/null +++ b/Symbolic/Resources/material-icons/format_color_fill.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_color_fill.round.svg b/Symbolic/Resources/material-icons/format_color_fill.round.svg new file mode 100644 index 0000000000..3aeae27677 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_color_fill.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_color_fill.sharp.svg b/Symbolic/Resources/material-icons/format_color_fill.sharp.svg new file mode 100644 index 0000000000..ec7e198e2e --- /dev/null +++ b/Symbolic/Resources/material-icons/format_color_fill.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_color_fill.twotone.svg b/Symbolic/Resources/material-icons/format_color_fill.twotone.svg new file mode 100644 index 0000000000..6d7a00038d --- /dev/null +++ b/Symbolic/Resources/material-icons/format_color_fill.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_color_reset.default.svg b/Symbolic/Resources/material-icons/format_color_reset.default.svg new file mode 100644 index 0000000000..0cdd259c25 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_color_reset.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_color_reset.outlined.svg b/Symbolic/Resources/material-icons/format_color_reset.outlined.svg new file mode 100644 index 0000000000..7a27a7c710 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_color_reset.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_color_reset.round.svg b/Symbolic/Resources/material-icons/format_color_reset.round.svg new file mode 100644 index 0000000000..639a4edbbf --- /dev/null +++ b/Symbolic/Resources/material-icons/format_color_reset.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_color_reset.sharp.svg b/Symbolic/Resources/material-icons/format_color_reset.sharp.svg new file mode 100644 index 0000000000..5b22ece5ec --- /dev/null +++ b/Symbolic/Resources/material-icons/format_color_reset.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_color_reset.twotone.svg b/Symbolic/Resources/material-icons/format_color_reset.twotone.svg new file mode 100644 index 0000000000..f7b47f9df0 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_color_reset.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_color_text.default.svg b/Symbolic/Resources/material-icons/format_color_text.default.svg new file mode 100644 index 0000000000..ca75ba9e3c --- /dev/null +++ b/Symbolic/Resources/material-icons/format_color_text.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_color_text.outlined.svg b/Symbolic/Resources/material-icons/format_color_text.outlined.svg new file mode 100644 index 0000000000..ca75ba9e3c --- /dev/null +++ b/Symbolic/Resources/material-icons/format_color_text.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_color_text.round.svg b/Symbolic/Resources/material-icons/format_color_text.round.svg new file mode 100644 index 0000000000..098fa6a577 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_color_text.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_color_text.sharp.svg b/Symbolic/Resources/material-icons/format_color_text.sharp.svg new file mode 100644 index 0000000000..ca75ba9e3c --- /dev/null +++ b/Symbolic/Resources/material-icons/format_color_text.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_color_text.twotone.svg b/Symbolic/Resources/material-icons/format_color_text.twotone.svg new file mode 100644 index 0000000000..ca75ba9e3c --- /dev/null +++ b/Symbolic/Resources/material-icons/format_color_text.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_indent_decrease.default.svg b/Symbolic/Resources/material-icons/format_indent_decrease.default.svg new file mode 100644 index 0000000000..ca688442c4 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_indent_decrease.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_indent_decrease.outlined.svg b/Symbolic/Resources/material-icons/format_indent_decrease.outlined.svg new file mode 100644 index 0000000000..35749d0e32 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_indent_decrease.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_indent_decrease.round.svg b/Symbolic/Resources/material-icons/format_indent_decrease.round.svg new file mode 100644 index 0000000000..97ed52d5d7 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_indent_decrease.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_indent_decrease.sharp.svg b/Symbolic/Resources/material-icons/format_indent_decrease.sharp.svg new file mode 100644 index 0000000000..abc8b4a0eb --- /dev/null +++ b/Symbolic/Resources/material-icons/format_indent_decrease.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_indent_decrease.twotone.svg b/Symbolic/Resources/material-icons/format_indent_decrease.twotone.svg new file mode 100644 index 0000000000..8d064b5658 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_indent_decrease.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_indent_increase.default.svg b/Symbolic/Resources/material-icons/format_indent_increase.default.svg new file mode 100644 index 0000000000..26f14233a5 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_indent_increase.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_indent_increase.outlined.svg b/Symbolic/Resources/material-icons/format_indent_increase.outlined.svg new file mode 100644 index 0000000000..8ac5890d18 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_indent_increase.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_indent_increase.round.svg b/Symbolic/Resources/material-icons/format_indent_increase.round.svg new file mode 100644 index 0000000000..c8ab1d43c9 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_indent_increase.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_indent_increase.sharp.svg b/Symbolic/Resources/material-icons/format_indent_increase.sharp.svg new file mode 100644 index 0000000000..83a2b104b6 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_indent_increase.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_indent_increase.twotone.svg b/Symbolic/Resources/material-icons/format_indent_increase.twotone.svg new file mode 100644 index 0000000000..7faa4889d3 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_indent_increase.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_italic.default.svg b/Symbolic/Resources/material-icons/format_italic.default.svg new file mode 100644 index 0000000000..3d62f5a1b3 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_italic.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_italic.outlined.svg b/Symbolic/Resources/material-icons/format_italic.outlined.svg new file mode 100644 index 0000000000..dd712a5286 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_italic.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_italic.round.svg b/Symbolic/Resources/material-icons/format_italic.round.svg new file mode 100644 index 0000000000..34ba8c9f67 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_italic.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_italic.sharp.svg b/Symbolic/Resources/material-icons/format_italic.sharp.svg new file mode 100644 index 0000000000..b7677c8dba --- /dev/null +++ b/Symbolic/Resources/material-icons/format_italic.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_italic.twotone.svg b/Symbolic/Resources/material-icons/format_italic.twotone.svg new file mode 100644 index 0000000000..27bef86bd5 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_italic.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_line_spacing.default.svg b/Symbolic/Resources/material-icons/format_line_spacing.default.svg new file mode 100644 index 0000000000..edf1f871a7 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_line_spacing.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_line_spacing.outlined.svg b/Symbolic/Resources/material-icons/format_line_spacing.outlined.svg new file mode 100644 index 0000000000..49d7ae54f8 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_line_spacing.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_line_spacing.round.svg b/Symbolic/Resources/material-icons/format_line_spacing.round.svg new file mode 100644 index 0000000000..d10bfc29c8 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_line_spacing.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_line_spacing.sharp.svg b/Symbolic/Resources/material-icons/format_line_spacing.sharp.svg new file mode 100644 index 0000000000..92ff95c11d --- /dev/null +++ b/Symbolic/Resources/material-icons/format_line_spacing.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_line_spacing.twotone.svg b/Symbolic/Resources/material-icons/format_line_spacing.twotone.svg new file mode 100644 index 0000000000..85640cd622 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_line_spacing.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_list_bulleted.default.svg b/Symbolic/Resources/material-icons/format_list_bulleted.default.svg new file mode 100644 index 0000000000..fccc33529c --- /dev/null +++ b/Symbolic/Resources/material-icons/format_list_bulleted.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_list_bulleted.outlined.svg b/Symbolic/Resources/material-icons/format_list_bulleted.outlined.svg new file mode 100644 index 0000000000..fccc33529c --- /dev/null +++ b/Symbolic/Resources/material-icons/format_list_bulleted.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_list_bulleted.round.svg b/Symbolic/Resources/material-icons/format_list_bulleted.round.svg new file mode 100644 index 0000000000..256b795526 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_list_bulleted.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_list_bulleted.sharp.svg b/Symbolic/Resources/material-icons/format_list_bulleted.sharp.svg new file mode 100644 index 0000000000..405fa53e06 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_list_bulleted.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_list_bulleted.twotone.svg b/Symbolic/Resources/material-icons/format_list_bulleted.twotone.svg new file mode 100644 index 0000000000..5b71dc5d0a --- /dev/null +++ b/Symbolic/Resources/material-icons/format_list_bulleted.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_list_bulleted_add.default.svg b/Symbolic/Resources/material-icons/format_list_bulleted_add.default.svg new file mode 100644 index 0000000000..2232804856 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_list_bulleted_add.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_list_numbered.default.svg b/Symbolic/Resources/material-icons/format_list_numbered.default.svg new file mode 100644 index 0000000000..8eabd12b29 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_list_numbered.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_list_numbered.outlined.svg b/Symbolic/Resources/material-icons/format_list_numbered.outlined.svg new file mode 100644 index 0000000000..572248bd59 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_list_numbered.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_list_numbered.round.svg b/Symbolic/Resources/material-icons/format_list_numbered.round.svg new file mode 100644 index 0000000000..182e92413a --- /dev/null +++ b/Symbolic/Resources/material-icons/format_list_numbered.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_list_numbered.sharp.svg b/Symbolic/Resources/material-icons/format_list_numbered.sharp.svg new file mode 100644 index 0000000000..41292574c2 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_list_numbered.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_list_numbered.twotone.svg b/Symbolic/Resources/material-icons/format_list_numbered.twotone.svg new file mode 100644 index 0000000000..a95fa26aa6 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_list_numbered.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_list_numbered_rtl.default.svg b/Symbolic/Resources/material-icons/format_list_numbered_rtl.default.svg new file mode 100644 index 0000000000..2300fd058e --- /dev/null +++ b/Symbolic/Resources/material-icons/format_list_numbered_rtl.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_list_numbered_rtl.outlined.svg b/Symbolic/Resources/material-icons/format_list_numbered_rtl.outlined.svg new file mode 100644 index 0000000000..33c8a913cd --- /dev/null +++ b/Symbolic/Resources/material-icons/format_list_numbered_rtl.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_list_numbered_rtl.round.svg b/Symbolic/Resources/material-icons/format_list_numbered_rtl.round.svg new file mode 100644 index 0000000000..054c15afa0 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_list_numbered_rtl.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_list_numbered_rtl.sharp.svg b/Symbolic/Resources/material-icons/format_list_numbered_rtl.sharp.svg new file mode 100644 index 0000000000..56acdc6378 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_list_numbered_rtl.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_list_numbered_rtl.twotone.svg b/Symbolic/Resources/material-icons/format_list_numbered_rtl.twotone.svg new file mode 100644 index 0000000000..08694f34e8 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_list_numbered_rtl.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_overline.default.svg b/Symbolic/Resources/material-icons/format_overline.default.svg new file mode 100644 index 0000000000..0c8ddede37 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_overline.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_overline.outlined.svg b/Symbolic/Resources/material-icons/format_overline.outlined.svg new file mode 100644 index 0000000000..0c8ddede37 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_overline.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_overline.round.svg b/Symbolic/Resources/material-icons/format_overline.round.svg new file mode 100644 index 0000000000..fb374f33a9 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_overline.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_overline.sharp.svg b/Symbolic/Resources/material-icons/format_overline.sharp.svg new file mode 100644 index 0000000000..0c8ddede37 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_overline.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_overline.twotone.svg b/Symbolic/Resources/material-icons/format_overline.twotone.svg new file mode 100644 index 0000000000..0c8ddede37 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_overline.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_paint.default.svg b/Symbolic/Resources/material-icons/format_paint.default.svg new file mode 100644 index 0000000000..26d2fff0a6 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_paint.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_paint.outlined.svg b/Symbolic/Resources/material-icons/format_paint.outlined.svg new file mode 100644 index 0000000000..6375ef01d5 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_paint.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_paint.round.svg b/Symbolic/Resources/material-icons/format_paint.round.svg new file mode 100644 index 0000000000..e051918ed3 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_paint.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_paint.sharp.svg b/Symbolic/Resources/material-icons/format_paint.sharp.svg new file mode 100644 index 0000000000..841c28dadd --- /dev/null +++ b/Symbolic/Resources/material-icons/format_paint.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_paint.twotone.svg b/Symbolic/Resources/material-icons/format_paint.twotone.svg new file mode 100644 index 0000000000..b2fbf62a99 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_paint.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_quote.default.svg b/Symbolic/Resources/material-icons/format_quote.default.svg new file mode 100644 index 0000000000..27419d84fb --- /dev/null +++ b/Symbolic/Resources/material-icons/format_quote.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_quote.outlined.svg b/Symbolic/Resources/material-icons/format_quote.outlined.svg new file mode 100644 index 0000000000..c645275a7e --- /dev/null +++ b/Symbolic/Resources/material-icons/format_quote.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_quote.round.svg b/Symbolic/Resources/material-icons/format_quote.round.svg new file mode 100644 index 0000000000..2c75e9b7dc --- /dev/null +++ b/Symbolic/Resources/material-icons/format_quote.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_quote.sharp.svg b/Symbolic/Resources/material-icons/format_quote.sharp.svg new file mode 100644 index 0000000000..89e8ac0741 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_quote.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_quote.twotone.svg b/Symbolic/Resources/material-icons/format_quote.twotone.svg new file mode 100644 index 0000000000..1b7b0d5dd3 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_quote.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_shapes.default.svg b/Symbolic/Resources/material-icons/format_shapes.default.svg new file mode 100644 index 0000000000..833fbada38 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_shapes.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_shapes.outlined.svg b/Symbolic/Resources/material-icons/format_shapes.outlined.svg new file mode 100644 index 0000000000..d72b3f2362 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_shapes.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_shapes.round.svg b/Symbolic/Resources/material-icons/format_shapes.round.svg new file mode 100644 index 0000000000..cfeaa1eb8f --- /dev/null +++ b/Symbolic/Resources/material-icons/format_shapes.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_shapes.sharp.svg b/Symbolic/Resources/material-icons/format_shapes.sharp.svg new file mode 100644 index 0000000000..05e97083a7 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_shapes.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_shapes.twotone.svg b/Symbolic/Resources/material-icons/format_shapes.twotone.svg new file mode 100644 index 0000000000..763f82873f --- /dev/null +++ b/Symbolic/Resources/material-icons/format_shapes.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_size.default.svg b/Symbolic/Resources/material-icons/format_size.default.svg new file mode 100644 index 0000000000..d7da46aac9 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_size.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_size.outlined.svg b/Symbolic/Resources/material-icons/format_size.outlined.svg new file mode 100644 index 0000000000..5a06977122 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_size.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_size.round.svg b/Symbolic/Resources/material-icons/format_size.round.svg new file mode 100644 index 0000000000..512c338ff0 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_size.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_size.sharp.svg b/Symbolic/Resources/material-icons/format_size.sharp.svg new file mode 100644 index 0000000000..ff6c036974 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_size.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_size.twotone.svg b/Symbolic/Resources/material-icons/format_size.twotone.svg new file mode 100644 index 0000000000..28d372ffe1 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_size.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_strikethrough.default.svg b/Symbolic/Resources/material-icons/format_strikethrough.default.svg new file mode 100644 index 0000000000..0626929373 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_strikethrough.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_strikethrough.outlined.svg b/Symbolic/Resources/material-icons/format_strikethrough.outlined.svg new file mode 100644 index 0000000000..8297a0fe5b --- /dev/null +++ b/Symbolic/Resources/material-icons/format_strikethrough.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_strikethrough.round.svg b/Symbolic/Resources/material-icons/format_strikethrough.round.svg new file mode 100644 index 0000000000..8b6de3ada4 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_strikethrough.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_strikethrough.sharp.svg b/Symbolic/Resources/material-icons/format_strikethrough.sharp.svg new file mode 100644 index 0000000000..13f7518c30 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_strikethrough.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_strikethrough.twotone.svg b/Symbolic/Resources/material-icons/format_strikethrough.twotone.svg new file mode 100644 index 0000000000..456da896ac --- /dev/null +++ b/Symbolic/Resources/material-icons/format_strikethrough.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_textdirection_l_to_r.default.svg b/Symbolic/Resources/material-icons/format_textdirection_l_to_r.default.svg new file mode 100644 index 0000000000..0f60311e5a --- /dev/null +++ b/Symbolic/Resources/material-icons/format_textdirection_l_to_r.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_textdirection_l_to_r.outlined.svg b/Symbolic/Resources/material-icons/format_textdirection_l_to_r.outlined.svg new file mode 100644 index 0000000000..938dc1efe1 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_textdirection_l_to_r.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_textdirection_l_to_r.round.svg b/Symbolic/Resources/material-icons/format_textdirection_l_to_r.round.svg new file mode 100644 index 0000000000..27b74b508e --- /dev/null +++ b/Symbolic/Resources/material-icons/format_textdirection_l_to_r.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_textdirection_l_to_r.sharp.svg b/Symbolic/Resources/material-icons/format_textdirection_l_to_r.sharp.svg new file mode 100644 index 0000000000..6dbb1aac6a --- /dev/null +++ b/Symbolic/Resources/material-icons/format_textdirection_l_to_r.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_textdirection_l_to_r.twotone.svg b/Symbolic/Resources/material-icons/format_textdirection_l_to_r.twotone.svg new file mode 100644 index 0000000000..32da36c200 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_textdirection_l_to_r.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_textdirection_r_to_l.default.svg b/Symbolic/Resources/material-icons/format_textdirection_r_to_l.default.svg new file mode 100644 index 0000000000..f6b1c1ec99 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_textdirection_r_to_l.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_textdirection_r_to_l.outlined.svg b/Symbolic/Resources/material-icons/format_textdirection_r_to_l.outlined.svg new file mode 100644 index 0000000000..2490c1ca8b --- /dev/null +++ b/Symbolic/Resources/material-icons/format_textdirection_r_to_l.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_textdirection_r_to_l.round.svg b/Symbolic/Resources/material-icons/format_textdirection_r_to_l.round.svg new file mode 100644 index 0000000000..e73940fdd6 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_textdirection_r_to_l.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_textdirection_r_to_l.sharp.svg b/Symbolic/Resources/material-icons/format_textdirection_r_to_l.sharp.svg new file mode 100644 index 0000000000..a13be8c5bb --- /dev/null +++ b/Symbolic/Resources/material-icons/format_textdirection_r_to_l.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_textdirection_r_to_l.twotone.svg b/Symbolic/Resources/material-icons/format_textdirection_r_to_l.twotone.svg new file mode 100644 index 0000000000..7b3ae3bd36 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_textdirection_r_to_l.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_underlined.default.svg b/Symbolic/Resources/material-icons/format_underlined.default.svg new file mode 100644 index 0000000000..b4405e4366 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_underlined.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_underlined.outlined.svg b/Symbolic/Resources/material-icons/format_underlined.outlined.svg new file mode 100644 index 0000000000..f310aa1a79 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_underlined.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_underlined.round.svg b/Symbolic/Resources/material-icons/format_underlined.round.svg new file mode 100644 index 0000000000..aa52cc8bb5 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_underlined.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_underlined.sharp.svg b/Symbolic/Resources/material-icons/format_underlined.sharp.svg new file mode 100644 index 0000000000..0a8143fd35 --- /dev/null +++ b/Symbolic/Resources/material-icons/format_underlined.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/format_underlined.twotone.svg b/Symbolic/Resources/material-icons/format_underlined.twotone.svg new file mode 100644 index 0000000000..761e8b67cb --- /dev/null +++ b/Symbolic/Resources/material-icons/format_underlined.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fort.default.svg b/Symbolic/Resources/material-icons/fort.default.svg new file mode 100644 index 0000000000..f0ff7fe5ee --- /dev/null +++ b/Symbolic/Resources/material-icons/fort.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fort.outlined.svg b/Symbolic/Resources/material-icons/fort.outlined.svg new file mode 100644 index 0000000000..d804c0ad21 --- /dev/null +++ b/Symbolic/Resources/material-icons/fort.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fort.round.svg b/Symbolic/Resources/material-icons/fort.round.svg new file mode 100644 index 0000000000..3e08f2d917 --- /dev/null +++ b/Symbolic/Resources/material-icons/fort.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fort.sharp.svg b/Symbolic/Resources/material-icons/fort.sharp.svg new file mode 100644 index 0000000000..b35e59891f --- /dev/null +++ b/Symbolic/Resources/material-icons/fort.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fort.twotone.svg b/Symbolic/Resources/material-icons/fort.twotone.svg new file mode 100644 index 0000000000..6215d63f95 --- /dev/null +++ b/Symbolic/Resources/material-icons/fort.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/forum.default.svg b/Symbolic/Resources/material-icons/forum.default.svg new file mode 100644 index 0000000000..10b5689af5 --- /dev/null +++ b/Symbolic/Resources/material-icons/forum.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/forum.outlined.svg b/Symbolic/Resources/material-icons/forum.outlined.svg new file mode 100644 index 0000000000..c7d0328173 --- /dev/null +++ b/Symbolic/Resources/material-icons/forum.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/forum.round.svg b/Symbolic/Resources/material-icons/forum.round.svg new file mode 100644 index 0000000000..cb922e1a2b --- /dev/null +++ b/Symbolic/Resources/material-icons/forum.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/forum.sharp.svg b/Symbolic/Resources/material-icons/forum.sharp.svg new file mode 100644 index 0000000000..ae10dda312 --- /dev/null +++ b/Symbolic/Resources/material-icons/forum.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/forum.twotone.svg b/Symbolic/Resources/material-icons/forum.twotone.svg new file mode 100644 index 0000000000..e1adc10a0e --- /dev/null +++ b/Symbolic/Resources/material-icons/forum.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/forward.default.svg b/Symbolic/Resources/material-icons/forward.default.svg new file mode 100644 index 0000000000..f6543f96b8 --- /dev/null +++ b/Symbolic/Resources/material-icons/forward.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/forward.outlined.svg b/Symbolic/Resources/material-icons/forward.outlined.svg new file mode 100644 index 0000000000..1fb231f768 --- /dev/null +++ b/Symbolic/Resources/material-icons/forward.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/forward.round.svg b/Symbolic/Resources/material-icons/forward.round.svg new file mode 100644 index 0000000000..afa7dd0bdc --- /dev/null +++ b/Symbolic/Resources/material-icons/forward.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/forward.sharp.svg b/Symbolic/Resources/material-icons/forward.sharp.svg new file mode 100644 index 0000000000..dad4905ce8 --- /dev/null +++ b/Symbolic/Resources/material-icons/forward.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/forward.twotone.svg b/Symbolic/Resources/material-icons/forward.twotone.svg new file mode 100644 index 0000000000..9c8ff8a04a --- /dev/null +++ b/Symbolic/Resources/material-icons/forward.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/forward_10.default.svg b/Symbolic/Resources/material-icons/forward_10.default.svg new file mode 100644 index 0000000000..f3c825cd85 --- /dev/null +++ b/Symbolic/Resources/material-icons/forward_10.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/forward_10.outlined.svg b/Symbolic/Resources/material-icons/forward_10.outlined.svg new file mode 100644 index 0000000000..3dae925520 --- /dev/null +++ b/Symbolic/Resources/material-icons/forward_10.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/forward_10.round.svg b/Symbolic/Resources/material-icons/forward_10.round.svg new file mode 100644 index 0000000000..2abba78db6 --- /dev/null +++ b/Symbolic/Resources/material-icons/forward_10.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/forward_10.sharp.svg b/Symbolic/Resources/material-icons/forward_10.sharp.svg new file mode 100644 index 0000000000..7fa680e215 --- /dev/null +++ b/Symbolic/Resources/material-icons/forward_10.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/forward_10.twotone.svg b/Symbolic/Resources/material-icons/forward_10.twotone.svg new file mode 100644 index 0000000000..3dae925520 --- /dev/null +++ b/Symbolic/Resources/material-icons/forward_10.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/forward_30.default.svg b/Symbolic/Resources/material-icons/forward_30.default.svg new file mode 100644 index 0000000000..def58a47ba --- /dev/null +++ b/Symbolic/Resources/material-icons/forward_30.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/forward_30.outlined.svg b/Symbolic/Resources/material-icons/forward_30.outlined.svg new file mode 100644 index 0000000000..fe3eaf9717 --- /dev/null +++ b/Symbolic/Resources/material-icons/forward_30.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/forward_30.round.svg b/Symbolic/Resources/material-icons/forward_30.round.svg new file mode 100644 index 0000000000..9c550ab6e7 --- /dev/null +++ b/Symbolic/Resources/material-icons/forward_30.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/forward_30.sharp.svg b/Symbolic/Resources/material-icons/forward_30.sharp.svg new file mode 100644 index 0000000000..fe3eaf9717 --- /dev/null +++ b/Symbolic/Resources/material-icons/forward_30.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/forward_30.twotone.svg b/Symbolic/Resources/material-icons/forward_30.twotone.svg new file mode 100644 index 0000000000..fe3eaf9717 --- /dev/null +++ b/Symbolic/Resources/material-icons/forward_30.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/forward_5.default.svg b/Symbolic/Resources/material-icons/forward_5.default.svg new file mode 100644 index 0000000000..411352d105 --- /dev/null +++ b/Symbolic/Resources/material-icons/forward_5.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/forward_5.outlined.svg b/Symbolic/Resources/material-icons/forward_5.outlined.svg new file mode 100644 index 0000000000..332136d0a9 --- /dev/null +++ b/Symbolic/Resources/material-icons/forward_5.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/forward_5.round.svg b/Symbolic/Resources/material-icons/forward_5.round.svg new file mode 100644 index 0000000000..206ace7fa8 --- /dev/null +++ b/Symbolic/Resources/material-icons/forward_5.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/forward_5.sharp.svg b/Symbolic/Resources/material-icons/forward_5.sharp.svg new file mode 100644 index 0000000000..332136d0a9 --- /dev/null +++ b/Symbolic/Resources/material-icons/forward_5.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/forward_5.twotone.svg b/Symbolic/Resources/material-icons/forward_5.twotone.svg new file mode 100644 index 0000000000..332136d0a9 --- /dev/null +++ b/Symbolic/Resources/material-icons/forward_5.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/forward_to_inbox.default.svg b/Symbolic/Resources/material-icons/forward_to_inbox.default.svg new file mode 100644 index 0000000000..93063fbe96 --- /dev/null +++ b/Symbolic/Resources/material-icons/forward_to_inbox.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/forward_to_inbox.outlined.svg b/Symbolic/Resources/material-icons/forward_to_inbox.outlined.svg new file mode 100644 index 0000000000..93063fbe96 --- /dev/null +++ b/Symbolic/Resources/material-icons/forward_to_inbox.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/forward_to_inbox.round.svg b/Symbolic/Resources/material-icons/forward_to_inbox.round.svg new file mode 100644 index 0000000000..de1a7de6bd --- /dev/null +++ b/Symbolic/Resources/material-icons/forward_to_inbox.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/forward_to_inbox.sharp.svg b/Symbolic/Resources/material-icons/forward_to_inbox.sharp.svg new file mode 100644 index 0000000000..11d607193a --- /dev/null +++ b/Symbolic/Resources/material-icons/forward_to_inbox.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/forward_to_inbox.twotone.svg b/Symbolic/Resources/material-icons/forward_to_inbox.twotone.svg new file mode 100644 index 0000000000..8786f6596e --- /dev/null +++ b/Symbolic/Resources/material-icons/forward_to_inbox.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/foundation.default.svg b/Symbolic/Resources/material-icons/foundation.default.svg new file mode 100644 index 0000000000..0873f63311 --- /dev/null +++ b/Symbolic/Resources/material-icons/foundation.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/foundation.outlined.svg b/Symbolic/Resources/material-icons/foundation.outlined.svg new file mode 100644 index 0000000000..0873f63311 --- /dev/null +++ b/Symbolic/Resources/material-icons/foundation.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/foundation.round.svg b/Symbolic/Resources/material-icons/foundation.round.svg new file mode 100644 index 0000000000..e2b3f785db --- /dev/null +++ b/Symbolic/Resources/material-icons/foundation.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/foundation.sharp.svg b/Symbolic/Resources/material-icons/foundation.sharp.svg new file mode 100644 index 0000000000..0873f63311 --- /dev/null +++ b/Symbolic/Resources/material-icons/foundation.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/foundation.twotone.svg b/Symbolic/Resources/material-icons/foundation.twotone.svg new file mode 100644 index 0000000000..02840cce45 --- /dev/null +++ b/Symbolic/Resources/material-icons/foundation.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/free_breakfast.default.svg b/Symbolic/Resources/material-icons/free_breakfast.default.svg new file mode 100644 index 0000000000..2d144bf64b --- /dev/null +++ b/Symbolic/Resources/material-icons/free_breakfast.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/free_breakfast.outlined.svg b/Symbolic/Resources/material-icons/free_breakfast.outlined.svg new file mode 100644 index 0000000000..ae1a1b51dd --- /dev/null +++ b/Symbolic/Resources/material-icons/free_breakfast.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/free_breakfast.round.svg b/Symbolic/Resources/material-icons/free_breakfast.round.svg new file mode 100644 index 0000000000..e9dbb4cef3 --- /dev/null +++ b/Symbolic/Resources/material-icons/free_breakfast.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/free_breakfast.sharp.svg b/Symbolic/Resources/material-icons/free_breakfast.sharp.svg new file mode 100644 index 0000000000..4159743eef --- /dev/null +++ b/Symbolic/Resources/material-icons/free_breakfast.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/free_breakfast.twotone.svg b/Symbolic/Resources/material-icons/free_breakfast.twotone.svg new file mode 100644 index 0000000000..a3fb673647 --- /dev/null +++ b/Symbolic/Resources/material-icons/free_breakfast.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/free_cancellation.default.svg b/Symbolic/Resources/material-icons/free_cancellation.default.svg new file mode 100644 index 0000000000..8cb3982983 --- /dev/null +++ b/Symbolic/Resources/material-icons/free_cancellation.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/free_cancellation.outlined.svg b/Symbolic/Resources/material-icons/free_cancellation.outlined.svg new file mode 100644 index 0000000000..d4697cde0f --- /dev/null +++ b/Symbolic/Resources/material-icons/free_cancellation.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/free_cancellation.round.svg b/Symbolic/Resources/material-icons/free_cancellation.round.svg new file mode 100644 index 0000000000..c8aaaebd19 --- /dev/null +++ b/Symbolic/Resources/material-icons/free_cancellation.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/free_cancellation.sharp.svg b/Symbolic/Resources/material-icons/free_cancellation.sharp.svg new file mode 100644 index 0000000000..9237eb1ded --- /dev/null +++ b/Symbolic/Resources/material-icons/free_cancellation.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/free_cancellation.twotone.svg b/Symbolic/Resources/material-icons/free_cancellation.twotone.svg new file mode 100644 index 0000000000..44f22ffc21 --- /dev/null +++ b/Symbolic/Resources/material-icons/free_cancellation.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/front_hand.default.svg b/Symbolic/Resources/material-icons/front_hand.default.svg new file mode 100644 index 0000000000..c1b928a372 --- /dev/null +++ b/Symbolic/Resources/material-icons/front_hand.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/front_hand.outlined.svg b/Symbolic/Resources/material-icons/front_hand.outlined.svg new file mode 100644 index 0000000000..58cbe0740a --- /dev/null +++ b/Symbolic/Resources/material-icons/front_hand.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/front_hand.round.svg b/Symbolic/Resources/material-icons/front_hand.round.svg new file mode 100644 index 0000000000..4f111cb1a1 --- /dev/null +++ b/Symbolic/Resources/material-icons/front_hand.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/front_hand.sharp.svg b/Symbolic/Resources/material-icons/front_hand.sharp.svg new file mode 100644 index 0000000000..be27ca65b1 --- /dev/null +++ b/Symbolic/Resources/material-icons/front_hand.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/front_hand.twotone.svg b/Symbolic/Resources/material-icons/front_hand.twotone.svg new file mode 100644 index 0000000000..cebf0fb19e --- /dev/null +++ b/Symbolic/Resources/material-icons/front_hand.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/front_loader.default.svg b/Symbolic/Resources/material-icons/front_loader.default.svg new file mode 100644 index 0000000000..b4d60d3bc4 --- /dev/null +++ b/Symbolic/Resources/material-icons/front_loader.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fullscreen.default.svg b/Symbolic/Resources/material-icons/fullscreen.default.svg new file mode 100644 index 0000000000..9e60d60a9b --- /dev/null +++ b/Symbolic/Resources/material-icons/fullscreen.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fullscreen.outlined.svg b/Symbolic/Resources/material-icons/fullscreen.outlined.svg new file mode 100644 index 0000000000..0659de3071 --- /dev/null +++ b/Symbolic/Resources/material-icons/fullscreen.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fullscreen.round.svg b/Symbolic/Resources/material-icons/fullscreen.round.svg new file mode 100644 index 0000000000..ade7e9d7c8 --- /dev/null +++ b/Symbolic/Resources/material-icons/fullscreen.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fullscreen.sharp.svg b/Symbolic/Resources/material-icons/fullscreen.sharp.svg new file mode 100644 index 0000000000..0659de3071 --- /dev/null +++ b/Symbolic/Resources/material-icons/fullscreen.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fullscreen.twotone.svg b/Symbolic/Resources/material-icons/fullscreen.twotone.svg new file mode 100644 index 0000000000..0659de3071 --- /dev/null +++ b/Symbolic/Resources/material-icons/fullscreen.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fullscreen_exit.default.svg b/Symbolic/Resources/material-icons/fullscreen_exit.default.svg new file mode 100644 index 0000000000..76d9e1da89 --- /dev/null +++ b/Symbolic/Resources/material-icons/fullscreen_exit.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fullscreen_exit.outlined.svg b/Symbolic/Resources/material-icons/fullscreen_exit.outlined.svg new file mode 100644 index 0000000000..9ae4e0572f --- /dev/null +++ b/Symbolic/Resources/material-icons/fullscreen_exit.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fullscreen_exit.round.svg b/Symbolic/Resources/material-icons/fullscreen_exit.round.svg new file mode 100644 index 0000000000..ad2fc4a45d --- /dev/null +++ b/Symbolic/Resources/material-icons/fullscreen_exit.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fullscreen_exit.sharp.svg b/Symbolic/Resources/material-icons/fullscreen_exit.sharp.svg new file mode 100644 index 0000000000..9ae4e0572f --- /dev/null +++ b/Symbolic/Resources/material-icons/fullscreen_exit.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/fullscreen_exit.twotone.svg b/Symbolic/Resources/material-icons/fullscreen_exit.twotone.svg new file mode 100644 index 0000000000..9ae4e0572f --- /dev/null +++ b/Symbolic/Resources/material-icons/fullscreen_exit.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/functions.default.svg b/Symbolic/Resources/material-icons/functions.default.svg new file mode 100644 index 0000000000..d4bdc61aad --- /dev/null +++ b/Symbolic/Resources/material-icons/functions.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/functions.outlined.svg b/Symbolic/Resources/material-icons/functions.outlined.svg new file mode 100644 index 0000000000..5f5ce740bf --- /dev/null +++ b/Symbolic/Resources/material-icons/functions.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/functions.round.svg b/Symbolic/Resources/material-icons/functions.round.svg new file mode 100644 index 0000000000..10a3c5c237 --- /dev/null +++ b/Symbolic/Resources/material-icons/functions.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/functions.sharp.svg b/Symbolic/Resources/material-icons/functions.sharp.svg new file mode 100644 index 0000000000..8298420fa5 --- /dev/null +++ b/Symbolic/Resources/material-icons/functions.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/functions.twotone.svg b/Symbolic/Resources/material-icons/functions.twotone.svg new file mode 100644 index 0000000000..fa0f8e0914 --- /dev/null +++ b/Symbolic/Resources/material-icons/functions.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/g_mobiledata.default.svg b/Symbolic/Resources/material-icons/g_mobiledata.default.svg new file mode 100644 index 0000000000..d94dc363d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/g_mobiledata.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/g_mobiledata.outlined.svg b/Symbolic/Resources/material-icons/g_mobiledata.outlined.svg new file mode 100644 index 0000000000..d94dc363d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/g_mobiledata.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/g_mobiledata.round.svg b/Symbolic/Resources/material-icons/g_mobiledata.round.svg new file mode 100644 index 0000000000..e9a766a370 --- /dev/null +++ b/Symbolic/Resources/material-icons/g_mobiledata.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/g_mobiledata.sharp.svg b/Symbolic/Resources/material-icons/g_mobiledata.sharp.svg new file mode 100644 index 0000000000..fca201825c --- /dev/null +++ b/Symbolic/Resources/material-icons/g_mobiledata.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/g_mobiledata.twotone.svg b/Symbolic/Resources/material-icons/g_mobiledata.twotone.svg new file mode 100644 index 0000000000..d94dc363d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/g_mobiledata.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/g_translate.default.svg b/Symbolic/Resources/material-icons/g_translate.default.svg new file mode 100644 index 0000000000..472150f054 --- /dev/null +++ b/Symbolic/Resources/material-icons/g_translate.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/g_translate.outlined.svg b/Symbolic/Resources/material-icons/g_translate.outlined.svg new file mode 100644 index 0000000000..c7aff415a6 --- /dev/null +++ b/Symbolic/Resources/material-icons/g_translate.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/g_translate.round.svg b/Symbolic/Resources/material-icons/g_translate.round.svg new file mode 100644 index 0000000000..c7aff415a6 --- /dev/null +++ b/Symbolic/Resources/material-icons/g_translate.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/g_translate.sharp.svg b/Symbolic/Resources/material-icons/g_translate.sharp.svg new file mode 100644 index 0000000000..c7aff415a6 --- /dev/null +++ b/Symbolic/Resources/material-icons/g_translate.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/g_translate.twotone.svg b/Symbolic/Resources/material-icons/g_translate.twotone.svg new file mode 100644 index 0000000000..cec5a6edab --- /dev/null +++ b/Symbolic/Resources/material-icons/g_translate.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gamepad.default.svg b/Symbolic/Resources/material-icons/gamepad.default.svg new file mode 100644 index 0000000000..df4de48a36 --- /dev/null +++ b/Symbolic/Resources/material-icons/gamepad.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gamepad.outlined.svg b/Symbolic/Resources/material-icons/gamepad.outlined.svg new file mode 100644 index 0000000000..c533e54f71 --- /dev/null +++ b/Symbolic/Resources/material-icons/gamepad.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gamepad.round.svg b/Symbolic/Resources/material-icons/gamepad.round.svg new file mode 100644 index 0000000000..ef829319c7 --- /dev/null +++ b/Symbolic/Resources/material-icons/gamepad.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gamepad.sharp.svg b/Symbolic/Resources/material-icons/gamepad.sharp.svg new file mode 100644 index 0000000000..ecfc942f42 --- /dev/null +++ b/Symbolic/Resources/material-icons/gamepad.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gamepad.twotone.svg b/Symbolic/Resources/material-icons/gamepad.twotone.svg new file mode 100644 index 0000000000..7df509e5f9 --- /dev/null +++ b/Symbolic/Resources/material-icons/gamepad.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/games.default.svg b/Symbolic/Resources/material-icons/games.default.svg new file mode 100644 index 0000000000..df4de48a36 --- /dev/null +++ b/Symbolic/Resources/material-icons/games.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/games.outlined.svg b/Symbolic/Resources/material-icons/games.outlined.svg new file mode 100644 index 0000000000..c533e54f71 --- /dev/null +++ b/Symbolic/Resources/material-icons/games.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/games.round.svg b/Symbolic/Resources/material-icons/games.round.svg new file mode 100644 index 0000000000..ef829319c7 --- /dev/null +++ b/Symbolic/Resources/material-icons/games.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/games.sharp.svg b/Symbolic/Resources/material-icons/games.sharp.svg new file mode 100644 index 0000000000..ecfc942f42 --- /dev/null +++ b/Symbolic/Resources/material-icons/games.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/games.twotone.svg b/Symbolic/Resources/material-icons/games.twotone.svg new file mode 100644 index 0000000000..2233b4ec22 --- /dev/null +++ b/Symbolic/Resources/material-icons/games.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/garage.default.svg b/Symbolic/Resources/material-icons/garage.default.svg new file mode 100644 index 0000000000..ebb0cd84af --- /dev/null +++ b/Symbolic/Resources/material-icons/garage.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/garage.outlined.svg b/Symbolic/Resources/material-icons/garage.outlined.svg new file mode 100644 index 0000000000..a6ded9a21b --- /dev/null +++ b/Symbolic/Resources/material-icons/garage.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/garage.round.svg b/Symbolic/Resources/material-icons/garage.round.svg new file mode 100644 index 0000000000..ebb0cd84af --- /dev/null +++ b/Symbolic/Resources/material-icons/garage.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/garage.sharp.svg b/Symbolic/Resources/material-icons/garage.sharp.svg new file mode 100644 index 0000000000..df140e4384 --- /dev/null +++ b/Symbolic/Resources/material-icons/garage.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/garage.twotone.svg b/Symbolic/Resources/material-icons/garage.twotone.svg new file mode 100644 index 0000000000..1ee0885e92 --- /dev/null +++ b/Symbolic/Resources/material-icons/garage.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gas_meter.default.svg b/Symbolic/Resources/material-icons/gas_meter.default.svg new file mode 100644 index 0000000000..d253bbaea1 --- /dev/null +++ b/Symbolic/Resources/material-icons/gas_meter.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gas_meter.outlined.svg b/Symbolic/Resources/material-icons/gas_meter.outlined.svg new file mode 100644 index 0000000000..b0bc1175d7 --- /dev/null +++ b/Symbolic/Resources/material-icons/gas_meter.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gas_meter.round.svg b/Symbolic/Resources/material-icons/gas_meter.round.svg new file mode 100644 index 0000000000..4fe0851e7e --- /dev/null +++ b/Symbolic/Resources/material-icons/gas_meter.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gas_meter.sharp.svg b/Symbolic/Resources/material-icons/gas_meter.sharp.svg new file mode 100644 index 0000000000..17e4d929d7 --- /dev/null +++ b/Symbolic/Resources/material-icons/gas_meter.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gas_meter.twotone.svg b/Symbolic/Resources/material-icons/gas_meter.twotone.svg new file mode 100644 index 0000000000..0a1b141b0e --- /dev/null +++ b/Symbolic/Resources/material-icons/gas_meter.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gavel.default.svg b/Symbolic/Resources/material-icons/gavel.default.svg new file mode 100644 index 0000000000..5c905e3da4 --- /dev/null +++ b/Symbolic/Resources/material-icons/gavel.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gavel.outlined.svg b/Symbolic/Resources/material-icons/gavel.outlined.svg new file mode 100644 index 0000000000..9a4bb8a940 --- /dev/null +++ b/Symbolic/Resources/material-icons/gavel.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gavel.round.svg b/Symbolic/Resources/material-icons/gavel.round.svg new file mode 100644 index 0000000000..ec0be1c611 --- /dev/null +++ b/Symbolic/Resources/material-icons/gavel.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gavel.sharp.svg b/Symbolic/Resources/material-icons/gavel.sharp.svg new file mode 100644 index 0000000000..9a4bb8a940 --- /dev/null +++ b/Symbolic/Resources/material-icons/gavel.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gavel.twotone.svg b/Symbolic/Resources/material-icons/gavel.twotone.svg new file mode 100644 index 0000000000..9a4bb8a940 --- /dev/null +++ b/Symbolic/Resources/material-icons/gavel.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/generating_tokens.default.svg b/Symbolic/Resources/material-icons/generating_tokens.default.svg new file mode 100644 index 0000000000..8900d65500 --- /dev/null +++ b/Symbolic/Resources/material-icons/generating_tokens.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/generating_tokens.outlined.svg b/Symbolic/Resources/material-icons/generating_tokens.outlined.svg new file mode 100644 index 0000000000..81c08134c6 --- /dev/null +++ b/Symbolic/Resources/material-icons/generating_tokens.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/generating_tokens.round.svg b/Symbolic/Resources/material-icons/generating_tokens.round.svg new file mode 100644 index 0000000000..6d8c1503e9 --- /dev/null +++ b/Symbolic/Resources/material-icons/generating_tokens.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/generating_tokens.sharp.svg b/Symbolic/Resources/material-icons/generating_tokens.sharp.svg new file mode 100644 index 0000000000..8900d65500 --- /dev/null +++ b/Symbolic/Resources/material-icons/generating_tokens.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/generating_tokens.twotone.svg b/Symbolic/Resources/material-icons/generating_tokens.twotone.svg new file mode 100644 index 0000000000..06eef48a33 --- /dev/null +++ b/Symbolic/Resources/material-icons/generating_tokens.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gesture.default.svg b/Symbolic/Resources/material-icons/gesture.default.svg new file mode 100644 index 0000000000..c8bef7d015 --- /dev/null +++ b/Symbolic/Resources/material-icons/gesture.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gesture.outlined.svg b/Symbolic/Resources/material-icons/gesture.outlined.svg new file mode 100644 index 0000000000..5c3357a85a --- /dev/null +++ b/Symbolic/Resources/material-icons/gesture.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gesture.round.svg b/Symbolic/Resources/material-icons/gesture.round.svg new file mode 100644 index 0000000000..6f1680b0af --- /dev/null +++ b/Symbolic/Resources/material-icons/gesture.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gesture.sharp.svg b/Symbolic/Resources/material-icons/gesture.sharp.svg new file mode 100644 index 0000000000..5c3357a85a --- /dev/null +++ b/Symbolic/Resources/material-icons/gesture.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gesture.twotone.svg b/Symbolic/Resources/material-icons/gesture.twotone.svg new file mode 100644 index 0000000000..5c3357a85a --- /dev/null +++ b/Symbolic/Resources/material-icons/gesture.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/get_app.default.svg b/Symbolic/Resources/material-icons/get_app.default.svg new file mode 100644 index 0000000000..4820385327 --- /dev/null +++ b/Symbolic/Resources/material-icons/get_app.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/get_app.outlined.svg b/Symbolic/Resources/material-icons/get_app.outlined.svg new file mode 100644 index 0000000000..6197f48f3a --- /dev/null +++ b/Symbolic/Resources/material-icons/get_app.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/get_app.round.svg b/Symbolic/Resources/material-icons/get_app.round.svg new file mode 100644 index 0000000000..e48bbfe603 --- /dev/null +++ b/Symbolic/Resources/material-icons/get_app.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/get_app.sharp.svg b/Symbolic/Resources/material-icons/get_app.sharp.svg new file mode 100644 index 0000000000..f892d57720 --- /dev/null +++ b/Symbolic/Resources/material-icons/get_app.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/get_app.twotone.svg b/Symbolic/Resources/material-icons/get_app.twotone.svg new file mode 100644 index 0000000000..10f6568404 --- /dev/null +++ b/Symbolic/Resources/material-icons/get_app.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gif.default.svg b/Symbolic/Resources/material-icons/gif.default.svg new file mode 100644 index 0000000000..9a38be1475 --- /dev/null +++ b/Symbolic/Resources/material-icons/gif.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gif.outlined.svg b/Symbolic/Resources/material-icons/gif.outlined.svg new file mode 100644 index 0000000000..e364496aec --- /dev/null +++ b/Symbolic/Resources/material-icons/gif.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gif.round.svg b/Symbolic/Resources/material-icons/gif.round.svg new file mode 100644 index 0000000000..1f2b3586b5 --- /dev/null +++ b/Symbolic/Resources/material-icons/gif.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gif.sharp.svg b/Symbolic/Resources/material-icons/gif.sharp.svg new file mode 100644 index 0000000000..9ccb527960 --- /dev/null +++ b/Symbolic/Resources/material-icons/gif.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gif.twotone.svg b/Symbolic/Resources/material-icons/gif.twotone.svg new file mode 100644 index 0000000000..daaadd9dfe --- /dev/null +++ b/Symbolic/Resources/material-icons/gif.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gif_box.default.svg b/Symbolic/Resources/material-icons/gif_box.default.svg new file mode 100644 index 0000000000..25d3870559 --- /dev/null +++ b/Symbolic/Resources/material-icons/gif_box.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gif_box.outlined.svg b/Symbolic/Resources/material-icons/gif_box.outlined.svg new file mode 100644 index 0000000000..35f4f811a9 --- /dev/null +++ b/Symbolic/Resources/material-icons/gif_box.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gif_box.round.svg b/Symbolic/Resources/material-icons/gif_box.round.svg new file mode 100644 index 0000000000..ae7a35c11b --- /dev/null +++ b/Symbolic/Resources/material-icons/gif_box.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gif_box.sharp.svg b/Symbolic/Resources/material-icons/gif_box.sharp.svg new file mode 100644 index 0000000000..c9f7305439 --- /dev/null +++ b/Symbolic/Resources/material-icons/gif_box.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gif_box.twotone.svg b/Symbolic/Resources/material-icons/gif_box.twotone.svg new file mode 100644 index 0000000000..44b6df30e5 --- /dev/null +++ b/Symbolic/Resources/material-icons/gif_box.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/girl.default.svg b/Symbolic/Resources/material-icons/girl.default.svg new file mode 100644 index 0000000000..7e318c06bd --- /dev/null +++ b/Symbolic/Resources/material-icons/girl.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/girl.outlined.svg b/Symbolic/Resources/material-icons/girl.outlined.svg new file mode 100644 index 0000000000..7e318c06bd --- /dev/null +++ b/Symbolic/Resources/material-icons/girl.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/girl.round.svg b/Symbolic/Resources/material-icons/girl.round.svg new file mode 100644 index 0000000000..56c1dc683c --- /dev/null +++ b/Symbolic/Resources/material-icons/girl.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/girl.sharp.svg b/Symbolic/Resources/material-icons/girl.sharp.svg new file mode 100644 index 0000000000..7e318c06bd --- /dev/null +++ b/Symbolic/Resources/material-icons/girl.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/girl.twotone.svg b/Symbolic/Resources/material-icons/girl.twotone.svg new file mode 100644 index 0000000000..7e318c06bd --- /dev/null +++ b/Symbolic/Resources/material-icons/girl.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gite.default.svg b/Symbolic/Resources/material-icons/gite.default.svg new file mode 100644 index 0000000000..82b9e01869 --- /dev/null +++ b/Symbolic/Resources/material-icons/gite.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gite.outlined.svg b/Symbolic/Resources/material-icons/gite.outlined.svg new file mode 100644 index 0000000000..82b9e01869 --- /dev/null +++ b/Symbolic/Resources/material-icons/gite.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gite.round.svg b/Symbolic/Resources/material-icons/gite.round.svg new file mode 100644 index 0000000000..9d69b839fb --- /dev/null +++ b/Symbolic/Resources/material-icons/gite.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gite.sharp.svg b/Symbolic/Resources/material-icons/gite.sharp.svg new file mode 100644 index 0000000000..82b9e01869 --- /dev/null +++ b/Symbolic/Resources/material-icons/gite.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gite.twotone.svg b/Symbolic/Resources/material-icons/gite.twotone.svg new file mode 100644 index 0000000000..da8efd60ca --- /dev/null +++ b/Symbolic/Resources/material-icons/gite.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/golf_course.default.svg b/Symbolic/Resources/material-icons/golf_course.default.svg new file mode 100644 index 0000000000..d6fe0455e7 --- /dev/null +++ b/Symbolic/Resources/material-icons/golf_course.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/golf_course.outlined.svg b/Symbolic/Resources/material-icons/golf_course.outlined.svg new file mode 100644 index 0000000000..d6fe0455e7 --- /dev/null +++ b/Symbolic/Resources/material-icons/golf_course.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/golf_course.round.svg b/Symbolic/Resources/material-icons/golf_course.round.svg new file mode 100644 index 0000000000..b5d253e869 --- /dev/null +++ b/Symbolic/Resources/material-icons/golf_course.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/golf_course.sharp.svg b/Symbolic/Resources/material-icons/golf_course.sharp.svg new file mode 100644 index 0000000000..d6fe0455e7 --- /dev/null +++ b/Symbolic/Resources/material-icons/golf_course.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/golf_course.twotone.svg b/Symbolic/Resources/material-icons/golf_course.twotone.svg new file mode 100644 index 0000000000..0c2fa63f95 --- /dev/null +++ b/Symbolic/Resources/material-icons/golf_course.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gpp_bad.default.svg b/Symbolic/Resources/material-icons/gpp_bad.default.svg new file mode 100644 index 0000000000..b4d0d698b4 --- /dev/null +++ b/Symbolic/Resources/material-icons/gpp_bad.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gpp_bad.outlined.svg b/Symbolic/Resources/material-icons/gpp_bad.outlined.svg new file mode 100644 index 0000000000..fe9cabd929 --- /dev/null +++ b/Symbolic/Resources/material-icons/gpp_bad.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gpp_bad.round.svg b/Symbolic/Resources/material-icons/gpp_bad.round.svg new file mode 100644 index 0000000000..37860cd2f3 --- /dev/null +++ b/Symbolic/Resources/material-icons/gpp_bad.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gpp_bad.sharp.svg b/Symbolic/Resources/material-icons/gpp_bad.sharp.svg new file mode 100644 index 0000000000..b4d0d698b4 --- /dev/null +++ b/Symbolic/Resources/material-icons/gpp_bad.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gpp_bad.twotone.svg b/Symbolic/Resources/material-icons/gpp_bad.twotone.svg new file mode 100644 index 0000000000..8aa0f9e2f8 --- /dev/null +++ b/Symbolic/Resources/material-icons/gpp_bad.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gpp_good.default.svg b/Symbolic/Resources/material-icons/gpp_good.default.svg new file mode 100644 index 0000000000..33726db045 --- /dev/null +++ b/Symbolic/Resources/material-icons/gpp_good.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gpp_good.outlined.svg b/Symbolic/Resources/material-icons/gpp_good.outlined.svg new file mode 100644 index 0000000000..98ccc02da3 --- /dev/null +++ b/Symbolic/Resources/material-icons/gpp_good.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gpp_good.round.svg b/Symbolic/Resources/material-icons/gpp_good.round.svg new file mode 100644 index 0000000000..9487429ebb --- /dev/null +++ b/Symbolic/Resources/material-icons/gpp_good.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gpp_good.sharp.svg b/Symbolic/Resources/material-icons/gpp_good.sharp.svg new file mode 100644 index 0000000000..33726db045 --- /dev/null +++ b/Symbolic/Resources/material-icons/gpp_good.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gpp_good.twotone.svg b/Symbolic/Resources/material-icons/gpp_good.twotone.svg new file mode 100644 index 0000000000..e0cd2a4382 --- /dev/null +++ b/Symbolic/Resources/material-icons/gpp_good.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gpp_maybe.default.svg b/Symbolic/Resources/material-icons/gpp_maybe.default.svg new file mode 100644 index 0000000000..95dee8d7b1 --- /dev/null +++ b/Symbolic/Resources/material-icons/gpp_maybe.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gpp_maybe.outlined.svg b/Symbolic/Resources/material-icons/gpp_maybe.outlined.svg new file mode 100644 index 0000000000..312c0f3e92 --- /dev/null +++ b/Symbolic/Resources/material-icons/gpp_maybe.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gpp_maybe.round.svg b/Symbolic/Resources/material-icons/gpp_maybe.round.svg new file mode 100644 index 0000000000..a799569228 --- /dev/null +++ b/Symbolic/Resources/material-icons/gpp_maybe.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gpp_maybe.sharp.svg b/Symbolic/Resources/material-icons/gpp_maybe.sharp.svg new file mode 100644 index 0000000000..95dee8d7b1 --- /dev/null +++ b/Symbolic/Resources/material-icons/gpp_maybe.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gpp_maybe.twotone.svg b/Symbolic/Resources/material-icons/gpp_maybe.twotone.svg new file mode 100644 index 0000000000..261eb7b3a3 --- /dev/null +++ b/Symbolic/Resources/material-icons/gpp_maybe.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gps_fixed.default.svg b/Symbolic/Resources/material-icons/gps_fixed.default.svg new file mode 100644 index 0000000000..ffc7c07306 --- /dev/null +++ b/Symbolic/Resources/material-icons/gps_fixed.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gps_fixed.outlined.svg b/Symbolic/Resources/material-icons/gps_fixed.outlined.svg new file mode 100644 index 0000000000..e5df4d13c2 --- /dev/null +++ b/Symbolic/Resources/material-icons/gps_fixed.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gps_fixed.round.svg b/Symbolic/Resources/material-icons/gps_fixed.round.svg new file mode 100644 index 0000000000..579d631e08 --- /dev/null +++ b/Symbolic/Resources/material-icons/gps_fixed.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gps_fixed.sharp.svg b/Symbolic/Resources/material-icons/gps_fixed.sharp.svg new file mode 100644 index 0000000000..e5df4d13c2 --- /dev/null +++ b/Symbolic/Resources/material-icons/gps_fixed.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gps_fixed.twotone.svg b/Symbolic/Resources/material-icons/gps_fixed.twotone.svg new file mode 100644 index 0000000000..ff8c52429a --- /dev/null +++ b/Symbolic/Resources/material-icons/gps_fixed.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gps_not_fixed.default.svg b/Symbolic/Resources/material-icons/gps_not_fixed.default.svg new file mode 100644 index 0000000000..7f72a31bc7 --- /dev/null +++ b/Symbolic/Resources/material-icons/gps_not_fixed.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gps_not_fixed.outlined.svg b/Symbolic/Resources/material-icons/gps_not_fixed.outlined.svg new file mode 100644 index 0000000000..72e9508041 --- /dev/null +++ b/Symbolic/Resources/material-icons/gps_not_fixed.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gps_not_fixed.round.svg b/Symbolic/Resources/material-icons/gps_not_fixed.round.svg new file mode 100644 index 0000000000..62cc49f47b --- /dev/null +++ b/Symbolic/Resources/material-icons/gps_not_fixed.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gps_not_fixed.sharp.svg b/Symbolic/Resources/material-icons/gps_not_fixed.sharp.svg new file mode 100644 index 0000000000..72e9508041 --- /dev/null +++ b/Symbolic/Resources/material-icons/gps_not_fixed.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gps_not_fixed.twotone.svg b/Symbolic/Resources/material-icons/gps_not_fixed.twotone.svg new file mode 100644 index 0000000000..72e9508041 --- /dev/null +++ b/Symbolic/Resources/material-icons/gps_not_fixed.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gps_off.default.svg b/Symbolic/Resources/material-icons/gps_off.default.svg new file mode 100644 index 0000000000..a0e27d81f0 --- /dev/null +++ b/Symbolic/Resources/material-icons/gps_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gps_off.outlined.svg b/Symbolic/Resources/material-icons/gps_off.outlined.svg new file mode 100644 index 0000000000..dc2b717611 --- /dev/null +++ b/Symbolic/Resources/material-icons/gps_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gps_off.round.svg b/Symbolic/Resources/material-icons/gps_off.round.svg new file mode 100644 index 0000000000..d58dd1a930 --- /dev/null +++ b/Symbolic/Resources/material-icons/gps_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gps_off.sharp.svg b/Symbolic/Resources/material-icons/gps_off.sharp.svg new file mode 100644 index 0000000000..dc2b717611 --- /dev/null +++ b/Symbolic/Resources/material-icons/gps_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gps_off.twotone.svg b/Symbolic/Resources/material-icons/gps_off.twotone.svg new file mode 100644 index 0000000000..dc2b717611 --- /dev/null +++ b/Symbolic/Resources/material-icons/gps_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grade.default.svg b/Symbolic/Resources/material-icons/grade.default.svg new file mode 100644 index 0000000000..ca1f2dcc5c --- /dev/null +++ b/Symbolic/Resources/material-icons/grade.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grade.outlined.svg b/Symbolic/Resources/material-icons/grade.outlined.svg new file mode 100644 index 0000000000..d3df8806e7 --- /dev/null +++ b/Symbolic/Resources/material-icons/grade.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grade.round.svg b/Symbolic/Resources/material-icons/grade.round.svg new file mode 100644 index 0000000000..307beb6942 --- /dev/null +++ b/Symbolic/Resources/material-icons/grade.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grade.sharp.svg b/Symbolic/Resources/material-icons/grade.sharp.svg new file mode 100644 index 0000000000..0aca6ce869 --- /dev/null +++ b/Symbolic/Resources/material-icons/grade.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grade.twotone.svg b/Symbolic/Resources/material-icons/grade.twotone.svg new file mode 100644 index 0000000000..7c6cbe2289 --- /dev/null +++ b/Symbolic/Resources/material-icons/grade.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gradient.default.svg b/Symbolic/Resources/material-icons/gradient.default.svg new file mode 100644 index 0000000000..dc4e9e1f1b --- /dev/null +++ b/Symbolic/Resources/material-icons/gradient.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gradient.outlined.svg b/Symbolic/Resources/material-icons/gradient.outlined.svg new file mode 100644 index 0000000000..2e9ece4c31 --- /dev/null +++ b/Symbolic/Resources/material-icons/gradient.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gradient.round.svg b/Symbolic/Resources/material-icons/gradient.round.svg new file mode 100644 index 0000000000..7e9ff7366f --- /dev/null +++ b/Symbolic/Resources/material-icons/gradient.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gradient.sharp.svg b/Symbolic/Resources/material-icons/gradient.sharp.svg new file mode 100644 index 0000000000..35d2b83e2d --- /dev/null +++ b/Symbolic/Resources/material-icons/gradient.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/gradient.twotone.svg b/Symbolic/Resources/material-icons/gradient.twotone.svg new file mode 100644 index 0000000000..3a7376557d --- /dev/null +++ b/Symbolic/Resources/material-icons/gradient.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grading.default.svg b/Symbolic/Resources/material-icons/grading.default.svg new file mode 100644 index 0000000000..497831a946 --- /dev/null +++ b/Symbolic/Resources/material-icons/grading.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grading.outlined.svg b/Symbolic/Resources/material-icons/grading.outlined.svg new file mode 100644 index 0000000000..497831a946 --- /dev/null +++ b/Symbolic/Resources/material-icons/grading.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grading.round.svg b/Symbolic/Resources/material-icons/grading.round.svg new file mode 100644 index 0000000000..e853d76e13 --- /dev/null +++ b/Symbolic/Resources/material-icons/grading.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grading.sharp.svg b/Symbolic/Resources/material-icons/grading.sharp.svg new file mode 100644 index 0000000000..497831a946 --- /dev/null +++ b/Symbolic/Resources/material-icons/grading.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grading.twotone.svg b/Symbolic/Resources/material-icons/grading.twotone.svg new file mode 100644 index 0000000000..497831a946 --- /dev/null +++ b/Symbolic/Resources/material-icons/grading.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grain.default.svg b/Symbolic/Resources/material-icons/grain.default.svg new file mode 100644 index 0000000000..059ef12366 --- /dev/null +++ b/Symbolic/Resources/material-icons/grain.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grain.outlined.svg b/Symbolic/Resources/material-icons/grain.outlined.svg new file mode 100644 index 0000000000..a157830ff4 --- /dev/null +++ b/Symbolic/Resources/material-icons/grain.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grain.round.svg b/Symbolic/Resources/material-icons/grain.round.svg new file mode 100644 index 0000000000..a157830ff4 --- /dev/null +++ b/Symbolic/Resources/material-icons/grain.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grain.sharp.svg b/Symbolic/Resources/material-icons/grain.sharp.svg new file mode 100644 index 0000000000..a157830ff4 --- /dev/null +++ b/Symbolic/Resources/material-icons/grain.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grain.twotone.svg b/Symbolic/Resources/material-icons/grain.twotone.svg new file mode 100644 index 0000000000..8d1bde6ab2 --- /dev/null +++ b/Symbolic/Resources/material-icons/grain.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/graphic_eq.default.svg b/Symbolic/Resources/material-icons/graphic_eq.default.svg new file mode 100644 index 0000000000..a71fb56a4b --- /dev/null +++ b/Symbolic/Resources/material-icons/graphic_eq.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/graphic_eq.outlined.svg b/Symbolic/Resources/material-icons/graphic_eq.outlined.svg new file mode 100644 index 0000000000..b9976c70a1 --- /dev/null +++ b/Symbolic/Resources/material-icons/graphic_eq.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/graphic_eq.round.svg b/Symbolic/Resources/material-icons/graphic_eq.round.svg new file mode 100644 index 0000000000..d0ed8ced2f --- /dev/null +++ b/Symbolic/Resources/material-icons/graphic_eq.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/graphic_eq.sharp.svg b/Symbolic/Resources/material-icons/graphic_eq.sharp.svg new file mode 100644 index 0000000000..b9976c70a1 --- /dev/null +++ b/Symbolic/Resources/material-icons/graphic_eq.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/graphic_eq.twotone.svg b/Symbolic/Resources/material-icons/graphic_eq.twotone.svg new file mode 100644 index 0000000000..b9976c70a1 --- /dev/null +++ b/Symbolic/Resources/material-icons/graphic_eq.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grass.default.svg b/Symbolic/Resources/material-icons/grass.default.svg new file mode 100644 index 0000000000..39103375e8 --- /dev/null +++ b/Symbolic/Resources/material-icons/grass.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grass.outlined.svg b/Symbolic/Resources/material-icons/grass.outlined.svg new file mode 100644 index 0000000000..39103375e8 --- /dev/null +++ b/Symbolic/Resources/material-icons/grass.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grass.round.svg b/Symbolic/Resources/material-icons/grass.round.svg new file mode 100644 index 0000000000..1f05c87090 --- /dev/null +++ b/Symbolic/Resources/material-icons/grass.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grass.sharp.svg b/Symbolic/Resources/material-icons/grass.sharp.svg new file mode 100644 index 0000000000..39103375e8 --- /dev/null +++ b/Symbolic/Resources/material-icons/grass.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grass.twotone.svg b/Symbolic/Resources/material-icons/grass.twotone.svg new file mode 100644 index 0000000000..39103375e8 --- /dev/null +++ b/Symbolic/Resources/material-icons/grass.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grid_3x3.default.svg b/Symbolic/Resources/material-icons/grid_3x3.default.svg new file mode 100644 index 0000000000..b5f5b52c56 --- /dev/null +++ b/Symbolic/Resources/material-icons/grid_3x3.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grid_3x3.outlined.svg b/Symbolic/Resources/material-icons/grid_3x3.outlined.svg new file mode 100644 index 0000000000..b5f5b52c56 --- /dev/null +++ b/Symbolic/Resources/material-icons/grid_3x3.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grid_3x3.round.svg b/Symbolic/Resources/material-icons/grid_3x3.round.svg new file mode 100644 index 0000000000..db4aa21f14 --- /dev/null +++ b/Symbolic/Resources/material-icons/grid_3x3.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grid_3x3.sharp.svg b/Symbolic/Resources/material-icons/grid_3x3.sharp.svg new file mode 100644 index 0000000000..b5f5b52c56 --- /dev/null +++ b/Symbolic/Resources/material-icons/grid_3x3.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grid_3x3.twotone.svg b/Symbolic/Resources/material-icons/grid_3x3.twotone.svg new file mode 100644 index 0000000000..b5f5b52c56 --- /dev/null +++ b/Symbolic/Resources/material-icons/grid_3x3.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grid_4x4.default.svg b/Symbolic/Resources/material-icons/grid_4x4.default.svg new file mode 100644 index 0000000000..ecb22d2756 --- /dev/null +++ b/Symbolic/Resources/material-icons/grid_4x4.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grid_4x4.outlined.svg b/Symbolic/Resources/material-icons/grid_4x4.outlined.svg new file mode 100644 index 0000000000..ecb22d2756 --- /dev/null +++ b/Symbolic/Resources/material-icons/grid_4x4.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grid_4x4.round.svg b/Symbolic/Resources/material-icons/grid_4x4.round.svg new file mode 100644 index 0000000000..4b9ee8fdf1 --- /dev/null +++ b/Symbolic/Resources/material-icons/grid_4x4.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grid_4x4.sharp.svg b/Symbolic/Resources/material-icons/grid_4x4.sharp.svg new file mode 100644 index 0000000000..ecb22d2756 --- /dev/null +++ b/Symbolic/Resources/material-icons/grid_4x4.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grid_4x4.twotone.svg b/Symbolic/Resources/material-icons/grid_4x4.twotone.svg new file mode 100644 index 0000000000..ecb22d2756 --- /dev/null +++ b/Symbolic/Resources/material-icons/grid_4x4.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grid_goldenratio.default.svg b/Symbolic/Resources/material-icons/grid_goldenratio.default.svg new file mode 100644 index 0000000000..1522fd6fbe --- /dev/null +++ b/Symbolic/Resources/material-icons/grid_goldenratio.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grid_goldenratio.outlined.svg b/Symbolic/Resources/material-icons/grid_goldenratio.outlined.svg new file mode 100644 index 0000000000..1522fd6fbe --- /dev/null +++ b/Symbolic/Resources/material-icons/grid_goldenratio.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grid_goldenratio.round.svg b/Symbolic/Resources/material-icons/grid_goldenratio.round.svg new file mode 100644 index 0000000000..8e1295d107 --- /dev/null +++ b/Symbolic/Resources/material-icons/grid_goldenratio.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grid_goldenratio.sharp.svg b/Symbolic/Resources/material-icons/grid_goldenratio.sharp.svg new file mode 100644 index 0000000000..1522fd6fbe --- /dev/null +++ b/Symbolic/Resources/material-icons/grid_goldenratio.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grid_goldenratio.twotone.svg b/Symbolic/Resources/material-icons/grid_goldenratio.twotone.svg new file mode 100644 index 0000000000..1522fd6fbe --- /dev/null +++ b/Symbolic/Resources/material-icons/grid_goldenratio.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grid_off.default.svg b/Symbolic/Resources/material-icons/grid_off.default.svg new file mode 100644 index 0000000000..987f933096 --- /dev/null +++ b/Symbolic/Resources/material-icons/grid_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grid_off.outlined.svg b/Symbolic/Resources/material-icons/grid_off.outlined.svg new file mode 100644 index 0000000000..2fb3a09ec9 --- /dev/null +++ b/Symbolic/Resources/material-icons/grid_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grid_off.round.svg b/Symbolic/Resources/material-icons/grid_off.round.svg new file mode 100644 index 0000000000..e86eff17e5 --- /dev/null +++ b/Symbolic/Resources/material-icons/grid_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grid_off.sharp.svg b/Symbolic/Resources/material-icons/grid_off.sharp.svg new file mode 100644 index 0000000000..051971127f --- /dev/null +++ b/Symbolic/Resources/material-icons/grid_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grid_off.twotone.svg b/Symbolic/Resources/material-icons/grid_off.twotone.svg new file mode 100644 index 0000000000..5d8ecbba2f --- /dev/null +++ b/Symbolic/Resources/material-icons/grid_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grid_on.default.svg b/Symbolic/Resources/material-icons/grid_on.default.svg new file mode 100644 index 0000000000..6c22da1006 --- /dev/null +++ b/Symbolic/Resources/material-icons/grid_on.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grid_on.outlined.svg b/Symbolic/Resources/material-icons/grid_on.outlined.svg new file mode 100644 index 0000000000..a08e1be42c --- /dev/null +++ b/Symbolic/Resources/material-icons/grid_on.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grid_on.round.svg b/Symbolic/Resources/material-icons/grid_on.round.svg new file mode 100644 index 0000000000..40fc2d246b --- /dev/null +++ b/Symbolic/Resources/material-icons/grid_on.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grid_on.sharp.svg b/Symbolic/Resources/material-icons/grid_on.sharp.svg new file mode 100644 index 0000000000..a9e299aead --- /dev/null +++ b/Symbolic/Resources/material-icons/grid_on.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grid_on.twotone.svg b/Symbolic/Resources/material-icons/grid_on.twotone.svg new file mode 100644 index 0000000000..5ccd117478 --- /dev/null +++ b/Symbolic/Resources/material-icons/grid_on.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grid_view.default.svg b/Symbolic/Resources/material-icons/grid_view.default.svg new file mode 100644 index 0000000000..5607431fb5 --- /dev/null +++ b/Symbolic/Resources/material-icons/grid_view.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grid_view.outlined.svg b/Symbolic/Resources/material-icons/grid_view.outlined.svg new file mode 100644 index 0000000000..de5e776a86 --- /dev/null +++ b/Symbolic/Resources/material-icons/grid_view.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grid_view.round.svg b/Symbolic/Resources/material-icons/grid_view.round.svg new file mode 100644 index 0000000000..8da3b2f6e7 --- /dev/null +++ b/Symbolic/Resources/material-icons/grid_view.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grid_view.sharp.svg b/Symbolic/Resources/material-icons/grid_view.sharp.svg new file mode 100644 index 0000000000..3a55868314 --- /dev/null +++ b/Symbolic/Resources/material-icons/grid_view.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/grid_view.twotone.svg b/Symbolic/Resources/material-icons/grid_view.twotone.svg new file mode 100644 index 0000000000..1b70a80039 --- /dev/null +++ b/Symbolic/Resources/material-icons/grid_view.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/group.default.svg b/Symbolic/Resources/material-icons/group.default.svg new file mode 100644 index 0000000000..30994a7eca --- /dev/null +++ b/Symbolic/Resources/material-icons/group.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/group.outlined.svg b/Symbolic/Resources/material-icons/group.outlined.svg new file mode 100644 index 0000000000..e22d0edbf4 --- /dev/null +++ b/Symbolic/Resources/material-icons/group.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/group.round.svg b/Symbolic/Resources/material-icons/group.round.svg new file mode 100644 index 0000000000..f088ac01c5 --- /dev/null +++ b/Symbolic/Resources/material-icons/group.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/group.sharp.svg b/Symbolic/Resources/material-icons/group.sharp.svg new file mode 100644 index 0000000000..f6dcd344fa --- /dev/null +++ b/Symbolic/Resources/material-icons/group.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/group.twotone.svg b/Symbolic/Resources/material-icons/group.twotone.svg new file mode 100644 index 0000000000..0078973a3d --- /dev/null +++ b/Symbolic/Resources/material-icons/group.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/group_add.default.svg b/Symbolic/Resources/material-icons/group_add.default.svg new file mode 100644 index 0000000000..edfbddec76 --- /dev/null +++ b/Symbolic/Resources/material-icons/group_add.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/group_add.outlined.svg b/Symbolic/Resources/material-icons/group_add.outlined.svg new file mode 100644 index 0000000000..558e65c03f --- /dev/null +++ b/Symbolic/Resources/material-icons/group_add.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/group_add.round.svg b/Symbolic/Resources/material-icons/group_add.round.svg new file mode 100644 index 0000000000..a5487c3114 --- /dev/null +++ b/Symbolic/Resources/material-icons/group_add.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/group_add.sharp.svg b/Symbolic/Resources/material-icons/group_add.sharp.svg new file mode 100644 index 0000000000..edfbddec76 --- /dev/null +++ b/Symbolic/Resources/material-icons/group_add.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/group_add.twotone.svg b/Symbolic/Resources/material-icons/group_add.twotone.svg new file mode 100644 index 0000000000..748728e857 --- /dev/null +++ b/Symbolic/Resources/material-icons/group_add.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/group_off.default.svg b/Symbolic/Resources/material-icons/group_off.default.svg new file mode 100644 index 0000000000..39a88df1a1 --- /dev/null +++ b/Symbolic/Resources/material-icons/group_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/group_off.outlined.svg b/Symbolic/Resources/material-icons/group_off.outlined.svg new file mode 100644 index 0000000000..5cd83d5ee2 --- /dev/null +++ b/Symbolic/Resources/material-icons/group_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/group_off.round.svg b/Symbolic/Resources/material-icons/group_off.round.svg new file mode 100644 index 0000000000..2ae8948db1 --- /dev/null +++ b/Symbolic/Resources/material-icons/group_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/group_off.sharp.svg b/Symbolic/Resources/material-icons/group_off.sharp.svg new file mode 100644 index 0000000000..39a88df1a1 --- /dev/null +++ b/Symbolic/Resources/material-icons/group_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/group_off.twotone.svg b/Symbolic/Resources/material-icons/group_off.twotone.svg new file mode 100644 index 0000000000..76d95ac98f --- /dev/null +++ b/Symbolic/Resources/material-icons/group_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/group_remove.default.svg b/Symbolic/Resources/material-icons/group_remove.default.svg new file mode 100644 index 0000000000..e28d188c05 --- /dev/null +++ b/Symbolic/Resources/material-icons/group_remove.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/group_remove.outlined.svg b/Symbolic/Resources/material-icons/group_remove.outlined.svg new file mode 100644 index 0000000000..9dceeb06e2 --- /dev/null +++ b/Symbolic/Resources/material-icons/group_remove.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/group_remove.round.svg b/Symbolic/Resources/material-icons/group_remove.round.svg new file mode 100644 index 0000000000..2ff24b5b2b --- /dev/null +++ b/Symbolic/Resources/material-icons/group_remove.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/group_remove.sharp.svg b/Symbolic/Resources/material-icons/group_remove.sharp.svg new file mode 100644 index 0000000000..e28d188c05 --- /dev/null +++ b/Symbolic/Resources/material-icons/group_remove.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/group_remove.twotone.svg b/Symbolic/Resources/material-icons/group_remove.twotone.svg new file mode 100644 index 0000000000..f39ce391d1 --- /dev/null +++ b/Symbolic/Resources/material-icons/group_remove.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/group_work.default.svg b/Symbolic/Resources/material-icons/group_work.default.svg new file mode 100644 index 0000000000..3dc7c8270f --- /dev/null +++ b/Symbolic/Resources/material-icons/group_work.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/group_work.outlined.svg b/Symbolic/Resources/material-icons/group_work.outlined.svg new file mode 100644 index 0000000000..daea87028b --- /dev/null +++ b/Symbolic/Resources/material-icons/group_work.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/group_work.round.svg b/Symbolic/Resources/material-icons/group_work.round.svg new file mode 100644 index 0000000000..be22c4f9de --- /dev/null +++ b/Symbolic/Resources/material-icons/group_work.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/group_work.sharp.svg b/Symbolic/Resources/material-icons/group_work.sharp.svg new file mode 100644 index 0000000000..be22c4f9de --- /dev/null +++ b/Symbolic/Resources/material-icons/group_work.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/group_work.twotone.svg b/Symbolic/Resources/material-icons/group_work.twotone.svg new file mode 100644 index 0000000000..d581b37adf --- /dev/null +++ b/Symbolic/Resources/material-icons/group_work.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/groups.default.svg b/Symbolic/Resources/material-icons/groups.default.svg new file mode 100644 index 0000000000..b2a48e63ee --- /dev/null +++ b/Symbolic/Resources/material-icons/groups.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/groups.outlined.svg b/Symbolic/Resources/material-icons/groups.outlined.svg new file mode 100644 index 0000000000..b6d3dd6c34 --- /dev/null +++ b/Symbolic/Resources/material-icons/groups.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/groups.round.svg b/Symbolic/Resources/material-icons/groups.round.svg new file mode 100644 index 0000000000..47001a5612 --- /dev/null +++ b/Symbolic/Resources/material-icons/groups.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/groups.sharp.svg b/Symbolic/Resources/material-icons/groups.sharp.svg new file mode 100644 index 0000000000..b2a48e63ee --- /dev/null +++ b/Symbolic/Resources/material-icons/groups.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/groups.twotone.svg b/Symbolic/Resources/material-icons/groups.twotone.svg new file mode 100644 index 0000000000..e3c77fa25d --- /dev/null +++ b/Symbolic/Resources/material-icons/groups.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/groups_2.default.svg b/Symbolic/Resources/material-icons/groups_2.default.svg new file mode 100644 index 0000000000..d47fbacb3b --- /dev/null +++ b/Symbolic/Resources/material-icons/groups_2.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/groups_2.outlined.svg b/Symbolic/Resources/material-icons/groups_2.outlined.svg new file mode 100644 index 0000000000..16f95b99ff --- /dev/null +++ b/Symbolic/Resources/material-icons/groups_2.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/groups_2.round.svg b/Symbolic/Resources/material-icons/groups_2.round.svg new file mode 100644 index 0000000000..3f59feb605 --- /dev/null +++ b/Symbolic/Resources/material-icons/groups_2.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/groups_2.sharp.svg b/Symbolic/Resources/material-icons/groups_2.sharp.svg new file mode 100644 index 0000000000..d47fbacb3b --- /dev/null +++ b/Symbolic/Resources/material-icons/groups_2.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/groups_2.twotone.svg b/Symbolic/Resources/material-icons/groups_2.twotone.svg new file mode 100644 index 0000000000..0569996555 --- /dev/null +++ b/Symbolic/Resources/material-icons/groups_2.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/groups_3.default.svg b/Symbolic/Resources/material-icons/groups_3.default.svg new file mode 100644 index 0000000000..5fc522fd62 --- /dev/null +++ b/Symbolic/Resources/material-icons/groups_3.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/groups_3.outlined.svg b/Symbolic/Resources/material-icons/groups_3.outlined.svg new file mode 100644 index 0000000000..a57638f6ca --- /dev/null +++ b/Symbolic/Resources/material-icons/groups_3.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/groups_3.round.svg b/Symbolic/Resources/material-icons/groups_3.round.svg new file mode 100644 index 0000000000..230a91a7fc --- /dev/null +++ b/Symbolic/Resources/material-icons/groups_3.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/groups_3.sharp.svg b/Symbolic/Resources/material-icons/groups_3.sharp.svg new file mode 100644 index 0000000000..5fc522fd62 --- /dev/null +++ b/Symbolic/Resources/material-icons/groups_3.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/groups_3.twotone.svg b/Symbolic/Resources/material-icons/groups_3.twotone.svg new file mode 100644 index 0000000000..a8824bd172 --- /dev/null +++ b/Symbolic/Resources/material-icons/groups_3.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/h_mobiledata.default.svg b/Symbolic/Resources/material-icons/h_mobiledata.default.svg new file mode 100644 index 0000000000..ed9cdcd7b2 --- /dev/null +++ b/Symbolic/Resources/material-icons/h_mobiledata.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/h_mobiledata.outlined.svg b/Symbolic/Resources/material-icons/h_mobiledata.outlined.svg new file mode 100644 index 0000000000..ed9cdcd7b2 --- /dev/null +++ b/Symbolic/Resources/material-icons/h_mobiledata.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/h_mobiledata.round.svg b/Symbolic/Resources/material-icons/h_mobiledata.round.svg new file mode 100644 index 0000000000..adc1004e18 --- /dev/null +++ b/Symbolic/Resources/material-icons/h_mobiledata.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/h_mobiledata.sharp.svg b/Symbolic/Resources/material-icons/h_mobiledata.sharp.svg new file mode 100644 index 0000000000..ed9cdcd7b2 --- /dev/null +++ b/Symbolic/Resources/material-icons/h_mobiledata.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/h_mobiledata.twotone.svg b/Symbolic/Resources/material-icons/h_mobiledata.twotone.svg new file mode 100644 index 0000000000..ed9cdcd7b2 --- /dev/null +++ b/Symbolic/Resources/material-icons/h_mobiledata.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/h_plus_mobiledata.default.svg b/Symbolic/Resources/material-icons/h_plus_mobiledata.default.svg new file mode 100644 index 0000000000..cc7f551504 --- /dev/null +++ b/Symbolic/Resources/material-icons/h_plus_mobiledata.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/h_plus_mobiledata.outlined.svg b/Symbolic/Resources/material-icons/h_plus_mobiledata.outlined.svg new file mode 100644 index 0000000000..cc7f551504 --- /dev/null +++ b/Symbolic/Resources/material-icons/h_plus_mobiledata.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/h_plus_mobiledata.round.svg b/Symbolic/Resources/material-icons/h_plus_mobiledata.round.svg new file mode 100644 index 0000000000..2b8c32af6f --- /dev/null +++ b/Symbolic/Resources/material-icons/h_plus_mobiledata.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/h_plus_mobiledata.sharp.svg b/Symbolic/Resources/material-icons/h_plus_mobiledata.sharp.svg new file mode 100644 index 0000000000..cc7f551504 --- /dev/null +++ b/Symbolic/Resources/material-icons/h_plus_mobiledata.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/h_plus_mobiledata.twotone.svg b/Symbolic/Resources/material-icons/h_plus_mobiledata.twotone.svg new file mode 100644 index 0000000000..cc7f551504 --- /dev/null +++ b/Symbolic/Resources/material-icons/h_plus_mobiledata.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hail.default.svg b/Symbolic/Resources/material-icons/hail.default.svg new file mode 100644 index 0000000000..7fdbac4b23 --- /dev/null +++ b/Symbolic/Resources/material-icons/hail.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hail.outlined.svg b/Symbolic/Resources/material-icons/hail.outlined.svg new file mode 100644 index 0000000000..012e10916c --- /dev/null +++ b/Symbolic/Resources/material-icons/hail.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hail.round.svg b/Symbolic/Resources/material-icons/hail.round.svg new file mode 100644 index 0000000000..e54d1c8391 --- /dev/null +++ b/Symbolic/Resources/material-icons/hail.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hail.sharp.svg b/Symbolic/Resources/material-icons/hail.sharp.svg new file mode 100644 index 0000000000..012e10916c --- /dev/null +++ b/Symbolic/Resources/material-icons/hail.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hail.twotone.svg b/Symbolic/Resources/material-icons/hail.twotone.svg new file mode 100644 index 0000000000..012e10916c --- /dev/null +++ b/Symbolic/Resources/material-icons/hail.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/handshake.default.svg b/Symbolic/Resources/material-icons/handshake.default.svg new file mode 100644 index 0000000000..c689c33451 --- /dev/null +++ b/Symbolic/Resources/material-icons/handshake.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/handshake.outlined.svg b/Symbolic/Resources/material-icons/handshake.outlined.svg new file mode 100644 index 0000000000..26a01ed424 --- /dev/null +++ b/Symbolic/Resources/material-icons/handshake.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/handshake.round.svg b/Symbolic/Resources/material-icons/handshake.round.svg new file mode 100644 index 0000000000..2bcc83bf79 --- /dev/null +++ b/Symbolic/Resources/material-icons/handshake.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/handshake.sharp.svg b/Symbolic/Resources/material-icons/handshake.sharp.svg new file mode 100644 index 0000000000..13d743ab98 --- /dev/null +++ b/Symbolic/Resources/material-icons/handshake.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/handshake.twotone.svg b/Symbolic/Resources/material-icons/handshake.twotone.svg new file mode 100644 index 0000000000..7a5cf7df32 --- /dev/null +++ b/Symbolic/Resources/material-icons/handshake.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/handyman.default.svg b/Symbolic/Resources/material-icons/handyman.default.svg new file mode 100644 index 0000000000..286e0cc62d --- /dev/null +++ b/Symbolic/Resources/material-icons/handyman.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/handyman.outlined.svg b/Symbolic/Resources/material-icons/handyman.outlined.svg new file mode 100644 index 0000000000..047eb9b816 --- /dev/null +++ b/Symbolic/Resources/material-icons/handyman.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/handyman.round.svg b/Symbolic/Resources/material-icons/handyman.round.svg new file mode 100644 index 0000000000..c2d5807061 --- /dev/null +++ b/Symbolic/Resources/material-icons/handyman.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/handyman.sharp.svg b/Symbolic/Resources/material-icons/handyman.sharp.svg new file mode 100644 index 0000000000..9d6606ceef --- /dev/null +++ b/Symbolic/Resources/material-icons/handyman.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/handyman.twotone.svg b/Symbolic/Resources/material-icons/handyman.twotone.svg new file mode 100644 index 0000000000..87a8eea3b5 --- /dev/null +++ b/Symbolic/Resources/material-icons/handyman.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hardware.default.svg b/Symbolic/Resources/material-icons/hardware.default.svg new file mode 100644 index 0000000000..757c9c2e3f --- /dev/null +++ b/Symbolic/Resources/material-icons/hardware.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hardware.outlined.svg b/Symbolic/Resources/material-icons/hardware.outlined.svg new file mode 100644 index 0000000000..4a5c2d5f4e --- /dev/null +++ b/Symbolic/Resources/material-icons/hardware.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hardware.round.svg b/Symbolic/Resources/material-icons/hardware.round.svg new file mode 100644 index 0000000000..ddf0ab8159 --- /dev/null +++ b/Symbolic/Resources/material-icons/hardware.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hardware.sharp.svg b/Symbolic/Resources/material-icons/hardware.sharp.svg new file mode 100644 index 0000000000..639c125367 --- /dev/null +++ b/Symbolic/Resources/material-icons/hardware.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hardware.twotone.svg b/Symbolic/Resources/material-icons/hardware.twotone.svg new file mode 100644 index 0000000000..53c5842886 --- /dev/null +++ b/Symbolic/Resources/material-icons/hardware.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hd.default.svg b/Symbolic/Resources/material-icons/hd.default.svg new file mode 100644 index 0000000000..9e48b77b80 --- /dev/null +++ b/Symbolic/Resources/material-icons/hd.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hd.outlined.svg b/Symbolic/Resources/material-icons/hd.outlined.svg new file mode 100644 index 0000000000..8e40d16428 --- /dev/null +++ b/Symbolic/Resources/material-icons/hd.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hd.round.svg b/Symbolic/Resources/material-icons/hd.round.svg new file mode 100644 index 0000000000..c93a8c2b93 --- /dev/null +++ b/Symbolic/Resources/material-icons/hd.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hd.sharp.svg b/Symbolic/Resources/material-icons/hd.sharp.svg new file mode 100644 index 0000000000..cabe9e8a56 --- /dev/null +++ b/Symbolic/Resources/material-icons/hd.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hd.twotone.svg b/Symbolic/Resources/material-icons/hd.twotone.svg new file mode 100644 index 0000000000..35e7c0b2dc --- /dev/null +++ b/Symbolic/Resources/material-icons/hd.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_auto.default.svg b/Symbolic/Resources/material-icons/hdr_auto.default.svg new file mode 100644 index 0000000000..9275810e7a --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_auto.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_auto.outlined.svg b/Symbolic/Resources/material-icons/hdr_auto.outlined.svg new file mode 100644 index 0000000000..294ccffb55 --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_auto.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_auto.round.svg b/Symbolic/Resources/material-icons/hdr_auto.round.svg new file mode 100644 index 0000000000..4100fde6b9 --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_auto.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_auto.sharp.svg b/Symbolic/Resources/material-icons/hdr_auto.sharp.svg new file mode 100644 index 0000000000..9275810e7a --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_auto.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_auto.twotone.svg b/Symbolic/Resources/material-icons/hdr_auto.twotone.svg new file mode 100644 index 0000000000..f7981d2adf --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_auto.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_auto_select.default.svg b/Symbolic/Resources/material-icons/hdr_auto_select.default.svg new file mode 100644 index 0000000000..73a76d41e1 --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_auto_select.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_auto_select.outlined.svg b/Symbolic/Resources/material-icons/hdr_auto_select.outlined.svg new file mode 100644 index 0000000000..598782f6a3 --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_auto_select.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_auto_select.round.svg b/Symbolic/Resources/material-icons/hdr_auto_select.round.svg new file mode 100644 index 0000000000..19dc88f472 --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_auto_select.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_auto_select.sharp.svg b/Symbolic/Resources/material-icons/hdr_auto_select.sharp.svg new file mode 100644 index 0000000000..4c4ff9b163 --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_auto_select.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_auto_select.twotone.svg b/Symbolic/Resources/material-icons/hdr_auto_select.twotone.svg new file mode 100644 index 0000000000..bbd73b7a4b --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_auto_select.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_enhanced_select.default.svg b/Symbolic/Resources/material-icons/hdr_enhanced_select.default.svg new file mode 100644 index 0000000000..d42aaa1ce4 --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_enhanced_select.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_enhanced_select.outlined.svg b/Symbolic/Resources/material-icons/hdr_enhanced_select.outlined.svg new file mode 100644 index 0000000000..b9f1757834 --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_enhanced_select.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_enhanced_select.round.svg b/Symbolic/Resources/material-icons/hdr_enhanced_select.round.svg new file mode 100644 index 0000000000..e4a67256b5 --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_enhanced_select.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_enhanced_select.sharp.svg b/Symbolic/Resources/material-icons/hdr_enhanced_select.sharp.svg new file mode 100644 index 0000000000..91fb716eda --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_enhanced_select.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_enhanced_select.twotone.svg b/Symbolic/Resources/material-icons/hdr_enhanced_select.twotone.svg new file mode 100644 index 0000000000..21e3df1c6d --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_enhanced_select.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_off.default.svg b/Symbolic/Resources/material-icons/hdr_off.default.svg new file mode 100644 index 0000000000..80d0dd645a --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_off.outlined.svg b/Symbolic/Resources/material-icons/hdr_off.outlined.svg new file mode 100644 index 0000000000..8c2bc14210 --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_off.round.svg b/Symbolic/Resources/material-icons/hdr_off.round.svg new file mode 100644 index 0000000000..ecb91f0eef --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_off.sharp.svg b/Symbolic/Resources/material-icons/hdr_off.sharp.svg new file mode 100644 index 0000000000..793da7c8ac --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_off.twotone.svg b/Symbolic/Resources/material-icons/hdr_off.twotone.svg new file mode 100644 index 0000000000..8c2bc14210 --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_off_select.default.svg b/Symbolic/Resources/material-icons/hdr_off_select.default.svg new file mode 100644 index 0000000000..5f9be574e2 --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_off_select.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_off_select.outlined.svg b/Symbolic/Resources/material-icons/hdr_off_select.outlined.svg new file mode 100644 index 0000000000..5f9be574e2 --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_off_select.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_off_select.round.svg b/Symbolic/Resources/material-icons/hdr_off_select.round.svg new file mode 100644 index 0000000000..20b5bb3266 --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_off_select.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_off_select.sharp.svg b/Symbolic/Resources/material-icons/hdr_off_select.sharp.svg new file mode 100644 index 0000000000..b7ed0fba1d --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_off_select.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_off_select.twotone.svg b/Symbolic/Resources/material-icons/hdr_off_select.twotone.svg new file mode 100644 index 0000000000..5f9be574e2 --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_off_select.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_on.default.svg b/Symbolic/Resources/material-icons/hdr_on.default.svg new file mode 100644 index 0000000000..15be805dd4 --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_on.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_on.outlined.svg b/Symbolic/Resources/material-icons/hdr_on.outlined.svg new file mode 100644 index 0000000000..15be805dd4 --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_on.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_on.round.svg b/Symbolic/Resources/material-icons/hdr_on.round.svg new file mode 100644 index 0000000000..8bc881db36 --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_on.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_on.sharp.svg b/Symbolic/Resources/material-icons/hdr_on.sharp.svg new file mode 100644 index 0000000000..f020e94a77 --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_on.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_on.twotone.svg b/Symbolic/Resources/material-icons/hdr_on.twotone.svg new file mode 100644 index 0000000000..5f9e941ad9 --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_on.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_on_select.default.svg b/Symbolic/Resources/material-icons/hdr_on_select.default.svg new file mode 100644 index 0000000000..08baa6a711 --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_on_select.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_on_select.outlined.svg b/Symbolic/Resources/material-icons/hdr_on_select.outlined.svg new file mode 100644 index 0000000000..08baa6a711 --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_on_select.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_on_select.round.svg b/Symbolic/Resources/material-icons/hdr_on_select.round.svg new file mode 100644 index 0000000000..0830ab460e --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_on_select.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_on_select.sharp.svg b/Symbolic/Resources/material-icons/hdr_on_select.sharp.svg new file mode 100644 index 0000000000..394705cdbe --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_on_select.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_on_select.twotone.svg b/Symbolic/Resources/material-icons/hdr_on_select.twotone.svg new file mode 100644 index 0000000000..08baa6a711 --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_on_select.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_plus.default.svg b/Symbolic/Resources/material-icons/hdr_plus.default.svg new file mode 100644 index 0000000000..106a91e285 --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_plus.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_plus.outlined.svg b/Symbolic/Resources/material-icons/hdr_plus.outlined.svg new file mode 100644 index 0000000000..3c615ce171 --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_plus.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_plus.round.svg b/Symbolic/Resources/material-icons/hdr_plus.round.svg new file mode 100644 index 0000000000..4c0015a398 --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_plus.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_plus.sharp.svg b/Symbolic/Resources/material-icons/hdr_plus.sharp.svg new file mode 100644 index 0000000000..baf863700c --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_plus.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_plus.twotone.svg b/Symbolic/Resources/material-icons/hdr_plus.twotone.svg new file mode 100644 index 0000000000..ff5521315f --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_plus.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_strong.default.svg b/Symbolic/Resources/material-icons/hdr_strong.default.svg new file mode 100644 index 0000000000..605d3c310d --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_strong.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_strong.outlined.svg b/Symbolic/Resources/material-icons/hdr_strong.outlined.svg new file mode 100644 index 0000000000..002e8ca388 --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_strong.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_strong.round.svg b/Symbolic/Resources/material-icons/hdr_strong.round.svg new file mode 100644 index 0000000000..002e8ca388 --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_strong.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_strong.sharp.svg b/Symbolic/Resources/material-icons/hdr_strong.sharp.svg new file mode 100644 index 0000000000..002e8ca388 --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_strong.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_strong.twotone.svg b/Symbolic/Resources/material-icons/hdr_strong.twotone.svg new file mode 100644 index 0000000000..ff76927f7f --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_strong.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_weak.default.svg b/Symbolic/Resources/material-icons/hdr_weak.default.svg new file mode 100644 index 0000000000..760d7bbce0 --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_weak.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_weak.outlined.svg b/Symbolic/Resources/material-icons/hdr_weak.outlined.svg new file mode 100644 index 0000000000..c25e2eb196 --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_weak.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_weak.round.svg b/Symbolic/Resources/material-icons/hdr_weak.round.svg new file mode 100644 index 0000000000..c25e2eb196 --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_weak.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_weak.sharp.svg b/Symbolic/Resources/material-icons/hdr_weak.sharp.svg new file mode 100644 index 0000000000..c25e2eb196 --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_weak.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hdr_weak.twotone.svg b/Symbolic/Resources/material-icons/hdr_weak.twotone.svg new file mode 100644 index 0000000000..76ee947fc1 --- /dev/null +++ b/Symbolic/Resources/material-icons/hdr_weak.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/headphones.default.svg b/Symbolic/Resources/material-icons/headphones.default.svg new file mode 100644 index 0000000000..06c907d642 --- /dev/null +++ b/Symbolic/Resources/material-icons/headphones.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/headphones.outlined.svg b/Symbolic/Resources/material-icons/headphones.outlined.svg new file mode 100644 index 0000000000..d710aabcef --- /dev/null +++ b/Symbolic/Resources/material-icons/headphones.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/headphones.round.svg b/Symbolic/Resources/material-icons/headphones.round.svg new file mode 100644 index 0000000000..003981dc4f --- /dev/null +++ b/Symbolic/Resources/material-icons/headphones.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/headphones.sharp.svg b/Symbolic/Resources/material-icons/headphones.sharp.svg new file mode 100644 index 0000000000..19fa78370a --- /dev/null +++ b/Symbolic/Resources/material-icons/headphones.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/headphones.twotone.svg b/Symbolic/Resources/material-icons/headphones.twotone.svg new file mode 100644 index 0000000000..c2bc2b2ef3 --- /dev/null +++ b/Symbolic/Resources/material-icons/headphones.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/headphones_battery.default.svg b/Symbolic/Resources/material-icons/headphones_battery.default.svg new file mode 100644 index 0000000000..4c7a60bb27 --- /dev/null +++ b/Symbolic/Resources/material-icons/headphones_battery.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/headphones_battery.outlined.svg b/Symbolic/Resources/material-icons/headphones_battery.outlined.svg new file mode 100644 index 0000000000..ff9ca54c65 --- /dev/null +++ b/Symbolic/Resources/material-icons/headphones_battery.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/headphones_battery.round.svg b/Symbolic/Resources/material-icons/headphones_battery.round.svg new file mode 100644 index 0000000000..00c15a3022 --- /dev/null +++ b/Symbolic/Resources/material-icons/headphones_battery.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/headphones_battery.sharp.svg b/Symbolic/Resources/material-icons/headphones_battery.sharp.svg new file mode 100644 index 0000000000..3687a01599 --- /dev/null +++ b/Symbolic/Resources/material-icons/headphones_battery.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/headphones_battery.twotone.svg b/Symbolic/Resources/material-icons/headphones_battery.twotone.svg new file mode 100644 index 0000000000..2e120498bb --- /dev/null +++ b/Symbolic/Resources/material-icons/headphones_battery.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/headset.default.svg b/Symbolic/Resources/material-icons/headset.default.svg new file mode 100644 index 0000000000..f1e36b64b6 --- /dev/null +++ b/Symbolic/Resources/material-icons/headset.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/headset.outlined.svg b/Symbolic/Resources/material-icons/headset.outlined.svg new file mode 100644 index 0000000000..e227092650 --- /dev/null +++ b/Symbolic/Resources/material-icons/headset.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/headset.round.svg b/Symbolic/Resources/material-icons/headset.round.svg new file mode 100644 index 0000000000..0b44008a07 --- /dev/null +++ b/Symbolic/Resources/material-icons/headset.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/headset.sharp.svg b/Symbolic/Resources/material-icons/headset.sharp.svg new file mode 100644 index 0000000000..933d37443f --- /dev/null +++ b/Symbolic/Resources/material-icons/headset.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/headset.twotone.svg b/Symbolic/Resources/material-icons/headset.twotone.svg new file mode 100644 index 0000000000..aff39d494b --- /dev/null +++ b/Symbolic/Resources/material-icons/headset.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/headset_mic.default.svg b/Symbolic/Resources/material-icons/headset_mic.default.svg new file mode 100644 index 0000000000..d23f3e483a --- /dev/null +++ b/Symbolic/Resources/material-icons/headset_mic.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/headset_mic.outlined.svg b/Symbolic/Resources/material-icons/headset_mic.outlined.svg new file mode 100644 index 0000000000..ed2d59744a --- /dev/null +++ b/Symbolic/Resources/material-icons/headset_mic.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/headset_mic.round.svg b/Symbolic/Resources/material-icons/headset_mic.round.svg new file mode 100644 index 0000000000..dc4d66e6b0 --- /dev/null +++ b/Symbolic/Resources/material-icons/headset_mic.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/headset_mic.sharp.svg b/Symbolic/Resources/material-icons/headset_mic.sharp.svg new file mode 100644 index 0000000000..c127704386 --- /dev/null +++ b/Symbolic/Resources/material-icons/headset_mic.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/headset_mic.twotone.svg b/Symbolic/Resources/material-icons/headset_mic.twotone.svg new file mode 100644 index 0000000000..b44fddeab0 --- /dev/null +++ b/Symbolic/Resources/material-icons/headset_mic.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/headset_off.default.svg b/Symbolic/Resources/material-icons/headset_off.default.svg new file mode 100644 index 0000000000..a95d524f40 --- /dev/null +++ b/Symbolic/Resources/material-icons/headset_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/headset_off.outlined.svg b/Symbolic/Resources/material-icons/headset_off.outlined.svg new file mode 100644 index 0000000000..29a479a840 --- /dev/null +++ b/Symbolic/Resources/material-icons/headset_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/headset_off.round.svg b/Symbolic/Resources/material-icons/headset_off.round.svg new file mode 100644 index 0000000000..2355374524 --- /dev/null +++ b/Symbolic/Resources/material-icons/headset_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/headset_off.sharp.svg b/Symbolic/Resources/material-icons/headset_off.sharp.svg new file mode 100644 index 0000000000..40524f9c73 --- /dev/null +++ b/Symbolic/Resources/material-icons/headset_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/headset_off.twotone.svg b/Symbolic/Resources/material-icons/headset_off.twotone.svg new file mode 100644 index 0000000000..465a1192cf --- /dev/null +++ b/Symbolic/Resources/material-icons/headset_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/healing.default.svg b/Symbolic/Resources/material-icons/healing.default.svg new file mode 100644 index 0000000000..123969b6d1 --- /dev/null +++ b/Symbolic/Resources/material-icons/healing.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/healing.outlined.svg b/Symbolic/Resources/material-icons/healing.outlined.svg new file mode 100644 index 0000000000..6b8eb3543e --- /dev/null +++ b/Symbolic/Resources/material-icons/healing.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/healing.round.svg b/Symbolic/Resources/material-icons/healing.round.svg new file mode 100644 index 0000000000..6b8eb3543e --- /dev/null +++ b/Symbolic/Resources/material-icons/healing.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/healing.sharp.svg b/Symbolic/Resources/material-icons/healing.sharp.svg new file mode 100644 index 0000000000..0876a600d9 --- /dev/null +++ b/Symbolic/Resources/material-icons/healing.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/healing.twotone.svg b/Symbolic/Resources/material-icons/healing.twotone.svg new file mode 100644 index 0000000000..db7aa5f991 --- /dev/null +++ b/Symbolic/Resources/material-icons/healing.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/health_and_safety.default.svg b/Symbolic/Resources/material-icons/health_and_safety.default.svg new file mode 100644 index 0000000000..773693a070 --- /dev/null +++ b/Symbolic/Resources/material-icons/health_and_safety.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/health_and_safety.outlined.svg b/Symbolic/Resources/material-icons/health_and_safety.outlined.svg new file mode 100644 index 0000000000..4459ab322e --- /dev/null +++ b/Symbolic/Resources/material-icons/health_and_safety.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/health_and_safety.round.svg b/Symbolic/Resources/material-icons/health_and_safety.round.svg new file mode 100644 index 0000000000..40d96f4d82 --- /dev/null +++ b/Symbolic/Resources/material-icons/health_and_safety.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/health_and_safety.sharp.svg b/Symbolic/Resources/material-icons/health_and_safety.sharp.svg new file mode 100644 index 0000000000..773693a070 --- /dev/null +++ b/Symbolic/Resources/material-icons/health_and_safety.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/health_and_safety.twotone.svg b/Symbolic/Resources/material-icons/health_and_safety.twotone.svg new file mode 100644 index 0000000000..631fa6accd --- /dev/null +++ b/Symbolic/Resources/material-icons/health_and_safety.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hearing.default.svg b/Symbolic/Resources/material-icons/hearing.default.svg new file mode 100644 index 0000000000..8d866b38ed --- /dev/null +++ b/Symbolic/Resources/material-icons/hearing.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hearing.outlined.svg b/Symbolic/Resources/material-icons/hearing.outlined.svg new file mode 100644 index 0000000000..8cbc974245 --- /dev/null +++ b/Symbolic/Resources/material-icons/hearing.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hearing.round.svg b/Symbolic/Resources/material-icons/hearing.round.svg new file mode 100644 index 0000000000..f96113db29 --- /dev/null +++ b/Symbolic/Resources/material-icons/hearing.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hearing.sharp.svg b/Symbolic/Resources/material-icons/hearing.sharp.svg new file mode 100644 index 0000000000..8cbc974245 --- /dev/null +++ b/Symbolic/Resources/material-icons/hearing.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hearing.twotone.svg b/Symbolic/Resources/material-icons/hearing.twotone.svg new file mode 100644 index 0000000000..07f8b788cd --- /dev/null +++ b/Symbolic/Resources/material-icons/hearing.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hearing_disabled.default.svg b/Symbolic/Resources/material-icons/hearing_disabled.default.svg new file mode 100644 index 0000000000..6def094484 --- /dev/null +++ b/Symbolic/Resources/material-icons/hearing_disabled.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hearing_disabled.outlined.svg b/Symbolic/Resources/material-icons/hearing_disabled.outlined.svg new file mode 100644 index 0000000000..6def094484 --- /dev/null +++ b/Symbolic/Resources/material-icons/hearing_disabled.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hearing_disabled.round.svg b/Symbolic/Resources/material-icons/hearing_disabled.round.svg new file mode 100644 index 0000000000..049b8827c3 --- /dev/null +++ b/Symbolic/Resources/material-icons/hearing_disabled.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hearing_disabled.sharp.svg b/Symbolic/Resources/material-icons/hearing_disabled.sharp.svg new file mode 100644 index 0000000000..6def094484 --- /dev/null +++ b/Symbolic/Resources/material-icons/hearing_disabled.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hearing_disabled.twotone.svg b/Symbolic/Resources/material-icons/hearing_disabled.twotone.svg new file mode 100644 index 0000000000..6def094484 --- /dev/null +++ b/Symbolic/Resources/material-icons/hearing_disabled.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/heart_broken.default.svg b/Symbolic/Resources/material-icons/heart_broken.default.svg new file mode 100644 index 0000000000..bc99415e74 --- /dev/null +++ b/Symbolic/Resources/material-icons/heart_broken.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/heart_broken.outlined.svg b/Symbolic/Resources/material-icons/heart_broken.outlined.svg new file mode 100644 index 0000000000..b712d5cd3c --- /dev/null +++ b/Symbolic/Resources/material-icons/heart_broken.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/heart_broken.round.svg b/Symbolic/Resources/material-icons/heart_broken.round.svg new file mode 100644 index 0000000000..77f74f88ee --- /dev/null +++ b/Symbolic/Resources/material-icons/heart_broken.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/heart_broken.sharp.svg b/Symbolic/Resources/material-icons/heart_broken.sharp.svg new file mode 100644 index 0000000000..bc99415e74 --- /dev/null +++ b/Symbolic/Resources/material-icons/heart_broken.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/heart_broken.twotone.svg b/Symbolic/Resources/material-icons/heart_broken.twotone.svg new file mode 100644 index 0000000000..603a9691c0 --- /dev/null +++ b/Symbolic/Resources/material-icons/heart_broken.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/heat_pump.default.svg b/Symbolic/Resources/material-icons/heat_pump.default.svg new file mode 100644 index 0000000000..7beeae8c75 --- /dev/null +++ b/Symbolic/Resources/material-icons/heat_pump.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/heat_pump.outlined.svg b/Symbolic/Resources/material-icons/heat_pump.outlined.svg new file mode 100644 index 0000000000..365b5df8ec --- /dev/null +++ b/Symbolic/Resources/material-icons/heat_pump.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/heat_pump.round.svg b/Symbolic/Resources/material-icons/heat_pump.round.svg new file mode 100644 index 0000000000..e243526ee2 --- /dev/null +++ b/Symbolic/Resources/material-icons/heat_pump.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/heat_pump.sharp.svg b/Symbolic/Resources/material-icons/heat_pump.sharp.svg new file mode 100644 index 0000000000..87ff53cba8 --- /dev/null +++ b/Symbolic/Resources/material-icons/heat_pump.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/heat_pump.twotone.svg b/Symbolic/Resources/material-icons/heat_pump.twotone.svg new file mode 100644 index 0000000000..260035131a --- /dev/null +++ b/Symbolic/Resources/material-icons/heat_pump.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/height.default.svg b/Symbolic/Resources/material-icons/height.default.svg new file mode 100644 index 0000000000..17be8296c1 --- /dev/null +++ b/Symbolic/Resources/material-icons/height.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/height.outlined.svg b/Symbolic/Resources/material-icons/height.outlined.svg new file mode 100644 index 0000000000..17be8296c1 --- /dev/null +++ b/Symbolic/Resources/material-icons/height.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/height.round.svg b/Symbolic/Resources/material-icons/height.round.svg new file mode 100644 index 0000000000..68f3a40b12 --- /dev/null +++ b/Symbolic/Resources/material-icons/height.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/height.sharp.svg b/Symbolic/Resources/material-icons/height.sharp.svg new file mode 100644 index 0000000000..17be8296c1 --- /dev/null +++ b/Symbolic/Resources/material-icons/height.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/height.twotone.svg b/Symbolic/Resources/material-icons/height.twotone.svg new file mode 100644 index 0000000000..17be8296c1 --- /dev/null +++ b/Symbolic/Resources/material-icons/height.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/help.default.svg b/Symbolic/Resources/material-icons/help.default.svg new file mode 100644 index 0000000000..ac7a46002d --- /dev/null +++ b/Symbolic/Resources/material-icons/help.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/help.outlined.svg b/Symbolic/Resources/material-icons/help.outlined.svg new file mode 100644 index 0000000000..a6f5efef61 --- /dev/null +++ b/Symbolic/Resources/material-icons/help.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/help.round.svg b/Symbolic/Resources/material-icons/help.round.svg new file mode 100644 index 0000000000..b6189b70b5 --- /dev/null +++ b/Symbolic/Resources/material-icons/help.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/help.sharp.svg b/Symbolic/Resources/material-icons/help.sharp.svg new file mode 100644 index 0000000000..a6f5efef61 --- /dev/null +++ b/Symbolic/Resources/material-icons/help.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/help.twotone.svg b/Symbolic/Resources/material-icons/help.twotone.svg new file mode 100644 index 0000000000..ce4fc71e5e --- /dev/null +++ b/Symbolic/Resources/material-icons/help.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/help_center.default.svg b/Symbolic/Resources/material-icons/help_center.default.svg new file mode 100644 index 0000000000..702082c0f0 --- /dev/null +++ b/Symbolic/Resources/material-icons/help_center.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/help_center.outlined.svg b/Symbolic/Resources/material-icons/help_center.outlined.svg new file mode 100644 index 0000000000..76931c87e9 --- /dev/null +++ b/Symbolic/Resources/material-icons/help_center.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/help_center.round.svg b/Symbolic/Resources/material-icons/help_center.round.svg new file mode 100644 index 0000000000..101f840fd2 --- /dev/null +++ b/Symbolic/Resources/material-icons/help_center.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/help_center.sharp.svg b/Symbolic/Resources/material-icons/help_center.sharp.svg new file mode 100644 index 0000000000..170dff7161 --- /dev/null +++ b/Symbolic/Resources/material-icons/help_center.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/help_center.twotone.svg b/Symbolic/Resources/material-icons/help_center.twotone.svg new file mode 100644 index 0000000000..96394fbfa8 --- /dev/null +++ b/Symbolic/Resources/material-icons/help_center.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/help_outline.default.svg b/Symbolic/Resources/material-icons/help_outline.default.svg new file mode 100644 index 0000000000..11f6dd0330 --- /dev/null +++ b/Symbolic/Resources/material-icons/help_outline.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/help_outline.outlined.svg b/Symbolic/Resources/material-icons/help_outline.outlined.svg new file mode 100644 index 0000000000..23dc5a37ad --- /dev/null +++ b/Symbolic/Resources/material-icons/help_outline.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/help_outline.round.svg b/Symbolic/Resources/material-icons/help_outline.round.svg new file mode 100644 index 0000000000..893bab1a85 --- /dev/null +++ b/Symbolic/Resources/material-icons/help_outline.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/help_outline.sharp.svg b/Symbolic/Resources/material-icons/help_outline.sharp.svg new file mode 100644 index 0000000000..23dc5a37ad --- /dev/null +++ b/Symbolic/Resources/material-icons/help_outline.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/help_outline.twotone.svg b/Symbolic/Resources/material-icons/help_outline.twotone.svg new file mode 100644 index 0000000000..b20e80be7e --- /dev/null +++ b/Symbolic/Resources/material-icons/help_outline.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hevc.default.svg b/Symbolic/Resources/material-icons/hevc.default.svg new file mode 100644 index 0000000000..e01ee530ea --- /dev/null +++ b/Symbolic/Resources/material-icons/hevc.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hevc.outlined.svg b/Symbolic/Resources/material-icons/hevc.outlined.svg new file mode 100644 index 0000000000..e01ee530ea --- /dev/null +++ b/Symbolic/Resources/material-icons/hevc.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hevc.round.svg b/Symbolic/Resources/material-icons/hevc.round.svg new file mode 100644 index 0000000000..6712594d4b --- /dev/null +++ b/Symbolic/Resources/material-icons/hevc.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hevc.sharp.svg b/Symbolic/Resources/material-icons/hevc.sharp.svg new file mode 100644 index 0000000000..f3bc94271c --- /dev/null +++ b/Symbolic/Resources/material-icons/hevc.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hevc.twotone.svg b/Symbolic/Resources/material-icons/hevc.twotone.svg new file mode 100644 index 0000000000..e01ee530ea --- /dev/null +++ b/Symbolic/Resources/material-icons/hevc.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hexagon.default.svg b/Symbolic/Resources/material-icons/hexagon.default.svg new file mode 100644 index 0000000000..8d9de81186 --- /dev/null +++ b/Symbolic/Resources/material-icons/hexagon.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hexagon.outlined.svg b/Symbolic/Resources/material-icons/hexagon.outlined.svg new file mode 100644 index 0000000000..a0d17f65aa --- /dev/null +++ b/Symbolic/Resources/material-icons/hexagon.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hexagon.round.svg b/Symbolic/Resources/material-icons/hexagon.round.svg new file mode 100644 index 0000000000..1f3a236a87 --- /dev/null +++ b/Symbolic/Resources/material-icons/hexagon.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hexagon.sharp.svg b/Symbolic/Resources/material-icons/hexagon.sharp.svg new file mode 100644 index 0000000000..8d9de81186 --- /dev/null +++ b/Symbolic/Resources/material-icons/hexagon.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hexagon.twotone.svg b/Symbolic/Resources/material-icons/hexagon.twotone.svg new file mode 100644 index 0000000000..39d1c563c2 --- /dev/null +++ b/Symbolic/Resources/material-icons/hexagon.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hide_image.default.svg b/Symbolic/Resources/material-icons/hide_image.default.svg new file mode 100644 index 0000000000..d95a764481 --- /dev/null +++ b/Symbolic/Resources/material-icons/hide_image.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hide_image.outlined.svg b/Symbolic/Resources/material-icons/hide_image.outlined.svg new file mode 100644 index 0000000000..7000015232 --- /dev/null +++ b/Symbolic/Resources/material-icons/hide_image.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hide_image.round.svg b/Symbolic/Resources/material-icons/hide_image.round.svg new file mode 100644 index 0000000000..ee9f00ad7b --- /dev/null +++ b/Symbolic/Resources/material-icons/hide_image.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hide_image.sharp.svg b/Symbolic/Resources/material-icons/hide_image.sharp.svg new file mode 100644 index 0000000000..0f738973a2 --- /dev/null +++ b/Symbolic/Resources/material-icons/hide_image.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hide_image.twotone.svg b/Symbolic/Resources/material-icons/hide_image.twotone.svg new file mode 100644 index 0000000000..8ad9c40ddf --- /dev/null +++ b/Symbolic/Resources/material-icons/hide_image.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hide_source.default.svg b/Symbolic/Resources/material-icons/hide_source.default.svg new file mode 100644 index 0000000000..20ae2ede55 --- /dev/null +++ b/Symbolic/Resources/material-icons/hide_source.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hide_source.outlined.svg b/Symbolic/Resources/material-icons/hide_source.outlined.svg new file mode 100644 index 0000000000..20ae2ede55 --- /dev/null +++ b/Symbolic/Resources/material-icons/hide_source.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hide_source.round.svg b/Symbolic/Resources/material-icons/hide_source.round.svg new file mode 100644 index 0000000000..f9e14e1977 --- /dev/null +++ b/Symbolic/Resources/material-icons/hide_source.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hide_source.sharp.svg b/Symbolic/Resources/material-icons/hide_source.sharp.svg new file mode 100644 index 0000000000..20ae2ede55 --- /dev/null +++ b/Symbolic/Resources/material-icons/hide_source.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hide_source.twotone.svg b/Symbolic/Resources/material-icons/hide_source.twotone.svg new file mode 100644 index 0000000000..20ae2ede55 --- /dev/null +++ b/Symbolic/Resources/material-icons/hide_source.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/high_quality.default.svg b/Symbolic/Resources/material-icons/high_quality.default.svg new file mode 100644 index 0000000000..e6a7f445a7 --- /dev/null +++ b/Symbolic/Resources/material-icons/high_quality.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/high_quality.outlined.svg b/Symbolic/Resources/material-icons/high_quality.outlined.svg new file mode 100644 index 0000000000..52f6760764 --- /dev/null +++ b/Symbolic/Resources/material-icons/high_quality.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/high_quality.round.svg b/Symbolic/Resources/material-icons/high_quality.round.svg new file mode 100644 index 0000000000..48964667c9 --- /dev/null +++ b/Symbolic/Resources/material-icons/high_quality.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/high_quality.sharp.svg b/Symbolic/Resources/material-icons/high_quality.sharp.svg new file mode 100644 index 0000000000..aee1606fcc --- /dev/null +++ b/Symbolic/Resources/material-icons/high_quality.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/high_quality.twotone.svg b/Symbolic/Resources/material-icons/high_quality.twotone.svg new file mode 100644 index 0000000000..df6e11e673 --- /dev/null +++ b/Symbolic/Resources/material-icons/high_quality.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/highlight.default.svg b/Symbolic/Resources/material-icons/highlight.default.svg new file mode 100644 index 0000000000..470225bdab --- /dev/null +++ b/Symbolic/Resources/material-icons/highlight.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/highlight.outlined.svg b/Symbolic/Resources/material-icons/highlight.outlined.svg new file mode 100644 index 0000000000..c8c8e37fcd --- /dev/null +++ b/Symbolic/Resources/material-icons/highlight.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/highlight.round.svg b/Symbolic/Resources/material-icons/highlight.round.svg new file mode 100644 index 0000000000..8281b203aa --- /dev/null +++ b/Symbolic/Resources/material-icons/highlight.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/highlight.sharp.svg b/Symbolic/Resources/material-icons/highlight.sharp.svg new file mode 100644 index 0000000000..ad198d3e40 --- /dev/null +++ b/Symbolic/Resources/material-icons/highlight.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/highlight.twotone.svg b/Symbolic/Resources/material-icons/highlight.twotone.svg new file mode 100644 index 0000000000..ae4e611f19 --- /dev/null +++ b/Symbolic/Resources/material-icons/highlight.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/highlight_alt.default.svg b/Symbolic/Resources/material-icons/highlight_alt.default.svg new file mode 100644 index 0000000000..72579d3171 --- /dev/null +++ b/Symbolic/Resources/material-icons/highlight_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/highlight_alt.outlined.svg b/Symbolic/Resources/material-icons/highlight_alt.outlined.svg new file mode 100644 index 0000000000..b6f7df6a75 --- /dev/null +++ b/Symbolic/Resources/material-icons/highlight_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/highlight_alt.round.svg b/Symbolic/Resources/material-icons/highlight_alt.round.svg new file mode 100644 index 0000000000..9da415b40e --- /dev/null +++ b/Symbolic/Resources/material-icons/highlight_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/highlight_alt.sharp.svg b/Symbolic/Resources/material-icons/highlight_alt.sharp.svg new file mode 100644 index 0000000000..e351aa97c3 --- /dev/null +++ b/Symbolic/Resources/material-icons/highlight_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/highlight_alt.twotone.svg b/Symbolic/Resources/material-icons/highlight_alt.twotone.svg new file mode 100644 index 0000000000..b6f7df6a75 --- /dev/null +++ b/Symbolic/Resources/material-icons/highlight_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/highlight_off.default.svg b/Symbolic/Resources/material-icons/highlight_off.default.svg new file mode 100644 index 0000000000..7a576db64a --- /dev/null +++ b/Symbolic/Resources/material-icons/highlight_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/highlight_off.outlined.svg b/Symbolic/Resources/material-icons/highlight_off.outlined.svg new file mode 100644 index 0000000000..1d9608e65c --- /dev/null +++ b/Symbolic/Resources/material-icons/highlight_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/highlight_off.round.svg b/Symbolic/Resources/material-icons/highlight_off.round.svg new file mode 100644 index 0000000000..8037cb001c --- /dev/null +++ b/Symbolic/Resources/material-icons/highlight_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/highlight_off.sharp.svg b/Symbolic/Resources/material-icons/highlight_off.sharp.svg new file mode 100644 index 0000000000..1d9608e65c --- /dev/null +++ b/Symbolic/Resources/material-icons/highlight_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/highlight_off.twotone.svg b/Symbolic/Resources/material-icons/highlight_off.twotone.svg new file mode 100644 index 0000000000..0e08f5c9bf --- /dev/null +++ b/Symbolic/Resources/material-icons/highlight_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hiking.default.svg b/Symbolic/Resources/material-icons/hiking.default.svg new file mode 100644 index 0000000000..9fa90e5cb8 --- /dev/null +++ b/Symbolic/Resources/material-icons/hiking.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hiking.outlined.svg b/Symbolic/Resources/material-icons/hiking.outlined.svg new file mode 100644 index 0000000000..9fa90e5cb8 --- /dev/null +++ b/Symbolic/Resources/material-icons/hiking.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hiking.round.svg b/Symbolic/Resources/material-icons/hiking.round.svg new file mode 100644 index 0000000000..2997650b4c --- /dev/null +++ b/Symbolic/Resources/material-icons/hiking.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hiking.sharp.svg b/Symbolic/Resources/material-icons/hiking.sharp.svg new file mode 100644 index 0000000000..5579e6aa09 --- /dev/null +++ b/Symbolic/Resources/material-icons/hiking.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hiking.twotone.svg b/Symbolic/Resources/material-icons/hiking.twotone.svg new file mode 100644 index 0000000000..9fa90e5cb8 --- /dev/null +++ b/Symbolic/Resources/material-icons/hiking.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/history.default.svg b/Symbolic/Resources/material-icons/history.default.svg new file mode 100644 index 0000000000..3dfff5de6a --- /dev/null +++ b/Symbolic/Resources/material-icons/history.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/history.outlined.svg b/Symbolic/Resources/material-icons/history.outlined.svg new file mode 100644 index 0000000000..ae2f8d0f23 --- /dev/null +++ b/Symbolic/Resources/material-icons/history.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/history.round.svg b/Symbolic/Resources/material-icons/history.round.svg new file mode 100644 index 0000000000..36f7959560 --- /dev/null +++ b/Symbolic/Resources/material-icons/history.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/history.sharp.svg b/Symbolic/Resources/material-icons/history.sharp.svg new file mode 100644 index 0000000000..9563f385bf --- /dev/null +++ b/Symbolic/Resources/material-icons/history.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/history.twotone.svg b/Symbolic/Resources/material-icons/history.twotone.svg new file mode 100644 index 0000000000..ae2f8d0f23 --- /dev/null +++ b/Symbolic/Resources/material-icons/history.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/history_edu.default.svg b/Symbolic/Resources/material-icons/history_edu.default.svg new file mode 100644 index 0000000000..0ab4bdafd1 --- /dev/null +++ b/Symbolic/Resources/material-icons/history_edu.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/history_edu.outlined.svg b/Symbolic/Resources/material-icons/history_edu.outlined.svg new file mode 100644 index 0000000000..0ab4bdafd1 --- /dev/null +++ b/Symbolic/Resources/material-icons/history_edu.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/history_edu.round.svg b/Symbolic/Resources/material-icons/history_edu.round.svg new file mode 100644 index 0000000000..2bd545d768 --- /dev/null +++ b/Symbolic/Resources/material-icons/history_edu.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/history_edu.sharp.svg b/Symbolic/Resources/material-icons/history_edu.sharp.svg new file mode 100644 index 0000000000..0ab4bdafd1 --- /dev/null +++ b/Symbolic/Resources/material-icons/history_edu.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/history_edu.twotone.svg b/Symbolic/Resources/material-icons/history_edu.twotone.svg new file mode 100644 index 0000000000..3fee7b4a60 --- /dev/null +++ b/Symbolic/Resources/material-icons/history_edu.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/history_toggle_off.default.svg b/Symbolic/Resources/material-icons/history_toggle_off.default.svg new file mode 100644 index 0000000000..663271c393 --- /dev/null +++ b/Symbolic/Resources/material-icons/history_toggle_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/history_toggle_off.outlined.svg b/Symbolic/Resources/material-icons/history_toggle_off.outlined.svg new file mode 100644 index 0000000000..663271c393 --- /dev/null +++ b/Symbolic/Resources/material-icons/history_toggle_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/history_toggle_off.round.svg b/Symbolic/Resources/material-icons/history_toggle_off.round.svg new file mode 100644 index 0000000000..820efd939a --- /dev/null +++ b/Symbolic/Resources/material-icons/history_toggle_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/history_toggle_off.sharp.svg b/Symbolic/Resources/material-icons/history_toggle_off.sharp.svg new file mode 100644 index 0000000000..663271c393 --- /dev/null +++ b/Symbolic/Resources/material-icons/history_toggle_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/history_toggle_off.twotone.svg b/Symbolic/Resources/material-icons/history_toggle_off.twotone.svg new file mode 100644 index 0000000000..663271c393 --- /dev/null +++ b/Symbolic/Resources/material-icons/history_toggle_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hive.default.svg b/Symbolic/Resources/material-icons/hive.default.svg new file mode 100644 index 0000000000..49c65fbab2 --- /dev/null +++ b/Symbolic/Resources/material-icons/hive.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hive.outlined.svg b/Symbolic/Resources/material-icons/hive.outlined.svg new file mode 100644 index 0000000000..461fba29cb --- /dev/null +++ b/Symbolic/Resources/material-icons/hive.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hive.round.svg b/Symbolic/Resources/material-icons/hive.round.svg new file mode 100644 index 0000000000..40b1c2e958 --- /dev/null +++ b/Symbolic/Resources/material-icons/hive.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hive.sharp.svg b/Symbolic/Resources/material-icons/hive.sharp.svg new file mode 100644 index 0000000000..49c65fbab2 --- /dev/null +++ b/Symbolic/Resources/material-icons/hive.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hive.twotone.svg b/Symbolic/Resources/material-icons/hive.twotone.svg new file mode 100644 index 0000000000..cd65d7142a --- /dev/null +++ b/Symbolic/Resources/material-icons/hive.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hls.default.svg b/Symbolic/Resources/material-icons/hls.default.svg new file mode 100644 index 0000000000..4835b482b2 --- /dev/null +++ b/Symbolic/Resources/material-icons/hls.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hls.outlined.svg b/Symbolic/Resources/material-icons/hls.outlined.svg new file mode 100644 index 0000000000..4835b482b2 --- /dev/null +++ b/Symbolic/Resources/material-icons/hls.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hls.round.svg b/Symbolic/Resources/material-icons/hls.round.svg new file mode 100644 index 0000000000..fa5898b7c8 --- /dev/null +++ b/Symbolic/Resources/material-icons/hls.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hls.sharp.svg b/Symbolic/Resources/material-icons/hls.sharp.svg new file mode 100644 index 0000000000..7f0ad86911 --- /dev/null +++ b/Symbolic/Resources/material-icons/hls.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hls.twotone.svg b/Symbolic/Resources/material-icons/hls.twotone.svg new file mode 100644 index 0000000000..4835b482b2 --- /dev/null +++ b/Symbolic/Resources/material-icons/hls.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hls_off.default.svg b/Symbolic/Resources/material-icons/hls_off.default.svg new file mode 100644 index 0000000000..336cec302b --- /dev/null +++ b/Symbolic/Resources/material-icons/hls_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hls_off.outlined.svg b/Symbolic/Resources/material-icons/hls_off.outlined.svg new file mode 100644 index 0000000000..336cec302b --- /dev/null +++ b/Symbolic/Resources/material-icons/hls_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hls_off.round.svg b/Symbolic/Resources/material-icons/hls_off.round.svg new file mode 100644 index 0000000000..988b3151bd --- /dev/null +++ b/Symbolic/Resources/material-icons/hls_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hls_off.sharp.svg b/Symbolic/Resources/material-icons/hls_off.sharp.svg new file mode 100644 index 0000000000..1892671f5b --- /dev/null +++ b/Symbolic/Resources/material-icons/hls_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hls_off.twotone.svg b/Symbolic/Resources/material-icons/hls_off.twotone.svg new file mode 100644 index 0000000000..336cec302b --- /dev/null +++ b/Symbolic/Resources/material-icons/hls_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/holiday_village.default.svg b/Symbolic/Resources/material-icons/holiday_village.default.svg new file mode 100644 index 0000000000..b40286bea1 --- /dev/null +++ b/Symbolic/Resources/material-icons/holiday_village.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/holiday_village.outlined.svg b/Symbolic/Resources/material-icons/holiday_village.outlined.svg new file mode 100644 index 0000000000..dec694b493 --- /dev/null +++ b/Symbolic/Resources/material-icons/holiday_village.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/holiday_village.round.svg b/Symbolic/Resources/material-icons/holiday_village.round.svg new file mode 100644 index 0000000000..9e6bf42f5d --- /dev/null +++ b/Symbolic/Resources/material-icons/holiday_village.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/holiday_village.sharp.svg b/Symbolic/Resources/material-icons/holiday_village.sharp.svg new file mode 100644 index 0000000000..b40286bea1 --- /dev/null +++ b/Symbolic/Resources/material-icons/holiday_village.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/holiday_village.twotone.svg b/Symbolic/Resources/material-icons/holiday_village.twotone.svg new file mode 100644 index 0000000000..982820d3ff --- /dev/null +++ b/Symbolic/Resources/material-icons/holiday_village.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/home.default.svg b/Symbolic/Resources/material-icons/home.default.svg new file mode 100644 index 0000000000..19f63725f4 --- /dev/null +++ b/Symbolic/Resources/material-icons/home.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/home.outlined.svg b/Symbolic/Resources/material-icons/home.outlined.svg new file mode 100644 index 0000000000..b3bbd60d7f --- /dev/null +++ b/Symbolic/Resources/material-icons/home.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/home.round.svg b/Symbolic/Resources/material-icons/home.round.svg new file mode 100644 index 0000000000..561ae78d59 --- /dev/null +++ b/Symbolic/Resources/material-icons/home.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/home.sharp.svg b/Symbolic/Resources/material-icons/home.sharp.svg new file mode 100644 index 0000000000..fdc89f8c3b --- /dev/null +++ b/Symbolic/Resources/material-icons/home.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/home.twotone.svg b/Symbolic/Resources/material-icons/home.twotone.svg new file mode 100644 index 0000000000..eedc4b5667 --- /dev/null +++ b/Symbolic/Resources/material-icons/home.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/home_filled.default.svg b/Symbolic/Resources/material-icons/home_filled.default.svg new file mode 100644 index 0000000000..71a6f5eeb9 --- /dev/null +++ b/Symbolic/Resources/material-icons/home_filled.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/home_max.default.svg b/Symbolic/Resources/material-icons/home_max.default.svg new file mode 100644 index 0000000000..eaca069ccc --- /dev/null +++ b/Symbolic/Resources/material-icons/home_max.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/home_max.outlined.svg b/Symbolic/Resources/material-icons/home_max.outlined.svg new file mode 100644 index 0000000000..eaca069ccc --- /dev/null +++ b/Symbolic/Resources/material-icons/home_max.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/home_max.round.svg b/Symbolic/Resources/material-icons/home_max.round.svg new file mode 100644 index 0000000000..8d02717b64 --- /dev/null +++ b/Symbolic/Resources/material-icons/home_max.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/home_max.sharp.svg b/Symbolic/Resources/material-icons/home_max.sharp.svg new file mode 100644 index 0000000000..eaca069ccc --- /dev/null +++ b/Symbolic/Resources/material-icons/home_max.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/home_max.twotone.svg b/Symbolic/Resources/material-icons/home_max.twotone.svg new file mode 100644 index 0000000000..2eefc2e740 --- /dev/null +++ b/Symbolic/Resources/material-icons/home_max.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/home_mini.default.svg b/Symbolic/Resources/material-icons/home_mini.default.svg new file mode 100644 index 0000000000..40607d9190 --- /dev/null +++ b/Symbolic/Resources/material-icons/home_mini.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/home_mini.outlined.svg b/Symbolic/Resources/material-icons/home_mini.outlined.svg new file mode 100644 index 0000000000..40607d9190 --- /dev/null +++ b/Symbolic/Resources/material-icons/home_mini.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/home_mini.round.svg b/Symbolic/Resources/material-icons/home_mini.round.svg new file mode 100644 index 0000000000..40607d9190 --- /dev/null +++ b/Symbolic/Resources/material-icons/home_mini.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/home_mini.sharp.svg b/Symbolic/Resources/material-icons/home_mini.sharp.svg new file mode 100644 index 0000000000..40607d9190 --- /dev/null +++ b/Symbolic/Resources/material-icons/home_mini.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/home_mini.twotone.svg b/Symbolic/Resources/material-icons/home_mini.twotone.svg new file mode 100644 index 0000000000..66ebc13198 --- /dev/null +++ b/Symbolic/Resources/material-icons/home_mini.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/home_repair_service.default.svg b/Symbolic/Resources/material-icons/home_repair_service.default.svg new file mode 100644 index 0000000000..80ce9cb810 --- /dev/null +++ b/Symbolic/Resources/material-icons/home_repair_service.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/home_repair_service.outlined.svg b/Symbolic/Resources/material-icons/home_repair_service.outlined.svg new file mode 100644 index 0000000000..2188265ad3 --- /dev/null +++ b/Symbolic/Resources/material-icons/home_repair_service.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/home_repair_service.round.svg b/Symbolic/Resources/material-icons/home_repair_service.round.svg new file mode 100644 index 0000000000..055ebf949d --- /dev/null +++ b/Symbolic/Resources/material-icons/home_repair_service.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/home_repair_service.sharp.svg b/Symbolic/Resources/material-icons/home_repair_service.sharp.svg new file mode 100644 index 0000000000..cc9edc90fe --- /dev/null +++ b/Symbolic/Resources/material-icons/home_repair_service.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/home_repair_service.twotone.svg b/Symbolic/Resources/material-icons/home_repair_service.twotone.svg new file mode 100644 index 0000000000..f366afc8db --- /dev/null +++ b/Symbolic/Resources/material-icons/home_repair_service.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/home_work.default.svg b/Symbolic/Resources/material-icons/home_work.default.svg new file mode 100644 index 0000000000..c4544c6bed --- /dev/null +++ b/Symbolic/Resources/material-icons/home_work.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/home_work.outlined.svg b/Symbolic/Resources/material-icons/home_work.outlined.svg new file mode 100644 index 0000000000..751a52e63a --- /dev/null +++ b/Symbolic/Resources/material-icons/home_work.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/home_work.round.svg b/Symbolic/Resources/material-icons/home_work.round.svg new file mode 100644 index 0000000000..db65a9b6a3 --- /dev/null +++ b/Symbolic/Resources/material-icons/home_work.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/home_work.sharp.svg b/Symbolic/Resources/material-icons/home_work.sharp.svg new file mode 100644 index 0000000000..c4544c6bed --- /dev/null +++ b/Symbolic/Resources/material-icons/home_work.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/home_work.twotone.svg b/Symbolic/Resources/material-icons/home_work.twotone.svg new file mode 100644 index 0000000000..0f48621571 --- /dev/null +++ b/Symbolic/Resources/material-icons/home_work.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/horizontal_distribute.default.svg b/Symbolic/Resources/material-icons/horizontal_distribute.default.svg new file mode 100644 index 0000000000..cf2e754f3a --- /dev/null +++ b/Symbolic/Resources/material-icons/horizontal_distribute.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/horizontal_distribute.outlined.svg b/Symbolic/Resources/material-icons/horizontal_distribute.outlined.svg new file mode 100644 index 0000000000..cf2e754f3a --- /dev/null +++ b/Symbolic/Resources/material-icons/horizontal_distribute.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/horizontal_distribute.round.svg b/Symbolic/Resources/material-icons/horizontal_distribute.round.svg new file mode 100644 index 0000000000..7df05a7674 --- /dev/null +++ b/Symbolic/Resources/material-icons/horizontal_distribute.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/horizontal_distribute.sharp.svg b/Symbolic/Resources/material-icons/horizontal_distribute.sharp.svg new file mode 100644 index 0000000000..cf2e754f3a --- /dev/null +++ b/Symbolic/Resources/material-icons/horizontal_distribute.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/horizontal_distribute.twotone.svg b/Symbolic/Resources/material-icons/horizontal_distribute.twotone.svg new file mode 100644 index 0000000000..cf2e754f3a --- /dev/null +++ b/Symbolic/Resources/material-icons/horizontal_distribute.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/horizontal_rule.default.svg b/Symbolic/Resources/material-icons/horizontal_rule.default.svg new file mode 100644 index 0000000000..3cb3300eda --- /dev/null +++ b/Symbolic/Resources/material-icons/horizontal_rule.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/horizontal_rule.outlined.svg b/Symbolic/Resources/material-icons/horizontal_rule.outlined.svg new file mode 100644 index 0000000000..bd584ca0da --- /dev/null +++ b/Symbolic/Resources/material-icons/horizontal_rule.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/horizontal_rule.round.svg b/Symbolic/Resources/material-icons/horizontal_rule.round.svg new file mode 100644 index 0000000000..f41e3953d1 --- /dev/null +++ b/Symbolic/Resources/material-icons/horizontal_rule.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/horizontal_rule.sharp.svg b/Symbolic/Resources/material-icons/horizontal_rule.sharp.svg new file mode 100644 index 0000000000..bd584ca0da --- /dev/null +++ b/Symbolic/Resources/material-icons/horizontal_rule.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/horizontal_rule.twotone.svg b/Symbolic/Resources/material-icons/horizontal_rule.twotone.svg new file mode 100644 index 0000000000..bd584ca0da --- /dev/null +++ b/Symbolic/Resources/material-icons/horizontal_rule.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/horizontal_split.default.svg b/Symbolic/Resources/material-icons/horizontal_split.default.svg new file mode 100644 index 0000000000..9a8c7fcbef --- /dev/null +++ b/Symbolic/Resources/material-icons/horizontal_split.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/horizontal_split.outlined.svg b/Symbolic/Resources/material-icons/horizontal_split.outlined.svg new file mode 100644 index 0000000000..c4661b991c --- /dev/null +++ b/Symbolic/Resources/material-icons/horizontal_split.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/horizontal_split.round.svg b/Symbolic/Resources/material-icons/horizontal_split.round.svg new file mode 100644 index 0000000000..c8b3643938 --- /dev/null +++ b/Symbolic/Resources/material-icons/horizontal_split.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/horizontal_split.sharp.svg b/Symbolic/Resources/material-icons/horizontal_split.sharp.svg new file mode 100644 index 0000000000..9a8c7fcbef --- /dev/null +++ b/Symbolic/Resources/material-icons/horizontal_split.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/horizontal_split.twotone.svg b/Symbolic/Resources/material-icons/horizontal_split.twotone.svg new file mode 100644 index 0000000000..d0bdbe462d --- /dev/null +++ b/Symbolic/Resources/material-icons/horizontal_split.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hot_tub.default.svg b/Symbolic/Resources/material-icons/hot_tub.default.svg new file mode 100644 index 0000000000..90809a6347 --- /dev/null +++ b/Symbolic/Resources/material-icons/hot_tub.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hot_tub.outlined.svg b/Symbolic/Resources/material-icons/hot_tub.outlined.svg new file mode 100644 index 0000000000..8bdf1f93e0 --- /dev/null +++ b/Symbolic/Resources/material-icons/hot_tub.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hot_tub.round.svg b/Symbolic/Resources/material-icons/hot_tub.round.svg new file mode 100644 index 0000000000..19bb051b90 --- /dev/null +++ b/Symbolic/Resources/material-icons/hot_tub.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hot_tub.sharp.svg b/Symbolic/Resources/material-icons/hot_tub.sharp.svg new file mode 100644 index 0000000000..decc6dd331 --- /dev/null +++ b/Symbolic/Resources/material-icons/hot_tub.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hot_tub.twotone.svg b/Symbolic/Resources/material-icons/hot_tub.twotone.svg new file mode 100644 index 0000000000..efa1da0b46 --- /dev/null +++ b/Symbolic/Resources/material-icons/hot_tub.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hotel.default.svg b/Symbolic/Resources/material-icons/hotel.default.svg new file mode 100644 index 0000000000..144b0657af --- /dev/null +++ b/Symbolic/Resources/material-icons/hotel.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hotel.outlined.svg b/Symbolic/Resources/material-icons/hotel.outlined.svg new file mode 100644 index 0000000000..2ee44a9187 --- /dev/null +++ b/Symbolic/Resources/material-icons/hotel.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hotel.round.svg b/Symbolic/Resources/material-icons/hotel.round.svg new file mode 100644 index 0000000000..cc7c30b8ca --- /dev/null +++ b/Symbolic/Resources/material-icons/hotel.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hotel.sharp.svg b/Symbolic/Resources/material-icons/hotel.sharp.svg new file mode 100644 index 0000000000..8a6a65ff63 --- /dev/null +++ b/Symbolic/Resources/material-icons/hotel.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hotel.twotone.svg b/Symbolic/Resources/material-icons/hotel.twotone.svg new file mode 100644 index 0000000000..8295286d7d --- /dev/null +++ b/Symbolic/Resources/material-icons/hotel.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hotel_class.default.svg b/Symbolic/Resources/material-icons/hotel_class.default.svg new file mode 100644 index 0000000000..4ec0de62f2 --- /dev/null +++ b/Symbolic/Resources/material-icons/hotel_class.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hotel_class.outlined.svg b/Symbolic/Resources/material-icons/hotel_class.outlined.svg new file mode 100644 index 0000000000..e09bdda7a5 --- /dev/null +++ b/Symbolic/Resources/material-icons/hotel_class.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hotel_class.round.svg b/Symbolic/Resources/material-icons/hotel_class.round.svg new file mode 100644 index 0000000000..e0ec528048 --- /dev/null +++ b/Symbolic/Resources/material-icons/hotel_class.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hotel_class.sharp.svg b/Symbolic/Resources/material-icons/hotel_class.sharp.svg new file mode 100644 index 0000000000..4ec0de62f2 --- /dev/null +++ b/Symbolic/Resources/material-icons/hotel_class.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hotel_class.twotone.svg b/Symbolic/Resources/material-icons/hotel_class.twotone.svg new file mode 100644 index 0000000000..d024211cb9 --- /dev/null +++ b/Symbolic/Resources/material-icons/hotel_class.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hourglass_bottom.default.svg b/Symbolic/Resources/material-icons/hourglass_bottom.default.svg new file mode 100644 index 0000000000..2d938d306f --- /dev/null +++ b/Symbolic/Resources/material-icons/hourglass_bottom.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hourglass_bottom.outlined.svg b/Symbolic/Resources/material-icons/hourglass_bottom.outlined.svg new file mode 100644 index 0000000000..2d938d306f --- /dev/null +++ b/Symbolic/Resources/material-icons/hourglass_bottom.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hourglass_bottom.round.svg b/Symbolic/Resources/material-icons/hourglass_bottom.round.svg new file mode 100644 index 0000000000..f4d39411d7 --- /dev/null +++ b/Symbolic/Resources/material-icons/hourglass_bottom.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hourglass_bottom.sharp.svg b/Symbolic/Resources/material-icons/hourglass_bottom.sharp.svg new file mode 100644 index 0000000000..2d938d306f --- /dev/null +++ b/Symbolic/Resources/material-icons/hourglass_bottom.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hourglass_bottom.twotone.svg b/Symbolic/Resources/material-icons/hourglass_bottom.twotone.svg new file mode 100644 index 0000000000..10ae2adc06 --- /dev/null +++ b/Symbolic/Resources/material-icons/hourglass_bottom.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hourglass_disabled.default.svg b/Symbolic/Resources/material-icons/hourglass_disabled.default.svg new file mode 100644 index 0000000000..6f0323290c --- /dev/null +++ b/Symbolic/Resources/material-icons/hourglass_disabled.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hourglass_disabled.outlined.svg b/Symbolic/Resources/material-icons/hourglass_disabled.outlined.svg new file mode 100644 index 0000000000..6f0323290c --- /dev/null +++ b/Symbolic/Resources/material-icons/hourglass_disabled.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hourglass_disabled.round.svg b/Symbolic/Resources/material-icons/hourglass_disabled.round.svg new file mode 100644 index 0000000000..25a5f8d002 --- /dev/null +++ b/Symbolic/Resources/material-icons/hourglass_disabled.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hourglass_disabled.sharp.svg b/Symbolic/Resources/material-icons/hourglass_disabled.sharp.svg new file mode 100644 index 0000000000..6f0323290c --- /dev/null +++ b/Symbolic/Resources/material-icons/hourglass_disabled.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hourglass_disabled.twotone.svg b/Symbolic/Resources/material-icons/hourglass_disabled.twotone.svg new file mode 100644 index 0000000000..6f0323290c --- /dev/null +++ b/Symbolic/Resources/material-icons/hourglass_disabled.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hourglass_empty.default.svg b/Symbolic/Resources/material-icons/hourglass_empty.default.svg new file mode 100644 index 0000000000..8938953ddd --- /dev/null +++ b/Symbolic/Resources/material-icons/hourglass_empty.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hourglass_empty.outlined.svg b/Symbolic/Resources/material-icons/hourglass_empty.outlined.svg new file mode 100644 index 0000000000..8938953ddd --- /dev/null +++ b/Symbolic/Resources/material-icons/hourglass_empty.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hourglass_empty.round.svg b/Symbolic/Resources/material-icons/hourglass_empty.round.svg new file mode 100644 index 0000000000..5abb696828 --- /dev/null +++ b/Symbolic/Resources/material-icons/hourglass_empty.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hourglass_empty.sharp.svg b/Symbolic/Resources/material-icons/hourglass_empty.sharp.svg new file mode 100644 index 0000000000..8938953ddd --- /dev/null +++ b/Symbolic/Resources/material-icons/hourglass_empty.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hourglass_empty.twotone.svg b/Symbolic/Resources/material-icons/hourglass_empty.twotone.svg new file mode 100644 index 0000000000..3ebe04fbd2 --- /dev/null +++ b/Symbolic/Resources/material-icons/hourglass_empty.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hourglass_full.default.svg b/Symbolic/Resources/material-icons/hourglass_full.default.svg new file mode 100644 index 0000000000..4b4e9316a2 --- /dev/null +++ b/Symbolic/Resources/material-icons/hourglass_full.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hourglass_full.outlined.svg b/Symbolic/Resources/material-icons/hourglass_full.outlined.svg new file mode 100644 index 0000000000..4b4e9316a2 --- /dev/null +++ b/Symbolic/Resources/material-icons/hourglass_full.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hourglass_full.round.svg b/Symbolic/Resources/material-icons/hourglass_full.round.svg new file mode 100644 index 0000000000..f3d1a686aa --- /dev/null +++ b/Symbolic/Resources/material-icons/hourglass_full.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hourglass_full.sharp.svg b/Symbolic/Resources/material-icons/hourglass_full.sharp.svg new file mode 100644 index 0000000000..4b4e9316a2 --- /dev/null +++ b/Symbolic/Resources/material-icons/hourglass_full.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hourglass_full.twotone.svg b/Symbolic/Resources/material-icons/hourglass_full.twotone.svg new file mode 100644 index 0000000000..b95f992183 --- /dev/null +++ b/Symbolic/Resources/material-icons/hourglass_full.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hourglass_top.default.svg b/Symbolic/Resources/material-icons/hourglass_top.default.svg new file mode 100644 index 0000000000..3e07290509 --- /dev/null +++ b/Symbolic/Resources/material-icons/hourglass_top.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hourglass_top.outlined.svg b/Symbolic/Resources/material-icons/hourglass_top.outlined.svg new file mode 100644 index 0000000000..3e07290509 --- /dev/null +++ b/Symbolic/Resources/material-icons/hourglass_top.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hourglass_top.round.svg b/Symbolic/Resources/material-icons/hourglass_top.round.svg new file mode 100644 index 0000000000..95d7e9d411 --- /dev/null +++ b/Symbolic/Resources/material-icons/hourglass_top.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hourglass_top.sharp.svg b/Symbolic/Resources/material-icons/hourglass_top.sharp.svg new file mode 100644 index 0000000000..3e07290509 --- /dev/null +++ b/Symbolic/Resources/material-icons/hourglass_top.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hourglass_top.twotone.svg b/Symbolic/Resources/material-icons/hourglass_top.twotone.svg new file mode 100644 index 0000000000..0d96188d6f --- /dev/null +++ b/Symbolic/Resources/material-icons/hourglass_top.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/house.default.svg b/Symbolic/Resources/material-icons/house.default.svg new file mode 100644 index 0000000000..9a2bce7ca1 --- /dev/null +++ b/Symbolic/Resources/material-icons/house.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/house.outlined.svg b/Symbolic/Resources/material-icons/house.outlined.svg new file mode 100644 index 0000000000..f54748bdea --- /dev/null +++ b/Symbolic/Resources/material-icons/house.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/house.round.svg b/Symbolic/Resources/material-icons/house.round.svg new file mode 100644 index 0000000000..beabb1c45a --- /dev/null +++ b/Symbolic/Resources/material-icons/house.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/house.sharp.svg b/Symbolic/Resources/material-icons/house.sharp.svg new file mode 100644 index 0000000000..9a2bce7ca1 --- /dev/null +++ b/Symbolic/Resources/material-icons/house.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/house.twotone.svg b/Symbolic/Resources/material-icons/house.twotone.svg new file mode 100644 index 0000000000..2e1c193513 --- /dev/null +++ b/Symbolic/Resources/material-icons/house.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/house_siding.default.svg b/Symbolic/Resources/material-icons/house_siding.default.svg new file mode 100644 index 0000000000..a05ae76d8c --- /dev/null +++ b/Symbolic/Resources/material-icons/house_siding.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/house_siding.outlined.svg b/Symbolic/Resources/material-icons/house_siding.outlined.svg new file mode 100644 index 0000000000..a05ae76d8c --- /dev/null +++ b/Symbolic/Resources/material-icons/house_siding.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/house_siding.round.svg b/Symbolic/Resources/material-icons/house_siding.round.svg new file mode 100644 index 0000000000..9c626c1c07 --- /dev/null +++ b/Symbolic/Resources/material-icons/house_siding.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/house_siding.sharp.svg b/Symbolic/Resources/material-icons/house_siding.sharp.svg new file mode 100644 index 0000000000..a05ae76d8c --- /dev/null +++ b/Symbolic/Resources/material-icons/house_siding.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/house_siding.twotone.svg b/Symbolic/Resources/material-icons/house_siding.twotone.svg new file mode 100644 index 0000000000..623215a533 --- /dev/null +++ b/Symbolic/Resources/material-icons/house_siding.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/houseboat.default.svg b/Symbolic/Resources/material-icons/houseboat.default.svg new file mode 100644 index 0000000000..81aecd5775 --- /dev/null +++ b/Symbolic/Resources/material-icons/houseboat.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/houseboat.outlined.svg b/Symbolic/Resources/material-icons/houseboat.outlined.svg new file mode 100644 index 0000000000..0422744008 --- /dev/null +++ b/Symbolic/Resources/material-icons/houseboat.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/houseboat.round.svg b/Symbolic/Resources/material-icons/houseboat.round.svg new file mode 100644 index 0000000000..b476e3925b --- /dev/null +++ b/Symbolic/Resources/material-icons/houseboat.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/houseboat.sharp.svg b/Symbolic/Resources/material-icons/houseboat.sharp.svg new file mode 100644 index 0000000000..17ff576677 --- /dev/null +++ b/Symbolic/Resources/material-icons/houseboat.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/houseboat.twotone.svg b/Symbolic/Resources/material-icons/houseboat.twotone.svg new file mode 100644 index 0000000000..19b2cc14a6 --- /dev/null +++ b/Symbolic/Resources/material-icons/houseboat.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/how_to_reg.default.svg b/Symbolic/Resources/material-icons/how_to_reg.default.svg new file mode 100644 index 0000000000..3ec94b9d5e --- /dev/null +++ b/Symbolic/Resources/material-icons/how_to_reg.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/how_to_reg.outlined.svg b/Symbolic/Resources/material-icons/how_to_reg.outlined.svg new file mode 100644 index 0000000000..70478f8ec4 --- /dev/null +++ b/Symbolic/Resources/material-icons/how_to_reg.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/how_to_reg.round.svg b/Symbolic/Resources/material-icons/how_to_reg.round.svg new file mode 100644 index 0000000000..a5b5add5df --- /dev/null +++ b/Symbolic/Resources/material-icons/how_to_reg.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/how_to_reg.sharp.svg b/Symbolic/Resources/material-icons/how_to_reg.sharp.svg new file mode 100644 index 0000000000..b0fc2bcc3e --- /dev/null +++ b/Symbolic/Resources/material-icons/how_to_reg.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/how_to_reg.twotone.svg b/Symbolic/Resources/material-icons/how_to_reg.twotone.svg new file mode 100644 index 0000000000..c24f0d5d87 --- /dev/null +++ b/Symbolic/Resources/material-icons/how_to_reg.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/how_to_vote.default.svg b/Symbolic/Resources/material-icons/how_to_vote.default.svg new file mode 100644 index 0000000000..95074e5fe2 --- /dev/null +++ b/Symbolic/Resources/material-icons/how_to_vote.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/how_to_vote.outlined.svg b/Symbolic/Resources/material-icons/how_to_vote.outlined.svg new file mode 100644 index 0000000000..2a22748afa --- /dev/null +++ b/Symbolic/Resources/material-icons/how_to_vote.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/how_to_vote.round.svg b/Symbolic/Resources/material-icons/how_to_vote.round.svg new file mode 100644 index 0000000000..54277a5a10 --- /dev/null +++ b/Symbolic/Resources/material-icons/how_to_vote.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/how_to_vote.sharp.svg b/Symbolic/Resources/material-icons/how_to_vote.sharp.svg new file mode 100644 index 0000000000..e5e04eb8a8 --- /dev/null +++ b/Symbolic/Resources/material-icons/how_to_vote.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/how_to_vote.twotone.svg b/Symbolic/Resources/material-icons/how_to_vote.twotone.svg new file mode 100644 index 0000000000..8e076560c2 --- /dev/null +++ b/Symbolic/Resources/material-icons/how_to_vote.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/html.default.svg b/Symbolic/Resources/material-icons/html.default.svg new file mode 100644 index 0000000000..fb64a4c87e --- /dev/null +++ b/Symbolic/Resources/material-icons/html.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/html.outlined.svg b/Symbolic/Resources/material-icons/html.outlined.svg new file mode 100644 index 0000000000..fb64a4c87e --- /dev/null +++ b/Symbolic/Resources/material-icons/html.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/html.round.svg b/Symbolic/Resources/material-icons/html.round.svg new file mode 100644 index 0000000000..aaed48bb86 --- /dev/null +++ b/Symbolic/Resources/material-icons/html.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/html.sharp.svg b/Symbolic/Resources/material-icons/html.sharp.svg new file mode 100644 index 0000000000..fb7aaa554b --- /dev/null +++ b/Symbolic/Resources/material-icons/html.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/html.twotone.svg b/Symbolic/Resources/material-icons/html.twotone.svg new file mode 100644 index 0000000000..fb64a4c87e --- /dev/null +++ b/Symbolic/Resources/material-icons/html.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/http.default.svg b/Symbolic/Resources/material-icons/http.default.svg new file mode 100644 index 0000000000..240930da60 --- /dev/null +++ b/Symbolic/Resources/material-icons/http.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/http.outlined.svg b/Symbolic/Resources/material-icons/http.outlined.svg new file mode 100644 index 0000000000..4c347ddb64 --- /dev/null +++ b/Symbolic/Resources/material-icons/http.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/http.round.svg b/Symbolic/Resources/material-icons/http.round.svg new file mode 100644 index 0000000000..ffe4f4690b --- /dev/null +++ b/Symbolic/Resources/material-icons/http.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/http.sharp.svg b/Symbolic/Resources/material-icons/http.sharp.svg new file mode 100644 index 0000000000..7dd152e82e --- /dev/null +++ b/Symbolic/Resources/material-icons/http.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/http.twotone.svg b/Symbolic/Resources/material-icons/http.twotone.svg new file mode 100644 index 0000000000..4c347ddb64 --- /dev/null +++ b/Symbolic/Resources/material-icons/http.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/https.default.svg b/Symbolic/Resources/material-icons/https.default.svg new file mode 100644 index 0000000000..8fd44189da --- /dev/null +++ b/Symbolic/Resources/material-icons/https.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/https.outlined.svg b/Symbolic/Resources/material-icons/https.outlined.svg new file mode 100644 index 0000000000..1280f23b7a --- /dev/null +++ b/Symbolic/Resources/material-icons/https.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/https.round.svg b/Symbolic/Resources/material-icons/https.round.svg new file mode 100644 index 0000000000..60d95568d2 --- /dev/null +++ b/Symbolic/Resources/material-icons/https.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/https.sharp.svg b/Symbolic/Resources/material-icons/https.sharp.svg new file mode 100644 index 0000000000..1e3e951b51 --- /dev/null +++ b/Symbolic/Resources/material-icons/https.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/https.twotone.svg b/Symbolic/Resources/material-icons/https.twotone.svg new file mode 100644 index 0000000000..feb3b1d1e0 --- /dev/null +++ b/Symbolic/Resources/material-icons/https.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hub.default.svg b/Symbolic/Resources/material-icons/hub.default.svg new file mode 100644 index 0000000000..dbd2887e07 --- /dev/null +++ b/Symbolic/Resources/material-icons/hub.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hub.outlined.svg b/Symbolic/Resources/material-icons/hub.outlined.svg new file mode 100644 index 0000000000..047cbd2190 --- /dev/null +++ b/Symbolic/Resources/material-icons/hub.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hub.round.svg b/Symbolic/Resources/material-icons/hub.round.svg new file mode 100644 index 0000000000..dbd2887e07 --- /dev/null +++ b/Symbolic/Resources/material-icons/hub.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hub.sharp.svg b/Symbolic/Resources/material-icons/hub.sharp.svg new file mode 100644 index 0000000000..dbd2887e07 --- /dev/null +++ b/Symbolic/Resources/material-icons/hub.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hub.twotone.svg b/Symbolic/Resources/material-icons/hub.twotone.svg new file mode 100644 index 0000000000..1df35a6905 --- /dev/null +++ b/Symbolic/Resources/material-icons/hub.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hvac.default.svg b/Symbolic/Resources/material-icons/hvac.default.svg new file mode 100644 index 0000000000..76889cda70 --- /dev/null +++ b/Symbolic/Resources/material-icons/hvac.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hvac.outlined.svg b/Symbolic/Resources/material-icons/hvac.outlined.svg new file mode 100644 index 0000000000..611ea1bcb1 --- /dev/null +++ b/Symbolic/Resources/material-icons/hvac.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hvac.round.svg b/Symbolic/Resources/material-icons/hvac.round.svg new file mode 100644 index 0000000000..0a4b334671 --- /dev/null +++ b/Symbolic/Resources/material-icons/hvac.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hvac.sharp.svg b/Symbolic/Resources/material-icons/hvac.sharp.svg new file mode 100644 index 0000000000..9d2ae06003 --- /dev/null +++ b/Symbolic/Resources/material-icons/hvac.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/hvac.twotone.svg b/Symbolic/Resources/material-icons/hvac.twotone.svg new file mode 100644 index 0000000000..1dde0864f9 --- /dev/null +++ b/Symbolic/Resources/material-icons/hvac.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ice_skating.default.svg b/Symbolic/Resources/material-icons/ice_skating.default.svg new file mode 100644 index 0000000000..fc27e95471 --- /dev/null +++ b/Symbolic/Resources/material-icons/ice_skating.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ice_skating.outlined.svg b/Symbolic/Resources/material-icons/ice_skating.outlined.svg new file mode 100644 index 0000000000..6c9d5deb00 --- /dev/null +++ b/Symbolic/Resources/material-icons/ice_skating.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ice_skating.round.svg b/Symbolic/Resources/material-icons/ice_skating.round.svg new file mode 100644 index 0000000000..388126b6b0 --- /dev/null +++ b/Symbolic/Resources/material-icons/ice_skating.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ice_skating.sharp.svg b/Symbolic/Resources/material-icons/ice_skating.sharp.svg new file mode 100644 index 0000000000..9760af97a9 --- /dev/null +++ b/Symbolic/Resources/material-icons/ice_skating.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ice_skating.twotone.svg b/Symbolic/Resources/material-icons/ice_skating.twotone.svg new file mode 100644 index 0000000000..0d325fadca --- /dev/null +++ b/Symbolic/Resources/material-icons/ice_skating.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/icecream.default.svg b/Symbolic/Resources/material-icons/icecream.default.svg new file mode 100644 index 0000000000..79b19f640c --- /dev/null +++ b/Symbolic/Resources/material-icons/icecream.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/icecream.outlined.svg b/Symbolic/Resources/material-icons/icecream.outlined.svg new file mode 100644 index 0000000000..8234c7ce78 --- /dev/null +++ b/Symbolic/Resources/material-icons/icecream.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/icecream.round.svg b/Symbolic/Resources/material-icons/icecream.round.svg new file mode 100644 index 0000000000..fe0e06359e --- /dev/null +++ b/Symbolic/Resources/material-icons/icecream.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/icecream.sharp.svg b/Symbolic/Resources/material-icons/icecream.sharp.svg new file mode 100644 index 0000000000..bba64fc68a --- /dev/null +++ b/Symbolic/Resources/material-icons/icecream.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/icecream.twotone.svg b/Symbolic/Resources/material-icons/icecream.twotone.svg new file mode 100644 index 0000000000..7fa5d6dc21 --- /dev/null +++ b/Symbolic/Resources/material-icons/icecream.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/image.default.svg b/Symbolic/Resources/material-icons/image.default.svg new file mode 100644 index 0000000000..5d4bac103a --- /dev/null +++ b/Symbolic/Resources/material-icons/image.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/image.outlined.svg b/Symbolic/Resources/material-icons/image.outlined.svg new file mode 100644 index 0000000000..dce241c864 --- /dev/null +++ b/Symbolic/Resources/material-icons/image.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/image.round.svg b/Symbolic/Resources/material-icons/image.round.svg new file mode 100644 index 0000000000..69b64e2ed3 --- /dev/null +++ b/Symbolic/Resources/material-icons/image.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/image.sharp.svg b/Symbolic/Resources/material-icons/image.sharp.svg new file mode 100644 index 0000000000..8013015981 --- /dev/null +++ b/Symbolic/Resources/material-icons/image.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/image.twotone.svg b/Symbolic/Resources/material-icons/image.twotone.svg new file mode 100644 index 0000000000..4e6f5dd5b3 --- /dev/null +++ b/Symbolic/Resources/material-icons/image.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/image_aspect_ratio.default.svg b/Symbolic/Resources/material-icons/image_aspect_ratio.default.svg new file mode 100644 index 0000000000..b83fb68103 --- /dev/null +++ b/Symbolic/Resources/material-icons/image_aspect_ratio.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/image_aspect_ratio.outlined.svg b/Symbolic/Resources/material-icons/image_aspect_ratio.outlined.svg new file mode 100644 index 0000000000..b83fb68103 --- /dev/null +++ b/Symbolic/Resources/material-icons/image_aspect_ratio.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/image_aspect_ratio.round.svg b/Symbolic/Resources/material-icons/image_aspect_ratio.round.svg new file mode 100644 index 0000000000..9570fa8f73 --- /dev/null +++ b/Symbolic/Resources/material-icons/image_aspect_ratio.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/image_aspect_ratio.sharp.svg b/Symbolic/Resources/material-icons/image_aspect_ratio.sharp.svg new file mode 100644 index 0000000000..05659378fa --- /dev/null +++ b/Symbolic/Resources/material-icons/image_aspect_ratio.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/image_aspect_ratio.twotone.svg b/Symbolic/Resources/material-icons/image_aspect_ratio.twotone.svg new file mode 100644 index 0000000000..29f1c4ed00 --- /dev/null +++ b/Symbolic/Resources/material-icons/image_aspect_ratio.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/image_not_supported.default.svg b/Symbolic/Resources/material-icons/image_not_supported.default.svg new file mode 100644 index 0000000000..34e059b106 --- /dev/null +++ b/Symbolic/Resources/material-icons/image_not_supported.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/image_not_supported.outlined.svg b/Symbolic/Resources/material-icons/image_not_supported.outlined.svg new file mode 100644 index 0000000000..eedc489ec1 --- /dev/null +++ b/Symbolic/Resources/material-icons/image_not_supported.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/image_not_supported.round.svg b/Symbolic/Resources/material-icons/image_not_supported.round.svg new file mode 100644 index 0000000000..7aa5e19362 --- /dev/null +++ b/Symbolic/Resources/material-icons/image_not_supported.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/image_not_supported.sharp.svg b/Symbolic/Resources/material-icons/image_not_supported.sharp.svg new file mode 100644 index 0000000000..14b2d19824 --- /dev/null +++ b/Symbolic/Resources/material-icons/image_not_supported.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/image_not_supported.twotone.svg b/Symbolic/Resources/material-icons/image_not_supported.twotone.svg new file mode 100644 index 0000000000..a87f1bbaa1 --- /dev/null +++ b/Symbolic/Resources/material-icons/image_not_supported.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/image_search.default.svg b/Symbolic/Resources/material-icons/image_search.default.svg new file mode 100644 index 0000000000..3f4060fedf --- /dev/null +++ b/Symbolic/Resources/material-icons/image_search.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/image_search.outlined.svg b/Symbolic/Resources/material-icons/image_search.outlined.svg new file mode 100644 index 0000000000..03535274e8 --- /dev/null +++ b/Symbolic/Resources/material-icons/image_search.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/image_search.round.svg b/Symbolic/Resources/material-icons/image_search.round.svg new file mode 100644 index 0000000000..22d6b899f4 --- /dev/null +++ b/Symbolic/Resources/material-icons/image_search.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/image_search.sharp.svg b/Symbolic/Resources/material-icons/image_search.sharp.svg new file mode 100644 index 0000000000..4d36585f41 --- /dev/null +++ b/Symbolic/Resources/material-icons/image_search.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/image_search.twotone.svg b/Symbolic/Resources/material-icons/image_search.twotone.svg new file mode 100644 index 0000000000..77fea61070 --- /dev/null +++ b/Symbolic/Resources/material-icons/image_search.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/imagesearch_roller.default.svg b/Symbolic/Resources/material-icons/imagesearch_roller.default.svg new file mode 100644 index 0000000000..acaf412391 --- /dev/null +++ b/Symbolic/Resources/material-icons/imagesearch_roller.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/imagesearch_roller.outlined.svg b/Symbolic/Resources/material-icons/imagesearch_roller.outlined.svg new file mode 100644 index 0000000000..e58e817040 --- /dev/null +++ b/Symbolic/Resources/material-icons/imagesearch_roller.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/imagesearch_roller.round.svg b/Symbolic/Resources/material-icons/imagesearch_roller.round.svg new file mode 100644 index 0000000000..dc1a064fda --- /dev/null +++ b/Symbolic/Resources/material-icons/imagesearch_roller.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/imagesearch_roller.sharp.svg b/Symbolic/Resources/material-icons/imagesearch_roller.sharp.svg new file mode 100644 index 0000000000..5f67472b8f --- /dev/null +++ b/Symbolic/Resources/material-icons/imagesearch_roller.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/imagesearch_roller.twotone.svg b/Symbolic/Resources/material-icons/imagesearch_roller.twotone.svg new file mode 100644 index 0000000000..d8393b6a70 --- /dev/null +++ b/Symbolic/Resources/material-icons/imagesearch_roller.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/import_contacts.default.svg b/Symbolic/Resources/material-icons/import_contacts.default.svg new file mode 100644 index 0000000000..a42e7ae15e --- /dev/null +++ b/Symbolic/Resources/material-icons/import_contacts.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/import_contacts.outlined.svg b/Symbolic/Resources/material-icons/import_contacts.outlined.svg new file mode 100644 index 0000000000..a4944312ec --- /dev/null +++ b/Symbolic/Resources/material-icons/import_contacts.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/import_contacts.round.svg b/Symbolic/Resources/material-icons/import_contacts.round.svg new file mode 100644 index 0000000000..d24b939f4d --- /dev/null +++ b/Symbolic/Resources/material-icons/import_contacts.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/import_contacts.sharp.svg b/Symbolic/Resources/material-icons/import_contacts.sharp.svg new file mode 100644 index 0000000000..81b3ed5b4e --- /dev/null +++ b/Symbolic/Resources/material-icons/import_contacts.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/import_contacts.twotone.svg b/Symbolic/Resources/material-icons/import_contacts.twotone.svg new file mode 100644 index 0000000000..45fdcc3627 --- /dev/null +++ b/Symbolic/Resources/material-icons/import_contacts.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/import_export.default.svg b/Symbolic/Resources/material-icons/import_export.default.svg new file mode 100644 index 0000000000..69589bbd4a --- /dev/null +++ b/Symbolic/Resources/material-icons/import_export.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/import_export.outlined.svg b/Symbolic/Resources/material-icons/import_export.outlined.svg new file mode 100644 index 0000000000..8650728338 --- /dev/null +++ b/Symbolic/Resources/material-icons/import_export.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/import_export.round.svg b/Symbolic/Resources/material-icons/import_export.round.svg new file mode 100644 index 0000000000..94e8f087fa --- /dev/null +++ b/Symbolic/Resources/material-icons/import_export.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/import_export.sharp.svg b/Symbolic/Resources/material-icons/import_export.sharp.svg new file mode 100644 index 0000000000..8650728338 --- /dev/null +++ b/Symbolic/Resources/material-icons/import_export.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/import_export.twotone.svg b/Symbolic/Resources/material-icons/import_export.twotone.svg new file mode 100644 index 0000000000..4a69366016 --- /dev/null +++ b/Symbolic/Resources/material-icons/import_export.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/important_devices.default.svg b/Symbolic/Resources/material-icons/important_devices.default.svg new file mode 100644 index 0000000000..7f877c06a7 --- /dev/null +++ b/Symbolic/Resources/material-icons/important_devices.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/important_devices.outlined.svg b/Symbolic/Resources/material-icons/important_devices.outlined.svg new file mode 100644 index 0000000000..7f877c06a7 --- /dev/null +++ b/Symbolic/Resources/material-icons/important_devices.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/important_devices.round.svg b/Symbolic/Resources/material-icons/important_devices.round.svg new file mode 100644 index 0000000000..b763c787c9 --- /dev/null +++ b/Symbolic/Resources/material-icons/important_devices.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/important_devices.sharp.svg b/Symbolic/Resources/material-icons/important_devices.sharp.svg new file mode 100644 index 0000000000..bf6e6ef33c --- /dev/null +++ b/Symbolic/Resources/material-icons/important_devices.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/important_devices.twotone.svg b/Symbolic/Resources/material-icons/important_devices.twotone.svg new file mode 100644 index 0000000000..dc2bedf8f3 --- /dev/null +++ b/Symbolic/Resources/material-icons/important_devices.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/inbox.default.svg b/Symbolic/Resources/material-icons/inbox.default.svg new file mode 100644 index 0000000000..f8ae8744fe --- /dev/null +++ b/Symbolic/Resources/material-icons/inbox.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/inbox.outlined.svg b/Symbolic/Resources/material-icons/inbox.outlined.svg new file mode 100644 index 0000000000..ade08d929b --- /dev/null +++ b/Symbolic/Resources/material-icons/inbox.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/inbox.round.svg b/Symbolic/Resources/material-icons/inbox.round.svg new file mode 100644 index 0000000000..cbf170ef76 --- /dev/null +++ b/Symbolic/Resources/material-icons/inbox.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/inbox.sharp.svg b/Symbolic/Resources/material-icons/inbox.sharp.svg new file mode 100644 index 0000000000..41e0d65540 --- /dev/null +++ b/Symbolic/Resources/material-icons/inbox.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/inbox.twotone.svg b/Symbolic/Resources/material-icons/inbox.twotone.svg new file mode 100644 index 0000000000..166a144d71 --- /dev/null +++ b/Symbolic/Resources/material-icons/inbox.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/incomplete_circle.default.svg b/Symbolic/Resources/material-icons/incomplete_circle.default.svg new file mode 100644 index 0000000000..0107fa0462 --- /dev/null +++ b/Symbolic/Resources/material-icons/incomplete_circle.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/incomplete_circle.outlined.svg b/Symbolic/Resources/material-icons/incomplete_circle.outlined.svg new file mode 100644 index 0000000000..0107fa0462 --- /dev/null +++ b/Symbolic/Resources/material-icons/incomplete_circle.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/incomplete_circle.round.svg b/Symbolic/Resources/material-icons/incomplete_circle.round.svg new file mode 100644 index 0000000000..0107fa0462 --- /dev/null +++ b/Symbolic/Resources/material-icons/incomplete_circle.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/incomplete_circle.sharp.svg b/Symbolic/Resources/material-icons/incomplete_circle.sharp.svg new file mode 100644 index 0000000000..0107fa0462 --- /dev/null +++ b/Symbolic/Resources/material-icons/incomplete_circle.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/incomplete_circle.twotone.svg b/Symbolic/Resources/material-icons/incomplete_circle.twotone.svg new file mode 100644 index 0000000000..0107fa0462 --- /dev/null +++ b/Symbolic/Resources/material-icons/incomplete_circle.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/indeterminate_check_box.default.svg b/Symbolic/Resources/material-icons/indeterminate_check_box.default.svg new file mode 100644 index 0000000000..3f7b8e5e3d --- /dev/null +++ b/Symbolic/Resources/material-icons/indeterminate_check_box.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/indeterminate_check_box.outlined.svg b/Symbolic/Resources/material-icons/indeterminate_check_box.outlined.svg new file mode 100644 index 0000000000..0151540290 --- /dev/null +++ b/Symbolic/Resources/material-icons/indeterminate_check_box.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/indeterminate_check_box.round.svg b/Symbolic/Resources/material-icons/indeterminate_check_box.round.svg new file mode 100644 index 0000000000..45f3077e50 --- /dev/null +++ b/Symbolic/Resources/material-icons/indeterminate_check_box.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/indeterminate_check_box.sharp.svg b/Symbolic/Resources/material-icons/indeterminate_check_box.sharp.svg new file mode 100644 index 0000000000..febac9103a --- /dev/null +++ b/Symbolic/Resources/material-icons/indeterminate_check_box.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/indeterminate_check_box.twotone.svg b/Symbolic/Resources/material-icons/indeterminate_check_box.twotone.svg new file mode 100644 index 0000000000..43de63562a --- /dev/null +++ b/Symbolic/Resources/material-icons/indeterminate_check_box.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/info.default.svg b/Symbolic/Resources/material-icons/info.default.svg new file mode 100644 index 0000000000..c98b8acb3e --- /dev/null +++ b/Symbolic/Resources/material-icons/info.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/info.outlined.svg b/Symbolic/Resources/material-icons/info.outlined.svg new file mode 100644 index 0000000000..6c42d1c939 --- /dev/null +++ b/Symbolic/Resources/material-icons/info.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/info.round.svg b/Symbolic/Resources/material-icons/info.round.svg new file mode 100644 index 0000000000..d0729ca26b --- /dev/null +++ b/Symbolic/Resources/material-icons/info.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/info.sharp.svg b/Symbolic/Resources/material-icons/info.sharp.svg new file mode 100644 index 0000000000..8468f51909 --- /dev/null +++ b/Symbolic/Resources/material-icons/info.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/info.twotone.svg b/Symbolic/Resources/material-icons/info.twotone.svg new file mode 100644 index 0000000000..2c33e2902f --- /dev/null +++ b/Symbolic/Resources/material-icons/info.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/info_outline.default.svg b/Symbolic/Resources/material-icons/info_outline.default.svg new file mode 100644 index 0000000000..181c8a709f --- /dev/null +++ b/Symbolic/Resources/material-icons/info_outline.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/info_outline.round.svg b/Symbolic/Resources/material-icons/info_outline.round.svg new file mode 100644 index 0000000000..155d02df15 --- /dev/null +++ b/Symbolic/Resources/material-icons/info_outline.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/info_outline.sharp.svg b/Symbolic/Resources/material-icons/info_outline.sharp.svg new file mode 100644 index 0000000000..14b0203681 --- /dev/null +++ b/Symbolic/Resources/material-icons/info_outline.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/info_outline.twotone.svg b/Symbolic/Resources/material-icons/info_outline.twotone.svg new file mode 100644 index 0000000000..de18d16881 --- /dev/null +++ b/Symbolic/Resources/material-icons/info_outline.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/input.default.svg b/Symbolic/Resources/material-icons/input.default.svg new file mode 100644 index 0000000000..0cce2cd1b9 --- /dev/null +++ b/Symbolic/Resources/material-icons/input.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/input.outlined.svg b/Symbolic/Resources/material-icons/input.outlined.svg new file mode 100644 index 0000000000..5893b2be05 --- /dev/null +++ b/Symbolic/Resources/material-icons/input.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/input.round.svg b/Symbolic/Resources/material-icons/input.round.svg new file mode 100644 index 0000000000..4a0ee3aad2 --- /dev/null +++ b/Symbolic/Resources/material-icons/input.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/input.sharp.svg b/Symbolic/Resources/material-icons/input.sharp.svg new file mode 100644 index 0000000000..d5d2fccc14 --- /dev/null +++ b/Symbolic/Resources/material-icons/input.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/input.twotone.svg b/Symbolic/Resources/material-icons/input.twotone.svg new file mode 100644 index 0000000000..c2b50e06c7 --- /dev/null +++ b/Symbolic/Resources/material-icons/input.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_chart.default.svg b/Symbolic/Resources/material-icons/insert_chart.default.svg new file mode 100644 index 0000000000..68dc078493 --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_chart.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_chart.outlined.svg b/Symbolic/Resources/material-icons/insert_chart.outlined.svg new file mode 100644 index 0000000000..4cda1b26b7 --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_chart.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_chart.round.svg b/Symbolic/Resources/material-icons/insert_chart.round.svg new file mode 100644 index 0000000000..6d8f7de4b8 --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_chart.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_chart.sharp.svg b/Symbolic/Resources/material-icons/insert_chart.sharp.svg new file mode 100644 index 0000000000..8ed84f981a --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_chart.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_chart.twotone.svg b/Symbolic/Resources/material-icons/insert_chart.twotone.svg new file mode 100644 index 0000000000..087e015043 --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_chart.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_chart_outlined.default.svg b/Symbolic/Resources/material-icons/insert_chart_outlined.default.svg new file mode 100644 index 0000000000..f32c44fc67 --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_chart_outlined.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_chart_outlined.outlined.svg b/Symbolic/Resources/material-icons/insert_chart_outlined.outlined.svg new file mode 100644 index 0000000000..90fde37849 --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_chart_outlined.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_chart_outlined.round.svg b/Symbolic/Resources/material-icons/insert_chart_outlined.round.svg new file mode 100644 index 0000000000..4f12c471ee --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_chart_outlined.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_chart_outlined.sharp.svg b/Symbolic/Resources/material-icons/insert_chart_outlined.sharp.svg new file mode 100644 index 0000000000..b51c9ed0ee --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_chart_outlined.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_chart_outlined.twotone.svg b/Symbolic/Resources/material-icons/insert_chart_outlined.twotone.svg new file mode 100644 index 0000000000..90fde37849 --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_chart_outlined.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_comment.default.svg b/Symbolic/Resources/material-icons/insert_comment.default.svg new file mode 100644 index 0000000000..5314b1b935 --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_comment.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_comment.outlined.svg b/Symbolic/Resources/material-icons/insert_comment.outlined.svg new file mode 100644 index 0000000000..e0586d24c4 --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_comment.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_comment.round.svg b/Symbolic/Resources/material-icons/insert_comment.round.svg new file mode 100644 index 0000000000..2e9d711572 --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_comment.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_comment.sharp.svg b/Symbolic/Resources/material-icons/insert_comment.sharp.svg new file mode 100644 index 0000000000..f9efb616da --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_comment.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_comment.twotone.svg b/Symbolic/Resources/material-icons/insert_comment.twotone.svg new file mode 100644 index 0000000000..034f221c6a --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_comment.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_drive_file.default.svg b/Symbolic/Resources/material-icons/insert_drive_file.default.svg new file mode 100644 index 0000000000..94030fb13d --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_drive_file.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_drive_file.outlined.svg b/Symbolic/Resources/material-icons/insert_drive_file.outlined.svg new file mode 100644 index 0000000000..3c3a5bab12 --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_drive_file.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_drive_file.round.svg b/Symbolic/Resources/material-icons/insert_drive_file.round.svg new file mode 100644 index 0000000000..7edaefbf74 --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_drive_file.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_drive_file.sharp.svg b/Symbolic/Resources/material-icons/insert_drive_file.sharp.svg new file mode 100644 index 0000000000..b48982896e --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_drive_file.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_drive_file.twotone.svg b/Symbolic/Resources/material-icons/insert_drive_file.twotone.svg new file mode 100644 index 0000000000..026a59b3f1 --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_drive_file.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_emoticon.default.svg b/Symbolic/Resources/material-icons/insert_emoticon.default.svg new file mode 100644 index 0000000000..4fddd11665 --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_emoticon.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_emoticon.outlined.svg b/Symbolic/Resources/material-icons/insert_emoticon.outlined.svg new file mode 100644 index 0000000000..3ee24f73ce --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_emoticon.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_emoticon.round.svg b/Symbolic/Resources/material-icons/insert_emoticon.round.svg new file mode 100644 index 0000000000..dd4799ff7a --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_emoticon.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_emoticon.sharp.svg b/Symbolic/Resources/material-icons/insert_emoticon.sharp.svg new file mode 100644 index 0000000000..d11cedadd1 --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_emoticon.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_emoticon.twotone.svg b/Symbolic/Resources/material-icons/insert_emoticon.twotone.svg new file mode 100644 index 0000000000..5b79944bba --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_emoticon.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_invitation.default.svg b/Symbolic/Resources/material-icons/insert_invitation.default.svg new file mode 100644 index 0000000000..c85543eaaa --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_invitation.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_invitation.outlined.svg b/Symbolic/Resources/material-icons/insert_invitation.outlined.svg new file mode 100644 index 0000000000..98c78cdb3b --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_invitation.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_invitation.round.svg b/Symbolic/Resources/material-icons/insert_invitation.round.svg new file mode 100644 index 0000000000..f7a8af81a0 --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_invitation.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_invitation.sharp.svg b/Symbolic/Resources/material-icons/insert_invitation.sharp.svg new file mode 100644 index 0000000000..7420886b78 --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_invitation.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_invitation.twotone.svg b/Symbolic/Resources/material-icons/insert_invitation.twotone.svg new file mode 100644 index 0000000000..273cbd6582 --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_invitation.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_link.default.svg b/Symbolic/Resources/material-icons/insert_link.default.svg new file mode 100644 index 0000000000..50ce54c18b --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_link.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_link.outlined.svg b/Symbolic/Resources/material-icons/insert_link.outlined.svg new file mode 100644 index 0000000000..ed6b590258 --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_link.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_link.round.svg b/Symbolic/Resources/material-icons/insert_link.round.svg new file mode 100644 index 0000000000..541fe2d058 --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_link.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_link.sharp.svg b/Symbolic/Resources/material-icons/insert_link.sharp.svg new file mode 100644 index 0000000000..12a506a35f --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_link.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_link.twotone.svg b/Symbolic/Resources/material-icons/insert_link.twotone.svg new file mode 100644 index 0000000000..ed6b590258 --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_link.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_page_break.default.svg b/Symbolic/Resources/material-icons/insert_page_break.default.svg new file mode 100644 index 0000000000..0044e8e0d4 --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_page_break.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_page_break.outlined.svg b/Symbolic/Resources/material-icons/insert_page_break.outlined.svg new file mode 100644 index 0000000000..4623e6b503 --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_page_break.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_page_break.round.svg b/Symbolic/Resources/material-icons/insert_page_break.round.svg new file mode 100644 index 0000000000..9fa6c8150c --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_page_break.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_page_break.sharp.svg b/Symbolic/Resources/material-icons/insert_page_break.sharp.svg new file mode 100644 index 0000000000..98afe1dd7c --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_page_break.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_page_break.twotone.svg b/Symbolic/Resources/material-icons/insert_page_break.twotone.svg new file mode 100644 index 0000000000..7d40a2dd70 --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_page_break.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_photo.default.svg b/Symbolic/Resources/material-icons/insert_photo.default.svg new file mode 100644 index 0000000000..5d4bac103a --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_photo.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_photo.outlined.svg b/Symbolic/Resources/material-icons/insert_photo.outlined.svg new file mode 100644 index 0000000000..dce241c864 --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_photo.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_photo.round.svg b/Symbolic/Resources/material-icons/insert_photo.round.svg new file mode 100644 index 0000000000..69b64e2ed3 --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_photo.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_photo.sharp.svg b/Symbolic/Resources/material-icons/insert_photo.sharp.svg new file mode 100644 index 0000000000..4052f40104 --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_photo.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insert_photo.twotone.svg b/Symbolic/Resources/material-icons/insert_photo.twotone.svg new file mode 100644 index 0000000000..389fd460ac --- /dev/null +++ b/Symbolic/Resources/material-icons/insert_photo.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insights.default.svg b/Symbolic/Resources/material-icons/insights.default.svg new file mode 100644 index 0000000000..9afbd1a45f --- /dev/null +++ b/Symbolic/Resources/material-icons/insights.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insights.outlined.svg b/Symbolic/Resources/material-icons/insights.outlined.svg new file mode 100644 index 0000000000..9afbd1a45f --- /dev/null +++ b/Symbolic/Resources/material-icons/insights.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insights.round.svg b/Symbolic/Resources/material-icons/insights.round.svg new file mode 100644 index 0000000000..2f1db7d698 --- /dev/null +++ b/Symbolic/Resources/material-icons/insights.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insights.sharp.svg b/Symbolic/Resources/material-icons/insights.sharp.svg new file mode 100644 index 0000000000..9afbd1a45f --- /dev/null +++ b/Symbolic/Resources/material-icons/insights.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/insights.twotone.svg b/Symbolic/Resources/material-icons/insights.twotone.svg new file mode 100644 index 0000000000..9afbd1a45f --- /dev/null +++ b/Symbolic/Resources/material-icons/insights.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/install_desktop.default.svg b/Symbolic/Resources/material-icons/install_desktop.default.svg new file mode 100644 index 0000000000..afaa1b973d --- /dev/null +++ b/Symbolic/Resources/material-icons/install_desktop.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/install_desktop.outlined.svg b/Symbolic/Resources/material-icons/install_desktop.outlined.svg new file mode 100644 index 0000000000..afaa1b973d --- /dev/null +++ b/Symbolic/Resources/material-icons/install_desktop.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/install_desktop.round.svg b/Symbolic/Resources/material-icons/install_desktop.round.svg new file mode 100644 index 0000000000..b5983b9210 --- /dev/null +++ b/Symbolic/Resources/material-icons/install_desktop.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/install_desktop.sharp.svg b/Symbolic/Resources/material-icons/install_desktop.sharp.svg new file mode 100644 index 0000000000..0961157972 --- /dev/null +++ b/Symbolic/Resources/material-icons/install_desktop.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/install_desktop.twotone.svg b/Symbolic/Resources/material-icons/install_desktop.twotone.svg new file mode 100644 index 0000000000..34b4cd575d --- /dev/null +++ b/Symbolic/Resources/material-icons/install_desktop.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/install_mobile.default.svg b/Symbolic/Resources/material-icons/install_mobile.default.svg new file mode 100644 index 0000000000..e08f5c4484 --- /dev/null +++ b/Symbolic/Resources/material-icons/install_mobile.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/install_mobile.outlined.svg b/Symbolic/Resources/material-icons/install_mobile.outlined.svg new file mode 100644 index 0000000000..e6c536e144 --- /dev/null +++ b/Symbolic/Resources/material-icons/install_mobile.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/install_mobile.round.svg b/Symbolic/Resources/material-icons/install_mobile.round.svg new file mode 100644 index 0000000000..815077ee77 --- /dev/null +++ b/Symbolic/Resources/material-icons/install_mobile.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/install_mobile.sharp.svg b/Symbolic/Resources/material-icons/install_mobile.sharp.svg new file mode 100644 index 0000000000..34c16da389 --- /dev/null +++ b/Symbolic/Resources/material-icons/install_mobile.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/install_mobile.twotone.svg b/Symbolic/Resources/material-icons/install_mobile.twotone.svg new file mode 100644 index 0000000000..77df206304 --- /dev/null +++ b/Symbolic/Resources/material-icons/install_mobile.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/integration_instructions.default.svg b/Symbolic/Resources/material-icons/integration_instructions.default.svg new file mode 100644 index 0000000000..33c2b8ec29 --- /dev/null +++ b/Symbolic/Resources/material-icons/integration_instructions.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/integration_instructions.outlined.svg b/Symbolic/Resources/material-icons/integration_instructions.outlined.svg new file mode 100644 index 0000000000..fee8ac48ee --- /dev/null +++ b/Symbolic/Resources/material-icons/integration_instructions.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/integration_instructions.round.svg b/Symbolic/Resources/material-icons/integration_instructions.round.svg new file mode 100644 index 0000000000..43de211056 --- /dev/null +++ b/Symbolic/Resources/material-icons/integration_instructions.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/integration_instructions.sharp.svg b/Symbolic/Resources/material-icons/integration_instructions.sharp.svg new file mode 100644 index 0000000000..4e2dc0d404 --- /dev/null +++ b/Symbolic/Resources/material-icons/integration_instructions.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/integration_instructions.twotone.svg b/Symbolic/Resources/material-icons/integration_instructions.twotone.svg new file mode 100644 index 0000000000..b8e9499967 --- /dev/null +++ b/Symbolic/Resources/material-icons/integration_instructions.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/interests.default.svg b/Symbolic/Resources/material-icons/interests.default.svg new file mode 100644 index 0000000000..a0291358de --- /dev/null +++ b/Symbolic/Resources/material-icons/interests.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/interests.outlined.svg b/Symbolic/Resources/material-icons/interests.outlined.svg new file mode 100644 index 0000000000..597fbb3798 --- /dev/null +++ b/Symbolic/Resources/material-icons/interests.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/interests.round.svg b/Symbolic/Resources/material-icons/interests.round.svg new file mode 100644 index 0000000000..85bfc2ba50 --- /dev/null +++ b/Symbolic/Resources/material-icons/interests.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/interests.sharp.svg b/Symbolic/Resources/material-icons/interests.sharp.svg new file mode 100644 index 0000000000..a0291358de --- /dev/null +++ b/Symbolic/Resources/material-icons/interests.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/interests.twotone.svg b/Symbolic/Resources/material-icons/interests.twotone.svg new file mode 100644 index 0000000000..1915c81b53 --- /dev/null +++ b/Symbolic/Resources/material-icons/interests.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/interpreter_mode.default.svg b/Symbolic/Resources/material-icons/interpreter_mode.default.svg new file mode 100644 index 0000000000..53f6c315f3 --- /dev/null +++ b/Symbolic/Resources/material-icons/interpreter_mode.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/interpreter_mode.outlined.svg b/Symbolic/Resources/material-icons/interpreter_mode.outlined.svg new file mode 100644 index 0000000000..8ffe072d96 --- /dev/null +++ b/Symbolic/Resources/material-icons/interpreter_mode.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/interpreter_mode.round.svg b/Symbolic/Resources/material-icons/interpreter_mode.round.svg new file mode 100644 index 0000000000..cd3ef2ad81 --- /dev/null +++ b/Symbolic/Resources/material-icons/interpreter_mode.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/interpreter_mode.sharp.svg b/Symbolic/Resources/material-icons/interpreter_mode.sharp.svg new file mode 100644 index 0000000000..53f6c315f3 --- /dev/null +++ b/Symbolic/Resources/material-icons/interpreter_mode.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/interpreter_mode.twotone.svg b/Symbolic/Resources/material-icons/interpreter_mode.twotone.svg new file mode 100644 index 0000000000..1a2f829b91 --- /dev/null +++ b/Symbolic/Resources/material-icons/interpreter_mode.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/inventory.default.svg b/Symbolic/Resources/material-icons/inventory.default.svg new file mode 100644 index 0000000000..ba6e3044e8 --- /dev/null +++ b/Symbolic/Resources/material-icons/inventory.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/inventory.outlined.svg b/Symbolic/Resources/material-icons/inventory.outlined.svg new file mode 100644 index 0000000000..8914f1c7a1 --- /dev/null +++ b/Symbolic/Resources/material-icons/inventory.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/inventory.round.svg b/Symbolic/Resources/material-icons/inventory.round.svg new file mode 100644 index 0000000000..66d90b9c10 --- /dev/null +++ b/Symbolic/Resources/material-icons/inventory.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/inventory.sharp.svg b/Symbolic/Resources/material-icons/inventory.sharp.svg new file mode 100644 index 0000000000..245b0eae95 --- /dev/null +++ b/Symbolic/Resources/material-icons/inventory.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/inventory.twotone.svg b/Symbolic/Resources/material-icons/inventory.twotone.svg new file mode 100644 index 0000000000..5e4aea3295 --- /dev/null +++ b/Symbolic/Resources/material-icons/inventory.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/inventory_2.default.svg b/Symbolic/Resources/material-icons/inventory_2.default.svg new file mode 100644 index 0000000000..129edea2a0 --- /dev/null +++ b/Symbolic/Resources/material-icons/inventory_2.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/inventory_2.outlined.svg b/Symbolic/Resources/material-icons/inventory_2.outlined.svg new file mode 100644 index 0000000000..692ca8f01e --- /dev/null +++ b/Symbolic/Resources/material-icons/inventory_2.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/inventory_2.round.svg b/Symbolic/Resources/material-icons/inventory_2.round.svg new file mode 100644 index 0000000000..6bc813c693 --- /dev/null +++ b/Symbolic/Resources/material-icons/inventory_2.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/inventory_2.sharp.svg b/Symbolic/Resources/material-icons/inventory_2.sharp.svg new file mode 100644 index 0000000000..fb284cf163 --- /dev/null +++ b/Symbolic/Resources/material-icons/inventory_2.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/inventory_2.twotone.svg b/Symbolic/Resources/material-icons/inventory_2.twotone.svg new file mode 100644 index 0000000000..c213cd40ac --- /dev/null +++ b/Symbolic/Resources/material-icons/inventory_2.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/invert_colors.default.svg b/Symbolic/Resources/material-icons/invert_colors.default.svg new file mode 100644 index 0000000000..f50e2e15cf --- /dev/null +++ b/Symbolic/Resources/material-icons/invert_colors.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/invert_colors.outlined.svg b/Symbolic/Resources/material-icons/invert_colors.outlined.svg new file mode 100644 index 0000000000..7d19bba4ef --- /dev/null +++ b/Symbolic/Resources/material-icons/invert_colors.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/invert_colors.round.svg b/Symbolic/Resources/material-icons/invert_colors.round.svg new file mode 100644 index 0000000000..3464158307 --- /dev/null +++ b/Symbolic/Resources/material-icons/invert_colors.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/invert_colors.sharp.svg b/Symbolic/Resources/material-icons/invert_colors.sharp.svg new file mode 100644 index 0000000000..f50e2e15cf --- /dev/null +++ b/Symbolic/Resources/material-icons/invert_colors.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/invert_colors.twotone.svg b/Symbolic/Resources/material-icons/invert_colors.twotone.svg new file mode 100644 index 0000000000..7f969e969b --- /dev/null +++ b/Symbolic/Resources/material-icons/invert_colors.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/invert_colors_off.default.svg b/Symbolic/Resources/material-icons/invert_colors_off.default.svg new file mode 100644 index 0000000000..29eddb65d2 --- /dev/null +++ b/Symbolic/Resources/material-icons/invert_colors_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/invert_colors_off.outlined.svg b/Symbolic/Resources/material-icons/invert_colors_off.outlined.svg new file mode 100644 index 0000000000..29eddb65d2 --- /dev/null +++ b/Symbolic/Resources/material-icons/invert_colors_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/invert_colors_off.round.svg b/Symbolic/Resources/material-icons/invert_colors_off.round.svg new file mode 100644 index 0000000000..805cd8cd66 --- /dev/null +++ b/Symbolic/Resources/material-icons/invert_colors_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/invert_colors_off.sharp.svg b/Symbolic/Resources/material-icons/invert_colors_off.sharp.svg new file mode 100644 index 0000000000..29eddb65d2 --- /dev/null +++ b/Symbolic/Resources/material-icons/invert_colors_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/invert_colors_off.twotone.svg b/Symbolic/Resources/material-icons/invert_colors_off.twotone.svg new file mode 100644 index 0000000000..bc7d2b28ba --- /dev/null +++ b/Symbolic/Resources/material-icons/invert_colors_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ios_share.default.svg b/Symbolic/Resources/material-icons/ios_share.default.svg new file mode 100644 index 0000000000..8ad5fe6ebf --- /dev/null +++ b/Symbolic/Resources/material-icons/ios_share.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ios_share.outlined.svg b/Symbolic/Resources/material-icons/ios_share.outlined.svg new file mode 100644 index 0000000000..4708981738 --- /dev/null +++ b/Symbolic/Resources/material-icons/ios_share.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ios_share.round.svg b/Symbolic/Resources/material-icons/ios_share.round.svg new file mode 100644 index 0000000000..0debfe0fbf --- /dev/null +++ b/Symbolic/Resources/material-icons/ios_share.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ios_share.sharp.svg b/Symbolic/Resources/material-icons/ios_share.sharp.svg new file mode 100644 index 0000000000..d4043599c6 --- /dev/null +++ b/Symbolic/Resources/material-icons/ios_share.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ios_share.twotone.svg b/Symbolic/Resources/material-icons/ios_share.twotone.svg new file mode 100644 index 0000000000..f3cbdd23ab --- /dev/null +++ b/Symbolic/Resources/material-icons/ios_share.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/iron.default.svg b/Symbolic/Resources/material-icons/iron.default.svg new file mode 100644 index 0000000000..4347994f56 --- /dev/null +++ b/Symbolic/Resources/material-icons/iron.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/iron.outlined.svg b/Symbolic/Resources/material-icons/iron.outlined.svg new file mode 100644 index 0000000000..73f7d0e48d --- /dev/null +++ b/Symbolic/Resources/material-icons/iron.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/iron.round.svg b/Symbolic/Resources/material-icons/iron.round.svg new file mode 100644 index 0000000000..64fff31b93 --- /dev/null +++ b/Symbolic/Resources/material-icons/iron.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/iron.sharp.svg b/Symbolic/Resources/material-icons/iron.sharp.svg new file mode 100644 index 0000000000..ce89aa6b66 --- /dev/null +++ b/Symbolic/Resources/material-icons/iron.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/iron.twotone.svg b/Symbolic/Resources/material-icons/iron.twotone.svg new file mode 100644 index 0000000000..e9d7b3516f --- /dev/null +++ b/Symbolic/Resources/material-icons/iron.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/iso.default.svg b/Symbolic/Resources/material-icons/iso.default.svg new file mode 100644 index 0000000000..dd77e55571 --- /dev/null +++ b/Symbolic/Resources/material-icons/iso.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/iso.outlined.svg b/Symbolic/Resources/material-icons/iso.outlined.svg new file mode 100644 index 0000000000..f69b44f61b --- /dev/null +++ b/Symbolic/Resources/material-icons/iso.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/iso.round.svg b/Symbolic/Resources/material-icons/iso.round.svg new file mode 100644 index 0000000000..a6670ae350 --- /dev/null +++ b/Symbolic/Resources/material-icons/iso.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/iso.sharp.svg b/Symbolic/Resources/material-icons/iso.sharp.svg new file mode 100644 index 0000000000..1fa6de1bf3 --- /dev/null +++ b/Symbolic/Resources/material-icons/iso.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/iso.twotone.svg b/Symbolic/Resources/material-icons/iso.twotone.svg new file mode 100644 index 0000000000..7165f29452 --- /dev/null +++ b/Symbolic/Resources/material-icons/iso.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/javascript.default.svg b/Symbolic/Resources/material-icons/javascript.default.svg new file mode 100644 index 0000000000..c8a44f7d63 --- /dev/null +++ b/Symbolic/Resources/material-icons/javascript.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/javascript.outlined.svg b/Symbolic/Resources/material-icons/javascript.outlined.svg new file mode 100644 index 0000000000..c8a44f7d63 --- /dev/null +++ b/Symbolic/Resources/material-icons/javascript.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/javascript.round.svg b/Symbolic/Resources/material-icons/javascript.round.svg new file mode 100644 index 0000000000..c10d4e99c0 --- /dev/null +++ b/Symbolic/Resources/material-icons/javascript.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/javascript.sharp.svg b/Symbolic/Resources/material-icons/javascript.sharp.svg new file mode 100644 index 0000000000..7c08488dfb --- /dev/null +++ b/Symbolic/Resources/material-icons/javascript.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/javascript.twotone.svg b/Symbolic/Resources/material-icons/javascript.twotone.svg new file mode 100644 index 0000000000..c8a44f7d63 --- /dev/null +++ b/Symbolic/Resources/material-icons/javascript.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/join_full.default.svg b/Symbolic/Resources/material-icons/join_full.default.svg new file mode 100644 index 0000000000..104fad87d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/join_full.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/join_full.outlined.svg b/Symbolic/Resources/material-icons/join_full.outlined.svg new file mode 100644 index 0000000000..104fad87d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/join_full.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/join_full.round.svg b/Symbolic/Resources/material-icons/join_full.round.svg new file mode 100644 index 0000000000..7be77b0454 --- /dev/null +++ b/Symbolic/Resources/material-icons/join_full.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/join_full.sharp.svg b/Symbolic/Resources/material-icons/join_full.sharp.svg new file mode 100644 index 0000000000..104fad87d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/join_full.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/join_full.twotone.svg b/Symbolic/Resources/material-icons/join_full.twotone.svg new file mode 100644 index 0000000000..104fad87d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/join_full.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/join_inner.default.svg b/Symbolic/Resources/material-icons/join_inner.default.svg new file mode 100644 index 0000000000..e8ec858527 --- /dev/null +++ b/Symbolic/Resources/material-icons/join_inner.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/join_inner.outlined.svg b/Symbolic/Resources/material-icons/join_inner.outlined.svg new file mode 100644 index 0000000000..e8ec858527 --- /dev/null +++ b/Symbolic/Resources/material-icons/join_inner.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/join_inner.round.svg b/Symbolic/Resources/material-icons/join_inner.round.svg new file mode 100644 index 0000000000..7d3a9c599c --- /dev/null +++ b/Symbolic/Resources/material-icons/join_inner.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/join_inner.sharp.svg b/Symbolic/Resources/material-icons/join_inner.sharp.svg new file mode 100644 index 0000000000..e8ec858527 --- /dev/null +++ b/Symbolic/Resources/material-icons/join_inner.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/join_inner.twotone.svg b/Symbolic/Resources/material-icons/join_inner.twotone.svg new file mode 100644 index 0000000000..e8ec858527 --- /dev/null +++ b/Symbolic/Resources/material-icons/join_inner.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/join_left.default.svg b/Symbolic/Resources/material-icons/join_left.default.svg new file mode 100644 index 0000000000..65fdc903d6 --- /dev/null +++ b/Symbolic/Resources/material-icons/join_left.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/join_left.outlined.svg b/Symbolic/Resources/material-icons/join_left.outlined.svg new file mode 100644 index 0000000000..65fdc903d6 --- /dev/null +++ b/Symbolic/Resources/material-icons/join_left.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/join_left.round.svg b/Symbolic/Resources/material-icons/join_left.round.svg new file mode 100644 index 0000000000..30a2af3393 --- /dev/null +++ b/Symbolic/Resources/material-icons/join_left.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/join_left.sharp.svg b/Symbolic/Resources/material-icons/join_left.sharp.svg new file mode 100644 index 0000000000..65fdc903d6 --- /dev/null +++ b/Symbolic/Resources/material-icons/join_left.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/join_left.twotone.svg b/Symbolic/Resources/material-icons/join_left.twotone.svg new file mode 100644 index 0000000000..65fdc903d6 --- /dev/null +++ b/Symbolic/Resources/material-icons/join_left.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/join_right.default.svg b/Symbolic/Resources/material-icons/join_right.default.svg new file mode 100644 index 0000000000..33234865f4 --- /dev/null +++ b/Symbolic/Resources/material-icons/join_right.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/join_right.outlined.svg b/Symbolic/Resources/material-icons/join_right.outlined.svg new file mode 100644 index 0000000000..33234865f4 --- /dev/null +++ b/Symbolic/Resources/material-icons/join_right.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/join_right.round.svg b/Symbolic/Resources/material-icons/join_right.round.svg new file mode 100644 index 0000000000..4db53b2c5d --- /dev/null +++ b/Symbolic/Resources/material-icons/join_right.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/join_right.sharp.svg b/Symbolic/Resources/material-icons/join_right.sharp.svg new file mode 100644 index 0000000000..33234865f4 --- /dev/null +++ b/Symbolic/Resources/material-icons/join_right.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/join_right.twotone.svg b/Symbolic/Resources/material-icons/join_right.twotone.svg new file mode 100644 index 0000000000..33234865f4 --- /dev/null +++ b/Symbolic/Resources/material-icons/join_right.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/kayaking.default.svg b/Symbolic/Resources/material-icons/kayaking.default.svg new file mode 100644 index 0000000000..e0306d08fe --- /dev/null +++ b/Symbolic/Resources/material-icons/kayaking.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/kayaking.outlined.svg b/Symbolic/Resources/material-icons/kayaking.outlined.svg new file mode 100644 index 0000000000..e0306d08fe --- /dev/null +++ b/Symbolic/Resources/material-icons/kayaking.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/kayaking.round.svg b/Symbolic/Resources/material-icons/kayaking.round.svg new file mode 100644 index 0000000000..2281a4f2e0 --- /dev/null +++ b/Symbolic/Resources/material-icons/kayaking.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/kayaking.sharp.svg b/Symbolic/Resources/material-icons/kayaking.sharp.svg new file mode 100644 index 0000000000..e0306d08fe --- /dev/null +++ b/Symbolic/Resources/material-icons/kayaking.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/kayaking.twotone.svg b/Symbolic/Resources/material-icons/kayaking.twotone.svg new file mode 100644 index 0000000000..e0306d08fe --- /dev/null +++ b/Symbolic/Resources/material-icons/kayaking.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/kebab_dining.default.svg b/Symbolic/Resources/material-icons/kebab_dining.default.svg new file mode 100644 index 0000000000..5422bf0a4d --- /dev/null +++ b/Symbolic/Resources/material-icons/kebab_dining.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/kebab_dining.outlined.svg b/Symbolic/Resources/material-icons/kebab_dining.outlined.svg new file mode 100644 index 0000000000..b064838485 --- /dev/null +++ b/Symbolic/Resources/material-icons/kebab_dining.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/kebab_dining.round.svg b/Symbolic/Resources/material-icons/kebab_dining.round.svg new file mode 100644 index 0000000000..6f3a6ec9a4 --- /dev/null +++ b/Symbolic/Resources/material-icons/kebab_dining.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/kebab_dining.sharp.svg b/Symbolic/Resources/material-icons/kebab_dining.sharp.svg new file mode 100644 index 0000000000..b8474c0e53 --- /dev/null +++ b/Symbolic/Resources/material-icons/kebab_dining.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/kebab_dining.twotone.svg b/Symbolic/Resources/material-icons/kebab_dining.twotone.svg new file mode 100644 index 0000000000..a0208ae5fa --- /dev/null +++ b/Symbolic/Resources/material-icons/kebab_dining.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/key.default.svg b/Symbolic/Resources/material-icons/key.default.svg new file mode 100644 index 0000000000..40a4a143b9 --- /dev/null +++ b/Symbolic/Resources/material-icons/key.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/key.outlined.svg b/Symbolic/Resources/material-icons/key.outlined.svg new file mode 100644 index 0000000000..40a4a143b9 --- /dev/null +++ b/Symbolic/Resources/material-icons/key.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/key.round.svg b/Symbolic/Resources/material-icons/key.round.svg new file mode 100644 index 0000000000..95f0910e0f --- /dev/null +++ b/Symbolic/Resources/material-icons/key.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/key.sharp.svg b/Symbolic/Resources/material-icons/key.sharp.svg new file mode 100644 index 0000000000..40a4a143b9 --- /dev/null +++ b/Symbolic/Resources/material-icons/key.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/key.twotone.svg b/Symbolic/Resources/material-icons/key.twotone.svg new file mode 100644 index 0000000000..40a4a143b9 --- /dev/null +++ b/Symbolic/Resources/material-icons/key.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/key_off.default.svg b/Symbolic/Resources/material-icons/key_off.default.svg new file mode 100644 index 0000000000..04ae9229bd --- /dev/null +++ b/Symbolic/Resources/material-icons/key_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/key_off.outlined.svg b/Symbolic/Resources/material-icons/key_off.outlined.svg new file mode 100644 index 0000000000..0012000f21 --- /dev/null +++ b/Symbolic/Resources/material-icons/key_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/key_off.round.svg b/Symbolic/Resources/material-icons/key_off.round.svg new file mode 100644 index 0000000000..d4f88c0e12 --- /dev/null +++ b/Symbolic/Resources/material-icons/key_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/key_off.sharp.svg b/Symbolic/Resources/material-icons/key_off.sharp.svg new file mode 100644 index 0000000000..04ae9229bd --- /dev/null +++ b/Symbolic/Resources/material-icons/key_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/key_off.twotone.svg b/Symbolic/Resources/material-icons/key_off.twotone.svg new file mode 100644 index 0000000000..a37e305c93 --- /dev/null +++ b/Symbolic/Resources/material-icons/key_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard.default.svg b/Symbolic/Resources/material-icons/keyboard.default.svg new file mode 100644 index 0000000000..acef629a87 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard.outlined.svg b/Symbolic/Resources/material-icons/keyboard.outlined.svg new file mode 100644 index 0000000000..3448e578ab --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard.round.svg b/Symbolic/Resources/material-icons/keyboard.round.svg new file mode 100644 index 0000000000..3167cb0de1 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard.sharp.svg b/Symbolic/Resources/material-icons/keyboard.sharp.svg new file mode 100644 index 0000000000..44c10f2888 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard.twotone.svg b/Symbolic/Resources/material-icons/keyboard.twotone.svg new file mode 100644 index 0000000000..a45de550b4 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_alt.default.svg b/Symbolic/Resources/material-icons/keyboard_alt.default.svg new file mode 100644 index 0000000000..a39209120d --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_alt.outlined.svg b/Symbolic/Resources/material-icons/keyboard_alt.outlined.svg new file mode 100644 index 0000000000..60b3042c01 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_alt.round.svg b/Symbolic/Resources/material-icons/keyboard_alt.round.svg new file mode 100644 index 0000000000..d8939fe3db --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_alt.sharp.svg b/Symbolic/Resources/material-icons/keyboard_alt.sharp.svg new file mode 100644 index 0000000000..d9c4632369 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_alt.twotone.svg b/Symbolic/Resources/material-icons/keyboard_alt.twotone.svg new file mode 100644 index 0000000000..330d8ee161 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_arrow_down.default.svg b/Symbolic/Resources/material-icons/keyboard_arrow_down.default.svg new file mode 100644 index 0000000000..6efbc6073f --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_arrow_down.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_arrow_down.outlined.svg b/Symbolic/Resources/material-icons/keyboard_arrow_down.outlined.svg new file mode 100644 index 0000000000..6efbc6073f --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_arrow_down.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_arrow_down.round.svg b/Symbolic/Resources/material-icons/keyboard_arrow_down.round.svg new file mode 100644 index 0000000000..4a3488da5f --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_arrow_down.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_arrow_down.sharp.svg b/Symbolic/Resources/material-icons/keyboard_arrow_down.sharp.svg new file mode 100644 index 0000000000..6efbc6073f --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_arrow_down.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_arrow_down.twotone.svg b/Symbolic/Resources/material-icons/keyboard_arrow_down.twotone.svg new file mode 100644 index 0000000000..6efbc6073f --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_arrow_down.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_arrow_left.default.svg b/Symbolic/Resources/material-icons/keyboard_arrow_left.default.svg new file mode 100644 index 0000000000..1ad255efbc --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_arrow_left.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_arrow_left.outlined.svg b/Symbolic/Resources/material-icons/keyboard_arrow_left.outlined.svg new file mode 100644 index 0000000000..1ad255efbc --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_arrow_left.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_arrow_left.round.svg b/Symbolic/Resources/material-icons/keyboard_arrow_left.round.svg new file mode 100644 index 0000000000..9cf60b04c7 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_arrow_left.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_arrow_left.sharp.svg b/Symbolic/Resources/material-icons/keyboard_arrow_left.sharp.svg new file mode 100644 index 0000000000..1ad255efbc --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_arrow_left.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_arrow_left.twotone.svg b/Symbolic/Resources/material-icons/keyboard_arrow_left.twotone.svg new file mode 100644 index 0000000000..1ad255efbc --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_arrow_left.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_arrow_right.default.svg b/Symbolic/Resources/material-icons/keyboard_arrow_right.default.svg new file mode 100644 index 0000000000..530935199c --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_arrow_right.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_arrow_right.outlined.svg b/Symbolic/Resources/material-icons/keyboard_arrow_right.outlined.svg new file mode 100644 index 0000000000..530935199c --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_arrow_right.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_arrow_right.round.svg b/Symbolic/Resources/material-icons/keyboard_arrow_right.round.svg new file mode 100644 index 0000000000..3a7e3bee03 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_arrow_right.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_arrow_right.sharp.svg b/Symbolic/Resources/material-icons/keyboard_arrow_right.sharp.svg new file mode 100644 index 0000000000..530935199c --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_arrow_right.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_arrow_right.twotone.svg b/Symbolic/Resources/material-icons/keyboard_arrow_right.twotone.svg new file mode 100644 index 0000000000..530935199c --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_arrow_right.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_arrow_up.default.svg b/Symbolic/Resources/material-icons/keyboard_arrow_up.default.svg new file mode 100644 index 0000000000..0f592a0662 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_arrow_up.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_arrow_up.outlined.svg b/Symbolic/Resources/material-icons/keyboard_arrow_up.outlined.svg new file mode 100644 index 0000000000..2175acebf4 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_arrow_up.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_arrow_up.round.svg b/Symbolic/Resources/material-icons/keyboard_arrow_up.round.svg new file mode 100644 index 0000000000..901565f386 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_arrow_up.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_arrow_up.sharp.svg b/Symbolic/Resources/material-icons/keyboard_arrow_up.sharp.svg new file mode 100644 index 0000000000..2175acebf4 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_arrow_up.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_arrow_up.twotone.svg b/Symbolic/Resources/material-icons/keyboard_arrow_up.twotone.svg new file mode 100644 index 0000000000..2175acebf4 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_arrow_up.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_backspace.default.svg b/Symbolic/Resources/material-icons/keyboard_backspace.default.svg new file mode 100644 index 0000000000..90440e0e90 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_backspace.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_backspace.outlined.svg b/Symbolic/Resources/material-icons/keyboard_backspace.outlined.svg new file mode 100644 index 0000000000..b143d57e9c --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_backspace.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_backspace.round.svg b/Symbolic/Resources/material-icons/keyboard_backspace.round.svg new file mode 100644 index 0000000000..f2fbab2af3 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_backspace.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_backspace.sharp.svg b/Symbolic/Resources/material-icons/keyboard_backspace.sharp.svg new file mode 100644 index 0000000000..b143d57e9c --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_backspace.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_backspace.twotone.svg b/Symbolic/Resources/material-icons/keyboard_backspace.twotone.svg new file mode 100644 index 0000000000..b143d57e9c --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_backspace.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_capslock.default.svg b/Symbolic/Resources/material-icons/keyboard_capslock.default.svg new file mode 100644 index 0000000000..f889559945 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_capslock.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_capslock.outlined.svg b/Symbolic/Resources/material-icons/keyboard_capslock.outlined.svg new file mode 100644 index 0000000000..c56c1d5bff --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_capslock.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_capslock.round.svg b/Symbolic/Resources/material-icons/keyboard_capslock.round.svg new file mode 100644 index 0000000000..d1320dcbdf --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_capslock.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_capslock.sharp.svg b/Symbolic/Resources/material-icons/keyboard_capslock.sharp.svg new file mode 100644 index 0000000000..c56c1d5bff --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_capslock.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_capslock.twotone.svg b/Symbolic/Resources/material-icons/keyboard_capslock.twotone.svg new file mode 100644 index 0000000000..c56c1d5bff --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_capslock.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_command_key.default.svg b/Symbolic/Resources/material-icons/keyboard_command_key.default.svg new file mode 100644 index 0000000000..64b26f68e6 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_command_key.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_command_key.outlined.svg b/Symbolic/Resources/material-icons/keyboard_command_key.outlined.svg new file mode 100644 index 0000000000..64b26f68e6 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_command_key.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_command_key.round.svg b/Symbolic/Resources/material-icons/keyboard_command_key.round.svg new file mode 100644 index 0000000000..cfc3d3fabd --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_command_key.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_command_key.sharp.svg b/Symbolic/Resources/material-icons/keyboard_command_key.sharp.svg new file mode 100644 index 0000000000..64b26f68e6 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_command_key.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_command_key.twotone.svg b/Symbolic/Resources/material-icons/keyboard_command_key.twotone.svg new file mode 100644 index 0000000000..64b26f68e6 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_command_key.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_control_key.default.svg b/Symbolic/Resources/material-icons/keyboard_control_key.default.svg new file mode 100644 index 0000000000..a51b3550e4 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_control_key.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_control_key.outlined.svg b/Symbolic/Resources/material-icons/keyboard_control_key.outlined.svg new file mode 100644 index 0000000000..a51b3550e4 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_control_key.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_control_key.round.svg b/Symbolic/Resources/material-icons/keyboard_control_key.round.svg new file mode 100644 index 0000000000..89a522cbe1 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_control_key.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_control_key.sharp.svg b/Symbolic/Resources/material-icons/keyboard_control_key.sharp.svg new file mode 100644 index 0000000000..a51b3550e4 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_control_key.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_control_key.twotone.svg b/Symbolic/Resources/material-icons/keyboard_control_key.twotone.svg new file mode 100644 index 0000000000..a51b3550e4 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_control_key.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_double_arrow_down.default.svg b/Symbolic/Resources/material-icons/keyboard_double_arrow_down.default.svg new file mode 100644 index 0000000000..ecf5f71e03 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_double_arrow_down.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_double_arrow_down.outlined.svg b/Symbolic/Resources/material-icons/keyboard_double_arrow_down.outlined.svg new file mode 100644 index 0000000000..ecf5f71e03 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_double_arrow_down.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_double_arrow_down.round.svg b/Symbolic/Resources/material-icons/keyboard_double_arrow_down.round.svg new file mode 100644 index 0000000000..adb546ae39 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_double_arrow_down.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_double_arrow_down.sharp.svg b/Symbolic/Resources/material-icons/keyboard_double_arrow_down.sharp.svg new file mode 100644 index 0000000000..ecf5f71e03 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_double_arrow_down.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_double_arrow_down.twotone.svg b/Symbolic/Resources/material-icons/keyboard_double_arrow_down.twotone.svg new file mode 100644 index 0000000000..ecf5f71e03 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_double_arrow_down.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_double_arrow_left.default.svg b/Symbolic/Resources/material-icons/keyboard_double_arrow_left.default.svg new file mode 100644 index 0000000000..8e2c3cf0e3 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_double_arrow_left.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_double_arrow_left.outlined.svg b/Symbolic/Resources/material-icons/keyboard_double_arrow_left.outlined.svg new file mode 100644 index 0000000000..8e2c3cf0e3 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_double_arrow_left.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_double_arrow_left.round.svg b/Symbolic/Resources/material-icons/keyboard_double_arrow_left.round.svg new file mode 100644 index 0000000000..dd871b94d4 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_double_arrow_left.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_double_arrow_left.sharp.svg b/Symbolic/Resources/material-icons/keyboard_double_arrow_left.sharp.svg new file mode 100644 index 0000000000..8e2c3cf0e3 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_double_arrow_left.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_double_arrow_left.twotone.svg b/Symbolic/Resources/material-icons/keyboard_double_arrow_left.twotone.svg new file mode 100644 index 0000000000..8e2c3cf0e3 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_double_arrow_left.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_double_arrow_right.default.svg b/Symbolic/Resources/material-icons/keyboard_double_arrow_right.default.svg new file mode 100644 index 0000000000..8e4ea03a79 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_double_arrow_right.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_double_arrow_right.outlined.svg b/Symbolic/Resources/material-icons/keyboard_double_arrow_right.outlined.svg new file mode 100644 index 0000000000..8e4ea03a79 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_double_arrow_right.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_double_arrow_right.round.svg b/Symbolic/Resources/material-icons/keyboard_double_arrow_right.round.svg new file mode 100644 index 0000000000..e19042ebfe --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_double_arrow_right.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_double_arrow_right.sharp.svg b/Symbolic/Resources/material-icons/keyboard_double_arrow_right.sharp.svg new file mode 100644 index 0000000000..8e4ea03a79 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_double_arrow_right.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_double_arrow_right.twotone.svg b/Symbolic/Resources/material-icons/keyboard_double_arrow_right.twotone.svg new file mode 100644 index 0000000000..8e4ea03a79 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_double_arrow_right.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_double_arrow_up.default.svg b/Symbolic/Resources/material-icons/keyboard_double_arrow_up.default.svg new file mode 100644 index 0000000000..fe1e7d69dd --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_double_arrow_up.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_double_arrow_up.outlined.svg b/Symbolic/Resources/material-icons/keyboard_double_arrow_up.outlined.svg new file mode 100644 index 0000000000..fe1e7d69dd --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_double_arrow_up.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_double_arrow_up.round.svg b/Symbolic/Resources/material-icons/keyboard_double_arrow_up.round.svg new file mode 100644 index 0000000000..643fe5fd82 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_double_arrow_up.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_double_arrow_up.sharp.svg b/Symbolic/Resources/material-icons/keyboard_double_arrow_up.sharp.svg new file mode 100644 index 0000000000..fe1e7d69dd --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_double_arrow_up.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_double_arrow_up.twotone.svg b/Symbolic/Resources/material-icons/keyboard_double_arrow_up.twotone.svg new file mode 100644 index 0000000000..fe1e7d69dd --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_double_arrow_up.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_hide.default.svg b/Symbolic/Resources/material-icons/keyboard_hide.default.svg new file mode 100644 index 0000000000..286036b6e5 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_hide.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_hide.outlined.svg b/Symbolic/Resources/material-icons/keyboard_hide.outlined.svg new file mode 100644 index 0000000000..75c518e03c --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_hide.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_hide.round.svg b/Symbolic/Resources/material-icons/keyboard_hide.round.svg new file mode 100644 index 0000000000..e8c074c4c9 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_hide.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_hide.sharp.svg b/Symbolic/Resources/material-icons/keyboard_hide.sharp.svg new file mode 100644 index 0000000000..ce0d9938b1 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_hide.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_hide.twotone.svg b/Symbolic/Resources/material-icons/keyboard_hide.twotone.svg new file mode 100644 index 0000000000..a6fc740d26 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_hide.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_option_key.default.svg b/Symbolic/Resources/material-icons/keyboard_option_key.default.svg new file mode 100644 index 0000000000..5c1444a7b7 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_option_key.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_option_key.outlined.svg b/Symbolic/Resources/material-icons/keyboard_option_key.outlined.svg new file mode 100644 index 0000000000..5c1444a7b7 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_option_key.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_option_key.round.svg b/Symbolic/Resources/material-icons/keyboard_option_key.round.svg new file mode 100644 index 0000000000..fa778e34fb --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_option_key.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_option_key.sharp.svg b/Symbolic/Resources/material-icons/keyboard_option_key.sharp.svg new file mode 100644 index 0000000000..5c1444a7b7 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_option_key.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_option_key.twotone.svg b/Symbolic/Resources/material-icons/keyboard_option_key.twotone.svg new file mode 100644 index 0000000000..5c1444a7b7 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_option_key.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_return.default.svg b/Symbolic/Resources/material-icons/keyboard_return.default.svg new file mode 100644 index 0000000000..0f3f6c5da5 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_return.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_return.outlined.svg b/Symbolic/Resources/material-icons/keyboard_return.outlined.svg new file mode 100644 index 0000000000..588860111d --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_return.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_return.round.svg b/Symbolic/Resources/material-icons/keyboard_return.round.svg new file mode 100644 index 0000000000..13b13c733a --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_return.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_return.sharp.svg b/Symbolic/Resources/material-icons/keyboard_return.sharp.svg new file mode 100644 index 0000000000..588860111d --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_return.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_return.twotone.svg b/Symbolic/Resources/material-icons/keyboard_return.twotone.svg new file mode 100644 index 0000000000..588860111d --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_return.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_tab.default.svg b/Symbolic/Resources/material-icons/keyboard_tab.default.svg new file mode 100644 index 0000000000..de79bc8559 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_tab.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_tab.outlined.svg b/Symbolic/Resources/material-icons/keyboard_tab.outlined.svg new file mode 100644 index 0000000000..c870bd92dd --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_tab.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_tab.round.svg b/Symbolic/Resources/material-icons/keyboard_tab.round.svg new file mode 100644 index 0000000000..5879aed105 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_tab.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_tab.sharp.svg b/Symbolic/Resources/material-icons/keyboard_tab.sharp.svg new file mode 100644 index 0000000000..c870bd92dd --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_tab.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_tab.twotone.svg b/Symbolic/Resources/material-icons/keyboard_tab.twotone.svg new file mode 100644 index 0000000000..c870bd92dd --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_tab.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_voice.default.svg b/Symbolic/Resources/material-icons/keyboard_voice.default.svg new file mode 100644 index 0000000000..8e1f2b07ec --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_voice.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_voice.outlined.svg b/Symbolic/Resources/material-icons/keyboard_voice.outlined.svg new file mode 100644 index 0000000000..5f5350329a --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_voice.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_voice.round.svg b/Symbolic/Resources/material-icons/keyboard_voice.round.svg new file mode 100644 index 0000000000..28f5203859 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_voice.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_voice.sharp.svg b/Symbolic/Resources/material-icons/keyboard_voice.sharp.svg new file mode 100644 index 0000000000..d974d00a80 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_voice.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/keyboard_voice.twotone.svg b/Symbolic/Resources/material-icons/keyboard_voice.twotone.svg new file mode 100644 index 0000000000..136ac1de69 --- /dev/null +++ b/Symbolic/Resources/material-icons/keyboard_voice.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/king_bed.default.svg b/Symbolic/Resources/material-icons/king_bed.default.svg new file mode 100644 index 0000000000..74f658101f --- /dev/null +++ b/Symbolic/Resources/material-icons/king_bed.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/king_bed.outlined.svg b/Symbolic/Resources/material-icons/king_bed.outlined.svg new file mode 100644 index 0000000000..2c284941b8 --- /dev/null +++ b/Symbolic/Resources/material-icons/king_bed.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/king_bed.round.svg b/Symbolic/Resources/material-icons/king_bed.round.svg new file mode 100644 index 0000000000..7620234b89 --- /dev/null +++ b/Symbolic/Resources/material-icons/king_bed.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/king_bed.sharp.svg b/Symbolic/Resources/material-icons/king_bed.sharp.svg new file mode 100644 index 0000000000..19e134632c --- /dev/null +++ b/Symbolic/Resources/material-icons/king_bed.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/king_bed.twotone.svg b/Symbolic/Resources/material-icons/king_bed.twotone.svg new file mode 100644 index 0000000000..b2dc0215f7 --- /dev/null +++ b/Symbolic/Resources/material-icons/king_bed.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/kitchen.default.svg b/Symbolic/Resources/material-icons/kitchen.default.svg new file mode 100644 index 0000000000..949349e156 --- /dev/null +++ b/Symbolic/Resources/material-icons/kitchen.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/kitchen.outlined.svg b/Symbolic/Resources/material-icons/kitchen.outlined.svg new file mode 100644 index 0000000000..2990a58b0b --- /dev/null +++ b/Symbolic/Resources/material-icons/kitchen.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/kitchen.round.svg b/Symbolic/Resources/material-icons/kitchen.round.svg new file mode 100644 index 0000000000..cd9c4494bf --- /dev/null +++ b/Symbolic/Resources/material-icons/kitchen.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/kitchen.sharp.svg b/Symbolic/Resources/material-icons/kitchen.sharp.svg new file mode 100644 index 0000000000..d52c490387 --- /dev/null +++ b/Symbolic/Resources/material-icons/kitchen.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/kitchen.twotone.svg b/Symbolic/Resources/material-icons/kitchen.twotone.svg new file mode 100644 index 0000000000..d9dba6204c --- /dev/null +++ b/Symbolic/Resources/material-icons/kitchen.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/kitesurfing.default.svg b/Symbolic/Resources/material-icons/kitesurfing.default.svg new file mode 100644 index 0000000000..4ef89ec422 --- /dev/null +++ b/Symbolic/Resources/material-icons/kitesurfing.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/kitesurfing.outlined.svg b/Symbolic/Resources/material-icons/kitesurfing.outlined.svg new file mode 100644 index 0000000000..4ef89ec422 --- /dev/null +++ b/Symbolic/Resources/material-icons/kitesurfing.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/kitesurfing.round.svg b/Symbolic/Resources/material-icons/kitesurfing.round.svg new file mode 100644 index 0000000000..8de02a752f --- /dev/null +++ b/Symbolic/Resources/material-icons/kitesurfing.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/kitesurfing.sharp.svg b/Symbolic/Resources/material-icons/kitesurfing.sharp.svg new file mode 100644 index 0000000000..d65f77600b --- /dev/null +++ b/Symbolic/Resources/material-icons/kitesurfing.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/kitesurfing.twotone.svg b/Symbolic/Resources/material-icons/kitesurfing.twotone.svg new file mode 100644 index 0000000000..4ef89ec422 --- /dev/null +++ b/Symbolic/Resources/material-icons/kitesurfing.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/label.default.svg b/Symbolic/Resources/material-icons/label.default.svg new file mode 100644 index 0000000000..380bc95a2c --- /dev/null +++ b/Symbolic/Resources/material-icons/label.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/label.outlined.svg b/Symbolic/Resources/material-icons/label.outlined.svg new file mode 100644 index 0000000000..a6fab49b60 --- /dev/null +++ b/Symbolic/Resources/material-icons/label.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/label.round.svg b/Symbolic/Resources/material-icons/label.round.svg new file mode 100644 index 0000000000..2a36a49292 --- /dev/null +++ b/Symbolic/Resources/material-icons/label.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/label.sharp.svg b/Symbolic/Resources/material-icons/label.sharp.svg new file mode 100644 index 0000000000..4e1d00c30b --- /dev/null +++ b/Symbolic/Resources/material-icons/label.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/label.twotone.svg b/Symbolic/Resources/material-icons/label.twotone.svg new file mode 100644 index 0000000000..d53e4cf0d3 --- /dev/null +++ b/Symbolic/Resources/material-icons/label.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/label_important.default.svg b/Symbolic/Resources/material-icons/label_important.default.svg new file mode 100644 index 0000000000..710dfffbd5 --- /dev/null +++ b/Symbolic/Resources/material-icons/label_important.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/label_important.outlined.svg b/Symbolic/Resources/material-icons/label_important.outlined.svg new file mode 100644 index 0000000000..ded266c323 --- /dev/null +++ b/Symbolic/Resources/material-icons/label_important.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/label_important.round.svg b/Symbolic/Resources/material-icons/label_important.round.svg new file mode 100644 index 0000000000..9f861041e8 --- /dev/null +++ b/Symbolic/Resources/material-icons/label_important.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/label_important.sharp.svg b/Symbolic/Resources/material-icons/label_important.sharp.svg new file mode 100644 index 0000000000..fac3c482f1 --- /dev/null +++ b/Symbolic/Resources/material-icons/label_important.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/label_important.twotone.svg b/Symbolic/Resources/material-icons/label_important.twotone.svg new file mode 100644 index 0000000000..3938b6be5f --- /dev/null +++ b/Symbolic/Resources/material-icons/label_important.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/label_important_outline.default.svg b/Symbolic/Resources/material-icons/label_important_outline.default.svg new file mode 100644 index 0000000000..faca457983 --- /dev/null +++ b/Symbolic/Resources/material-icons/label_important_outline.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/label_important_outline.round.svg b/Symbolic/Resources/material-icons/label_important_outline.round.svg new file mode 100644 index 0000000000..1d701682dc --- /dev/null +++ b/Symbolic/Resources/material-icons/label_important_outline.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/label_important_outline.sharp.svg b/Symbolic/Resources/material-icons/label_important_outline.sharp.svg new file mode 100644 index 0000000000..e76cd92db9 --- /dev/null +++ b/Symbolic/Resources/material-icons/label_important_outline.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/label_important_outline.twotone.svg b/Symbolic/Resources/material-icons/label_important_outline.twotone.svg new file mode 100644 index 0000000000..faca457983 --- /dev/null +++ b/Symbolic/Resources/material-icons/label_important_outline.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/label_off.default.svg b/Symbolic/Resources/material-icons/label_off.default.svg new file mode 100644 index 0000000000..60e9a011f3 --- /dev/null +++ b/Symbolic/Resources/material-icons/label_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/label_off.outlined.svg b/Symbolic/Resources/material-icons/label_off.outlined.svg new file mode 100644 index 0000000000..440643ee17 --- /dev/null +++ b/Symbolic/Resources/material-icons/label_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/label_off.round.svg b/Symbolic/Resources/material-icons/label_off.round.svg new file mode 100644 index 0000000000..30f194b103 --- /dev/null +++ b/Symbolic/Resources/material-icons/label_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/label_off.sharp.svg b/Symbolic/Resources/material-icons/label_off.sharp.svg new file mode 100644 index 0000000000..c148e0f034 --- /dev/null +++ b/Symbolic/Resources/material-icons/label_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/label_off.twotone.svg b/Symbolic/Resources/material-icons/label_off.twotone.svg new file mode 100644 index 0000000000..032b962c87 --- /dev/null +++ b/Symbolic/Resources/material-icons/label_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/label_outline.default.svg b/Symbolic/Resources/material-icons/label_outline.default.svg new file mode 100644 index 0000000000..20601d271e --- /dev/null +++ b/Symbolic/Resources/material-icons/label_outline.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/label_outline.round.svg b/Symbolic/Resources/material-icons/label_outline.round.svg new file mode 100644 index 0000000000..1efb270de6 --- /dev/null +++ b/Symbolic/Resources/material-icons/label_outline.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/label_outline.sharp.svg b/Symbolic/Resources/material-icons/label_outline.sharp.svg new file mode 100644 index 0000000000..345a1e275d --- /dev/null +++ b/Symbolic/Resources/material-icons/label_outline.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/label_outline.twotone.svg b/Symbolic/Resources/material-icons/label_outline.twotone.svg new file mode 100644 index 0000000000..a6fab49b60 --- /dev/null +++ b/Symbolic/Resources/material-icons/label_outline.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lan.default.svg b/Symbolic/Resources/material-icons/lan.default.svg new file mode 100644 index 0000000000..364b07f46a --- /dev/null +++ b/Symbolic/Resources/material-icons/lan.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lan.outlined.svg b/Symbolic/Resources/material-icons/lan.outlined.svg new file mode 100644 index 0000000000..92a45d2c3d --- /dev/null +++ b/Symbolic/Resources/material-icons/lan.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lan.round.svg b/Symbolic/Resources/material-icons/lan.round.svg new file mode 100644 index 0000000000..3dddede838 --- /dev/null +++ b/Symbolic/Resources/material-icons/lan.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lan.sharp.svg b/Symbolic/Resources/material-icons/lan.sharp.svg new file mode 100644 index 0000000000..364b07f46a --- /dev/null +++ b/Symbolic/Resources/material-icons/lan.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lan.twotone.svg b/Symbolic/Resources/material-icons/lan.twotone.svg new file mode 100644 index 0000000000..54348f453a --- /dev/null +++ b/Symbolic/Resources/material-icons/lan.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/landscape.default.svg b/Symbolic/Resources/material-icons/landscape.default.svg new file mode 100644 index 0000000000..367d192c2d --- /dev/null +++ b/Symbolic/Resources/material-icons/landscape.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/landscape.outlined.svg b/Symbolic/Resources/material-icons/landscape.outlined.svg new file mode 100644 index 0000000000..8d93af1cc1 --- /dev/null +++ b/Symbolic/Resources/material-icons/landscape.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/landscape.round.svg b/Symbolic/Resources/material-icons/landscape.round.svg new file mode 100644 index 0000000000..9be2f48f01 --- /dev/null +++ b/Symbolic/Resources/material-icons/landscape.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/landscape.sharp.svg b/Symbolic/Resources/material-icons/landscape.sharp.svg new file mode 100644 index 0000000000..5da462133d --- /dev/null +++ b/Symbolic/Resources/material-icons/landscape.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/landscape.twotone.svg b/Symbolic/Resources/material-icons/landscape.twotone.svg new file mode 100644 index 0000000000..9d7562f4e8 --- /dev/null +++ b/Symbolic/Resources/material-icons/landscape.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/landslide.default.svg b/Symbolic/Resources/material-icons/landslide.default.svg new file mode 100644 index 0000000000..87b455adbd --- /dev/null +++ b/Symbolic/Resources/material-icons/landslide.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/landslide.outlined.svg b/Symbolic/Resources/material-icons/landslide.outlined.svg new file mode 100644 index 0000000000..42f880e2e8 --- /dev/null +++ b/Symbolic/Resources/material-icons/landslide.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/landslide.round.svg b/Symbolic/Resources/material-icons/landslide.round.svg new file mode 100644 index 0000000000..0016b0baeb --- /dev/null +++ b/Symbolic/Resources/material-icons/landslide.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/landslide.sharp.svg b/Symbolic/Resources/material-icons/landslide.sharp.svg new file mode 100644 index 0000000000..87b455adbd --- /dev/null +++ b/Symbolic/Resources/material-icons/landslide.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/landslide.twotone.svg b/Symbolic/Resources/material-icons/landslide.twotone.svg new file mode 100644 index 0000000000..83db99caf5 --- /dev/null +++ b/Symbolic/Resources/material-icons/landslide.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/language.default.svg b/Symbolic/Resources/material-icons/language.default.svg new file mode 100644 index 0000000000..c23e6dd1f6 --- /dev/null +++ b/Symbolic/Resources/material-icons/language.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/language.outlined.svg b/Symbolic/Resources/material-icons/language.outlined.svg new file mode 100644 index 0000000000..50e43d5c12 --- /dev/null +++ b/Symbolic/Resources/material-icons/language.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/language.round.svg b/Symbolic/Resources/material-icons/language.round.svg new file mode 100644 index 0000000000..50e43d5c12 --- /dev/null +++ b/Symbolic/Resources/material-icons/language.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/language.sharp.svg b/Symbolic/Resources/material-icons/language.sharp.svg new file mode 100644 index 0000000000..50e43d5c12 --- /dev/null +++ b/Symbolic/Resources/material-icons/language.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/language.twotone.svg b/Symbolic/Resources/material-icons/language.twotone.svg new file mode 100644 index 0000000000..4fe70d715a --- /dev/null +++ b/Symbolic/Resources/material-icons/language.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/laptop.default.svg b/Symbolic/Resources/material-icons/laptop.default.svg new file mode 100644 index 0000000000..eb922d6c5a --- /dev/null +++ b/Symbolic/Resources/material-icons/laptop.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/laptop.outlined.svg b/Symbolic/Resources/material-icons/laptop.outlined.svg new file mode 100644 index 0000000000..098f3af896 --- /dev/null +++ b/Symbolic/Resources/material-icons/laptop.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/laptop.round.svg b/Symbolic/Resources/material-icons/laptop.round.svg new file mode 100644 index 0000000000..7a400005f8 --- /dev/null +++ b/Symbolic/Resources/material-icons/laptop.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/laptop.sharp.svg b/Symbolic/Resources/material-icons/laptop.sharp.svg new file mode 100644 index 0000000000..c75c08a9a2 --- /dev/null +++ b/Symbolic/Resources/material-icons/laptop.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/laptop.twotone.svg b/Symbolic/Resources/material-icons/laptop.twotone.svg new file mode 100644 index 0000000000..3ee776e161 --- /dev/null +++ b/Symbolic/Resources/material-icons/laptop.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/laptop_chromebook.default.svg b/Symbolic/Resources/material-icons/laptop_chromebook.default.svg new file mode 100644 index 0000000000..bd11463b7c --- /dev/null +++ b/Symbolic/Resources/material-icons/laptop_chromebook.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/laptop_chromebook.outlined.svg b/Symbolic/Resources/material-icons/laptop_chromebook.outlined.svg new file mode 100644 index 0000000000..a5ecefd2c2 --- /dev/null +++ b/Symbolic/Resources/material-icons/laptop_chromebook.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/laptop_chromebook.round.svg b/Symbolic/Resources/material-icons/laptop_chromebook.round.svg new file mode 100644 index 0000000000..8f4dbd08d5 --- /dev/null +++ b/Symbolic/Resources/material-icons/laptop_chromebook.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/laptop_chromebook.sharp.svg b/Symbolic/Resources/material-icons/laptop_chromebook.sharp.svg new file mode 100644 index 0000000000..a5ecefd2c2 --- /dev/null +++ b/Symbolic/Resources/material-icons/laptop_chromebook.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/laptop_chromebook.twotone.svg b/Symbolic/Resources/material-icons/laptop_chromebook.twotone.svg new file mode 100644 index 0000000000..3065ec999c --- /dev/null +++ b/Symbolic/Resources/material-icons/laptop_chromebook.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/laptop_mac.default.svg b/Symbolic/Resources/material-icons/laptop_mac.default.svg new file mode 100644 index 0000000000..d0e7a36e05 --- /dev/null +++ b/Symbolic/Resources/material-icons/laptop_mac.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/laptop_mac.outlined.svg b/Symbolic/Resources/material-icons/laptop_mac.outlined.svg new file mode 100644 index 0000000000..ebb483dc9c --- /dev/null +++ b/Symbolic/Resources/material-icons/laptop_mac.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/laptop_mac.round.svg b/Symbolic/Resources/material-icons/laptop_mac.round.svg new file mode 100644 index 0000000000..68d4828afd --- /dev/null +++ b/Symbolic/Resources/material-icons/laptop_mac.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/laptop_mac.sharp.svg b/Symbolic/Resources/material-icons/laptop_mac.sharp.svg new file mode 100644 index 0000000000..f5cf465518 --- /dev/null +++ b/Symbolic/Resources/material-icons/laptop_mac.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/laptop_mac.twotone.svg b/Symbolic/Resources/material-icons/laptop_mac.twotone.svg new file mode 100644 index 0000000000..b85c51b766 --- /dev/null +++ b/Symbolic/Resources/material-icons/laptop_mac.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/laptop_windows.default.svg b/Symbolic/Resources/material-icons/laptop_windows.default.svg new file mode 100644 index 0000000000..4f05a29d8e --- /dev/null +++ b/Symbolic/Resources/material-icons/laptop_windows.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/laptop_windows.outlined.svg b/Symbolic/Resources/material-icons/laptop_windows.outlined.svg new file mode 100644 index 0000000000..5d6edd5f51 --- /dev/null +++ b/Symbolic/Resources/material-icons/laptop_windows.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/laptop_windows.round.svg b/Symbolic/Resources/material-icons/laptop_windows.round.svg new file mode 100644 index 0000000000..f33c868fc6 --- /dev/null +++ b/Symbolic/Resources/material-icons/laptop_windows.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/laptop_windows.sharp.svg b/Symbolic/Resources/material-icons/laptop_windows.sharp.svg new file mode 100644 index 0000000000..c825830f0a --- /dev/null +++ b/Symbolic/Resources/material-icons/laptop_windows.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/laptop_windows.twotone.svg b/Symbolic/Resources/material-icons/laptop_windows.twotone.svg new file mode 100644 index 0000000000..aa63a30c17 --- /dev/null +++ b/Symbolic/Resources/material-icons/laptop_windows.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/last_page.default.svg b/Symbolic/Resources/material-icons/last_page.default.svg new file mode 100644 index 0000000000..9f2f641c5e --- /dev/null +++ b/Symbolic/Resources/material-icons/last_page.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/last_page.outlined.svg b/Symbolic/Resources/material-icons/last_page.outlined.svg new file mode 100644 index 0000000000..5a9becef7f --- /dev/null +++ b/Symbolic/Resources/material-icons/last_page.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/last_page.round.svg b/Symbolic/Resources/material-icons/last_page.round.svg new file mode 100644 index 0000000000..63d46f1a5d --- /dev/null +++ b/Symbolic/Resources/material-icons/last_page.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/last_page.sharp.svg b/Symbolic/Resources/material-icons/last_page.sharp.svg new file mode 100644 index 0000000000..5a9becef7f --- /dev/null +++ b/Symbolic/Resources/material-icons/last_page.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/last_page.twotone.svg b/Symbolic/Resources/material-icons/last_page.twotone.svg new file mode 100644 index 0000000000..5a9becef7f --- /dev/null +++ b/Symbolic/Resources/material-icons/last_page.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/launch.default.svg b/Symbolic/Resources/material-icons/launch.default.svg new file mode 100644 index 0000000000..7d9ae31418 --- /dev/null +++ b/Symbolic/Resources/material-icons/launch.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/launch.outlined.svg b/Symbolic/Resources/material-icons/launch.outlined.svg new file mode 100644 index 0000000000..ef4718748b --- /dev/null +++ b/Symbolic/Resources/material-icons/launch.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/launch.round.svg b/Symbolic/Resources/material-icons/launch.round.svg new file mode 100644 index 0000000000..05c9a2ca83 --- /dev/null +++ b/Symbolic/Resources/material-icons/launch.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/launch.sharp.svg b/Symbolic/Resources/material-icons/launch.sharp.svg new file mode 100644 index 0000000000..7d8840f81e --- /dev/null +++ b/Symbolic/Resources/material-icons/launch.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/launch.twotone.svg b/Symbolic/Resources/material-icons/launch.twotone.svg new file mode 100644 index 0000000000..ef4718748b --- /dev/null +++ b/Symbolic/Resources/material-icons/launch.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/layers.default.svg b/Symbolic/Resources/material-icons/layers.default.svg new file mode 100644 index 0000000000..05c139681d --- /dev/null +++ b/Symbolic/Resources/material-icons/layers.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/layers.outlined.svg b/Symbolic/Resources/material-icons/layers.outlined.svg new file mode 100644 index 0000000000..f6f1ee90f8 --- /dev/null +++ b/Symbolic/Resources/material-icons/layers.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/layers.round.svg b/Symbolic/Resources/material-icons/layers.round.svg new file mode 100644 index 0000000000..499dcc0d95 --- /dev/null +++ b/Symbolic/Resources/material-icons/layers.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/layers.sharp.svg b/Symbolic/Resources/material-icons/layers.sharp.svg new file mode 100644 index 0000000000..f2131279aa --- /dev/null +++ b/Symbolic/Resources/material-icons/layers.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/layers.twotone.svg b/Symbolic/Resources/material-icons/layers.twotone.svg new file mode 100644 index 0000000000..87ff924164 --- /dev/null +++ b/Symbolic/Resources/material-icons/layers.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/layers_clear.default.svg b/Symbolic/Resources/material-icons/layers_clear.default.svg new file mode 100644 index 0000000000..975f2e1418 --- /dev/null +++ b/Symbolic/Resources/material-icons/layers_clear.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/layers_clear.outlined.svg b/Symbolic/Resources/material-icons/layers_clear.outlined.svg new file mode 100644 index 0000000000..dd64bc3095 --- /dev/null +++ b/Symbolic/Resources/material-icons/layers_clear.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/layers_clear.round.svg b/Symbolic/Resources/material-icons/layers_clear.round.svg new file mode 100644 index 0000000000..fa35c0f876 --- /dev/null +++ b/Symbolic/Resources/material-icons/layers_clear.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/layers_clear.sharp.svg b/Symbolic/Resources/material-icons/layers_clear.sharp.svg new file mode 100644 index 0000000000..c87b3a738a --- /dev/null +++ b/Symbolic/Resources/material-icons/layers_clear.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/layers_clear.twotone.svg b/Symbolic/Resources/material-icons/layers_clear.twotone.svg new file mode 100644 index 0000000000..1f828c2995 --- /dev/null +++ b/Symbolic/Resources/material-icons/layers_clear.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/leaderboard.default.svg b/Symbolic/Resources/material-icons/leaderboard.default.svg new file mode 100644 index 0000000000..36ea366d26 --- /dev/null +++ b/Symbolic/Resources/material-icons/leaderboard.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/leaderboard.outlined.svg b/Symbolic/Resources/material-icons/leaderboard.outlined.svg new file mode 100644 index 0000000000..e479651b8b --- /dev/null +++ b/Symbolic/Resources/material-icons/leaderboard.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/leaderboard.round.svg b/Symbolic/Resources/material-icons/leaderboard.round.svg new file mode 100644 index 0000000000..8a61c5ead3 --- /dev/null +++ b/Symbolic/Resources/material-icons/leaderboard.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/leaderboard.sharp.svg b/Symbolic/Resources/material-icons/leaderboard.sharp.svg new file mode 100644 index 0000000000..36ea366d26 --- /dev/null +++ b/Symbolic/Resources/material-icons/leaderboard.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/leaderboard.twotone.svg b/Symbolic/Resources/material-icons/leaderboard.twotone.svg new file mode 100644 index 0000000000..d2c831c9b9 --- /dev/null +++ b/Symbolic/Resources/material-icons/leaderboard.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/leak_add.default.svg b/Symbolic/Resources/material-icons/leak_add.default.svg new file mode 100644 index 0000000000..63ad6dc41c --- /dev/null +++ b/Symbolic/Resources/material-icons/leak_add.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/leak_add.outlined.svg b/Symbolic/Resources/material-icons/leak_add.outlined.svg new file mode 100644 index 0000000000..61652f5fd9 --- /dev/null +++ b/Symbolic/Resources/material-icons/leak_add.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/leak_add.round.svg b/Symbolic/Resources/material-icons/leak_add.round.svg new file mode 100644 index 0000000000..51f22e90f6 --- /dev/null +++ b/Symbolic/Resources/material-icons/leak_add.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/leak_add.sharp.svg b/Symbolic/Resources/material-icons/leak_add.sharp.svg new file mode 100644 index 0000000000..61652f5fd9 --- /dev/null +++ b/Symbolic/Resources/material-icons/leak_add.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/leak_add.twotone.svg b/Symbolic/Resources/material-icons/leak_add.twotone.svg new file mode 100644 index 0000000000..609bb19038 --- /dev/null +++ b/Symbolic/Resources/material-icons/leak_add.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/leak_remove.default.svg b/Symbolic/Resources/material-icons/leak_remove.default.svg new file mode 100644 index 0000000000..765327b6f6 --- /dev/null +++ b/Symbolic/Resources/material-icons/leak_remove.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/leak_remove.outlined.svg b/Symbolic/Resources/material-icons/leak_remove.outlined.svg new file mode 100644 index 0000000000..685d24171e --- /dev/null +++ b/Symbolic/Resources/material-icons/leak_remove.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/leak_remove.round.svg b/Symbolic/Resources/material-icons/leak_remove.round.svg new file mode 100644 index 0000000000..45b9deeba5 --- /dev/null +++ b/Symbolic/Resources/material-icons/leak_remove.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/leak_remove.sharp.svg b/Symbolic/Resources/material-icons/leak_remove.sharp.svg new file mode 100644 index 0000000000..685d24171e --- /dev/null +++ b/Symbolic/Resources/material-icons/leak_remove.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/leak_remove.twotone.svg b/Symbolic/Resources/material-icons/leak_remove.twotone.svg new file mode 100644 index 0000000000..685d24171e --- /dev/null +++ b/Symbolic/Resources/material-icons/leak_remove.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/legend_toggle.default.svg b/Symbolic/Resources/material-icons/legend_toggle.default.svg new file mode 100644 index 0000000000..4db786f438 --- /dev/null +++ b/Symbolic/Resources/material-icons/legend_toggle.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/legend_toggle.outlined.svg b/Symbolic/Resources/material-icons/legend_toggle.outlined.svg new file mode 100644 index 0000000000..4db786f438 --- /dev/null +++ b/Symbolic/Resources/material-icons/legend_toggle.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/legend_toggle.round.svg b/Symbolic/Resources/material-icons/legend_toggle.round.svg new file mode 100644 index 0000000000..c7908971f8 --- /dev/null +++ b/Symbolic/Resources/material-icons/legend_toggle.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/legend_toggle.sharp.svg b/Symbolic/Resources/material-icons/legend_toggle.sharp.svg new file mode 100644 index 0000000000..4db786f438 --- /dev/null +++ b/Symbolic/Resources/material-icons/legend_toggle.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/legend_toggle.twotone.svg b/Symbolic/Resources/material-icons/legend_toggle.twotone.svg new file mode 100644 index 0000000000..4db786f438 --- /dev/null +++ b/Symbolic/Resources/material-icons/legend_toggle.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lens.default.svg b/Symbolic/Resources/material-icons/lens.default.svg new file mode 100644 index 0000000000..c4a76f1b6b --- /dev/null +++ b/Symbolic/Resources/material-icons/lens.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lens.outlined.svg b/Symbolic/Resources/material-icons/lens.outlined.svg new file mode 100644 index 0000000000..fbab2e8c61 --- /dev/null +++ b/Symbolic/Resources/material-icons/lens.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lens.round.svg b/Symbolic/Resources/material-icons/lens.round.svg new file mode 100644 index 0000000000..182b78dddd --- /dev/null +++ b/Symbolic/Resources/material-icons/lens.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lens.sharp.svg b/Symbolic/Resources/material-icons/lens.sharp.svg new file mode 100644 index 0000000000..182b78dddd --- /dev/null +++ b/Symbolic/Resources/material-icons/lens.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lens.twotone.svg b/Symbolic/Resources/material-icons/lens.twotone.svg new file mode 100644 index 0000000000..e9d4fd7dda --- /dev/null +++ b/Symbolic/Resources/material-icons/lens.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lens_blur.default.svg b/Symbolic/Resources/material-icons/lens_blur.default.svg new file mode 100644 index 0000000000..9267c8fbd7 --- /dev/null +++ b/Symbolic/Resources/material-icons/lens_blur.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lens_blur.outlined.svg b/Symbolic/Resources/material-icons/lens_blur.outlined.svg new file mode 100644 index 0000000000..9267c8fbd7 --- /dev/null +++ b/Symbolic/Resources/material-icons/lens_blur.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lens_blur.round.svg b/Symbolic/Resources/material-icons/lens_blur.round.svg new file mode 100644 index 0000000000..9267c8fbd7 --- /dev/null +++ b/Symbolic/Resources/material-icons/lens_blur.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lens_blur.sharp.svg b/Symbolic/Resources/material-icons/lens_blur.sharp.svg new file mode 100644 index 0000000000..9267c8fbd7 --- /dev/null +++ b/Symbolic/Resources/material-icons/lens_blur.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lens_blur.twotone.svg b/Symbolic/Resources/material-icons/lens_blur.twotone.svg new file mode 100644 index 0000000000..9267c8fbd7 --- /dev/null +++ b/Symbolic/Resources/material-icons/lens_blur.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/library_add.default.svg b/Symbolic/Resources/material-icons/library_add.default.svg new file mode 100644 index 0000000000..e7114513e8 --- /dev/null +++ b/Symbolic/Resources/material-icons/library_add.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/library_add.outlined.svg b/Symbolic/Resources/material-icons/library_add.outlined.svg new file mode 100644 index 0000000000..2abeb9b5f6 --- /dev/null +++ b/Symbolic/Resources/material-icons/library_add.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/library_add.round.svg b/Symbolic/Resources/material-icons/library_add.round.svg new file mode 100644 index 0000000000..1d990d3dd4 --- /dev/null +++ b/Symbolic/Resources/material-icons/library_add.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/library_add.sharp.svg b/Symbolic/Resources/material-icons/library_add.sharp.svg new file mode 100644 index 0000000000..68b299ac5a --- /dev/null +++ b/Symbolic/Resources/material-icons/library_add.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/library_add.twotone.svg b/Symbolic/Resources/material-icons/library_add.twotone.svg new file mode 100644 index 0000000000..f5d06ca5a8 --- /dev/null +++ b/Symbolic/Resources/material-icons/library_add.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/library_add_check.default.svg b/Symbolic/Resources/material-icons/library_add_check.default.svg new file mode 100644 index 0000000000..f2ace5de4b --- /dev/null +++ b/Symbolic/Resources/material-icons/library_add_check.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/library_add_check.outlined.svg b/Symbolic/Resources/material-icons/library_add_check.outlined.svg new file mode 100644 index 0000000000..19010d077f --- /dev/null +++ b/Symbolic/Resources/material-icons/library_add_check.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/library_add_check.round.svg b/Symbolic/Resources/material-icons/library_add_check.round.svg new file mode 100644 index 0000000000..6621cd16aa --- /dev/null +++ b/Symbolic/Resources/material-icons/library_add_check.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/library_add_check.sharp.svg b/Symbolic/Resources/material-icons/library_add_check.sharp.svg new file mode 100644 index 0000000000..427ea7448b --- /dev/null +++ b/Symbolic/Resources/material-icons/library_add_check.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/library_add_check.twotone.svg b/Symbolic/Resources/material-icons/library_add_check.twotone.svg new file mode 100644 index 0000000000..c60bbd124d --- /dev/null +++ b/Symbolic/Resources/material-icons/library_add_check.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/library_books.default.svg b/Symbolic/Resources/material-icons/library_books.default.svg new file mode 100644 index 0000000000..ea83c24e3e --- /dev/null +++ b/Symbolic/Resources/material-icons/library_books.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/library_books.outlined.svg b/Symbolic/Resources/material-icons/library_books.outlined.svg new file mode 100644 index 0000000000..1efc767a28 --- /dev/null +++ b/Symbolic/Resources/material-icons/library_books.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/library_books.round.svg b/Symbolic/Resources/material-icons/library_books.round.svg new file mode 100644 index 0000000000..30099265d7 --- /dev/null +++ b/Symbolic/Resources/material-icons/library_books.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/library_books.sharp.svg b/Symbolic/Resources/material-icons/library_books.sharp.svg new file mode 100644 index 0000000000..1209fea5be --- /dev/null +++ b/Symbolic/Resources/material-icons/library_books.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/library_books.twotone.svg b/Symbolic/Resources/material-icons/library_books.twotone.svg new file mode 100644 index 0000000000..1064897bb5 --- /dev/null +++ b/Symbolic/Resources/material-icons/library_books.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/library_music.default.svg b/Symbolic/Resources/material-icons/library_music.default.svg new file mode 100644 index 0000000000..5d28143440 --- /dev/null +++ b/Symbolic/Resources/material-icons/library_music.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/library_music.outlined.svg b/Symbolic/Resources/material-icons/library_music.outlined.svg new file mode 100644 index 0000000000..4096de290f --- /dev/null +++ b/Symbolic/Resources/material-icons/library_music.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/library_music.round.svg b/Symbolic/Resources/material-icons/library_music.round.svg new file mode 100644 index 0000000000..02f3f07705 --- /dev/null +++ b/Symbolic/Resources/material-icons/library_music.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/library_music.sharp.svg b/Symbolic/Resources/material-icons/library_music.sharp.svg new file mode 100644 index 0000000000..d4dfa7d10f --- /dev/null +++ b/Symbolic/Resources/material-icons/library_music.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/library_music.twotone.svg b/Symbolic/Resources/material-icons/library_music.twotone.svg new file mode 100644 index 0000000000..8669612a52 --- /dev/null +++ b/Symbolic/Resources/material-icons/library_music.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/light.default.svg b/Symbolic/Resources/material-icons/light.default.svg new file mode 100644 index 0000000000..b36fb5c890 --- /dev/null +++ b/Symbolic/Resources/material-icons/light.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/light.outlined.svg b/Symbolic/Resources/material-icons/light.outlined.svg new file mode 100644 index 0000000000..88f5a30fe2 --- /dev/null +++ b/Symbolic/Resources/material-icons/light.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/light.round.svg b/Symbolic/Resources/material-icons/light.round.svg new file mode 100644 index 0000000000..b2cc21f260 --- /dev/null +++ b/Symbolic/Resources/material-icons/light.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/light.sharp.svg b/Symbolic/Resources/material-icons/light.sharp.svg new file mode 100644 index 0000000000..892b51c3bb --- /dev/null +++ b/Symbolic/Resources/material-icons/light.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/light.twotone.svg b/Symbolic/Resources/material-icons/light.twotone.svg new file mode 100644 index 0000000000..b86cafc3c0 --- /dev/null +++ b/Symbolic/Resources/material-icons/light.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/light_mode.default.svg b/Symbolic/Resources/material-icons/light_mode.default.svg new file mode 100644 index 0000000000..7fae634e88 --- /dev/null +++ b/Symbolic/Resources/material-icons/light_mode.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/light_mode.outlined.svg b/Symbolic/Resources/material-icons/light_mode.outlined.svg new file mode 100644 index 0000000000..d4995b2db9 --- /dev/null +++ b/Symbolic/Resources/material-icons/light_mode.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/light_mode.round.svg b/Symbolic/Resources/material-icons/light_mode.round.svg new file mode 100644 index 0000000000..7fae634e88 --- /dev/null +++ b/Symbolic/Resources/material-icons/light_mode.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/light_mode.sharp.svg b/Symbolic/Resources/material-icons/light_mode.sharp.svg new file mode 100644 index 0000000000..0602e121e4 --- /dev/null +++ b/Symbolic/Resources/material-icons/light_mode.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/light_mode.twotone.svg b/Symbolic/Resources/material-icons/light_mode.twotone.svg new file mode 100644 index 0000000000..ff7c842c6e --- /dev/null +++ b/Symbolic/Resources/material-icons/light_mode.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lightbulb.default.svg b/Symbolic/Resources/material-icons/lightbulb.default.svg new file mode 100644 index 0000000000..65f07e7a9f --- /dev/null +++ b/Symbolic/Resources/material-icons/lightbulb.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lightbulb.outlined.svg b/Symbolic/Resources/material-icons/lightbulb.outlined.svg new file mode 100644 index 0000000000..46f8fb268f --- /dev/null +++ b/Symbolic/Resources/material-icons/lightbulb.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lightbulb.round.svg b/Symbolic/Resources/material-icons/lightbulb.round.svg new file mode 100644 index 0000000000..fae7e50974 --- /dev/null +++ b/Symbolic/Resources/material-icons/lightbulb.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lightbulb.sharp.svg b/Symbolic/Resources/material-icons/lightbulb.sharp.svg new file mode 100644 index 0000000000..f0ffec47c5 --- /dev/null +++ b/Symbolic/Resources/material-icons/lightbulb.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lightbulb.twotone.svg b/Symbolic/Resources/material-icons/lightbulb.twotone.svg new file mode 100644 index 0000000000..14559c2f9a --- /dev/null +++ b/Symbolic/Resources/material-icons/lightbulb.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lightbulb_circle.default.svg b/Symbolic/Resources/material-icons/lightbulb_circle.default.svg new file mode 100644 index 0000000000..f24f2f6470 --- /dev/null +++ b/Symbolic/Resources/material-icons/lightbulb_circle.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lightbulb_circle.outlined.svg b/Symbolic/Resources/material-icons/lightbulb_circle.outlined.svg new file mode 100644 index 0000000000..70ad016f15 --- /dev/null +++ b/Symbolic/Resources/material-icons/lightbulb_circle.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lightbulb_circle.round.svg b/Symbolic/Resources/material-icons/lightbulb_circle.round.svg new file mode 100644 index 0000000000..cb3950f700 --- /dev/null +++ b/Symbolic/Resources/material-icons/lightbulb_circle.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lightbulb_circle.sharp.svg b/Symbolic/Resources/material-icons/lightbulb_circle.sharp.svg new file mode 100644 index 0000000000..f24f2f6470 --- /dev/null +++ b/Symbolic/Resources/material-icons/lightbulb_circle.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lightbulb_circle.twotone.svg b/Symbolic/Resources/material-icons/lightbulb_circle.twotone.svg new file mode 100644 index 0000000000..8f1e1bd008 --- /dev/null +++ b/Symbolic/Resources/material-icons/lightbulb_circle.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lightbulb_outline.default.svg b/Symbolic/Resources/material-icons/lightbulb_outline.default.svg new file mode 100644 index 0000000000..136c51bb39 --- /dev/null +++ b/Symbolic/Resources/material-icons/lightbulb_outline.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lightbulb_outline.round.svg b/Symbolic/Resources/material-icons/lightbulb_outline.round.svg new file mode 100644 index 0000000000..46f8fb268f --- /dev/null +++ b/Symbolic/Resources/material-icons/lightbulb_outline.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lightbulb_outline.sharp.svg b/Symbolic/Resources/material-icons/lightbulb_outline.sharp.svg new file mode 100644 index 0000000000..22d19dcc61 --- /dev/null +++ b/Symbolic/Resources/material-icons/lightbulb_outline.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lightbulb_outline.twotone.svg b/Symbolic/Resources/material-icons/lightbulb_outline.twotone.svg new file mode 100644 index 0000000000..46f8fb268f --- /dev/null +++ b/Symbolic/Resources/material-icons/lightbulb_outline.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/line_axis.default.svg b/Symbolic/Resources/material-icons/line_axis.default.svg new file mode 100644 index 0000000000..8970e823fa --- /dev/null +++ b/Symbolic/Resources/material-icons/line_axis.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/line_axis.outlined.svg b/Symbolic/Resources/material-icons/line_axis.outlined.svg new file mode 100644 index 0000000000..8970e823fa --- /dev/null +++ b/Symbolic/Resources/material-icons/line_axis.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/line_axis.round.svg b/Symbolic/Resources/material-icons/line_axis.round.svg new file mode 100644 index 0000000000..18b1db4fe5 --- /dev/null +++ b/Symbolic/Resources/material-icons/line_axis.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/line_axis.sharp.svg b/Symbolic/Resources/material-icons/line_axis.sharp.svg new file mode 100644 index 0000000000..8970e823fa --- /dev/null +++ b/Symbolic/Resources/material-icons/line_axis.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/line_axis.twotone.svg b/Symbolic/Resources/material-icons/line_axis.twotone.svg new file mode 100644 index 0000000000..8970e823fa --- /dev/null +++ b/Symbolic/Resources/material-icons/line_axis.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/line_style.default.svg b/Symbolic/Resources/material-icons/line_style.default.svg new file mode 100644 index 0000000000..7f318dba55 --- /dev/null +++ b/Symbolic/Resources/material-icons/line_style.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/line_style.outlined.svg b/Symbolic/Resources/material-icons/line_style.outlined.svg new file mode 100644 index 0000000000..de5367b789 --- /dev/null +++ b/Symbolic/Resources/material-icons/line_style.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/line_style.round.svg b/Symbolic/Resources/material-icons/line_style.round.svg new file mode 100644 index 0000000000..a23d725964 --- /dev/null +++ b/Symbolic/Resources/material-icons/line_style.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/line_style.sharp.svg b/Symbolic/Resources/material-icons/line_style.sharp.svg new file mode 100644 index 0000000000..de5367b789 --- /dev/null +++ b/Symbolic/Resources/material-icons/line_style.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/line_style.twotone.svg b/Symbolic/Resources/material-icons/line_style.twotone.svg new file mode 100644 index 0000000000..de5367b789 --- /dev/null +++ b/Symbolic/Resources/material-icons/line_style.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/line_weight.default.svg b/Symbolic/Resources/material-icons/line_weight.default.svg new file mode 100644 index 0000000000..11b58de425 --- /dev/null +++ b/Symbolic/Resources/material-icons/line_weight.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/line_weight.outlined.svg b/Symbolic/Resources/material-icons/line_weight.outlined.svg new file mode 100644 index 0000000000..a836a27a6a --- /dev/null +++ b/Symbolic/Resources/material-icons/line_weight.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/line_weight.round.svg b/Symbolic/Resources/material-icons/line_weight.round.svg new file mode 100644 index 0000000000..d680415862 --- /dev/null +++ b/Symbolic/Resources/material-icons/line_weight.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/line_weight.sharp.svg b/Symbolic/Resources/material-icons/line_weight.sharp.svg new file mode 100644 index 0000000000..a836a27a6a --- /dev/null +++ b/Symbolic/Resources/material-icons/line_weight.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/line_weight.twotone.svg b/Symbolic/Resources/material-icons/line_weight.twotone.svg new file mode 100644 index 0000000000..a836a27a6a --- /dev/null +++ b/Symbolic/Resources/material-icons/line_weight.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/linear_scale.default.svg b/Symbolic/Resources/material-icons/linear_scale.default.svg new file mode 100644 index 0000000000..c127aa6b67 --- /dev/null +++ b/Symbolic/Resources/material-icons/linear_scale.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/linear_scale.outlined.svg b/Symbolic/Resources/material-icons/linear_scale.outlined.svg new file mode 100644 index 0000000000..96e046124f --- /dev/null +++ b/Symbolic/Resources/material-icons/linear_scale.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/linear_scale.round.svg b/Symbolic/Resources/material-icons/linear_scale.round.svg new file mode 100644 index 0000000000..cba27d8393 --- /dev/null +++ b/Symbolic/Resources/material-icons/linear_scale.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/linear_scale.sharp.svg b/Symbolic/Resources/material-icons/linear_scale.sharp.svg new file mode 100644 index 0000000000..5fb2d5a02f --- /dev/null +++ b/Symbolic/Resources/material-icons/linear_scale.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/linear_scale.twotone.svg b/Symbolic/Resources/material-icons/linear_scale.twotone.svg new file mode 100644 index 0000000000..96e046124f --- /dev/null +++ b/Symbolic/Resources/material-icons/linear_scale.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/link.default.svg b/Symbolic/Resources/material-icons/link.default.svg new file mode 100644 index 0000000000..50ce54c18b --- /dev/null +++ b/Symbolic/Resources/material-icons/link.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/link.outlined.svg b/Symbolic/Resources/material-icons/link.outlined.svg new file mode 100644 index 0000000000..5024c02cd6 --- /dev/null +++ b/Symbolic/Resources/material-icons/link.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/link.round.svg b/Symbolic/Resources/material-icons/link.round.svg new file mode 100644 index 0000000000..b2f16dd800 --- /dev/null +++ b/Symbolic/Resources/material-icons/link.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/link.sharp.svg b/Symbolic/Resources/material-icons/link.sharp.svg new file mode 100644 index 0000000000..fc37f9b627 --- /dev/null +++ b/Symbolic/Resources/material-icons/link.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/link.twotone.svg b/Symbolic/Resources/material-icons/link.twotone.svg new file mode 100644 index 0000000000..8751a3d27d --- /dev/null +++ b/Symbolic/Resources/material-icons/link.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/link_off.default.svg b/Symbolic/Resources/material-icons/link_off.default.svg new file mode 100644 index 0000000000..88a96ce9da --- /dev/null +++ b/Symbolic/Resources/material-icons/link_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/link_off.outlined.svg b/Symbolic/Resources/material-icons/link_off.outlined.svg new file mode 100644 index 0000000000..e348e6d5f2 --- /dev/null +++ b/Symbolic/Resources/material-icons/link_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/link_off.round.svg b/Symbolic/Resources/material-icons/link_off.round.svg new file mode 100644 index 0000000000..087523032a --- /dev/null +++ b/Symbolic/Resources/material-icons/link_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/link_off.sharp.svg b/Symbolic/Resources/material-icons/link_off.sharp.svg new file mode 100644 index 0000000000..e348e6d5f2 --- /dev/null +++ b/Symbolic/Resources/material-icons/link_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/link_off.twotone.svg b/Symbolic/Resources/material-icons/link_off.twotone.svg new file mode 100644 index 0000000000..e348e6d5f2 --- /dev/null +++ b/Symbolic/Resources/material-icons/link_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/linked_camera.default.svg b/Symbolic/Resources/material-icons/linked_camera.default.svg new file mode 100644 index 0000000000..e9d211f1c1 --- /dev/null +++ b/Symbolic/Resources/material-icons/linked_camera.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/linked_camera.outlined.svg b/Symbolic/Resources/material-icons/linked_camera.outlined.svg new file mode 100644 index 0000000000..366c4deaca --- /dev/null +++ b/Symbolic/Resources/material-icons/linked_camera.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/linked_camera.round.svg b/Symbolic/Resources/material-icons/linked_camera.round.svg new file mode 100644 index 0000000000..0a9f1d194d --- /dev/null +++ b/Symbolic/Resources/material-icons/linked_camera.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/linked_camera.sharp.svg b/Symbolic/Resources/material-icons/linked_camera.sharp.svg new file mode 100644 index 0000000000..6de26dbdf4 --- /dev/null +++ b/Symbolic/Resources/material-icons/linked_camera.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/linked_camera.twotone.svg b/Symbolic/Resources/material-icons/linked_camera.twotone.svg new file mode 100644 index 0000000000..75fea06be8 --- /dev/null +++ b/Symbolic/Resources/material-icons/linked_camera.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/liquor.default.svg b/Symbolic/Resources/material-icons/liquor.default.svg new file mode 100644 index 0000000000..b1067f4954 --- /dev/null +++ b/Symbolic/Resources/material-icons/liquor.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/liquor.outlined.svg b/Symbolic/Resources/material-icons/liquor.outlined.svg new file mode 100644 index 0000000000..069bff0a3e --- /dev/null +++ b/Symbolic/Resources/material-icons/liquor.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/liquor.round.svg b/Symbolic/Resources/material-icons/liquor.round.svg new file mode 100644 index 0000000000..f33edbcd54 --- /dev/null +++ b/Symbolic/Resources/material-icons/liquor.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/liquor.sharp.svg b/Symbolic/Resources/material-icons/liquor.sharp.svg new file mode 100644 index 0000000000..8e43fa5b6f --- /dev/null +++ b/Symbolic/Resources/material-icons/liquor.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/liquor.twotone.svg b/Symbolic/Resources/material-icons/liquor.twotone.svg new file mode 100644 index 0000000000..7a9a6bf105 --- /dev/null +++ b/Symbolic/Resources/material-icons/liquor.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/list.default.svg b/Symbolic/Resources/material-icons/list.default.svg new file mode 100644 index 0000000000..51c5b3851d --- /dev/null +++ b/Symbolic/Resources/material-icons/list.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/list.outlined.svg b/Symbolic/Resources/material-icons/list.outlined.svg new file mode 100644 index 0000000000..3f2cdf120c --- /dev/null +++ b/Symbolic/Resources/material-icons/list.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/list.round.svg b/Symbolic/Resources/material-icons/list.round.svg new file mode 100644 index 0000000000..ee9b723b56 --- /dev/null +++ b/Symbolic/Resources/material-icons/list.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/list.sharp.svg b/Symbolic/Resources/material-icons/list.sharp.svg new file mode 100644 index 0000000000..3f2cdf120c --- /dev/null +++ b/Symbolic/Resources/material-icons/list.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/list.twotone.svg b/Symbolic/Resources/material-icons/list.twotone.svg new file mode 100644 index 0000000000..3f2cdf120c --- /dev/null +++ b/Symbolic/Resources/material-icons/list.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/list_alt.default.svg b/Symbolic/Resources/material-icons/list_alt.default.svg new file mode 100644 index 0000000000..8ce6b05573 --- /dev/null +++ b/Symbolic/Resources/material-icons/list_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/list_alt.outlined.svg b/Symbolic/Resources/material-icons/list_alt.outlined.svg new file mode 100644 index 0000000000..8440351329 --- /dev/null +++ b/Symbolic/Resources/material-icons/list_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/list_alt.round.svg b/Symbolic/Resources/material-icons/list_alt.round.svg new file mode 100644 index 0000000000..76a793f591 --- /dev/null +++ b/Symbolic/Resources/material-icons/list_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/list_alt.sharp.svg b/Symbolic/Resources/material-icons/list_alt.sharp.svg new file mode 100644 index 0000000000..c1d952fbe2 --- /dev/null +++ b/Symbolic/Resources/material-icons/list_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/list_alt.twotone.svg b/Symbolic/Resources/material-icons/list_alt.twotone.svg new file mode 100644 index 0000000000..9a482d7c7d --- /dev/null +++ b/Symbolic/Resources/material-icons/list_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/live_help.default.svg b/Symbolic/Resources/material-icons/live_help.default.svg new file mode 100644 index 0000000000..382a580b1f --- /dev/null +++ b/Symbolic/Resources/material-icons/live_help.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/live_help.outlined.svg b/Symbolic/Resources/material-icons/live_help.outlined.svg new file mode 100644 index 0000000000..ca92f331e6 --- /dev/null +++ b/Symbolic/Resources/material-icons/live_help.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/live_help.round.svg b/Symbolic/Resources/material-icons/live_help.round.svg new file mode 100644 index 0000000000..3c577fe6b5 --- /dev/null +++ b/Symbolic/Resources/material-icons/live_help.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/live_help.sharp.svg b/Symbolic/Resources/material-icons/live_help.sharp.svg new file mode 100644 index 0000000000..0a115c1962 --- /dev/null +++ b/Symbolic/Resources/material-icons/live_help.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/live_help.twotone.svg b/Symbolic/Resources/material-icons/live_help.twotone.svg new file mode 100644 index 0000000000..6965837cd9 --- /dev/null +++ b/Symbolic/Resources/material-icons/live_help.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/live_tv.default.svg b/Symbolic/Resources/material-icons/live_tv.default.svg new file mode 100644 index 0000000000..ef4373c4cc --- /dev/null +++ b/Symbolic/Resources/material-icons/live_tv.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/live_tv.outlined.svg b/Symbolic/Resources/material-icons/live_tv.outlined.svg new file mode 100644 index 0000000000..a3848ae8bc --- /dev/null +++ b/Symbolic/Resources/material-icons/live_tv.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/live_tv.round.svg b/Symbolic/Resources/material-icons/live_tv.round.svg new file mode 100644 index 0000000000..2ca179b7a9 --- /dev/null +++ b/Symbolic/Resources/material-icons/live_tv.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/live_tv.sharp.svg b/Symbolic/Resources/material-icons/live_tv.sharp.svg new file mode 100644 index 0000000000..f259db1940 --- /dev/null +++ b/Symbolic/Resources/material-icons/live_tv.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/live_tv.twotone.svg b/Symbolic/Resources/material-icons/live_tv.twotone.svg new file mode 100644 index 0000000000..5d3bdfcca8 --- /dev/null +++ b/Symbolic/Resources/material-icons/live_tv.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/living.default.svg b/Symbolic/Resources/material-icons/living.default.svg new file mode 100644 index 0000000000..bd07e42a58 --- /dev/null +++ b/Symbolic/Resources/material-icons/living.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/living.outlined.svg b/Symbolic/Resources/material-icons/living.outlined.svg new file mode 100644 index 0000000000..90520efa68 --- /dev/null +++ b/Symbolic/Resources/material-icons/living.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/living.round.svg b/Symbolic/Resources/material-icons/living.round.svg new file mode 100644 index 0000000000..bd07e42a58 --- /dev/null +++ b/Symbolic/Resources/material-icons/living.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/living.sharp.svg b/Symbolic/Resources/material-icons/living.sharp.svg new file mode 100644 index 0000000000..e3a8ace92e --- /dev/null +++ b/Symbolic/Resources/material-icons/living.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/living.twotone.svg b/Symbolic/Resources/material-icons/living.twotone.svg new file mode 100644 index 0000000000..b330120164 --- /dev/null +++ b/Symbolic/Resources/material-icons/living.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_activity.default.svg b/Symbolic/Resources/material-icons/local_activity.default.svg new file mode 100644 index 0000000000..bc81512f62 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_activity.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_activity.outlined.svg b/Symbolic/Resources/material-icons/local_activity.outlined.svg new file mode 100644 index 0000000000..f852bc5684 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_activity.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_activity.round.svg b/Symbolic/Resources/material-icons/local_activity.round.svg new file mode 100644 index 0000000000..1fcee35946 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_activity.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_activity.sharp.svg b/Symbolic/Resources/material-icons/local_activity.sharp.svg new file mode 100644 index 0000000000..b0fdb21b96 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_activity.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_activity.twotone.svg b/Symbolic/Resources/material-icons/local_activity.twotone.svg new file mode 100644 index 0000000000..4925f2cefb --- /dev/null +++ b/Symbolic/Resources/material-icons/local_activity.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_airport.default.svg b/Symbolic/Resources/material-icons/local_airport.default.svg new file mode 100644 index 0000000000..916e1b3079 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_airport.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_airport.outlined.svg b/Symbolic/Resources/material-icons/local_airport.outlined.svg new file mode 100644 index 0000000000..916e1b3079 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_airport.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_airport.round.svg b/Symbolic/Resources/material-icons/local_airport.round.svg new file mode 100644 index 0000000000..2eca5435b4 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_airport.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_airport.sharp.svg b/Symbolic/Resources/material-icons/local_airport.sharp.svg new file mode 100644 index 0000000000..916e1b3079 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_airport.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_airport.twotone.svg b/Symbolic/Resources/material-icons/local_airport.twotone.svg new file mode 100644 index 0000000000..916e1b3079 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_airport.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_atm.default.svg b/Symbolic/Resources/material-icons/local_atm.default.svg new file mode 100644 index 0000000000..e8061c2955 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_atm.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_atm.outlined.svg b/Symbolic/Resources/material-icons/local_atm.outlined.svg new file mode 100644 index 0000000000..17cc20c838 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_atm.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_atm.round.svg b/Symbolic/Resources/material-icons/local_atm.round.svg new file mode 100644 index 0000000000..33484e9234 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_atm.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_atm.sharp.svg b/Symbolic/Resources/material-icons/local_atm.sharp.svg new file mode 100644 index 0000000000..ad5e1aed96 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_atm.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_atm.twotone.svg b/Symbolic/Resources/material-icons/local_atm.twotone.svg new file mode 100644 index 0000000000..ba80db7d47 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_atm.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_bar.default.svg b/Symbolic/Resources/material-icons/local_bar.default.svg new file mode 100644 index 0000000000..da477e6a82 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_bar.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_bar.outlined.svg b/Symbolic/Resources/material-icons/local_bar.outlined.svg new file mode 100644 index 0000000000..41f73e0d50 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_bar.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_bar.round.svg b/Symbolic/Resources/material-icons/local_bar.round.svg new file mode 100644 index 0000000000..af663d8c3c --- /dev/null +++ b/Symbolic/Resources/material-icons/local_bar.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_bar.sharp.svg b/Symbolic/Resources/material-icons/local_bar.sharp.svg new file mode 100644 index 0000000000..0e0f0a761a --- /dev/null +++ b/Symbolic/Resources/material-icons/local_bar.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_bar.twotone.svg b/Symbolic/Resources/material-icons/local_bar.twotone.svg new file mode 100644 index 0000000000..dc13721cf8 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_bar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_cafe.default.svg b/Symbolic/Resources/material-icons/local_cafe.default.svg new file mode 100644 index 0000000000..2d144bf64b --- /dev/null +++ b/Symbolic/Resources/material-icons/local_cafe.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_cafe.outlined.svg b/Symbolic/Resources/material-icons/local_cafe.outlined.svg new file mode 100644 index 0000000000..2e6f0dc927 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_cafe.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_cafe.round.svg b/Symbolic/Resources/material-icons/local_cafe.round.svg new file mode 100644 index 0000000000..44898a510f --- /dev/null +++ b/Symbolic/Resources/material-icons/local_cafe.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_cafe.sharp.svg b/Symbolic/Resources/material-icons/local_cafe.sharp.svg new file mode 100644 index 0000000000..2c3a94d8a4 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_cafe.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_cafe.twotone.svg b/Symbolic/Resources/material-icons/local_cafe.twotone.svg new file mode 100644 index 0000000000..6fec1fa2a5 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_cafe.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_car_wash.default.svg b/Symbolic/Resources/material-icons/local_car_wash.default.svg new file mode 100644 index 0000000000..51c9091fe5 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_car_wash.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_car_wash.outlined.svg b/Symbolic/Resources/material-icons/local_car_wash.outlined.svg new file mode 100644 index 0000000000..0da40e83d4 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_car_wash.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_car_wash.round.svg b/Symbolic/Resources/material-icons/local_car_wash.round.svg new file mode 100644 index 0000000000..e3614d28b8 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_car_wash.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_car_wash.sharp.svg b/Symbolic/Resources/material-icons/local_car_wash.sharp.svg new file mode 100644 index 0000000000..5430354653 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_car_wash.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_car_wash.twotone.svg b/Symbolic/Resources/material-icons/local_car_wash.twotone.svg new file mode 100644 index 0000000000..d779efe87f --- /dev/null +++ b/Symbolic/Resources/material-icons/local_car_wash.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_convenience_store.default.svg b/Symbolic/Resources/material-icons/local_convenience_store.default.svg new file mode 100644 index 0000000000..6020355ad4 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_convenience_store.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_convenience_store.outlined.svg b/Symbolic/Resources/material-icons/local_convenience_store.outlined.svg new file mode 100644 index 0000000000..85ee1a16aa --- /dev/null +++ b/Symbolic/Resources/material-icons/local_convenience_store.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_convenience_store.round.svg b/Symbolic/Resources/material-icons/local_convenience_store.round.svg new file mode 100644 index 0000000000..ded0aeb2b5 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_convenience_store.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_convenience_store.sharp.svg b/Symbolic/Resources/material-icons/local_convenience_store.sharp.svg new file mode 100644 index 0000000000..a28bd441f9 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_convenience_store.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_convenience_store.twotone.svg b/Symbolic/Resources/material-icons/local_convenience_store.twotone.svg new file mode 100644 index 0000000000..a83115a554 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_convenience_store.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_dining.default.svg b/Symbolic/Resources/material-icons/local_dining.default.svg new file mode 100644 index 0000000000..1d4ca44ff3 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_dining.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_dining.outlined.svg b/Symbolic/Resources/material-icons/local_dining.outlined.svg new file mode 100644 index 0000000000..6c29e71730 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_dining.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_dining.round.svg b/Symbolic/Resources/material-icons/local_dining.round.svg new file mode 100644 index 0000000000..b1024b31e7 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_dining.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_dining.sharp.svg b/Symbolic/Resources/material-icons/local_dining.sharp.svg new file mode 100644 index 0000000000..6c29e71730 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_dining.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_dining.twotone.svg b/Symbolic/Resources/material-icons/local_dining.twotone.svg new file mode 100644 index 0000000000..c539245a4b --- /dev/null +++ b/Symbolic/Resources/material-icons/local_dining.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_drink.default.svg b/Symbolic/Resources/material-icons/local_drink.default.svg new file mode 100644 index 0000000000..f76fe75c2d --- /dev/null +++ b/Symbolic/Resources/material-icons/local_drink.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_drink.outlined.svg b/Symbolic/Resources/material-icons/local_drink.outlined.svg new file mode 100644 index 0000000000..c01a5fc30b --- /dev/null +++ b/Symbolic/Resources/material-icons/local_drink.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_drink.round.svg b/Symbolic/Resources/material-icons/local_drink.round.svg new file mode 100644 index 0000000000..8be6c4268d --- /dev/null +++ b/Symbolic/Resources/material-icons/local_drink.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_drink.sharp.svg b/Symbolic/Resources/material-icons/local_drink.sharp.svg new file mode 100644 index 0000000000..4fda2b3f85 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_drink.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_drink.twotone.svg b/Symbolic/Resources/material-icons/local_drink.twotone.svg new file mode 100644 index 0000000000..bb6980da89 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_drink.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_fire_department.default.svg b/Symbolic/Resources/material-icons/local_fire_department.default.svg new file mode 100644 index 0000000000..4290034cdd --- /dev/null +++ b/Symbolic/Resources/material-icons/local_fire_department.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_fire_department.outlined.svg b/Symbolic/Resources/material-icons/local_fire_department.outlined.svg new file mode 100644 index 0000000000..dac024ff43 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_fire_department.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_fire_department.round.svg b/Symbolic/Resources/material-icons/local_fire_department.round.svg new file mode 100644 index 0000000000..852a5de638 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_fire_department.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_fire_department.sharp.svg b/Symbolic/Resources/material-icons/local_fire_department.sharp.svg new file mode 100644 index 0000000000..4290034cdd --- /dev/null +++ b/Symbolic/Resources/material-icons/local_fire_department.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_fire_department.twotone.svg b/Symbolic/Resources/material-icons/local_fire_department.twotone.svg new file mode 100644 index 0000000000..708ad42463 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_fire_department.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_florist.default.svg b/Symbolic/Resources/material-icons/local_florist.default.svg new file mode 100644 index 0000000000..9801ea8388 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_florist.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_florist.outlined.svg b/Symbolic/Resources/material-icons/local_florist.outlined.svg new file mode 100644 index 0000000000..a8ac9e3355 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_florist.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_florist.round.svg b/Symbolic/Resources/material-icons/local_florist.round.svg new file mode 100644 index 0000000000..1716a7c090 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_florist.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_florist.sharp.svg b/Symbolic/Resources/material-icons/local_florist.sharp.svg new file mode 100644 index 0000000000..e3b996224a --- /dev/null +++ b/Symbolic/Resources/material-icons/local_florist.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_florist.twotone.svg b/Symbolic/Resources/material-icons/local_florist.twotone.svg new file mode 100644 index 0000000000..7ec11299f4 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_florist.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_gas_station.default.svg b/Symbolic/Resources/material-icons/local_gas_station.default.svg new file mode 100644 index 0000000000..9fbf6bd100 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_gas_station.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_gas_station.outlined.svg b/Symbolic/Resources/material-icons/local_gas_station.outlined.svg new file mode 100644 index 0000000000..77d809c067 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_gas_station.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_gas_station.round.svg b/Symbolic/Resources/material-icons/local_gas_station.round.svg new file mode 100644 index 0000000000..9bbec60db2 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_gas_station.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_gas_station.sharp.svg b/Symbolic/Resources/material-icons/local_gas_station.sharp.svg new file mode 100644 index 0000000000..fa96cf6bae --- /dev/null +++ b/Symbolic/Resources/material-icons/local_gas_station.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_gas_station.twotone.svg b/Symbolic/Resources/material-icons/local_gas_station.twotone.svg new file mode 100644 index 0000000000..a7960b7629 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_gas_station.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_grocery_store.default.svg b/Symbolic/Resources/material-icons/local_grocery_store.default.svg new file mode 100644 index 0000000000..81e8dcd54d --- /dev/null +++ b/Symbolic/Resources/material-icons/local_grocery_store.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_grocery_store.outlined.svg b/Symbolic/Resources/material-icons/local_grocery_store.outlined.svg new file mode 100644 index 0000000000..552a195129 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_grocery_store.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_grocery_store.round.svg b/Symbolic/Resources/material-icons/local_grocery_store.round.svg new file mode 100644 index 0000000000..af7b0a3584 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_grocery_store.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_grocery_store.sharp.svg b/Symbolic/Resources/material-icons/local_grocery_store.sharp.svg new file mode 100644 index 0000000000..032f084cdf --- /dev/null +++ b/Symbolic/Resources/material-icons/local_grocery_store.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_grocery_store.twotone.svg b/Symbolic/Resources/material-icons/local_grocery_store.twotone.svg new file mode 100644 index 0000000000..883b2d2c94 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_grocery_store.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_hospital.default.svg b/Symbolic/Resources/material-icons/local_hospital.default.svg new file mode 100644 index 0000000000..95fd2f3b34 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_hospital.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_hospital.outlined.svg b/Symbolic/Resources/material-icons/local_hospital.outlined.svg new file mode 100644 index 0000000000..f78b5e4a2b --- /dev/null +++ b/Symbolic/Resources/material-icons/local_hospital.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_hospital.round.svg b/Symbolic/Resources/material-icons/local_hospital.round.svg new file mode 100644 index 0000000000..b02ac88cc1 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_hospital.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_hospital.sharp.svg b/Symbolic/Resources/material-icons/local_hospital.sharp.svg new file mode 100644 index 0000000000..aaa2ee23fc --- /dev/null +++ b/Symbolic/Resources/material-icons/local_hospital.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_hospital.twotone.svg b/Symbolic/Resources/material-icons/local_hospital.twotone.svg new file mode 100644 index 0000000000..6b92a99958 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_hospital.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_hotel.default.svg b/Symbolic/Resources/material-icons/local_hotel.default.svg new file mode 100644 index 0000000000..144b0657af --- /dev/null +++ b/Symbolic/Resources/material-icons/local_hotel.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_hotel.outlined.svg b/Symbolic/Resources/material-icons/local_hotel.outlined.svg new file mode 100644 index 0000000000..2ee44a9187 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_hotel.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_hotel.round.svg b/Symbolic/Resources/material-icons/local_hotel.round.svg new file mode 100644 index 0000000000..cc7c30b8ca --- /dev/null +++ b/Symbolic/Resources/material-icons/local_hotel.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_hotel.sharp.svg b/Symbolic/Resources/material-icons/local_hotel.sharp.svg new file mode 100644 index 0000000000..8a6a65ff63 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_hotel.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_hotel.twotone.svg b/Symbolic/Resources/material-icons/local_hotel.twotone.svg new file mode 100644 index 0000000000..01c6a15d0e --- /dev/null +++ b/Symbolic/Resources/material-icons/local_hotel.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_laundry_service.default.svg b/Symbolic/Resources/material-icons/local_laundry_service.default.svg new file mode 100644 index 0000000000..d9d4dd6030 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_laundry_service.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_laundry_service.outlined.svg b/Symbolic/Resources/material-icons/local_laundry_service.outlined.svg new file mode 100644 index 0000000000..1cf3fc752f --- /dev/null +++ b/Symbolic/Resources/material-icons/local_laundry_service.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_laundry_service.round.svg b/Symbolic/Resources/material-icons/local_laundry_service.round.svg new file mode 100644 index 0000000000..bea8fa258e --- /dev/null +++ b/Symbolic/Resources/material-icons/local_laundry_service.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_laundry_service.sharp.svg b/Symbolic/Resources/material-icons/local_laundry_service.sharp.svg new file mode 100644 index 0000000000..69caae8368 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_laundry_service.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_laundry_service.twotone.svg b/Symbolic/Resources/material-icons/local_laundry_service.twotone.svg new file mode 100644 index 0000000000..345778f217 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_laundry_service.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_library.default.svg b/Symbolic/Resources/material-icons/local_library.default.svg new file mode 100644 index 0000000000..490f977080 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_library.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_library.outlined.svg b/Symbolic/Resources/material-icons/local_library.outlined.svg new file mode 100644 index 0000000000..4860a70a3c --- /dev/null +++ b/Symbolic/Resources/material-icons/local_library.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_library.round.svg b/Symbolic/Resources/material-icons/local_library.round.svg new file mode 100644 index 0000000000..fcc7a7756c --- /dev/null +++ b/Symbolic/Resources/material-icons/local_library.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_library.sharp.svg b/Symbolic/Resources/material-icons/local_library.sharp.svg new file mode 100644 index 0000000000..cddd52476e --- /dev/null +++ b/Symbolic/Resources/material-icons/local_library.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_library.twotone.svg b/Symbolic/Resources/material-icons/local_library.twotone.svg new file mode 100644 index 0000000000..400f0af72c --- /dev/null +++ b/Symbolic/Resources/material-icons/local_library.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_mall.default.svg b/Symbolic/Resources/material-icons/local_mall.default.svg new file mode 100644 index 0000000000..883972cb0f --- /dev/null +++ b/Symbolic/Resources/material-icons/local_mall.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_mall.outlined.svg b/Symbolic/Resources/material-icons/local_mall.outlined.svg new file mode 100644 index 0000000000..69b1152173 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_mall.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_mall.round.svg b/Symbolic/Resources/material-icons/local_mall.round.svg new file mode 100644 index 0000000000..0cde6adaf5 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_mall.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_mall.sharp.svg b/Symbolic/Resources/material-icons/local_mall.sharp.svg new file mode 100644 index 0000000000..6885f87516 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_mall.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_mall.twotone.svg b/Symbolic/Resources/material-icons/local_mall.twotone.svg new file mode 100644 index 0000000000..8880e8a53c --- /dev/null +++ b/Symbolic/Resources/material-icons/local_mall.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_movies.default.svg b/Symbolic/Resources/material-icons/local_movies.default.svg new file mode 100644 index 0000000000..c3baf61b28 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_movies.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_movies.outlined.svg b/Symbolic/Resources/material-icons/local_movies.outlined.svg new file mode 100644 index 0000000000..175ee409fe --- /dev/null +++ b/Symbolic/Resources/material-icons/local_movies.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_movies.round.svg b/Symbolic/Resources/material-icons/local_movies.round.svg new file mode 100644 index 0000000000..0928fea8d3 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_movies.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_movies.sharp.svg b/Symbolic/Resources/material-icons/local_movies.sharp.svg new file mode 100644 index 0000000000..4dae702505 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_movies.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_movies.twotone.svg b/Symbolic/Resources/material-icons/local_movies.twotone.svg new file mode 100644 index 0000000000..b3e963ac88 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_movies.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_offer.default.svg b/Symbolic/Resources/material-icons/local_offer.default.svg new file mode 100644 index 0000000000..d2a2141912 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_offer.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_offer.outlined.svg b/Symbolic/Resources/material-icons/local_offer.outlined.svg new file mode 100644 index 0000000000..6bdb9f5ae3 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_offer.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_offer.round.svg b/Symbolic/Resources/material-icons/local_offer.round.svg new file mode 100644 index 0000000000..56cf6b75d3 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_offer.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_offer.sharp.svg b/Symbolic/Resources/material-icons/local_offer.sharp.svg new file mode 100644 index 0000000000..6f9c0b2cff --- /dev/null +++ b/Symbolic/Resources/material-icons/local_offer.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_offer.twotone.svg b/Symbolic/Resources/material-icons/local_offer.twotone.svg new file mode 100644 index 0000000000..05f8a8ec63 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_offer.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_parking.default.svg b/Symbolic/Resources/material-icons/local_parking.default.svg new file mode 100644 index 0000000000..7e717cd3e7 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_parking.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_parking.outlined.svg b/Symbolic/Resources/material-icons/local_parking.outlined.svg new file mode 100644 index 0000000000..dd4c3b12ad --- /dev/null +++ b/Symbolic/Resources/material-icons/local_parking.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_parking.round.svg b/Symbolic/Resources/material-icons/local_parking.round.svg new file mode 100644 index 0000000000..1abc47215b --- /dev/null +++ b/Symbolic/Resources/material-icons/local_parking.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_parking.sharp.svg b/Symbolic/Resources/material-icons/local_parking.sharp.svg new file mode 100644 index 0000000000..dd4c3b12ad --- /dev/null +++ b/Symbolic/Resources/material-icons/local_parking.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_parking.twotone.svg b/Symbolic/Resources/material-icons/local_parking.twotone.svg new file mode 100644 index 0000000000..dd4c3b12ad --- /dev/null +++ b/Symbolic/Resources/material-icons/local_parking.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_pharmacy.default.svg b/Symbolic/Resources/material-icons/local_pharmacy.default.svg new file mode 100644 index 0000000000..25a99fc0b6 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_pharmacy.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_pharmacy.outlined.svg b/Symbolic/Resources/material-icons/local_pharmacy.outlined.svg new file mode 100644 index 0000000000..f7c171f95f --- /dev/null +++ b/Symbolic/Resources/material-icons/local_pharmacy.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_pharmacy.round.svg b/Symbolic/Resources/material-icons/local_pharmacy.round.svg new file mode 100644 index 0000000000..e5fd00ee80 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_pharmacy.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_pharmacy.sharp.svg b/Symbolic/Resources/material-icons/local_pharmacy.sharp.svg new file mode 100644 index 0000000000..8e4d12316d --- /dev/null +++ b/Symbolic/Resources/material-icons/local_pharmacy.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_pharmacy.twotone.svg b/Symbolic/Resources/material-icons/local_pharmacy.twotone.svg new file mode 100644 index 0000000000..2b75cede6c --- /dev/null +++ b/Symbolic/Resources/material-icons/local_pharmacy.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_phone.default.svg b/Symbolic/Resources/material-icons/local_phone.default.svg new file mode 100644 index 0000000000..8acecffaaf --- /dev/null +++ b/Symbolic/Resources/material-icons/local_phone.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_phone.outlined.svg b/Symbolic/Resources/material-icons/local_phone.outlined.svg new file mode 100644 index 0000000000..a7c18d80a5 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_phone.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_phone.round.svg b/Symbolic/Resources/material-icons/local_phone.round.svg new file mode 100644 index 0000000000..96353116ec --- /dev/null +++ b/Symbolic/Resources/material-icons/local_phone.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_phone.sharp.svg b/Symbolic/Resources/material-icons/local_phone.sharp.svg new file mode 100644 index 0000000000..c5e887cdfe --- /dev/null +++ b/Symbolic/Resources/material-icons/local_phone.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_phone.twotone.svg b/Symbolic/Resources/material-icons/local_phone.twotone.svg new file mode 100644 index 0000000000..0374cf9f63 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_phone.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_pizza.default.svg b/Symbolic/Resources/material-icons/local_pizza.default.svg new file mode 100644 index 0000000000..ea20b3db06 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_pizza.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_pizza.outlined.svg b/Symbolic/Resources/material-icons/local_pizza.outlined.svg new file mode 100644 index 0000000000..784bd60ee0 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_pizza.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_pizza.round.svg b/Symbolic/Resources/material-icons/local_pizza.round.svg new file mode 100644 index 0000000000..c9cfb5483f --- /dev/null +++ b/Symbolic/Resources/material-icons/local_pizza.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_pizza.sharp.svg b/Symbolic/Resources/material-icons/local_pizza.sharp.svg new file mode 100644 index 0000000000..6748ecc9f2 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_pizza.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_pizza.twotone.svg b/Symbolic/Resources/material-icons/local_pizza.twotone.svg new file mode 100644 index 0000000000..c0fd567011 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_pizza.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_play.default.svg b/Symbolic/Resources/material-icons/local_play.default.svg new file mode 100644 index 0000000000..bc81512f62 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_play.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_play.outlined.svg b/Symbolic/Resources/material-icons/local_play.outlined.svg new file mode 100644 index 0000000000..f852bc5684 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_play.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_play.round.svg b/Symbolic/Resources/material-icons/local_play.round.svg new file mode 100644 index 0000000000..c275aec62a --- /dev/null +++ b/Symbolic/Resources/material-icons/local_play.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_play.sharp.svg b/Symbolic/Resources/material-icons/local_play.sharp.svg new file mode 100644 index 0000000000..b0fdb21b96 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_play.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_play.twotone.svg b/Symbolic/Resources/material-icons/local_play.twotone.svg new file mode 100644 index 0000000000..4925f2cefb --- /dev/null +++ b/Symbolic/Resources/material-icons/local_play.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_police.default.svg b/Symbolic/Resources/material-icons/local_police.default.svg new file mode 100644 index 0000000000..254b82de64 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_police.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_police.outlined.svg b/Symbolic/Resources/material-icons/local_police.outlined.svg new file mode 100644 index 0000000000..259bfdd644 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_police.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_police.round.svg b/Symbolic/Resources/material-icons/local_police.round.svg new file mode 100644 index 0000000000..15af31b340 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_police.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_police.sharp.svg b/Symbolic/Resources/material-icons/local_police.sharp.svg new file mode 100644 index 0000000000..2960c86249 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_police.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_police.twotone.svg b/Symbolic/Resources/material-icons/local_police.twotone.svg new file mode 100644 index 0000000000..40fdbbd8be --- /dev/null +++ b/Symbolic/Resources/material-icons/local_police.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_post_office.default.svg b/Symbolic/Resources/material-icons/local_post_office.default.svg new file mode 100644 index 0000000000..afbd592f59 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_post_office.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_post_office.outlined.svg b/Symbolic/Resources/material-icons/local_post_office.outlined.svg new file mode 100644 index 0000000000..e5ed5664ac --- /dev/null +++ b/Symbolic/Resources/material-icons/local_post_office.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_post_office.round.svg b/Symbolic/Resources/material-icons/local_post_office.round.svg new file mode 100644 index 0000000000..4552148156 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_post_office.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_post_office.sharp.svg b/Symbolic/Resources/material-icons/local_post_office.sharp.svg new file mode 100644 index 0000000000..72036b3175 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_post_office.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_post_office.twotone.svg b/Symbolic/Resources/material-icons/local_post_office.twotone.svg new file mode 100644 index 0000000000..44517d7b67 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_post_office.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_printshop.default.svg b/Symbolic/Resources/material-icons/local_printshop.default.svg new file mode 100644 index 0000000000..9030f78d04 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_printshop.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_printshop.outlined.svg b/Symbolic/Resources/material-icons/local_printshop.outlined.svg new file mode 100644 index 0000000000..b17f4cdccf --- /dev/null +++ b/Symbolic/Resources/material-icons/local_printshop.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_printshop.round.svg b/Symbolic/Resources/material-icons/local_printshop.round.svg new file mode 100644 index 0000000000..fc3643c9eb --- /dev/null +++ b/Symbolic/Resources/material-icons/local_printshop.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_printshop.sharp.svg b/Symbolic/Resources/material-icons/local_printshop.sharp.svg new file mode 100644 index 0000000000..d4deed283f --- /dev/null +++ b/Symbolic/Resources/material-icons/local_printshop.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_printshop.twotone.svg b/Symbolic/Resources/material-icons/local_printshop.twotone.svg new file mode 100644 index 0000000000..00fa0f2e04 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_printshop.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_see.default.svg b/Symbolic/Resources/material-icons/local_see.default.svg new file mode 100644 index 0000000000..17898e6430 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_see.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_see.outlined.svg b/Symbolic/Resources/material-icons/local_see.outlined.svg new file mode 100644 index 0000000000..17d38a7077 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_see.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_see.round.svg b/Symbolic/Resources/material-icons/local_see.round.svg new file mode 100644 index 0000000000..93c522def4 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_see.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_see.sharp.svg b/Symbolic/Resources/material-icons/local_see.sharp.svg new file mode 100644 index 0000000000..360a773875 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_see.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_see.twotone.svg b/Symbolic/Resources/material-icons/local_see.twotone.svg new file mode 100644 index 0000000000..c2a8f3bddd --- /dev/null +++ b/Symbolic/Resources/material-icons/local_see.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_shipping.default.svg b/Symbolic/Resources/material-icons/local_shipping.default.svg new file mode 100644 index 0000000000..1a17c766c0 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_shipping.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_shipping.outlined.svg b/Symbolic/Resources/material-icons/local_shipping.outlined.svg new file mode 100644 index 0000000000..69718155bb --- /dev/null +++ b/Symbolic/Resources/material-icons/local_shipping.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_shipping.round.svg b/Symbolic/Resources/material-icons/local_shipping.round.svg new file mode 100644 index 0000000000..d75c0f29bd --- /dev/null +++ b/Symbolic/Resources/material-icons/local_shipping.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_shipping.sharp.svg b/Symbolic/Resources/material-icons/local_shipping.sharp.svg new file mode 100644 index 0000000000..b43abda660 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_shipping.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_shipping.twotone.svg b/Symbolic/Resources/material-icons/local_shipping.twotone.svg new file mode 100644 index 0000000000..64f747280b --- /dev/null +++ b/Symbolic/Resources/material-icons/local_shipping.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_taxi.default.svg b/Symbolic/Resources/material-icons/local_taxi.default.svg new file mode 100644 index 0000000000..e48c54e51a --- /dev/null +++ b/Symbolic/Resources/material-icons/local_taxi.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_taxi.outlined.svg b/Symbolic/Resources/material-icons/local_taxi.outlined.svg new file mode 100644 index 0000000000..a93baa52f0 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_taxi.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_taxi.round.svg b/Symbolic/Resources/material-icons/local_taxi.round.svg new file mode 100644 index 0000000000..ac2daf4f05 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_taxi.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_taxi.sharp.svg b/Symbolic/Resources/material-icons/local_taxi.sharp.svg new file mode 100644 index 0000000000..ff666e006f --- /dev/null +++ b/Symbolic/Resources/material-icons/local_taxi.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/local_taxi.twotone.svg b/Symbolic/Resources/material-icons/local_taxi.twotone.svg new file mode 100644 index 0000000000..a67ff945e3 --- /dev/null +++ b/Symbolic/Resources/material-icons/local_taxi.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/location_city.default.svg b/Symbolic/Resources/material-icons/location_city.default.svg new file mode 100644 index 0000000000..ba7ad7383c --- /dev/null +++ b/Symbolic/Resources/material-icons/location_city.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/location_city.outlined.svg b/Symbolic/Resources/material-icons/location_city.outlined.svg new file mode 100644 index 0000000000..1ced693153 --- /dev/null +++ b/Symbolic/Resources/material-icons/location_city.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/location_city.round.svg b/Symbolic/Resources/material-icons/location_city.round.svg new file mode 100644 index 0000000000..70858787b6 --- /dev/null +++ b/Symbolic/Resources/material-icons/location_city.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/location_city.sharp.svg b/Symbolic/Resources/material-icons/location_city.sharp.svg new file mode 100644 index 0000000000..1ced693153 --- /dev/null +++ b/Symbolic/Resources/material-icons/location_city.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/location_city.twotone.svg b/Symbolic/Resources/material-icons/location_city.twotone.svg new file mode 100644 index 0000000000..1ced693153 --- /dev/null +++ b/Symbolic/Resources/material-icons/location_city.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/location_disabled.default.svg b/Symbolic/Resources/material-icons/location_disabled.default.svg new file mode 100644 index 0000000000..a0e27d81f0 --- /dev/null +++ b/Symbolic/Resources/material-icons/location_disabled.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/location_disabled.outlined.svg b/Symbolic/Resources/material-icons/location_disabled.outlined.svg new file mode 100644 index 0000000000..e8c6d89b5f --- /dev/null +++ b/Symbolic/Resources/material-icons/location_disabled.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/location_disabled.round.svg b/Symbolic/Resources/material-icons/location_disabled.round.svg new file mode 100644 index 0000000000..d58dd1a930 --- /dev/null +++ b/Symbolic/Resources/material-icons/location_disabled.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/location_disabled.sharp.svg b/Symbolic/Resources/material-icons/location_disabled.sharp.svg new file mode 100644 index 0000000000..e8c6d89b5f --- /dev/null +++ b/Symbolic/Resources/material-icons/location_disabled.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/location_disabled.twotone.svg b/Symbolic/Resources/material-icons/location_disabled.twotone.svg new file mode 100644 index 0000000000..e8c6d89b5f --- /dev/null +++ b/Symbolic/Resources/material-icons/location_disabled.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/location_off.default.svg b/Symbolic/Resources/material-icons/location_off.default.svg new file mode 100644 index 0000000000..ffdd90b4c3 --- /dev/null +++ b/Symbolic/Resources/material-icons/location_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/location_off.outlined.svg b/Symbolic/Resources/material-icons/location_off.outlined.svg new file mode 100644 index 0000000000..a455d1e391 --- /dev/null +++ b/Symbolic/Resources/material-icons/location_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/location_off.round.svg b/Symbolic/Resources/material-icons/location_off.round.svg new file mode 100644 index 0000000000..079d079e4f --- /dev/null +++ b/Symbolic/Resources/material-icons/location_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/location_off.sharp.svg b/Symbolic/Resources/material-icons/location_off.sharp.svg new file mode 100644 index 0000000000..8491bc01a5 --- /dev/null +++ b/Symbolic/Resources/material-icons/location_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/location_off.twotone.svg b/Symbolic/Resources/material-icons/location_off.twotone.svg new file mode 100644 index 0000000000..aa11634f11 --- /dev/null +++ b/Symbolic/Resources/material-icons/location_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/location_on.default.svg b/Symbolic/Resources/material-icons/location_on.default.svg new file mode 100644 index 0000000000..11dd401bcf --- /dev/null +++ b/Symbolic/Resources/material-icons/location_on.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/location_on.outlined.svg b/Symbolic/Resources/material-icons/location_on.outlined.svg new file mode 100644 index 0000000000..4eb0d58502 --- /dev/null +++ b/Symbolic/Resources/material-icons/location_on.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/location_on.round.svg b/Symbolic/Resources/material-icons/location_on.round.svg new file mode 100644 index 0000000000..225654f2ee --- /dev/null +++ b/Symbolic/Resources/material-icons/location_on.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/location_on.sharp.svg b/Symbolic/Resources/material-icons/location_on.sharp.svg new file mode 100644 index 0000000000..a6600782b5 --- /dev/null +++ b/Symbolic/Resources/material-icons/location_on.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/location_on.twotone.svg b/Symbolic/Resources/material-icons/location_on.twotone.svg new file mode 100644 index 0000000000..161276b05a --- /dev/null +++ b/Symbolic/Resources/material-icons/location_on.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/location_pin.default.svg b/Symbolic/Resources/material-icons/location_pin.default.svg new file mode 100644 index 0000000000..8865a821f9 --- /dev/null +++ b/Symbolic/Resources/material-icons/location_pin.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/location_searching.default.svg b/Symbolic/Resources/material-icons/location_searching.default.svg new file mode 100644 index 0000000000..7f72a31bc7 --- /dev/null +++ b/Symbolic/Resources/material-icons/location_searching.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/location_searching.outlined.svg b/Symbolic/Resources/material-icons/location_searching.outlined.svg new file mode 100644 index 0000000000..72e9508041 --- /dev/null +++ b/Symbolic/Resources/material-icons/location_searching.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/location_searching.round.svg b/Symbolic/Resources/material-icons/location_searching.round.svg new file mode 100644 index 0000000000..62cc49f47b --- /dev/null +++ b/Symbolic/Resources/material-icons/location_searching.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/location_searching.sharp.svg b/Symbolic/Resources/material-icons/location_searching.sharp.svg new file mode 100644 index 0000000000..72e9508041 --- /dev/null +++ b/Symbolic/Resources/material-icons/location_searching.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/location_searching.twotone.svg b/Symbolic/Resources/material-icons/location_searching.twotone.svg new file mode 100644 index 0000000000..72e9508041 --- /dev/null +++ b/Symbolic/Resources/material-icons/location_searching.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lock.default.svg b/Symbolic/Resources/material-icons/lock.default.svg new file mode 100644 index 0000000000..8fd44189da --- /dev/null +++ b/Symbolic/Resources/material-icons/lock.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lock.outlined.svg b/Symbolic/Resources/material-icons/lock.outlined.svg new file mode 100644 index 0000000000..fb2a341380 --- /dev/null +++ b/Symbolic/Resources/material-icons/lock.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lock.round.svg b/Symbolic/Resources/material-icons/lock.round.svg new file mode 100644 index 0000000000..41e5edf5ed --- /dev/null +++ b/Symbolic/Resources/material-icons/lock.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lock.sharp.svg b/Symbolic/Resources/material-icons/lock.sharp.svg new file mode 100644 index 0000000000..9440607fd9 --- /dev/null +++ b/Symbolic/Resources/material-icons/lock.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lock.twotone.svg b/Symbolic/Resources/material-icons/lock.twotone.svg new file mode 100644 index 0000000000..037298e398 --- /dev/null +++ b/Symbolic/Resources/material-icons/lock.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lock_clock.default.svg b/Symbolic/Resources/material-icons/lock_clock.default.svg new file mode 100644 index 0000000000..11348f854a --- /dev/null +++ b/Symbolic/Resources/material-icons/lock_clock.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lock_clock.outlined.svg b/Symbolic/Resources/material-icons/lock_clock.outlined.svg new file mode 100644 index 0000000000..e116053008 --- /dev/null +++ b/Symbolic/Resources/material-icons/lock_clock.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lock_clock.round.svg b/Symbolic/Resources/material-icons/lock_clock.round.svg new file mode 100644 index 0000000000..6b2fa884bb --- /dev/null +++ b/Symbolic/Resources/material-icons/lock_clock.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lock_clock.sharp.svg b/Symbolic/Resources/material-icons/lock_clock.sharp.svg new file mode 100644 index 0000000000..ca50eb427b --- /dev/null +++ b/Symbolic/Resources/material-icons/lock_clock.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lock_clock.twotone.svg b/Symbolic/Resources/material-icons/lock_clock.twotone.svg new file mode 100644 index 0000000000..0b7be8bf45 --- /dev/null +++ b/Symbolic/Resources/material-icons/lock_clock.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lock_open.default.svg b/Symbolic/Resources/material-icons/lock_open.default.svg new file mode 100644 index 0000000000..ff8ff019e8 --- /dev/null +++ b/Symbolic/Resources/material-icons/lock_open.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lock_open.outlined.svg b/Symbolic/Resources/material-icons/lock_open.outlined.svg new file mode 100644 index 0000000000..80ceb6d85f --- /dev/null +++ b/Symbolic/Resources/material-icons/lock_open.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lock_open.round.svg b/Symbolic/Resources/material-icons/lock_open.round.svg new file mode 100644 index 0000000000..c0be6069e8 --- /dev/null +++ b/Symbolic/Resources/material-icons/lock_open.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lock_open.sharp.svg b/Symbolic/Resources/material-icons/lock_open.sharp.svg new file mode 100644 index 0000000000..28232c16a7 --- /dev/null +++ b/Symbolic/Resources/material-icons/lock_open.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lock_open.twotone.svg b/Symbolic/Resources/material-icons/lock_open.twotone.svg new file mode 100644 index 0000000000..0b47d3b53a --- /dev/null +++ b/Symbolic/Resources/material-icons/lock_open.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lock_outline.default.svg b/Symbolic/Resources/material-icons/lock_outline.default.svg new file mode 100644 index 0000000000..b93b236d5e --- /dev/null +++ b/Symbolic/Resources/material-icons/lock_outline.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lock_outline.round.svg b/Symbolic/Resources/material-icons/lock_outline.round.svg new file mode 100644 index 0000000000..2bbf4cec9f --- /dev/null +++ b/Symbolic/Resources/material-icons/lock_outline.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lock_outline.sharp.svg b/Symbolic/Resources/material-icons/lock_outline.sharp.svg new file mode 100644 index 0000000000..8f7880972e --- /dev/null +++ b/Symbolic/Resources/material-icons/lock_outline.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lock_outline.twotone.svg b/Symbolic/Resources/material-icons/lock_outline.twotone.svg new file mode 100644 index 0000000000..cc75579236 --- /dev/null +++ b/Symbolic/Resources/material-icons/lock_outline.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lock_person.default.svg b/Symbolic/Resources/material-icons/lock_person.default.svg new file mode 100644 index 0000000000..788eae80ab --- /dev/null +++ b/Symbolic/Resources/material-icons/lock_person.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lock_person.outlined.svg b/Symbolic/Resources/material-icons/lock_person.outlined.svg new file mode 100644 index 0000000000..e70db77ec2 --- /dev/null +++ b/Symbolic/Resources/material-icons/lock_person.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lock_person.round.svg b/Symbolic/Resources/material-icons/lock_person.round.svg new file mode 100644 index 0000000000..298d3b523d --- /dev/null +++ b/Symbolic/Resources/material-icons/lock_person.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lock_person.sharp.svg b/Symbolic/Resources/material-icons/lock_person.sharp.svg new file mode 100644 index 0000000000..893dadfa83 --- /dev/null +++ b/Symbolic/Resources/material-icons/lock_person.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lock_person.twotone.svg b/Symbolic/Resources/material-icons/lock_person.twotone.svg new file mode 100644 index 0000000000..9e94f8ca4c --- /dev/null +++ b/Symbolic/Resources/material-icons/lock_person.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lock_reset.default.svg b/Symbolic/Resources/material-icons/lock_reset.default.svg new file mode 100644 index 0000000000..379a02b941 --- /dev/null +++ b/Symbolic/Resources/material-icons/lock_reset.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lock_reset.outlined.svg b/Symbolic/Resources/material-icons/lock_reset.outlined.svg new file mode 100644 index 0000000000..f5946fb40f --- /dev/null +++ b/Symbolic/Resources/material-icons/lock_reset.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lock_reset.round.svg b/Symbolic/Resources/material-icons/lock_reset.round.svg new file mode 100644 index 0000000000..5d151a03e4 --- /dev/null +++ b/Symbolic/Resources/material-icons/lock_reset.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lock_reset.sharp.svg b/Symbolic/Resources/material-icons/lock_reset.sharp.svg new file mode 100644 index 0000000000..9ed76fc2d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/lock_reset.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lock_reset.twotone.svg b/Symbolic/Resources/material-icons/lock_reset.twotone.svg new file mode 100644 index 0000000000..379a02b941 --- /dev/null +++ b/Symbolic/Resources/material-icons/lock_reset.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/login.default.svg b/Symbolic/Resources/material-icons/login.default.svg new file mode 100644 index 0000000000..ce351e096e --- /dev/null +++ b/Symbolic/Resources/material-icons/login.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/login.outlined.svg b/Symbolic/Resources/material-icons/login.outlined.svg new file mode 100644 index 0000000000..ce351e096e --- /dev/null +++ b/Symbolic/Resources/material-icons/login.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/login.round.svg b/Symbolic/Resources/material-icons/login.round.svg new file mode 100644 index 0000000000..b862006eab --- /dev/null +++ b/Symbolic/Resources/material-icons/login.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/login.sharp.svg b/Symbolic/Resources/material-icons/login.sharp.svg new file mode 100644 index 0000000000..8f99ed8fcb --- /dev/null +++ b/Symbolic/Resources/material-icons/login.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/login.twotone.svg b/Symbolic/Resources/material-icons/login.twotone.svg new file mode 100644 index 0000000000..ce351e096e --- /dev/null +++ b/Symbolic/Resources/material-icons/login.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/logo_dev.default.svg b/Symbolic/Resources/material-icons/logo_dev.default.svg new file mode 100644 index 0000000000..39a55e84a0 --- /dev/null +++ b/Symbolic/Resources/material-icons/logo_dev.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/logo_dev.outlined.svg b/Symbolic/Resources/material-icons/logo_dev.outlined.svg new file mode 100644 index 0000000000..39a55e84a0 --- /dev/null +++ b/Symbolic/Resources/material-icons/logo_dev.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/logo_dev.round.svg b/Symbolic/Resources/material-icons/logo_dev.round.svg new file mode 100644 index 0000000000..14e4f671f8 --- /dev/null +++ b/Symbolic/Resources/material-icons/logo_dev.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/logo_dev.sharp.svg b/Symbolic/Resources/material-icons/logo_dev.sharp.svg new file mode 100644 index 0000000000..39a55e84a0 --- /dev/null +++ b/Symbolic/Resources/material-icons/logo_dev.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/logo_dev.twotone.svg b/Symbolic/Resources/material-icons/logo_dev.twotone.svg new file mode 100644 index 0000000000..39a55e84a0 --- /dev/null +++ b/Symbolic/Resources/material-icons/logo_dev.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/logout.default.svg b/Symbolic/Resources/material-icons/logout.default.svg new file mode 100644 index 0000000000..0c8c035091 --- /dev/null +++ b/Symbolic/Resources/material-icons/logout.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/logout.outlined.svg b/Symbolic/Resources/material-icons/logout.outlined.svg new file mode 100644 index 0000000000..0f82fc74a8 --- /dev/null +++ b/Symbolic/Resources/material-icons/logout.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/logout.round.svg b/Symbolic/Resources/material-icons/logout.round.svg new file mode 100644 index 0000000000..6b7fc6fa26 --- /dev/null +++ b/Symbolic/Resources/material-icons/logout.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/logout.sharp.svg b/Symbolic/Resources/material-icons/logout.sharp.svg new file mode 100644 index 0000000000..0a4029e129 --- /dev/null +++ b/Symbolic/Resources/material-icons/logout.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/logout.twotone.svg b/Symbolic/Resources/material-icons/logout.twotone.svg new file mode 100644 index 0000000000..5134a60885 --- /dev/null +++ b/Symbolic/Resources/material-icons/logout.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/looks.default.svg b/Symbolic/Resources/material-icons/looks.default.svg new file mode 100644 index 0000000000..d8b3187f81 --- /dev/null +++ b/Symbolic/Resources/material-icons/looks.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/looks.outlined.svg b/Symbolic/Resources/material-icons/looks.outlined.svg new file mode 100644 index 0000000000..68706edf9a --- /dev/null +++ b/Symbolic/Resources/material-icons/looks.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/looks.round.svg b/Symbolic/Resources/material-icons/looks.round.svg new file mode 100644 index 0000000000..a3d3dd49f8 --- /dev/null +++ b/Symbolic/Resources/material-icons/looks.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/looks.sharp.svg b/Symbolic/Resources/material-icons/looks.sharp.svg new file mode 100644 index 0000000000..68706edf9a --- /dev/null +++ b/Symbolic/Resources/material-icons/looks.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/looks.twotone.svg b/Symbolic/Resources/material-icons/looks.twotone.svg new file mode 100644 index 0000000000..f4ac322b8c --- /dev/null +++ b/Symbolic/Resources/material-icons/looks.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/looks_3.default.svg b/Symbolic/Resources/material-icons/looks_3.default.svg new file mode 100644 index 0000000000..43ff326596 --- /dev/null +++ b/Symbolic/Resources/material-icons/looks_3.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/looks_3.outlined.svg b/Symbolic/Resources/material-icons/looks_3.outlined.svg new file mode 100644 index 0000000000..4515525542 --- /dev/null +++ b/Symbolic/Resources/material-icons/looks_3.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/looks_3.round.svg b/Symbolic/Resources/material-icons/looks_3.round.svg new file mode 100644 index 0000000000..13a7aa005b --- /dev/null +++ b/Symbolic/Resources/material-icons/looks_3.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/looks_3.sharp.svg b/Symbolic/Resources/material-icons/looks_3.sharp.svg new file mode 100644 index 0000000000..f4376ff9ef --- /dev/null +++ b/Symbolic/Resources/material-icons/looks_3.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/looks_3.twotone.svg b/Symbolic/Resources/material-icons/looks_3.twotone.svg new file mode 100644 index 0000000000..f07f979920 --- /dev/null +++ b/Symbolic/Resources/material-icons/looks_3.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/looks_4.default.svg b/Symbolic/Resources/material-icons/looks_4.default.svg new file mode 100644 index 0000000000..eb8c25a045 --- /dev/null +++ b/Symbolic/Resources/material-icons/looks_4.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/looks_4.outlined.svg b/Symbolic/Resources/material-icons/looks_4.outlined.svg new file mode 100644 index 0000000000..6571b66b10 --- /dev/null +++ b/Symbolic/Resources/material-icons/looks_4.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/looks_4.round.svg b/Symbolic/Resources/material-icons/looks_4.round.svg new file mode 100644 index 0000000000..9acf121dd8 --- /dev/null +++ b/Symbolic/Resources/material-icons/looks_4.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/looks_4.sharp.svg b/Symbolic/Resources/material-icons/looks_4.sharp.svg new file mode 100644 index 0000000000..b163dd01e5 --- /dev/null +++ b/Symbolic/Resources/material-icons/looks_4.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/looks_4.twotone.svg b/Symbolic/Resources/material-icons/looks_4.twotone.svg new file mode 100644 index 0000000000..614b26cf96 --- /dev/null +++ b/Symbolic/Resources/material-icons/looks_4.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/looks_5.default.svg b/Symbolic/Resources/material-icons/looks_5.default.svg new file mode 100644 index 0000000000..cbcaedda20 --- /dev/null +++ b/Symbolic/Resources/material-icons/looks_5.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/looks_5.outlined.svg b/Symbolic/Resources/material-icons/looks_5.outlined.svg new file mode 100644 index 0000000000..b741b1fbba --- /dev/null +++ b/Symbolic/Resources/material-icons/looks_5.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/looks_5.round.svg b/Symbolic/Resources/material-icons/looks_5.round.svg new file mode 100644 index 0000000000..ed4dfdc2fa --- /dev/null +++ b/Symbolic/Resources/material-icons/looks_5.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/looks_5.sharp.svg b/Symbolic/Resources/material-icons/looks_5.sharp.svg new file mode 100644 index 0000000000..df29f80f1d --- /dev/null +++ b/Symbolic/Resources/material-icons/looks_5.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/looks_5.twotone.svg b/Symbolic/Resources/material-icons/looks_5.twotone.svg new file mode 100644 index 0000000000..cda5a6a620 --- /dev/null +++ b/Symbolic/Resources/material-icons/looks_5.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/looks_6.default.svg b/Symbolic/Resources/material-icons/looks_6.default.svg new file mode 100644 index 0000000000..104130d612 --- /dev/null +++ b/Symbolic/Resources/material-icons/looks_6.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/looks_6.outlined.svg b/Symbolic/Resources/material-icons/looks_6.outlined.svg new file mode 100644 index 0000000000..5c9e8f6349 --- /dev/null +++ b/Symbolic/Resources/material-icons/looks_6.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/looks_6.round.svg b/Symbolic/Resources/material-icons/looks_6.round.svg new file mode 100644 index 0000000000..42ef0d54cd --- /dev/null +++ b/Symbolic/Resources/material-icons/looks_6.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/looks_6.sharp.svg b/Symbolic/Resources/material-icons/looks_6.sharp.svg new file mode 100644 index 0000000000..23c61c64d5 --- /dev/null +++ b/Symbolic/Resources/material-icons/looks_6.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/looks_6.twotone.svg b/Symbolic/Resources/material-icons/looks_6.twotone.svg new file mode 100644 index 0000000000..bb83521046 --- /dev/null +++ b/Symbolic/Resources/material-icons/looks_6.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/looks_one.default.svg b/Symbolic/Resources/material-icons/looks_one.default.svg new file mode 100644 index 0000000000..d1df3d2c51 --- /dev/null +++ b/Symbolic/Resources/material-icons/looks_one.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/looks_one.outlined.svg b/Symbolic/Resources/material-icons/looks_one.outlined.svg new file mode 100644 index 0000000000..4007791950 --- /dev/null +++ b/Symbolic/Resources/material-icons/looks_one.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/looks_one.round.svg b/Symbolic/Resources/material-icons/looks_one.round.svg new file mode 100644 index 0000000000..b954ff635d --- /dev/null +++ b/Symbolic/Resources/material-icons/looks_one.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/looks_one.sharp.svg b/Symbolic/Resources/material-icons/looks_one.sharp.svg new file mode 100644 index 0000000000..ea5985201a --- /dev/null +++ b/Symbolic/Resources/material-icons/looks_one.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/looks_one.twotone.svg b/Symbolic/Resources/material-icons/looks_one.twotone.svg new file mode 100644 index 0000000000..c39ae96371 --- /dev/null +++ b/Symbolic/Resources/material-icons/looks_one.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/looks_two.default.svg b/Symbolic/Resources/material-icons/looks_two.default.svg new file mode 100644 index 0000000000..78c6b4e6b4 --- /dev/null +++ b/Symbolic/Resources/material-icons/looks_two.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/looks_two.outlined.svg b/Symbolic/Resources/material-icons/looks_two.outlined.svg new file mode 100644 index 0000000000..9cc4b19c42 --- /dev/null +++ b/Symbolic/Resources/material-icons/looks_two.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/looks_two.round.svg b/Symbolic/Resources/material-icons/looks_two.round.svg new file mode 100644 index 0000000000..443d39e4d2 --- /dev/null +++ b/Symbolic/Resources/material-icons/looks_two.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/looks_two.sharp.svg b/Symbolic/Resources/material-icons/looks_two.sharp.svg new file mode 100644 index 0000000000..b535308cc8 --- /dev/null +++ b/Symbolic/Resources/material-icons/looks_two.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/looks_two.twotone.svg b/Symbolic/Resources/material-icons/looks_two.twotone.svg new file mode 100644 index 0000000000..41350aeae3 --- /dev/null +++ b/Symbolic/Resources/material-icons/looks_two.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/loop.default.svg b/Symbolic/Resources/material-icons/loop.default.svg new file mode 100644 index 0000000000..aa8c3b54f5 --- /dev/null +++ b/Symbolic/Resources/material-icons/loop.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/loop.outlined.svg b/Symbolic/Resources/material-icons/loop.outlined.svg new file mode 100644 index 0000000000..ec6921f237 --- /dev/null +++ b/Symbolic/Resources/material-icons/loop.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/loop.round.svg b/Symbolic/Resources/material-icons/loop.round.svg new file mode 100644 index 0000000000..0c51cc8adc --- /dev/null +++ b/Symbolic/Resources/material-icons/loop.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/loop.sharp.svg b/Symbolic/Resources/material-icons/loop.sharp.svg new file mode 100644 index 0000000000..ec6921f237 --- /dev/null +++ b/Symbolic/Resources/material-icons/loop.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/loop.twotone.svg b/Symbolic/Resources/material-icons/loop.twotone.svg new file mode 100644 index 0000000000..75465cda92 --- /dev/null +++ b/Symbolic/Resources/material-icons/loop.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/loupe.default.svg b/Symbolic/Resources/material-icons/loupe.default.svg new file mode 100644 index 0000000000..8c9c02f7b4 --- /dev/null +++ b/Symbolic/Resources/material-icons/loupe.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/loupe.outlined.svg b/Symbolic/Resources/material-icons/loupe.outlined.svg new file mode 100644 index 0000000000..d4a9251cc6 --- /dev/null +++ b/Symbolic/Resources/material-icons/loupe.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/loupe.round.svg b/Symbolic/Resources/material-icons/loupe.round.svg new file mode 100644 index 0000000000..f0b1de5f11 --- /dev/null +++ b/Symbolic/Resources/material-icons/loupe.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/loupe.sharp.svg b/Symbolic/Resources/material-icons/loupe.sharp.svg new file mode 100644 index 0000000000..41bdddff3f --- /dev/null +++ b/Symbolic/Resources/material-icons/loupe.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/loupe.twotone.svg b/Symbolic/Resources/material-icons/loupe.twotone.svg new file mode 100644 index 0000000000..8fd83f71a2 --- /dev/null +++ b/Symbolic/Resources/material-icons/loupe.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/low_priority.default.svg b/Symbolic/Resources/material-icons/low_priority.default.svg new file mode 100644 index 0000000000..4fbd5eecac --- /dev/null +++ b/Symbolic/Resources/material-icons/low_priority.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/low_priority.outlined.svg b/Symbolic/Resources/material-icons/low_priority.outlined.svg new file mode 100644 index 0000000000..a9e948ccee --- /dev/null +++ b/Symbolic/Resources/material-icons/low_priority.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/low_priority.round.svg b/Symbolic/Resources/material-icons/low_priority.round.svg new file mode 100644 index 0000000000..d734024ceb --- /dev/null +++ b/Symbolic/Resources/material-icons/low_priority.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/low_priority.sharp.svg b/Symbolic/Resources/material-icons/low_priority.sharp.svg new file mode 100644 index 0000000000..a9e948ccee --- /dev/null +++ b/Symbolic/Resources/material-icons/low_priority.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/low_priority.twotone.svg b/Symbolic/Resources/material-icons/low_priority.twotone.svg new file mode 100644 index 0000000000..a9e948ccee --- /dev/null +++ b/Symbolic/Resources/material-icons/low_priority.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/loyalty.default.svg b/Symbolic/Resources/material-icons/loyalty.default.svg new file mode 100644 index 0000000000..682aa5d93d --- /dev/null +++ b/Symbolic/Resources/material-icons/loyalty.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/loyalty.outlined.svg b/Symbolic/Resources/material-icons/loyalty.outlined.svg new file mode 100644 index 0000000000..b0d54aa079 --- /dev/null +++ b/Symbolic/Resources/material-icons/loyalty.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/loyalty.round.svg b/Symbolic/Resources/material-icons/loyalty.round.svg new file mode 100644 index 0000000000..6fb54b6b71 --- /dev/null +++ b/Symbolic/Resources/material-icons/loyalty.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/loyalty.sharp.svg b/Symbolic/Resources/material-icons/loyalty.sharp.svg new file mode 100644 index 0000000000..25d7fbb7af --- /dev/null +++ b/Symbolic/Resources/material-icons/loyalty.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/loyalty.twotone.svg b/Symbolic/Resources/material-icons/loyalty.twotone.svg new file mode 100644 index 0000000000..b7febed4d3 --- /dev/null +++ b/Symbolic/Resources/material-icons/loyalty.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lte_mobiledata.default.svg b/Symbolic/Resources/material-icons/lte_mobiledata.default.svg new file mode 100644 index 0000000000..f87500c189 --- /dev/null +++ b/Symbolic/Resources/material-icons/lte_mobiledata.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lte_mobiledata.outlined.svg b/Symbolic/Resources/material-icons/lte_mobiledata.outlined.svg new file mode 100644 index 0000000000..f87500c189 --- /dev/null +++ b/Symbolic/Resources/material-icons/lte_mobiledata.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lte_mobiledata.round.svg b/Symbolic/Resources/material-icons/lte_mobiledata.round.svg new file mode 100644 index 0000000000..e0252cfafe --- /dev/null +++ b/Symbolic/Resources/material-icons/lte_mobiledata.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lte_mobiledata.sharp.svg b/Symbolic/Resources/material-icons/lte_mobiledata.sharp.svg new file mode 100644 index 0000000000..f87500c189 --- /dev/null +++ b/Symbolic/Resources/material-icons/lte_mobiledata.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lte_mobiledata.twotone.svg b/Symbolic/Resources/material-icons/lte_mobiledata.twotone.svg new file mode 100644 index 0000000000..f87500c189 --- /dev/null +++ b/Symbolic/Resources/material-icons/lte_mobiledata.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lte_plus_mobiledata.default.svg b/Symbolic/Resources/material-icons/lte_plus_mobiledata.default.svg new file mode 100644 index 0000000000..8fe5f74d13 --- /dev/null +++ b/Symbolic/Resources/material-icons/lte_plus_mobiledata.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lte_plus_mobiledata.outlined.svg b/Symbolic/Resources/material-icons/lte_plus_mobiledata.outlined.svg new file mode 100644 index 0000000000..8fe5f74d13 --- /dev/null +++ b/Symbolic/Resources/material-icons/lte_plus_mobiledata.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lte_plus_mobiledata.round.svg b/Symbolic/Resources/material-icons/lte_plus_mobiledata.round.svg new file mode 100644 index 0000000000..72acc359ae --- /dev/null +++ b/Symbolic/Resources/material-icons/lte_plus_mobiledata.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lte_plus_mobiledata.sharp.svg b/Symbolic/Resources/material-icons/lte_plus_mobiledata.sharp.svg new file mode 100644 index 0000000000..8fe5f74d13 --- /dev/null +++ b/Symbolic/Resources/material-icons/lte_plus_mobiledata.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lte_plus_mobiledata.twotone.svg b/Symbolic/Resources/material-icons/lte_plus_mobiledata.twotone.svg new file mode 100644 index 0000000000..8fe5f74d13 --- /dev/null +++ b/Symbolic/Resources/material-icons/lte_plus_mobiledata.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/luggage.default.svg b/Symbolic/Resources/material-icons/luggage.default.svg new file mode 100644 index 0000000000..a045dbf88f --- /dev/null +++ b/Symbolic/Resources/material-icons/luggage.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/luggage.outlined.svg b/Symbolic/Resources/material-icons/luggage.outlined.svg new file mode 100644 index 0000000000..10b750c978 --- /dev/null +++ b/Symbolic/Resources/material-icons/luggage.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/luggage.round.svg b/Symbolic/Resources/material-icons/luggage.round.svg new file mode 100644 index 0000000000..211567dd80 --- /dev/null +++ b/Symbolic/Resources/material-icons/luggage.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/luggage.sharp.svg b/Symbolic/Resources/material-icons/luggage.sharp.svg new file mode 100644 index 0000000000..fcf148fc45 --- /dev/null +++ b/Symbolic/Resources/material-icons/luggage.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/luggage.twotone.svg b/Symbolic/Resources/material-icons/luggage.twotone.svg new file mode 100644 index 0000000000..97d2a8bb26 --- /dev/null +++ b/Symbolic/Resources/material-icons/luggage.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lunch_dining.default.svg b/Symbolic/Resources/material-icons/lunch_dining.default.svg new file mode 100644 index 0000000000..40bfb3b243 --- /dev/null +++ b/Symbolic/Resources/material-icons/lunch_dining.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lunch_dining.outlined.svg b/Symbolic/Resources/material-icons/lunch_dining.outlined.svg new file mode 100644 index 0000000000..27e7bd0d9a --- /dev/null +++ b/Symbolic/Resources/material-icons/lunch_dining.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lunch_dining.round.svg b/Symbolic/Resources/material-icons/lunch_dining.round.svg new file mode 100644 index 0000000000..fb071e2aea --- /dev/null +++ b/Symbolic/Resources/material-icons/lunch_dining.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lunch_dining.sharp.svg b/Symbolic/Resources/material-icons/lunch_dining.sharp.svg new file mode 100644 index 0000000000..654dbe2561 --- /dev/null +++ b/Symbolic/Resources/material-icons/lunch_dining.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lunch_dining.twotone.svg b/Symbolic/Resources/material-icons/lunch_dining.twotone.svg new file mode 100644 index 0000000000..a186a06f64 --- /dev/null +++ b/Symbolic/Resources/material-icons/lunch_dining.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lyrics.default.svg b/Symbolic/Resources/material-icons/lyrics.default.svg new file mode 100644 index 0000000000..fde5ebd4fb --- /dev/null +++ b/Symbolic/Resources/material-icons/lyrics.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lyrics.outlined.svg b/Symbolic/Resources/material-icons/lyrics.outlined.svg new file mode 100644 index 0000000000..ab31da7e39 --- /dev/null +++ b/Symbolic/Resources/material-icons/lyrics.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lyrics.round.svg b/Symbolic/Resources/material-icons/lyrics.round.svg new file mode 100644 index 0000000000..d966c25701 --- /dev/null +++ b/Symbolic/Resources/material-icons/lyrics.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lyrics.sharp.svg b/Symbolic/Resources/material-icons/lyrics.sharp.svg new file mode 100644 index 0000000000..fde5ebd4fb --- /dev/null +++ b/Symbolic/Resources/material-icons/lyrics.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/lyrics.twotone.svg b/Symbolic/Resources/material-icons/lyrics.twotone.svg new file mode 100644 index 0000000000..7945f8b2da --- /dev/null +++ b/Symbolic/Resources/material-icons/lyrics.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/macro_off.default.svg b/Symbolic/Resources/material-icons/macro_off.default.svg new file mode 100644 index 0000000000..d9a2a60ae4 --- /dev/null +++ b/Symbolic/Resources/material-icons/macro_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/macro_off.outlined.svg b/Symbolic/Resources/material-icons/macro_off.outlined.svg new file mode 100644 index 0000000000..82583dfdb1 --- /dev/null +++ b/Symbolic/Resources/material-icons/macro_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/macro_off.round.svg b/Symbolic/Resources/material-icons/macro_off.round.svg new file mode 100644 index 0000000000..5bdf115108 --- /dev/null +++ b/Symbolic/Resources/material-icons/macro_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/macro_off.sharp.svg b/Symbolic/Resources/material-icons/macro_off.sharp.svg new file mode 100644 index 0000000000..d9a2a60ae4 --- /dev/null +++ b/Symbolic/Resources/material-icons/macro_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/macro_off.twotone.svg b/Symbolic/Resources/material-icons/macro_off.twotone.svg new file mode 100644 index 0000000000..598ca7433f --- /dev/null +++ b/Symbolic/Resources/material-icons/macro_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mail.default.svg b/Symbolic/Resources/material-icons/mail.default.svg new file mode 100644 index 0000000000..afbd592f59 --- /dev/null +++ b/Symbolic/Resources/material-icons/mail.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mail.outlined.svg b/Symbolic/Resources/material-icons/mail.outlined.svg new file mode 100644 index 0000000000..16c8226089 --- /dev/null +++ b/Symbolic/Resources/material-icons/mail.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mail.round.svg b/Symbolic/Resources/material-icons/mail.round.svg new file mode 100644 index 0000000000..4552148156 --- /dev/null +++ b/Symbolic/Resources/material-icons/mail.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mail.sharp.svg b/Symbolic/Resources/material-icons/mail.sharp.svg new file mode 100644 index 0000000000..8d725fdcc8 --- /dev/null +++ b/Symbolic/Resources/material-icons/mail.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mail.twotone.svg b/Symbolic/Resources/material-icons/mail.twotone.svg new file mode 100644 index 0000000000..e10f173ee1 --- /dev/null +++ b/Symbolic/Resources/material-icons/mail.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mail_lock.default.svg b/Symbolic/Resources/material-icons/mail_lock.default.svg new file mode 100644 index 0000000000..ab5a551aa3 --- /dev/null +++ b/Symbolic/Resources/material-icons/mail_lock.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mail_lock.outlined.svg b/Symbolic/Resources/material-icons/mail_lock.outlined.svg new file mode 100644 index 0000000000..4dcc993a07 --- /dev/null +++ b/Symbolic/Resources/material-icons/mail_lock.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mail_lock.round.svg b/Symbolic/Resources/material-icons/mail_lock.round.svg new file mode 100644 index 0000000000..aea338ca2a --- /dev/null +++ b/Symbolic/Resources/material-icons/mail_lock.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mail_lock.sharp.svg b/Symbolic/Resources/material-icons/mail_lock.sharp.svg new file mode 100644 index 0000000000..f3ad0f44ff --- /dev/null +++ b/Symbolic/Resources/material-icons/mail_lock.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mail_lock.twotone.svg b/Symbolic/Resources/material-icons/mail_lock.twotone.svg new file mode 100644 index 0000000000..51bf3c1842 --- /dev/null +++ b/Symbolic/Resources/material-icons/mail_lock.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mail_outline.default.svg b/Symbolic/Resources/material-icons/mail_outline.default.svg new file mode 100644 index 0000000000..c843e8a1c4 --- /dev/null +++ b/Symbolic/Resources/material-icons/mail_outline.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mail_outline.outlined.svg b/Symbolic/Resources/material-icons/mail_outline.outlined.svg new file mode 100644 index 0000000000..7bc0b8933e --- /dev/null +++ b/Symbolic/Resources/material-icons/mail_outline.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mail_outline.round.svg b/Symbolic/Resources/material-icons/mail_outline.round.svg new file mode 100644 index 0000000000..b429c8a64a --- /dev/null +++ b/Symbolic/Resources/material-icons/mail_outline.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mail_outline.sharp.svg b/Symbolic/Resources/material-icons/mail_outline.sharp.svg new file mode 100644 index 0000000000..52756e6916 --- /dev/null +++ b/Symbolic/Resources/material-icons/mail_outline.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mail_outline.twotone.svg b/Symbolic/Resources/material-icons/mail_outline.twotone.svg new file mode 100644 index 0000000000..7bc0b8933e --- /dev/null +++ b/Symbolic/Resources/material-icons/mail_outline.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/male.default.svg b/Symbolic/Resources/material-icons/male.default.svg new file mode 100644 index 0000000000..a9a801d435 --- /dev/null +++ b/Symbolic/Resources/material-icons/male.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/male.outlined.svg b/Symbolic/Resources/material-icons/male.outlined.svg new file mode 100644 index 0000000000..a9a801d435 --- /dev/null +++ b/Symbolic/Resources/material-icons/male.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/male.round.svg b/Symbolic/Resources/material-icons/male.round.svg new file mode 100644 index 0000000000..05de6e7f7f --- /dev/null +++ b/Symbolic/Resources/material-icons/male.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/male.sharp.svg b/Symbolic/Resources/material-icons/male.sharp.svg new file mode 100644 index 0000000000..a9a801d435 --- /dev/null +++ b/Symbolic/Resources/material-icons/male.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/male.twotone.svg b/Symbolic/Resources/material-icons/male.twotone.svg new file mode 100644 index 0000000000..a9a801d435 --- /dev/null +++ b/Symbolic/Resources/material-icons/male.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/man.default.svg b/Symbolic/Resources/material-icons/man.default.svg new file mode 100644 index 0000000000..05c6001aff --- /dev/null +++ b/Symbolic/Resources/material-icons/man.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/man.outlined.svg b/Symbolic/Resources/material-icons/man.outlined.svg new file mode 100644 index 0000000000..05c6001aff --- /dev/null +++ b/Symbolic/Resources/material-icons/man.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/man.round.svg b/Symbolic/Resources/material-icons/man.round.svg new file mode 100644 index 0000000000..9a7e2edf2a --- /dev/null +++ b/Symbolic/Resources/material-icons/man.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/man.sharp.svg b/Symbolic/Resources/material-icons/man.sharp.svg new file mode 100644 index 0000000000..42d9084332 --- /dev/null +++ b/Symbolic/Resources/material-icons/man.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/man.twotone.svg b/Symbolic/Resources/material-icons/man.twotone.svg new file mode 100644 index 0000000000..05c6001aff --- /dev/null +++ b/Symbolic/Resources/material-icons/man.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/man_2.default.svg b/Symbolic/Resources/material-icons/man_2.default.svg new file mode 100644 index 0000000000..b4918f37e7 --- /dev/null +++ b/Symbolic/Resources/material-icons/man_2.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/man_2.outlined.svg b/Symbolic/Resources/material-icons/man_2.outlined.svg new file mode 100644 index 0000000000..b4918f37e7 --- /dev/null +++ b/Symbolic/Resources/material-icons/man_2.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/man_2.round.svg b/Symbolic/Resources/material-icons/man_2.round.svg new file mode 100644 index 0000000000..7c56669601 --- /dev/null +++ b/Symbolic/Resources/material-icons/man_2.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/man_2.sharp.svg b/Symbolic/Resources/material-icons/man_2.sharp.svg new file mode 100644 index 0000000000..6adce6ebf5 --- /dev/null +++ b/Symbolic/Resources/material-icons/man_2.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/man_2.twotone.svg b/Symbolic/Resources/material-icons/man_2.twotone.svg new file mode 100644 index 0000000000..b4918f37e7 --- /dev/null +++ b/Symbolic/Resources/material-icons/man_2.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/man_3.default.svg b/Symbolic/Resources/material-icons/man_3.default.svg new file mode 100644 index 0000000000..d46a0e235d --- /dev/null +++ b/Symbolic/Resources/material-icons/man_3.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/man_3.outlined.svg b/Symbolic/Resources/material-icons/man_3.outlined.svg new file mode 100644 index 0000000000..d46a0e235d --- /dev/null +++ b/Symbolic/Resources/material-icons/man_3.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/man_3.round.svg b/Symbolic/Resources/material-icons/man_3.round.svg new file mode 100644 index 0000000000..18bb216608 --- /dev/null +++ b/Symbolic/Resources/material-icons/man_3.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/man_3.sharp.svg b/Symbolic/Resources/material-icons/man_3.sharp.svg new file mode 100644 index 0000000000..44b7cb86bf --- /dev/null +++ b/Symbolic/Resources/material-icons/man_3.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/man_3.twotone.svg b/Symbolic/Resources/material-icons/man_3.twotone.svg new file mode 100644 index 0000000000..d46a0e235d --- /dev/null +++ b/Symbolic/Resources/material-icons/man_3.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/man_4.default.svg b/Symbolic/Resources/material-icons/man_4.default.svg new file mode 100644 index 0000000000..1af6e50a1c --- /dev/null +++ b/Symbolic/Resources/material-icons/man_4.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/man_4.outlined.svg b/Symbolic/Resources/material-icons/man_4.outlined.svg new file mode 100644 index 0000000000..1af6e50a1c --- /dev/null +++ b/Symbolic/Resources/material-icons/man_4.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/man_4.round.svg b/Symbolic/Resources/material-icons/man_4.round.svg new file mode 100644 index 0000000000..2c735cd42d --- /dev/null +++ b/Symbolic/Resources/material-icons/man_4.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/man_4.sharp.svg b/Symbolic/Resources/material-icons/man_4.sharp.svg new file mode 100644 index 0000000000..2623b78b1d --- /dev/null +++ b/Symbolic/Resources/material-icons/man_4.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/man_4.twotone.svg b/Symbolic/Resources/material-icons/man_4.twotone.svg new file mode 100644 index 0000000000..1af6e50a1c --- /dev/null +++ b/Symbolic/Resources/material-icons/man_4.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/manage_accounts.default.svg b/Symbolic/Resources/material-icons/manage_accounts.default.svg new file mode 100644 index 0000000000..6276643184 --- /dev/null +++ b/Symbolic/Resources/material-icons/manage_accounts.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/manage_accounts.outlined.svg b/Symbolic/Resources/material-icons/manage_accounts.outlined.svg new file mode 100644 index 0000000000..602d7cb7c7 --- /dev/null +++ b/Symbolic/Resources/material-icons/manage_accounts.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/manage_accounts.round.svg b/Symbolic/Resources/material-icons/manage_accounts.round.svg new file mode 100644 index 0000000000..5561018d83 --- /dev/null +++ b/Symbolic/Resources/material-icons/manage_accounts.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/manage_accounts.sharp.svg b/Symbolic/Resources/material-icons/manage_accounts.sharp.svg new file mode 100644 index 0000000000..7ada381b99 --- /dev/null +++ b/Symbolic/Resources/material-icons/manage_accounts.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/manage_accounts.twotone.svg b/Symbolic/Resources/material-icons/manage_accounts.twotone.svg new file mode 100644 index 0000000000..a8b6af7bde --- /dev/null +++ b/Symbolic/Resources/material-icons/manage_accounts.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/manage_history.default.svg b/Symbolic/Resources/material-icons/manage_history.default.svg new file mode 100644 index 0000000000..4145ca679e --- /dev/null +++ b/Symbolic/Resources/material-icons/manage_history.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/manage_history.outlined.svg b/Symbolic/Resources/material-icons/manage_history.outlined.svg new file mode 100644 index 0000000000..4145ca679e --- /dev/null +++ b/Symbolic/Resources/material-icons/manage_history.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/manage_history.round.svg b/Symbolic/Resources/material-icons/manage_history.round.svg new file mode 100644 index 0000000000..32a4c3860c --- /dev/null +++ b/Symbolic/Resources/material-icons/manage_history.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/manage_history.sharp.svg b/Symbolic/Resources/material-icons/manage_history.sharp.svg new file mode 100644 index 0000000000..4145ca679e --- /dev/null +++ b/Symbolic/Resources/material-icons/manage_history.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/manage_history.twotone.svg b/Symbolic/Resources/material-icons/manage_history.twotone.svg new file mode 100644 index 0000000000..4145ca679e --- /dev/null +++ b/Symbolic/Resources/material-icons/manage_history.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/manage_search.default.svg b/Symbolic/Resources/material-icons/manage_search.default.svg new file mode 100644 index 0000000000..1e10d5df5e --- /dev/null +++ b/Symbolic/Resources/material-icons/manage_search.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/manage_search.outlined.svg b/Symbolic/Resources/material-icons/manage_search.outlined.svg new file mode 100644 index 0000000000..1e10d5df5e --- /dev/null +++ b/Symbolic/Resources/material-icons/manage_search.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/manage_search.round.svg b/Symbolic/Resources/material-icons/manage_search.round.svg new file mode 100644 index 0000000000..610bbabadb --- /dev/null +++ b/Symbolic/Resources/material-icons/manage_search.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/manage_search.sharp.svg b/Symbolic/Resources/material-icons/manage_search.sharp.svg new file mode 100644 index 0000000000..1e10d5df5e --- /dev/null +++ b/Symbolic/Resources/material-icons/manage_search.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/manage_search.twotone.svg b/Symbolic/Resources/material-icons/manage_search.twotone.svg new file mode 100644 index 0000000000..ab9c695ce8 --- /dev/null +++ b/Symbolic/Resources/material-icons/manage_search.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/manifest.json b/Symbolic/Resources/material-icons/manifest.json new file mode 100644 index 0000000000..ddedff0aac --- /dev/null +++ b/Symbolic/Resources/material-icons/manifest.json @@ -0,0 +1,45515 @@ +{ + "id": "material-icons", + "name": "Material Icons", + "author": "Google", + "license": "LICENSE", + "symbols": [ + { + "id": "agriculture", + "name": "Agriculture", + "variants": { + "outlined": { + "path": "agriculture.outlined.svg" + }, + "round": { + "path": "agriculture.round.svg" + }, + "sharp": { + "path": "agriculture.sharp.svg" + }, + "default": { + "path": "agriculture.default.svg" + }, + "twotone": { + "path": "agriculture.twotone.svg" + } + } + }, + { + "id": "diamond", + "name": "Diamond", + "variants": { + "outlined": { + "path": "diamond.outlined.svg" + }, + "round": { + "path": "diamond.round.svg" + }, + "sharp": { + "path": "diamond.sharp.svg" + }, + "default": { + "path": "diamond.default.svg" + }, + "twotone": { + "path": "diamond.twotone.svg" + } + } + }, + { + "id": "local_library", + "name": "Local Library", + "variants": { + "outlined": { + "path": "local_library.outlined.svg" + }, + "round": { + "path": "local_library.round.svg" + }, + "sharp": { + "path": "local_library.sharp.svg" + }, + "default": { + "path": "local_library.default.svg" + }, + "twotone": { + "path": "local_library.twotone.svg" + } + } + }, + { + "id": "connecting_airports", + "name": "Connecting Airports", + "variants": { + "outlined": { + "path": "connecting_airports.outlined.svg" + }, + "round": { + "path": "connecting_airports.round.svg" + }, + "sharp": { + "path": "connecting_airports.sharp.svg" + }, + "default": { + "path": "connecting_airports.default.svg" + }, + "twotone": { + "path": "connecting_airports.twotone.svg" + } + } + }, + { + "id": "traffic", + "name": "Traffic", + "variants": { + "outlined": { + "path": "traffic.outlined.svg" + }, + "round": { + "path": "traffic.round.svg" + }, + "sharp": { + "path": "traffic.sharp.svg" + }, + "default": { + "path": "traffic.default.svg" + }, + "twotone": { + "path": "traffic.twotone.svg" + } + } + }, + { + "id": "crisis_alert", + "name": "Crisis Alert", + "variants": { + "outlined": { + "path": "crisis_alert.outlined.svg" + }, + "round": { + "path": "crisis_alert.round.svg" + }, + "sharp": { + "path": "crisis_alert.sharp.svg" + }, + "default": { + "path": "crisis_alert.default.svg" + }, + "twotone": { + "path": "crisis_alert.twotone.svg" + } + } + }, + { + "id": "bakery_dining", + "name": "Bakery Dining", + "variants": { + "outlined": { + "path": "bakery_dining.outlined.svg" + }, + "round": { + "path": "bakery_dining.round.svg" + }, + "sharp": { + "path": "bakery_dining.sharp.svg" + }, + "default": { + "path": "bakery_dining.default.svg" + }, + "twotone": { + "path": "bakery_dining.twotone.svg" + } + } + }, + { + "id": "signpost", + "name": "Signpost", + "variants": { + "outlined": { + "path": "signpost.outlined.svg" + }, + "round": { + "path": "signpost.round.svg" + }, + "sharp": { + "path": "signpost.sharp.svg" + }, + "default": { + "path": "signpost.default.svg" + }, + "twotone": { + "path": "signpost.twotone.svg" + } + } + }, + { + "id": "departure_board", + "name": "Departure Board", + "variants": { + "outlined": { + "path": "departure_board.outlined.svg" + }, + "round": { + "path": "departure_board.round.svg" + }, + "sharp": { + "path": "departure_board.sharp.svg" + }, + "default": { + "path": "departure_board.default.svg" + }, + "twotone": { + "path": "departure_board.twotone.svg" + } + } + }, + { + "id": "moped", + "name": "Moped", + "variants": { + "outlined": { + "path": "moped.outlined.svg" + }, + "round": { + "path": "moped.round.svg" + }, + "sharp": { + "path": "moped.sharp.svg" + }, + "default": { + "path": "moped.default.svg" + }, + "twotone": { + "path": "moped.twotone.svg" + } + } + }, + { + "id": "u_turn_right", + "name": "U Turn Right", + "variants": { + "outlined": { + "path": "u_turn_right.outlined.svg" + }, + "round": { + "path": "u_turn_right.round.svg" + }, + "sharp": { + "path": "u_turn_right.sharp.svg" + }, + "default": { + "path": "u_turn_right.default.svg" + }, + "twotone": { + "path": "u_turn_right.twotone.svg" + } + } + }, + { + "id": "forest", + "name": "Forest", + "variants": { + "outlined": { + "path": "forest.outlined.svg" + }, + "round": { + "path": "forest.round.svg" + }, + "sharp": { + "path": "forest.sharp.svg" + }, + "default": { + "path": "forest.default.svg" + }, + "twotone": { + "path": "forest.twotone.svg" + } + } + }, + { + "id": "directions_walk", + "name": "Directions Walk", + "variants": { + "outlined": { + "path": "directions_walk.outlined.svg" + }, + "round": { + "path": "directions_walk.round.svg" + }, + "sharp": { + "path": "directions_walk.sharp.svg" + }, + "default": { + "path": "directions_walk.default.svg" + }, + "twotone": { + "path": "directions_walk.twotone.svg" + } + } + }, + { + "id": "miscellaneous_services", + "name": "Miscellaneous Services", + "variants": { + "outlined": { + "path": "miscellaneous_services.outlined.svg" + }, + "round": { + "path": "miscellaneous_services.round.svg" + }, + "sharp": { + "path": "miscellaneous_services.sharp.svg" + }, + "default": { + "path": "miscellaneous_services.default.svg" + }, + "twotone": { + "path": "miscellaneous_services.twotone.svg" + } + } + }, + { + "id": "wrong_location", + "name": "Wrong Location", + "variants": { + "outlined": { + "path": "wrong_location.outlined.svg" + }, + "round": { + "path": "wrong_location.round.svg" + }, + "sharp": { + "path": "wrong_location.sharp.svg" + }, + "default": { + "path": "wrong_location.default.svg" + }, + "twotone": { + "path": "wrong_location.twotone.svg" + } + } + }, + { + "id": "add_road", + "name": "Add Road", + "variants": { + "outlined": { + "path": "add_road.outlined.svg" + }, + "round": { + "path": "add_road.round.svg" + }, + "sharp": { + "path": "add_road.sharp.svg" + }, + "default": { + "path": "add_road.default.svg" + }, + "twotone": { + "path": "add_road.twotone.svg" + } + } + }, + { + "id": "not_listed_location", + "name": "Not Listed Location", + "variants": { + "outlined": { + "path": "not_listed_location.outlined.svg" + }, + "round": { + "path": "not_listed_location.round.svg" + }, + "sharp": { + "path": "not_listed_location.sharp.svg" + }, + "default": { + "path": "not_listed_location.default.svg" + }, + "twotone": { + "path": "not_listed_location.twotone.svg" + } + } + }, + { + "id": "attractions", + "name": "Attractions", + "variants": { + "outlined": { + "path": "attractions.outlined.svg" + }, + "round": { + "path": "attractions.round.svg" + }, + "sharp": { + "path": "attractions.sharp.svg" + }, + "default": { + "path": "attractions.default.svg" + }, + "twotone": { + "path": "attractions.twotone.svg" + } + } + }, + { + "id": "brunch_dining", + "name": "Brunch Dining", + "variants": { + "outlined": { + "path": "brunch_dining.outlined.svg" + }, + "round": { + "path": "brunch_dining.round.svg" + }, + "sharp": { + "path": "brunch_dining.sharp.svg" + }, + "default": { + "path": "brunch_dining.default.svg" + }, + "twotone": { + "path": "brunch_dining.twotone.svg" + } + } + }, + { + "id": "handyman", + "name": "Handyman", + "variants": { + "outlined": { + "path": "handyman.outlined.svg" + }, + "round": { + "path": "handyman.round.svg" + }, + "sharp": { + "path": "handyman.sharp.svg" + }, + "default": { + "path": "handyman.default.svg" + }, + "twotone": { + "path": "handyman.twotone.svg" + } + } + }, + { + "id": "two_wheeler", + "name": "Two Wheeler", + "variants": { + "outlined": { + "path": "two_wheeler.outlined.svg" + }, + "round": { + "path": "two_wheeler.round.svg" + }, + "sharp": { + "path": "two_wheeler.sharp.svg" + }, + "default": { + "path": "two_wheeler.default.svg" + }, + "twotone": { + "path": "two_wheeler.twotone.svg" + } + } + }, + { + "id": "add_location", + "name": "Add Location", + "variants": { + "outlined": { + "path": "add_location.outlined.svg" + }, + "round": { + "path": "add_location.round.svg" + }, + "sharp": { + "path": "add_location.sharp.svg" + }, + "default": { + "path": "add_location.default.svg" + }, + "twotone": { + "path": "add_location.twotone.svg" + } + } + }, + { + "id": "electric_scooter", + "name": "Electric Scooter", + "variants": { + "outlined": { + "path": "electric_scooter.outlined.svg" + }, + "round": { + "path": "electric_scooter.round.svg" + }, + "sharp": { + "path": "electric_scooter.sharp.svg" + }, + "default": { + "path": "electric_scooter.default.svg" + }, + "twotone": { + "path": "electric_scooter.twotone.svg" + } + } + }, + { + "id": "turn_sharp_left", + "name": "Turn Sharp Left", + "variants": { + "outlined": { + "path": "turn_sharp_left.outlined.svg" + }, + "round": { + "path": "turn_sharp_left.round.svg" + }, + "sharp": { + "path": "turn_sharp_left.sharp.svg" + }, + "default": { + "path": "turn_sharp_left.default.svg" + }, + "twotone": { + "path": "turn_sharp_left.twotone.svg" + } + } + }, + { + "id": "local_printshop", + "name": "Local Printshop", + "variants": { + "outlined": { + "path": "local_printshop.outlined.svg" + }, + "round": { + "path": "local_printshop.round.svg" + }, + "sharp": { + "path": "local_printshop.sharp.svg" + }, + "default": { + "path": "local_printshop.default.svg" + }, + "twotone": { + "path": "local_printshop.twotone.svg" + } + } + }, + { + "id": "restaurant", + "name": "Restaurant", + "variants": { + "outlined": { + "path": "restaurant.outlined.svg" + }, + "round": { + "path": "restaurant.round.svg" + }, + "sharp": { + "path": "restaurant.sharp.svg" + }, + "default": { + "path": "restaurant.default.svg" + }, + "twotone": { + "path": "restaurant.twotone.svg" + } + } + }, + { + "id": "cleaning_services", + "name": "Cleaning Services", + "variants": { + "outlined": { + "path": "cleaning_services.outlined.svg" + }, + "round": { + "path": "cleaning_services.round.svg" + }, + "sharp": { + "path": "cleaning_services.sharp.svg" + }, + "default": { + "path": "cleaning_services.default.svg" + }, + "twotone": { + "path": "cleaning_services.twotone.svg" + } + } + }, + { + "id": "tire_repair", + "name": "Tire Repair", + "variants": { + "outlined": { + "path": "tire_repair.outlined.svg" + }, + "round": { + "path": "tire_repair.round.svg" + }, + "sharp": { + "path": "tire_repair.sharp.svg" + }, + "default": { + "path": "tire_repair.default.svg" + }, + "twotone": { + "path": "tire_repair.twotone.svg" + } + } + }, + { + "id": "fastfood", + "name": "Fastfood", + "variants": { + "outlined": { + "path": "fastfood.outlined.svg" + }, + "round": { + "path": "fastfood.round.svg" + }, + "sharp": { + "path": "fastfood.sharp.svg" + }, + "default": { + "path": "fastfood.default.svg" + }, + "twotone": { + "path": "fastfood.twotone.svg" + } + } + }, + { + "id": "local_laundry_service", + "name": "Local Laundry Service", + "variants": { + "outlined": { + "path": "local_laundry_service.outlined.svg" + }, + "round": { + "path": "local_laundry_service.round.svg" + }, + "sharp": { + "path": "local_laundry_service.sharp.svg" + }, + "default": { + "path": "local_laundry_service.default.svg" + }, + "twotone": { + "path": "local_laundry_service.twotone.svg" + } + } + }, + { + "id": "medical_services", + "name": "Medical Services", + "variants": { + "outlined": { + "path": "medical_services.outlined.svg" + }, + "round": { + "path": "medical_services.round.svg" + }, + "sharp": { + "path": "medical_services.sharp.svg" + }, + "default": { + "path": "medical_services.default.svg" + }, + "twotone": { + "path": "medical_services.twotone.svg" + } + } + }, + { + "id": "directions", + "name": "Directions", + "variants": { + "outlined": { + "path": "directions.outlined.svg" + }, + "round": { + "path": "directions.round.svg" + }, + "sharp": { + "path": "directions.sharp.svg" + }, + "default": { + "path": "directions.default.svg" + }, + "twotone": { + "path": "directions.twotone.svg" + } + } + }, + { + "id": "directions_car_filled", + "name": "Directions Car Filled", + "variants": { + "outlined": { + "path": "directions_car_filled.outlined.svg" + }, + "round": { + "path": "directions_car_filled.round.svg" + }, + "sharp": { + "path": "directions_car_filled.sharp.svg" + }, + "default": { + "path": "directions_car_filled.default.svg" + }, + "twotone": { + "path": "directions_car_filled.twotone.svg" + } + } + }, + { + "id": "edit_location", + "name": "Edit Location", + "variants": { + "outlined": { + "path": "edit_location.outlined.svg" + }, + "round": { + "path": "edit_location.round.svg" + }, + "sharp": { + "path": "edit_location.sharp.svg" + }, + "default": { + "path": "edit_location.default.svg" + }, + "twotone": { + "path": "edit_location.twotone.svg" + } + } + }, + { + "id": "roundabout_left", + "name": "Roundabout Left", + "variants": { + "outlined": { + "path": "roundabout_left.outlined.svg" + }, + "round": { + "path": "roundabout_left.round.svg" + }, + "sharp": { + "path": "roundabout_left.sharp.svg" + }, + "default": { + "path": "roundabout_left.default.svg" + }, + "twotone": { + "path": "roundabout_left.twotone.svg" + } + } + }, + { + "id": "local_shipping", + "name": "Local Shipping", + "variants": { + "outlined": { + "path": "local_shipping.outlined.svg" + }, + "round": { + "path": "local_shipping.round.svg" + }, + "sharp": { + "path": "local_shipping.sharp.svg" + }, + "default": { + "path": "local_shipping.default.svg" + }, + "twotone": { + "path": "local_shipping.twotone.svg" + } + } + }, + { + "id": "directions_railway_filled", + "name": "Directions Railway Filled", + "variants": { + "outlined": { + "path": "directions_railway_filled.outlined.svg" + }, + "round": { + "path": "directions_railway_filled.round.svg" + }, + "sharp": { + "path": "directions_railway_filled.sharp.svg" + }, + "default": { + "path": "directions_railway_filled.default.svg" + }, + "twotone": { + "path": "directions_railway_filled.twotone.svg" + } + } + }, + { + "id": "egg", + "name": "Egg", + "variants": { + "outlined": { + "path": "egg.outlined.svg" + }, + "round": { + "path": "egg.round.svg" + }, + "sharp": { + "path": "egg.sharp.svg" + }, + "default": { + "path": "egg.default.svg" + }, + "twotone": { + "path": "egg.twotone.svg" + } + } + }, + { + "id": "turn_right", + "name": "Turn Right", + "variants": { + "outlined": { + "path": "turn_right.outlined.svg" + }, + "round": { + "path": "turn_right.round.svg" + }, + "sharp": { + "path": "turn_right.sharp.svg" + }, + "default": { + "path": "turn_right.default.svg" + }, + "twotone": { + "path": "turn_right.twotone.svg" + } + } + }, + { + "id": "remove_road", + "name": "Remove Road", + "variants": { + "outlined": { + "path": "remove_road.outlined.svg" + }, + "round": { + "path": "remove_road.round.svg" + }, + "sharp": { + "path": "remove_road.sharp.svg" + }, + "default": { + "path": "remove_road.default.svg" + }, + "twotone": { + "path": "remove_road.twotone.svg" + } + } + }, + { + "id": "add_business", + "name": "Add Business", + "variants": { + "outlined": { + "path": "add_business.outlined.svg" + }, + "round": { + "path": "add_business.round.svg" + }, + "sharp": { + "path": "add_business.sharp.svg" + }, + "default": { + "path": "add_business.default.svg" + }, + "twotone": { + "path": "add_business.twotone.svg" + } + } + }, + { + "id": "electric_bike", + "name": "Electric Bike", + "variants": { + "outlined": { + "path": "electric_bike.outlined.svg" + }, + "round": { + "path": "electric_bike.round.svg" + }, + "sharp": { + "path": "electric_bike.sharp.svg" + }, + "default": { + "path": "electric_bike.default.svg" + }, + "twotone": { + "path": "electric_bike.twotone.svg" + } + } + }, + { + "id": "hardware", + "name": "Hardware", + "variants": { + "outlined": { + "path": "hardware.outlined.svg" + }, + "round": { + "path": "hardware.round.svg" + }, + "sharp": { + "path": "hardware.sharp.svg" + }, + "default": { + "path": "hardware.default.svg" + }, + "twotone": { + "path": "hardware.twotone.svg" + } + } + }, + { + "id": "car_crash", + "name": "Car Crash", + "variants": { + "outlined": { + "path": "car_crash.outlined.svg" + }, + "round": { + "path": "car_crash.round.svg" + }, + "sharp": { + "path": "car_crash.sharp.svg" + }, + "default": { + "path": "car_crash.default.svg" + }, + "twotone": { + "path": "car_crash.twotone.svg" + } + } + }, + { + "id": "transfer_within_a_station", + "name": "Transfer Within A Station", + "variants": { + "outlined": { + "path": "transfer_within_a_station.outlined.svg" + }, + "round": { + "path": "transfer_within_a_station.round.svg" + }, + "sharp": { + "path": "transfer_within_a_station.sharp.svg" + }, + "default": { + "path": "transfer_within_a_station.default.svg" + }, + "twotone": { + "path": "transfer_within_a_station.twotone.svg" + } + } + }, + { + "id": "local_grocery_store", + "name": "Local Grocery Store", + "variants": { + "outlined": { + "path": "local_grocery_store.outlined.svg" + }, + "round": { + "path": "local_grocery_store.round.svg" + }, + "sharp": { + "path": "local_grocery_store.sharp.svg" + }, + "default": { + "path": "local_grocery_store.default.svg" + }, + "twotone": { + "path": "local_grocery_store.twotone.svg" + } + } + }, + { + "id": "no_transfer", + "name": "No Transfer", + "variants": { + "outlined": { + "path": "no_transfer.outlined.svg" + }, + "round": { + "path": "no_transfer.round.svg" + }, + "sharp": { + "path": "no_transfer.sharp.svg" + }, + "default": { + "path": "no_transfer.default.svg" + }, + "twotone": { + "path": "no_transfer.twotone.svg" + } + } + }, + { + "id": "local_activity", + "name": "Local Activity", + "variants": { + "outlined": { + "path": "local_activity.outlined.svg" + }, + "round": { + "path": "local_activity.round.svg" + }, + "sharp": { + "path": "local_activity.sharp.svg" + }, + "default": { + "path": "local_activity.default.svg" + }, + "twotone": { + "path": "local_activity.twotone.svg" + } + } + }, + { + "id": "flight_class", + "name": "Flight Class", + "variants": { + "outlined": { + "path": "flight_class.outlined.svg" + }, + "round": { + "path": "flight_class.round.svg" + }, + "sharp": { + "path": "flight_class.sharp.svg" + }, + "default": { + "path": "flight_class.default.svg" + }, + "twotone": { + "path": "flight_class.twotone.svg" + } + } + }, + { + "id": "local_phone", + "name": "Local Phone", + "variants": { + "outlined": { + "path": "local_phone.outlined.svg" + }, + "round": { + "path": "local_phone.round.svg" + }, + "sharp": { + "path": "local_phone.sharp.svg" + }, + "default": { + "path": "local_phone.default.svg" + }, + "twotone": { + "path": "local_phone.twotone.svg" + } + } + }, + { + "id": "design_services", + "name": "Design Services", + "variants": { + "outlined": { + "path": "design_services.outlined.svg" + }, + "round": { + "path": "design_services.round.svg" + }, + "sharp": { + "path": "design_services.sharp.svg" + }, + "default": { + "path": "design_services.default.svg" + }, + "twotone": { + "path": "design_services.twotone.svg" + } + } + }, + { + "id": "layers", + "name": "Layers", + "variants": { + "outlined": { + "path": "layers.outlined.svg" + }, + "round": { + "path": "layers.round.svg" + }, + "sharp": { + "path": "layers.sharp.svg" + }, + "default": { + "path": "layers.default.svg" + }, + "twotone": { + "path": "layers.twotone.svg" + } + } + }, + { + "id": "wine_bar", + "name": "Wine Bar", + "variants": { + "outlined": { + "path": "wine_bar.outlined.svg" + }, + "round": { + "path": "wine_bar.round.svg" + }, + "sharp": { + "path": "wine_bar.sharp.svg" + }, + "default": { + "path": "wine_bar.default.svg" + }, + "twotone": { + "path": "wine_bar.twotone.svg" + } + } + }, + { + "id": "location_pin", + "name": "Location Pin", + "variants": { + "default": { + "path": "location_pin.default.svg" + } + } + }, + { + "id": "no_crash", + "name": "No Crash", + "variants": { + "outlined": { + "path": "no_crash.outlined.svg" + }, + "round": { + "path": "no_crash.round.svg" + }, + "sharp": { + "path": "no_crash.sharp.svg" + }, + "default": { + "path": "no_crash.default.svg" + }, + "twotone": { + "path": "no_crash.twotone.svg" + } + } + }, + { + "id": "route", + "name": "Route", + "variants": { + "outlined": { + "path": "route.outlined.svg" + }, + "round": { + "path": "route.round.svg" + }, + "sharp": { + "path": "route.sharp.svg" + }, + "default": { + "path": "route.default.svg" + }, + "twotone": { + "path": "route.twotone.svg" + } + } + }, + { + "id": "directions_boat_filled", + "name": "Directions Boat Filled", + "variants": { + "outlined": { + "path": "directions_boat_filled.outlined.svg" + }, + "round": { + "path": "directions_boat_filled.round.svg" + }, + "sharp": { + "path": "directions_boat_filled.sharp.svg" + }, + "default": { + "path": "directions_boat_filled.default.svg" + }, + "twotone": { + "path": "directions_boat_filled.twotone.svg" + } + } + }, + { + "id": "category", + "name": "Category", + "variants": { + "outlined": { + "path": "category.outlined.svg" + }, + "round": { + "path": "category.round.svg" + }, + "sharp": { + "path": "category.sharp.svg" + }, + "default": { + "path": "category.default.svg" + }, + "twotone": { + "path": "category.twotone.svg" + } + } + }, + { + "id": "store_mall_directory", + "name": "Store Mall Directory", + "variants": { + "outlined": { + "path": "store_mall_directory.outlined.svg" + }, + "round": { + "path": "store_mall_directory.round.svg" + }, + "sharp": { + "path": "store_mall_directory.sharp.svg" + }, + "default": { + "path": "store_mall_directory.default.svg" + }, + "twotone": { + "path": "store_mall_directory.twotone.svg" + } + } + }, + { + "id": "fork_left", + "name": "Fork Left", + "variants": { + "outlined": { + "path": "fork_left.outlined.svg" + }, + "round": { + "path": "fork_left.round.svg" + }, + "sharp": { + "path": "fork_left.sharp.svg" + }, + "default": { + "path": "fork_left.default.svg" + }, + "twotone": { + "path": "fork_left.twotone.svg" + } + } + }, + { + "id": "turn_left", + "name": "Turn Left", + "variants": { + "outlined": { + "path": "turn_left.outlined.svg" + }, + "round": { + "path": "turn_left.round.svg" + }, + "sharp": { + "path": "turn_left.sharp.svg" + }, + "default": { + "path": "turn_left.default.svg" + }, + "twotone": { + "path": "turn_left.twotone.svg" + } + } + }, + { + "id": "car_rental", + "name": "Car Rental", + "variants": { + "outlined": { + "path": "car_rental.outlined.svg" + }, + "round": { + "path": "car_rental.round.svg" + }, + "sharp": { + "path": "car_rental.sharp.svg" + }, + "default": { + "path": "car_rental.default.svg" + }, + "twotone": { + "path": "car_rental.twotone.svg" + } + } + }, + { + "id": "hotel", + "name": "Hotel", + "variants": { + "outlined": { + "path": "hotel.outlined.svg" + }, + "round": { + "path": "hotel.round.svg" + }, + "sharp": { + "path": "hotel.sharp.svg" + }, + "default": { + "path": "hotel.default.svg" + }, + "twotone": { + "path": "hotel.twotone.svg" + } + } + }, + { + "id": "emergency_share", + "name": "Emergency Share", + "variants": { + "outlined": { + "path": "emergency_share.outlined.svg" + }, + "round": { + "path": "emergency_share.round.svg" + }, + "sharp": { + "path": "emergency_share.sharp.svg" + }, + "default": { + "path": "emergency_share.default.svg" + }, + "twotone": { + "path": "emergency_share.twotone.svg" + } + } + }, + { + "id": "dinner_dining", + "name": "Dinner Dining", + "variants": { + "outlined": { + "path": "dinner_dining.outlined.svg" + }, + "round": { + "path": "dinner_dining.round.svg" + }, + "sharp": { + "path": "dinner_dining.sharp.svg" + }, + "default": { + "path": "dinner_dining.default.svg" + }, + "twotone": { + "path": "dinner_dining.twotone.svg" + } + } + }, + { + "id": "lunch_dining", + "name": "Lunch Dining", + "variants": { + "outlined": { + "path": "lunch_dining.outlined.svg" + }, + "round": { + "path": "lunch_dining.round.svg" + }, + "sharp": { + "path": "lunch_dining.sharp.svg" + }, + "default": { + "path": "lunch_dining.default.svg" + }, + "twotone": { + "path": "lunch_dining.twotone.svg" + } + } + }, + { + "id": "turn_slight_left", + "name": "Turn Slight Left", + "variants": { + "outlined": { + "path": "turn_slight_left.outlined.svg" + }, + "round": { + "path": "turn_slight_left.round.svg" + }, + "sharp": { + "path": "turn_slight_left.sharp.svg" + }, + "default": { + "path": "turn_slight_left.default.svg" + }, + "twotone": { + "path": "turn_slight_left.twotone.svg" + } + } + }, + { + "id": "merge", + "name": "Merge", + "variants": { + "outlined": { + "path": "merge.outlined.svg" + }, + "round": { + "path": "merge.round.svg" + }, + "sharp": { + "path": "merge.sharp.svg" + }, + "default": { + "path": "merge.default.svg" + }, + "twotone": { + "path": "merge.twotone.svg" + } + } + }, + { + "id": "roundabout_right", + "name": "Roundabout Right", + "variants": { + "outlined": { + "path": "roundabout_right.outlined.svg" + }, + "round": { + "path": "roundabout_right.round.svg" + }, + "sharp": { + "path": "roundabout_right.sharp.svg" + }, + "default": { + "path": "roundabout_right.default.svg" + }, + "twotone": { + "path": "roundabout_right.twotone.svg" + } + } + }, + { + "id": "ramen_dining", + "name": "Ramen Dining", + "variants": { + "outlined": { + "path": "ramen_dining.outlined.svg" + }, + "round": { + "path": "ramen_dining.round.svg" + }, + "sharp": { + "path": "ramen_dining.sharp.svg" + }, + "default": { + "path": "ramen_dining.default.svg" + }, + "twotone": { + "path": "ramen_dining.twotone.svg" + } + } + }, + { + "id": "edit_location_alt", + "name": "Edit Location Alt", + "variants": { + "outlined": { + "path": "edit_location_alt.outlined.svg" + }, + "round": { + "path": "edit_location_alt.round.svg" + }, + "sharp": { + "path": "edit_location_alt.sharp.svg" + }, + "default": { + "path": "edit_location_alt.default.svg" + }, + "twotone": { + "path": "edit_location_alt.twotone.svg" + } + } + }, + { + "id": "taxi_alert", + "name": "Taxi Alert", + "variants": { + "outlined": { + "path": "taxi_alert.outlined.svg" + }, + "round": { + "path": "taxi_alert.round.svg" + }, + "sharp": { + "path": "taxi_alert.sharp.svg" + }, + "default": { + "path": "taxi_alert.default.svg" + }, + "twotone": { + "path": "taxi_alert.twotone.svg" + } + } + }, + { + "id": "soup_kitchen", + "name": "Soup Kitchen", + "variants": { + "outlined": { + "path": "soup_kitchen.outlined.svg" + }, + "round": { + "path": "soup_kitchen.round.svg" + }, + "sharp": { + "path": "soup_kitchen.sharp.svg" + }, + "default": { + "path": "soup_kitchen.default.svg" + }, + "twotone": { + "path": "soup_kitchen.twotone.svg" + } + } + }, + { + "id": "local_pizza", + "name": "Local Pizza", + "variants": { + "outlined": { + "path": "local_pizza.outlined.svg" + }, + "round": { + "path": "local_pizza.round.svg" + }, + "sharp": { + "path": "local_pizza.sharp.svg" + }, + "default": { + "path": "local_pizza.default.svg" + }, + "twotone": { + "path": "local_pizza.twotone.svg" + } + } + }, + { + "id": "bike_scooter", + "name": "Bike Scooter", + "variants": { + "outlined": { + "path": "bike_scooter.outlined.svg" + }, + "round": { + "path": "bike_scooter.round.svg" + }, + "sharp": { + "path": "bike_scooter.sharp.svg" + }, + "default": { + "path": "bike_scooter.default.svg" + }, + "twotone": { + "path": "bike_scooter.twotone.svg" + } + } + }, + { + "id": "atm", + "name": "Atm", + "variants": { + "outlined": { + "path": "atm.outlined.svg" + }, + "round": { + "path": "atm.round.svg" + }, + "sharp": { + "path": "atm.sharp.svg" + }, + "default": { + "path": "atm.default.svg" + }, + "twotone": { + "path": "atm.twotone.svg" + } + } + }, + { + "id": "set_meal", + "name": "Set Meal", + "variants": { + "outlined": { + "path": "set_meal.outlined.svg" + }, + "round": { + "path": "set_meal.round.svg" + }, + "sharp": { + "path": "set_meal.sharp.svg" + }, + "default": { + "path": "set_meal.default.svg" + }, + "twotone": { + "path": "set_meal.twotone.svg" + } + } + }, + { + "id": "takeout_dining", + "name": "Takeout Dining", + "variants": { + "outlined": { + "path": "takeout_dining.outlined.svg" + }, + "round": { + "path": "takeout_dining.round.svg" + }, + "sharp": { + "path": "takeout_dining.sharp.svg" + }, + "default": { + "path": "takeout_dining.default.svg" + }, + "twotone": { + "path": "takeout_dining.twotone.svg" + } + } + }, + { + "id": "screen_rotation_alt", + "name": "Screen Rotation Alt", + "variants": { + "outlined": { + "path": "screen_rotation_alt.outlined.svg" + }, + "round": { + "path": "screen_rotation_alt.round.svg" + }, + "sharp": { + "path": "screen_rotation_alt.sharp.svg" + }, + "default": { + "path": "screen_rotation_alt.default.svg" + }, + "twotone": { + "path": "screen_rotation_alt.twotone.svg" + } + } + }, + { + "id": "minor_crash", + "name": "Minor Crash", + "variants": { + "outlined": { + "path": "minor_crash.outlined.svg" + }, + "round": { + "path": "minor_crash.round.svg" + }, + "sharp": { + "path": "minor_crash.sharp.svg" + }, + "default": { + "path": "minor_crash.default.svg" + }, + "twotone": { + "path": "minor_crash.twotone.svg" + } + } + }, + { + "id": "maps_ugc", + "name": "Maps Ugc", + "variants": { + "outlined": { + "path": "maps_ugc.outlined.svg" + }, + "round": { + "path": "maps_ugc.round.svg" + }, + "sharp": { + "path": "maps_ugc.sharp.svg" + }, + "default": { + "path": "maps_ugc.default.svg" + }, + "twotone": { + "path": "maps_ugc.twotone.svg" + } + } + }, + { + "id": "park", + "name": "Park", + "variants": { + "outlined": { + "path": "park.outlined.svg" + }, + "round": { + "path": "park.round.svg" + }, + "sharp": { + "path": "park.sharp.svg" + }, + "default": { + "path": "park.default.svg" + }, + "twotone": { + "path": "park.twotone.svg" + } + } + }, + { + "id": "pest_control", + "name": "Pest Control", + "variants": { + "outlined": { + "path": "pest_control.outlined.svg" + }, + "round": { + "path": "pest_control.round.svg" + }, + "sharp": { + "path": "pest_control.sharp.svg" + }, + "default": { + "path": "pest_control.default.svg" + }, + "twotone": { + "path": "pest_control.twotone.svg" + } + } + }, + { + "id": "directions_boat", + "name": "Directions Boat", + "variants": { + "outlined": { + "path": "directions_boat.outlined.svg" + }, + "round": { + "path": "directions_boat.round.svg" + }, + "sharp": { + "path": "directions_boat.sharp.svg" + }, + "default": { + "path": "directions_boat.default.svg" + }, + "twotone": { + "path": "directions_boat.twotone.svg" + } + } + }, + { + "id": "flight", + "name": "Flight", + "variants": { + "outlined": { + "path": "flight.outlined.svg" + }, + "round": { + "path": "flight.round.svg" + }, + "sharp": { + "path": "flight.sharp.svg" + }, + "default": { + "path": "flight.default.svg" + }, + "twotone": { + "path": "flight.twotone.svg" + } + } + }, + { + "id": "pedal_bike", + "name": "Pedal Bike", + "variants": { + "outlined": { + "path": "pedal_bike.outlined.svg" + }, + "round": { + "path": "pedal_bike.round.svg" + }, + "sharp": { + "path": "pedal_bike.sharp.svg" + }, + "default": { + "path": "pedal_bike.default.svg" + }, + "twotone": { + "path": "pedal_bike.twotone.svg" + } + } + }, + { + "id": "directions_bike", + "name": "Directions Bike", + "variants": { + "outlined": { + "path": "directions_bike.outlined.svg" + }, + "round": { + "path": "directions_bike.round.svg" + }, + "sharp": { + "path": "directions_bike.sharp.svg" + }, + "default": { + "path": "directions_bike.default.svg" + }, + "twotone": { + "path": "directions_bike.twotone.svg" + } + } + }, + { + "id": "moving", + "name": "Moving", + "variants": { + "outlined": { + "path": "moving.outlined.svg" + }, + "round": { + "path": "moving.round.svg" + }, + "sharp": { + "path": "moving.sharp.svg" + }, + "default": { + "path": "moving.default.svg" + }, + "twotone": { + "path": "moving.twotone.svg" + } + } + }, + { + "id": "fire_truck", + "name": "Fire Truck", + "variants": { + "outlined": { + "path": "fire_truck.outlined.svg" + }, + "round": { + "path": "fire_truck.round.svg" + }, + "sharp": { + "path": "fire_truck.sharp.svg" + }, + "default": { + "path": "fire_truck.default.svg" + }, + "twotone": { + "path": "fire_truck.twotone.svg" + } + } + }, + { + "id": "directions_run", + "name": "Directions Run", + "variants": { + "outlined": { + "path": "directions_run.outlined.svg" + }, + "round": { + "path": "directions_run.round.svg" + }, + "sharp": { + "path": "directions_run.sharp.svg" + }, + "default": { + "path": "directions_run.default.svg" + }, + "twotone": { + "path": "directions_run.twotone.svg" + } + } + }, + { + "id": "local_car_wash", + "name": "Local Car Wash", + "variants": { + "outlined": { + "path": "local_car_wash.outlined.svg" + }, + "round": { + "path": "local_car_wash.round.svg" + }, + "sharp": { + "path": "local_car_wash.sharp.svg" + }, + "default": { + "path": "local_car_wash.default.svg" + }, + "twotone": { + "path": "local_car_wash.twotone.svg" + } + } + }, + { + "id": "church", + "name": "Church", + "variants": { + "outlined": { + "path": "church.outlined.svg" + }, + "round": { + "path": "church.round.svg" + }, + "sharp": { + "path": "church.sharp.svg" + }, + "default": { + "path": "church.default.svg" + }, + "twotone": { + "path": "church.twotone.svg" + } + } + }, + { + "id": "my_location", + "name": "My Location", + "variants": { + "outlined": { + "path": "my_location.outlined.svg" + }, + "round": { + "path": "my_location.round.svg" + }, + "sharp": { + "path": "my_location.sharp.svg" + }, + "default": { + "path": "my_location.default.svg" + }, + "twotone": { + "path": "my_location.twotone.svg" + } + } + }, + { + "id": "straight", + "name": "Straight", + "variants": { + "outlined": { + "path": "straight.outlined.svg" + }, + "round": { + "path": "straight.round.svg" + }, + "sharp": { + "path": "straight.sharp.svg" + }, + "default": { + "path": "straight.default.svg" + }, + "twotone": { + "path": "straight.twotone.svg" + } + } + }, + { + "id": "turn_slight_right", + "name": "Turn Slight Right", + "variants": { + "outlined": { + "path": "turn_slight_right.outlined.svg" + }, + "round": { + "path": "turn_slight_right.round.svg" + }, + "sharp": { + "path": "turn_slight_right.sharp.svg" + }, + "default": { + "path": "turn_slight_right.default.svg" + }, + "twotone": { + "path": "turn_slight_right.twotone.svg" + } + } + }, + { + "id": "railway_alert", + "name": "Railway Alert", + "variants": { + "outlined": { + "path": "railway_alert.outlined.svg" + }, + "round": { + "path": "railway_alert.round.svg" + }, + "sharp": { + "path": "railway_alert.sharp.svg" + }, + "default": { + "path": "railway_alert.default.svg" + }, + "twotone": { + "path": "railway_alert.twotone.svg" + } + } + }, + { + "id": "zoom_in_map", + "name": "Zoom In Map", + "variants": { + "outlined": { + "path": "zoom_in_map.outlined.svg" + }, + "round": { + "path": "zoom_in_map.round.svg" + }, + "sharp": { + "path": "zoom_in_map.sharp.svg" + }, + "default": { + "path": "zoom_in_map.default.svg" + }, + "twotone": { + "path": "zoom_in_map.twotone.svg" + } + } + }, + { + "id": "local_gas_station", + "name": "Local Gas Station", + "variants": { + "outlined": { + "path": "local_gas_station.outlined.svg" + }, + "round": { + "path": "local_gas_station.round.svg" + }, + "sharp": { + "path": "local_gas_station.sharp.svg" + }, + "default": { + "path": "local_gas_station.default.svg" + }, + "twotone": { + "path": "local_gas_station.twotone.svg" + } + } + }, + { + "id": "transit_enterexit", + "name": "Transit Enterexit", + "variants": { + "outlined": { + "path": "transit_enterexit.outlined.svg" + }, + "round": { + "path": "transit_enterexit.round.svg" + }, + "sharp": { + "path": "transit_enterexit.sharp.svg" + }, + "default": { + "path": "transit_enterexit.default.svg" + }, + "twotone": { + "path": "transit_enterexit.twotone.svg" + } + } + }, + { + "id": "navigation", + "name": "Navigation", + "variants": { + "outlined": { + "path": "navigation.outlined.svg" + }, + "round": { + "path": "navigation.round.svg" + }, + "sharp": { + "path": "navigation.sharp.svg" + }, + "default": { + "path": "navigation.default.svg" + }, + "twotone": { + "path": "navigation.twotone.svg" + } + } + }, + { + "id": "local_see", + "name": "Local See", + "variants": { + "outlined": { + "path": "local_see.outlined.svg" + }, + "round": { + "path": "local_see.round.svg" + }, + "sharp": { + "path": "local_see.sharp.svg" + }, + "default": { + "path": "local_see.default.svg" + }, + "twotone": { + "path": "local_see.twotone.svg" + } + } + }, + { + "id": "hail", + "name": "Hail", + "variants": { + "outlined": { + "path": "hail.outlined.svg" + }, + "round": { + "path": "hail.round.svg" + }, + "sharp": { + "path": "hail.sharp.svg" + }, + "default": { + "path": "hail.default.svg" + }, + "twotone": { + "path": "hail.twotone.svg" + } + } + }, + { + "id": "emergency", + "name": "Emergency", + "variants": { + "outlined": { + "path": "emergency.outlined.svg" + }, + "round": { + "path": "emergency.round.svg" + }, + "sharp": { + "path": "emergency.sharp.svg" + }, + "default": { + "path": "emergency.default.svg" + }, + "twotone": { + "path": "emergency.twotone.svg" + } + } + }, + { + "id": "hvac", + "name": "Hvac", + "variants": { + "outlined": { + "path": "hvac.outlined.svg" + }, + "round": { + "path": "hvac.round.svg" + }, + "sharp": { + "path": "hvac.sharp.svg" + }, + "default": { + "path": "hvac.default.svg" + }, + "twotone": { + "path": "hvac.twotone.svg" + } + } + }, + { + "id": "stadium", + "name": "Stadium", + "variants": { + "outlined": { + "path": "stadium.outlined.svg" + }, + "round": { + "path": "stadium.round.svg" + }, + "sharp": { + "path": "stadium.sharp.svg" + }, + "default": { + "path": "stadium.default.svg" + }, + "twotone": { + "path": "stadium.twotone.svg" + } + } + }, + { + "id": "tram", + "name": "Tram", + "variants": { + "outlined": { + "path": "tram.outlined.svg" + }, + "round": { + "path": "tram.round.svg" + }, + "sharp": { + "path": "tram.sharp.svg" + }, + "default": { + "path": "tram.default.svg" + }, + "twotone": { + "path": "tram.twotone.svg" + } + } + }, + { + "id": "local_florist", + "name": "Local Florist", + "variants": { + "outlined": { + "path": "local_florist.outlined.svg" + }, + "round": { + "path": "local_florist.round.svg" + }, + "sharp": { + "path": "local_florist.sharp.svg" + }, + "default": { + "path": "local_florist.default.svg" + }, + "twotone": { + "path": "local_florist.twotone.svg" + } + } + }, + { + "id": "compass_calibration", + "name": "Compass Calibration", + "variants": { + "outlined": { + "path": "compass_calibration.outlined.svg" + }, + "round": { + "path": "compass_calibration.round.svg" + }, + "sharp": { + "path": "compass_calibration.sharp.svg" + }, + "default": { + "path": "compass_calibration.default.svg" + }, + "twotone": { + "path": "compass_calibration.twotone.svg" + } + } + }, + { + "id": "local_atm", + "name": "Local Atm", + "variants": { + "outlined": { + "path": "local_atm.outlined.svg" + }, + "round": { + "path": "local_atm.round.svg" + }, + "sharp": { + "path": "local_atm.sharp.svg" + }, + "default": { + "path": "local_atm.default.svg" + }, + "twotone": { + "path": "local_atm.twotone.svg" + } + } + }, + { + "id": "local_drink", + "name": "Local Drink", + "variants": { + "outlined": { + "path": "local_drink.outlined.svg" + }, + "round": { + "path": "local_drink.round.svg" + }, + "sharp": { + "path": "local_drink.sharp.svg" + }, + "default": { + "path": "local_drink.default.svg" + }, + "twotone": { + "path": "local_drink.twotone.svg" + } + } + }, + { + "id": "fire_hydrant_alt", + "name": "Fire Hydrant Alt", + "variants": { + "outlined": { + "path": "fire_hydrant_alt.outlined.svg" + }, + "round": { + "path": "fire_hydrant_alt.round.svg" + }, + "sharp": { + "path": "fire_hydrant_alt.sharp.svg" + }, + "default": { + "path": "fire_hydrant_alt.default.svg" + }, + "twotone": { + "path": "fire_hydrant_alt.twotone.svg" + } + } + }, + { + "id": "liquor", + "name": "Liquor", + "variants": { + "outlined": { + "path": "liquor.outlined.svg" + }, + "round": { + "path": "liquor.round.svg" + }, + "sharp": { + "path": "liquor.sharp.svg" + }, + "default": { + "path": "liquor.default.svg" + }, + "twotone": { + "path": "liquor.twotone.svg" + } + } + }, + { + "id": "emergency_recording", + "name": "Emergency Recording", + "variants": { + "outlined": { + "path": "emergency_recording.outlined.svg" + }, + "round": { + "path": "emergency_recording.round.svg" + }, + "sharp": { + "path": "emergency_recording.sharp.svg" + }, + "default": { + "path": "emergency_recording.default.svg" + }, + "twotone": { + "path": "emergency_recording.twotone.svg" + } + } + }, + { + "id": "bus_alert", + "name": "Bus Alert", + "variants": { + "outlined": { + "path": "bus_alert.outlined.svg" + }, + "round": { + "path": "bus_alert.round.svg" + }, + "sharp": { + "path": "bus_alert.sharp.svg" + }, + "default": { + "path": "bus_alert.default.svg" + }, + "twotone": { + "path": "bus_alert.twotone.svg" + } + } + }, + { + "id": "restaurant_menu", + "name": "Restaurant Menu", + "variants": { + "outlined": { + "path": "restaurant_menu.outlined.svg" + }, + "round": { + "path": "restaurant_menu.round.svg" + }, + "sharp": { + "path": "restaurant_menu.sharp.svg" + }, + "default": { + "path": "restaurant_menu.default.svg" + }, + "twotone": { + "path": "restaurant_menu.twotone.svg" + } + } + }, + { + "id": "rate_review", + "name": "Rate Review", + "variants": { + "outlined": { + "path": "rate_review.outlined.svg" + }, + "round": { + "path": "rate_review.round.svg" + }, + "sharp": { + "path": "rate_review.sharp.svg" + }, + "default": { + "path": "rate_review.default.svg" + }, + "twotone": { + "path": "rate_review.twotone.svg" + } + } + }, + { + "id": "u_turn_left", + "name": "U Turn Left", + "variants": { + "outlined": { + "path": "u_turn_left.outlined.svg" + }, + "round": { + "path": "u_turn_left.round.svg" + }, + "sharp": { + "path": "u_turn_left.sharp.svg" + }, + "default": { + "path": "u_turn_left.default.svg" + }, + "twotone": { + "path": "u_turn_left.twotone.svg" + } + } + }, + { + "id": "local_fire_department", + "name": "Local Fire Department", + "variants": { + "outlined": { + "path": "local_fire_department.outlined.svg" + }, + "round": { + "path": "local_fire_department.round.svg" + }, + "sharp": { + "path": "local_fire_department.sharp.svg" + }, + "default": { + "path": "local_fire_department.default.svg" + }, + "twotone": { + "path": "local_fire_department.twotone.svg" + } + } + }, + { + "id": "add_location_alt", + "name": "Add Location Alt", + "variants": { + "outlined": { + "path": "add_location_alt.outlined.svg" + }, + "round": { + "path": "add_location_alt.round.svg" + }, + "sharp": { + "path": "add_location_alt.sharp.svg" + }, + "default": { + "path": "add_location_alt.default.svg" + }, + "twotone": { + "path": "add_location_alt.twotone.svg" + } + } + }, + { + "id": "local_pharmacy", + "name": "Local Pharmacy", + "variants": { + "outlined": { + "path": "local_pharmacy.outlined.svg" + }, + "round": { + "path": "local_pharmacy.round.svg" + }, + "sharp": { + "path": "local_pharmacy.sharp.svg" + }, + "default": { + "path": "local_pharmacy.default.svg" + }, + "twotone": { + "path": "local_pharmacy.twotone.svg" + } + } + }, + { + "id": "run_circle", + "name": "Run Circle", + "variants": { + "outlined": { + "path": "run_circle.outlined.svg" + }, + "round": { + "path": "run_circle.round.svg" + }, + "sharp": { + "path": "run_circle.sharp.svg" + }, + "default": { + "path": "run_circle.default.svg" + }, + "twotone": { + "path": "run_circle.twotone.svg" + } + } + }, + { + "id": "fork_right", + "name": "Fork Right", + "variants": { + "outlined": { + "path": "fork_right.outlined.svg" + }, + "round": { + "path": "fork_right.round.svg" + }, + "sharp": { + "path": "fork_right.sharp.svg" + }, + "default": { + "path": "fork_right.default.svg" + }, + "twotone": { + "path": "fork_right.twotone.svg" + } + } + }, + { + "id": "delivery_dining", + "name": "Delivery Dining", + "variants": { + "outlined": { + "path": "delivery_dining.outlined.svg" + }, + "round": { + "path": "delivery_dining.round.svg" + }, + "sharp": { + "path": "delivery_dining.sharp.svg" + }, + "default": { + "path": "delivery_dining.default.svg" + }, + "twotone": { + "path": "delivery_dining.twotone.svg" + } + } + }, + { + "id": "near_me_disabled", + "name": "Near Me Disabled", + "variants": { + "outlined": { + "path": "near_me_disabled.outlined.svg" + }, + "round": { + "path": "near_me_disabled.round.svg" + }, + "sharp": { + "path": "near_me_disabled.sharp.svg" + }, + "default": { + "path": "near_me_disabled.default.svg" + }, + "twotone": { + "path": "near_me_disabled.twotone.svg" + } + } + }, + { + "id": "local_cafe", + "name": "Local Cafe", + "variants": { + "outlined": { + "path": "local_cafe.outlined.svg" + }, + "round": { + "path": "local_cafe.round.svg" + }, + "sharp": { + "path": "local_cafe.sharp.svg" + }, + "default": { + "path": "local_cafe.default.svg" + }, + "twotone": { + "path": "local_cafe.twotone.svg" + } + } + }, + { + "id": "medical_information", + "name": "Medical Information", + "variants": { + "outlined": { + "path": "medical_information.outlined.svg" + }, + "round": { + "path": "medical_information.round.svg" + }, + "sharp": { + "path": "medical_information.sharp.svg" + }, + "default": { + "path": "medical_information.default.svg" + }, + "twotone": { + "path": "medical_information.twotone.svg" + } + } + }, + { + "id": "fort", + "name": "Fort", + "variants": { + "outlined": { + "path": "fort.outlined.svg" + }, + "round": { + "path": "fort.round.svg" + }, + "sharp": { + "path": "fort.sharp.svg" + }, + "default": { + "path": "fort.default.svg" + }, + "twotone": { + "path": "fort.twotone.svg" + } + } + }, + { + "id": "directions_car", + "name": "Directions Car", + "variants": { + "outlined": { + "path": "directions_car.outlined.svg" + }, + "round": { + "path": "directions_car.round.svg" + }, + "sharp": { + "path": "directions_car.sharp.svg" + }, + "default": { + "path": "directions_car.default.svg" + }, + "twotone": { + "path": "directions_car.twotone.svg" + } + } + }, + { + "id": "map", + "name": "Map", + "variants": { + "outlined": { + "path": "map.outlined.svg" + }, + "round": { + "path": "map.round.svg" + }, + "sharp": { + "path": "map.sharp.svg" + }, + "default": { + "path": "map.default.svg" + }, + "twotone": { + "path": "map.twotone.svg" + } + } + }, + { + "id": "celebration", + "name": "Celebration", + "variants": { + "outlined": { + "path": "celebration.outlined.svg" + }, + "round": { + "path": "celebration.round.svg" + }, + "sharp": { + "path": "celebration.sharp.svg" + }, + "default": { + "path": "celebration.default.svg" + }, + "twotone": { + "path": "celebration.twotone.svg" + } + } + }, + { + "id": "directions_subway", + "name": "Directions Subway", + "variants": { + "outlined": { + "path": "directions_subway.outlined.svg" + }, + "round": { + "path": "directions_subway.round.svg" + }, + "sharp": { + "path": "directions_subway.sharp.svg" + }, + "default": { + "path": "directions_subway.default.svg" + }, + "twotone": { + "path": "directions_subway.twotone.svg" + } + } + }, + { + "id": "sailing", + "name": "Sailing", + "variants": { + "outlined": { + "path": "sailing.outlined.svg" + }, + "round": { + "path": "sailing.round.svg" + }, + "sharp": { + "path": "sailing.sharp.svg" + }, + "default": { + "path": "sailing.default.svg" + }, + "twotone": { + "path": "sailing.twotone.svg" + } + } + }, + { + "id": "ev_station", + "name": "Ev Station", + "variants": { + "outlined": { + "path": "ev_station.outlined.svg" + }, + "round": { + "path": "ev_station.round.svg" + }, + "sharp": { + "path": "ev_station.sharp.svg" + }, + "default": { + "path": "ev_station.default.svg" + }, + "twotone": { + "path": "ev_station.twotone.svg" + } + } + }, + { + "id": "local_offer", + "name": "Local Offer", + "variants": { + "outlined": { + "path": "local_offer.outlined.svg" + }, + "round": { + "path": "local_offer.round.svg" + }, + "sharp": { + "path": "local_offer.sharp.svg" + }, + "default": { + "path": "local_offer.default.svg" + }, + "twotone": { + "path": "local_offer.twotone.svg" + } + } + }, + { + "id": "360", + "name": "360", + "variants": { + "outlined": { + "path": "360.outlined.svg" + }, + "round": { + "path": "360.round.svg" + }, + "sharp": { + "path": "360.sharp.svg" + }, + "default": { + "path": "360.default.svg" + }, + "twotone": { + "path": "360.twotone.svg" + } + } + }, + { + "id": "zoom_out_map", + "name": "Zoom Out Map", + "variants": { + "outlined": { + "path": "zoom_out_map.outlined.svg" + }, + "round": { + "path": "zoom_out_map.round.svg" + }, + "sharp": { + "path": "zoom_out_map.sharp.svg" + }, + "default": { + "path": "zoom_out_map.default.svg" + }, + "twotone": { + "path": "zoom_out_map.twotone.svg" + } + } + }, + { + "id": "alt_route", + "name": "Alt Route", + "variants": { + "outlined": { + "path": "alt_route.outlined.svg" + }, + "round": { + "path": "alt_route.round.svg" + }, + "sharp": { + "path": "alt_route.sharp.svg" + }, + "default": { + "path": "alt_route.default.svg" + }, + "twotone": { + "path": "alt_route.twotone.svg" + } + } + }, + { + "id": "synagogue", + "name": "Synagogue", + "variants": { + "outlined": { + "path": "synagogue.outlined.svg" + }, + "round": { + "path": "synagogue.round.svg" + }, + "sharp": { + "path": "synagogue.sharp.svg" + }, + "default": { + "path": "synagogue.default.svg" + }, + "twotone": { + "path": "synagogue.twotone.svg" + } + } + }, + { + "id": "no_meals_ouline", + "name": "No Meals Ouline", + "variants": { + "default": { + "path": "no_meals_ouline.default.svg" + } + } + }, + { + "id": "local_hotel", + "name": "Local Hotel", + "variants": { + "outlined": { + "path": "local_hotel.outlined.svg" + }, + "round": { + "path": "local_hotel.round.svg" + }, + "sharp": { + "path": "local_hotel.sharp.svg" + }, + "default": { + "path": "local_hotel.default.svg" + }, + "twotone": { + "path": "local_hotel.twotone.svg" + } + } + }, + { + "id": "home_repair_service", + "name": "Home Repair Service", + "variants": { + "outlined": { + "path": "home_repair_service.outlined.svg" + }, + "round": { + "path": "home_repair_service.round.svg" + }, + "sharp": { + "path": "home_repair_service.sharp.svg" + }, + "default": { + "path": "home_repair_service.default.svg" + }, + "twotone": { + "path": "home_repair_service.twotone.svg" + } + } + }, + { + "id": "money", + "name": "Money", + "variants": { + "outlined": { + "path": "money.outlined.svg" + }, + "round": { + "path": "money.round.svg" + }, + "sharp": { + "path": "money.sharp.svg" + }, + "default": { + "path": "money.default.svg" + }, + "twotone": { + "path": "money.twotone.svg" + } + } + }, + { + "id": "edit_attributes", + "name": "Edit Attributes", + "variants": { + "outlined": { + "path": "edit_attributes.outlined.svg" + }, + "round": { + "path": "edit_attributes.round.svg" + }, + "sharp": { + "path": "edit_attributes.sharp.svg" + }, + "default": { + "path": "edit_attributes.default.svg" + }, + "twotone": { + "path": "edit_attributes.twotone.svg" + } + } + }, + { + "id": "temple_hindu", + "name": "Temple Hindu", + "variants": { + "outlined": { + "path": "temple_hindu.outlined.svg" + }, + "round": { + "path": "temple_hindu.round.svg" + }, + "sharp": { + "path": "temple_hindu.sharp.svg" + }, + "default": { + "path": "temple_hindu.default.svg" + }, + "twotone": { + "path": "temple_hindu.twotone.svg" + } + } + }, + { + "id": "local_movies", + "name": "Local Movies", + "variants": { + "outlined": { + "path": "local_movies.outlined.svg" + }, + "round": { + "path": "local_movies.round.svg" + }, + "sharp": { + "path": "local_movies.sharp.svg" + }, + "default": { + "path": "local_movies.default.svg" + }, + "twotone": { + "path": "local_movies.twotone.svg" + } + } + }, + { + "id": "terrain", + "name": "Terrain", + "variants": { + "outlined": { + "path": "terrain.outlined.svg" + }, + "round": { + "path": "terrain.round.svg" + }, + "sharp": { + "path": "terrain.sharp.svg" + }, + "default": { + "path": "terrain.default.svg" + }, + "twotone": { + "path": "terrain.twotone.svg" + } + } + }, + { + "id": "icecream", + "name": "Icecream", + "variants": { + "outlined": { + "path": "icecream.outlined.svg" + }, + "round": { + "path": "icecream.round.svg" + }, + "sharp": { + "path": "icecream.sharp.svg" + }, + "default": { + "path": "icecream.default.svg" + }, + "twotone": { + "path": "icecream.twotone.svg" + } + } + }, + { + "id": "satellite", + "name": "Satellite", + "variants": { + "outlined": { + "path": "satellite.outlined.svg" + }, + "round": { + "path": "satellite.round.svg" + }, + "sharp": { + "path": "satellite.sharp.svg" + }, + "default": { + "path": "satellite.default.svg" + }, + "twotone": { + "path": "satellite.twotone.svg" + } + } + }, + { + "id": "local_parking", + "name": "Local Parking", + "variants": { + "outlined": { + "path": "local_parking.outlined.svg" + }, + "round": { + "path": "local_parking.round.svg" + }, + "sharp": { + "path": "local_parking.sharp.svg" + }, + "default": { + "path": "local_parking.default.svg" + }, + "twotone": { + "path": "local_parking.twotone.svg" + } + } + }, + { + "id": "train", + "name": "Train", + "variants": { + "outlined": { + "path": "train.outlined.svg" + }, + "round": { + "path": "train.round.svg" + }, + "sharp": { + "path": "train.sharp.svg" + }, + "default": { + "path": "train.default.svg" + }, + "twotone": { + "path": "train.twotone.svg" + } + } + }, + { + "id": "layers_clear", + "name": "Layers Clear", + "variants": { + "outlined": { + "path": "layers_clear.outlined.svg" + }, + "round": { + "path": "layers_clear.round.svg" + }, + "sharp": { + "path": "layers_clear.sharp.svg" + }, + "default": { + "path": "layers_clear.default.svg" + }, + "twotone": { + "path": "layers_clear.twotone.svg" + } + } + }, + { + "id": "mode_of_travel", + "name": "Mode Of Travel", + "variants": { + "outlined": { + "path": "mode_of_travel.outlined.svg" + }, + "round": { + "path": "mode_of_travel.round.svg" + }, + "sharp": { + "path": "mode_of_travel.sharp.svg" + }, + "default": { + "path": "mode_of_travel.default.svg" + }, + "twotone": { + "path": "mode_of_travel.twotone.svg" + } + } + }, + { + "id": "beenhere", + "name": "Beenhere", + "variants": { + "outlined": { + "path": "beenhere.outlined.svg" + }, + "round": { + "path": "beenhere.round.svg" + }, + "sharp": { + "path": "beenhere.sharp.svg" + }, + "default": { + "path": "beenhere.default.svg" + }, + "twotone": { + "path": "beenhere.twotone.svg" + } + } + }, + { + "id": "museum", + "name": "Museum", + "variants": { + "outlined": { + "path": "museum.outlined.svg" + }, + "round": { + "path": "museum.round.svg" + }, + "sharp": { + "path": "museum.sharp.svg" + }, + "default": { + "path": "museum.default.svg" + }, + "twotone": { + "path": "museum.twotone.svg" + } + } + }, + { + "id": "egg_alt", + "name": "Egg Alt", + "variants": { + "outlined": { + "path": "egg_alt.outlined.svg" + }, + "round": { + "path": "egg_alt.round.svg" + }, + "sharp": { + "path": "egg_alt.sharp.svg" + }, + "default": { + "path": "egg_alt.default.svg" + }, + "twotone": { + "path": "egg_alt.twotone.svg" + } + } + }, + { + "id": "directions_bus_filled", + "name": "Directions Bus Filled", + "variants": { + "outlined": { + "path": "directions_bus_filled.outlined.svg" + }, + "round": { + "path": "directions_bus_filled.round.svg" + }, + "sharp": { + "path": "directions_bus_filled.sharp.svg" + }, + "default": { + "path": "directions_bus_filled.default.svg" + }, + "twotone": { + "path": "directions_bus_filled.twotone.svg" + } + } + }, + { + "id": "safety_check", + "name": "Safety Check", + "variants": { + "outlined": { + "path": "safety_check.outlined.svg" + }, + "round": { + "path": "safety_check.round.svg" + }, + "sharp": { + "path": "safety_check.sharp.svg" + }, + "default": { + "path": "safety_check.default.svg" + }, + "twotone": { + "path": "safety_check.twotone.svg" + } + } + }, + { + "id": "local_airport", + "name": "Local Airport", + "variants": { + "outlined": { + "path": "local_airport.outlined.svg" + }, + "round": { + "path": "local_airport.round.svg" + }, + "sharp": { + "path": "local_airport.sharp.svg" + }, + "default": { + "path": "local_airport.default.svg" + }, + "twotone": { + "path": "local_airport.twotone.svg" + } + } + }, + { + "id": "directions_subway_filled", + "name": "Directions Subway Filled", + "variants": { + "outlined": { + "path": "directions_subway_filled.outlined.svg" + }, + "round": { + "path": "directions_subway_filled.round.svg" + }, + "sharp": { + "path": "directions_subway_filled.sharp.svg" + }, + "default": { + "path": "directions_subway_filled.default.svg" + }, + "twotone": { + "path": "directions_subway_filled.twotone.svg" + } + } + }, + { + "id": "person_pin_circle", + "name": "Person Pin Circle", + "variants": { + "outlined": { + "path": "person_pin_circle.outlined.svg" + }, + "round": { + "path": "person_pin_circle.round.svg" + }, + "sharp": { + "path": "person_pin_circle.sharp.svg" + }, + "default": { + "path": "person_pin_circle.default.svg" + }, + "twotone": { + "path": "person_pin_circle.twotone.svg" + } + } + }, + { + "id": "trip_origin", + "name": "Trip Origin", + "variants": { + "outlined": { + "path": "trip_origin.outlined.svg" + }, + "round": { + "path": "trip_origin.round.svg" + }, + "sharp": { + "path": "trip_origin.sharp.svg" + }, + "default": { + "path": "trip_origin.default.svg" + }, + "twotone": { + "path": "trip_origin.twotone.svg" + } + } + }, + { + "id": "plumbing", + "name": "Plumbing", + "variants": { + "outlined": { + "path": "plumbing.outlined.svg" + }, + "round": { + "path": "plumbing.round.svg" + }, + "sharp": { + "path": "plumbing.sharp.svg" + }, + "default": { + "path": "plumbing.default.svg" + }, + "twotone": { + "path": "plumbing.twotone.svg" + } + } + }, + { + "id": "electric_car", + "name": "Electric Car", + "variants": { + "outlined": { + "path": "electric_car.outlined.svg" + }, + "round": { + "path": "electric_car.round.svg" + }, + "sharp": { + "path": "electric_car.sharp.svg" + }, + "default": { + "path": "electric_car.default.svg" + }, + "twotone": { + "path": "electric_car.twotone.svg" + } + } + }, + { + "id": "nightlife", + "name": "Nightlife", + "variants": { + "outlined": { + "path": "nightlife.outlined.svg" + }, + "round": { + "path": "nightlife.round.svg" + }, + "sharp": { + "path": "nightlife.sharp.svg" + }, + "default": { + "path": "nightlife.default.svg" + }, + "twotone": { + "path": "nightlife.twotone.svg" + } + } + }, + { + "id": "breakfast_dining", + "name": "Breakfast Dining", + "variants": { + "outlined": { + "path": "breakfast_dining.outlined.svg" + }, + "round": { + "path": "breakfast_dining.round.svg" + }, + "sharp": { + "path": "breakfast_dining.sharp.svg" + }, + "default": { + "path": "breakfast_dining.default.svg" + }, + "twotone": { + "path": "breakfast_dining.twotone.svg" + } + } + }, + { + "id": "local_play", + "name": "Local Play", + "variants": { + "outlined": { + "path": "local_play.outlined.svg" + }, + "round": { + "path": "local_play.round.svg" + }, + "sharp": { + "path": "local_play.sharp.svg" + }, + "default": { + "path": "local_play.default.svg" + }, + "twotone": { + "path": "local_play.twotone.svg" + } + } + }, + { + "id": "festival", + "name": "Festival", + "variants": { + "outlined": { + "path": "festival.outlined.svg" + }, + "round": { + "path": "festival.round.svg" + }, + "sharp": { + "path": "festival.sharp.svg" + }, + "default": { + "path": "festival.default.svg" + }, + "twotone": { + "path": "festival.twotone.svg" + } + } + }, + { + "id": "castle", + "name": "Castle", + "variants": { + "outlined": { + "path": "castle.outlined.svg" + }, + "round": { + "path": "castle.round.svg" + }, + "sharp": { + "path": "castle.sharp.svg" + }, + "default": { + "path": "castle.default.svg" + }, + "twotone": { + "path": "castle.twotone.svg" + } + } + }, + { + "id": "pin_drop", + "name": "Pin Drop", + "variants": { + "outlined": { + "path": "pin_drop.outlined.svg" + }, + "round": { + "path": "pin_drop.round.svg" + }, + "sharp": { + "path": "pin_drop.sharp.svg" + }, + "default": { + "path": "pin_drop.default.svg" + }, + "twotone": { + "path": "pin_drop.twotone.svg" + } + } + }, + { + "id": "local_mall", + "name": "Local Mall", + "variants": { + "outlined": { + "path": "local_mall.outlined.svg" + }, + "round": { + "path": "local_mall.round.svg" + }, + "sharp": { + "path": "local_mall.sharp.svg" + }, + "default": { + "path": "local_mall.default.svg" + }, + "twotone": { + "path": "local_mall.twotone.svg" + } + } + }, + { + "id": "snowmobile", + "name": "Snowmobile", + "variants": { + "outlined": { + "path": "snowmobile.outlined.svg" + }, + "round": { + "path": "snowmobile.round.svg" + }, + "sharp": { + "path": "snowmobile.sharp.svg" + }, + "default": { + "path": "snowmobile.default.svg" + }, + "twotone": { + "path": "snowmobile.twotone.svg" + } + } + }, + { + "id": "local_dining", + "name": "Local Dining", + "variants": { + "outlined": { + "path": "local_dining.outlined.svg" + }, + "round": { + "path": "local_dining.round.svg" + }, + "sharp": { + "path": "local_dining.sharp.svg" + }, + "default": { + "path": "local_dining.default.svg" + }, + "twotone": { + "path": "local_dining.twotone.svg" + } + } + }, + { + "id": "warehouse", + "name": "Warehouse", + "variants": { + "outlined": { + "path": "warehouse.outlined.svg" + }, + "round": { + "path": "warehouse.round.svg" + }, + "sharp": { + "path": "warehouse.sharp.svg" + }, + "default": { + "path": "warehouse.default.svg" + }, + "twotone": { + "path": "warehouse.twotone.svg" + } + } + }, + { + "id": "menu_book", + "name": "Menu Book", + "variants": { + "outlined": { + "path": "menu_book.outlined.svg" + }, + "round": { + "path": "menu_book.round.svg" + }, + "sharp": { + "path": "menu_book.sharp.svg" + }, + "default": { + "path": "menu_book.default.svg" + }, + "twotone": { + "path": "menu_book.twotone.svg" + } + } + }, + { + "id": "edit_road", + "name": "Edit Road", + "variants": { + "outlined": { + "path": "edit_road.outlined.svg" + }, + "round": { + "path": "edit_road.round.svg" + }, + "sharp": { + "path": "edit_road.sharp.svg" + }, + "default": { + "path": "edit_road.default.svg" + }, + "twotone": { + "path": "edit_road.twotone.svg" + } + } + }, + { + "id": "electric_rickshaw", + "name": "Electric Rickshaw", + "variants": { + "outlined": { + "path": "electric_rickshaw.outlined.svg" + }, + "round": { + "path": "electric_rickshaw.round.svg" + }, + "sharp": { + "path": "electric_rickshaw.sharp.svg" + }, + "default": { + "path": "electric_rickshaw.default.svg" + }, + "twotone": { + "path": "electric_rickshaw.twotone.svg" + } + } + }, + { + "id": "place", + "name": "Place", + "variants": { + "outlined": { + "path": "place.outlined.svg" + }, + "round": { + "path": "place.round.svg" + }, + "sharp": { + "path": "place.sharp.svg" + }, + "default": { + "path": "place.default.svg" + }, + "twotone": { + "path": "place.twotone.svg" + } + } + }, + { + "id": "near_me", + "name": "Near Me", + "variants": { + "outlined": { + "path": "near_me.outlined.svg" + }, + "round": { + "path": "near_me.round.svg" + }, + "sharp": { + "path": "near_me.sharp.svg" + }, + "default": { + "path": "near_me.default.svg" + }, + "twotone": { + "path": "near_me.twotone.svg" + } + } + }, + { + "id": "ramp_left", + "name": "Ramp Left", + "variants": { + "outlined": { + "path": "ramp_left.outlined.svg" + }, + "round": { + "path": "ramp_left.round.svg" + }, + "sharp": { + "path": "ramp_left.sharp.svg" + }, + "default": { + "path": "ramp_left.default.svg" + }, + "twotone": { + "path": "ramp_left.twotone.svg" + } + } + }, + { + "id": "multiple_stop", + "name": "Multiple Stop", + "variants": { + "outlined": { + "path": "multiple_stop.outlined.svg" + }, + "round": { + "path": "multiple_stop.round.svg" + }, + "sharp": { + "path": "multiple_stop.sharp.svg" + }, + "default": { + "path": "multiple_stop.default.svg" + }, + "twotone": { + "path": "multiple_stop.twotone.svg" + } + } + }, + { + "id": "directions_transit_filled", + "name": "Directions Transit Filled", + "variants": { + "outlined": { + "path": "directions_transit_filled.outlined.svg" + }, + "round": { + "path": "directions_transit_filled.round.svg" + }, + "sharp": { + "path": "directions_transit_filled.sharp.svg" + }, + "default": { + "path": "directions_transit_filled.default.svg" + }, + "twotone": { + "path": "directions_transit_filled.twotone.svg" + } + } + }, + { + "id": "electrical_services", + "name": "Electrical Services", + "variants": { + "outlined": { + "path": "electrical_services.outlined.svg" + }, + "round": { + "path": "electrical_services.round.svg" + }, + "sharp": { + "path": "electrical_services.sharp.svg" + }, + "default": { + "path": "electrical_services.default.svg" + }, + "twotone": { + "path": "electrical_services.twotone.svg" + } + } + }, + { + "id": "local_taxi", + "name": "Local Taxi", + "variants": { + "outlined": { + "path": "local_taxi.outlined.svg" + }, + "round": { + "path": "local_taxi.round.svg" + }, + "sharp": { + "path": "local_taxi.sharp.svg" + }, + "default": { + "path": "local_taxi.default.svg" + }, + "twotone": { + "path": "local_taxi.twotone.svg" + } + } + }, + { + "id": "sos", + "name": "Sos", + "variants": { + "outlined": { + "path": "sos.outlined.svg" + }, + "round": { + "path": "sos.round.svg" + }, + "sharp": { + "path": "sos.sharp.svg" + }, + "default": { + "path": "sos.default.svg" + }, + "twotone": { + "path": "sos.twotone.svg" + } + } + }, + { + "id": "volunteer_activism", + "name": "Volunteer Activism", + "variants": { + "outlined": { + "path": "volunteer_activism.outlined.svg" + }, + "round": { + "path": "volunteer_activism.round.svg" + }, + "sharp": { + "path": "volunteer_activism.sharp.svg" + }, + "default": { + "path": "volunteer_activism.default.svg" + }, + "twotone": { + "path": "volunteer_activism.twotone.svg" + } + } + }, + { + "id": "local_police", + "name": "Local Police", + "variants": { + "outlined": { + "path": "local_police.outlined.svg" + }, + "round": { + "path": "local_police.round.svg" + }, + "sharp": { + "path": "local_police.sharp.svg" + }, + "default": { + "path": "local_police.default.svg" + }, + "twotone": { + "path": "local_police.twotone.svg" + } + } + }, + { + "id": "directions_transit", + "name": "Directions Transit", + "variants": { + "outlined": { + "path": "directions_transit.outlined.svg" + }, + "round": { + "path": "directions_transit.round.svg" + }, + "sharp": { + "path": "directions_transit.sharp.svg" + }, + "default": { + "path": "directions_transit.default.svg" + }, + "twotone": { + "path": "directions_transit.twotone.svg" + } + } + }, + { + "id": "mosque", + "name": "Mosque", + "variants": { + "outlined": { + "path": "mosque.outlined.svg" + }, + "round": { + "path": "mosque.round.svg" + }, + "sharp": { + "path": "mosque.sharp.svg" + }, + "default": { + "path": "mosque.default.svg" + }, + "twotone": { + "path": "mosque.twotone.svg" + } + } + }, + { + "id": "local_bar", + "name": "Local Bar", + "variants": { + "outlined": { + "path": "local_bar.outlined.svg" + }, + "round": { + "path": "local_bar.round.svg" + }, + "sharp": { + "path": "local_bar.sharp.svg" + }, + "default": { + "path": "local_bar.default.svg" + }, + "twotone": { + "path": "local_bar.twotone.svg" + } + } + }, + { + "id": "streetview", + "name": "Streetview", + "variants": { + "outlined": { + "path": "streetview.outlined.svg" + }, + "round": { + "path": "streetview.round.svg" + }, + "sharp": { + "path": "streetview.sharp.svg" + }, + "default": { + "path": "streetview.default.svg" + }, + "twotone": { + "path": "streetview.twotone.svg" + } + } + }, + { + "id": "local_convenience_store", + "name": "Local Convenience Store", + "variants": { + "outlined": { + "path": "local_convenience_store.outlined.svg" + }, + "round": { + "path": "local_convenience_store.round.svg" + }, + "sharp": { + "path": "local_convenience_store.sharp.svg" + }, + "default": { + "path": "local_convenience_store.default.svg" + }, + "twotone": { + "path": "local_convenience_store.twotone.svg" + } + } + }, + { + "id": "kebab_dining", + "name": "Kebab Dining", + "variants": { + "outlined": { + "path": "kebab_dining.outlined.svg" + }, + "round": { + "path": "kebab_dining.round.svg" + }, + "sharp": { + "path": "kebab_dining.sharp.svg" + }, + "default": { + "path": "kebab_dining.default.svg" + }, + "twotone": { + "path": "kebab_dining.twotone.svg" + } + } + }, + { + "id": "pest_control_rodent", + "name": "Pest Control Rodent", + "variants": { + "outlined": { + "path": "pest_control_rodent.outlined.svg" + }, + "round": { + "path": "pest_control_rodent.round.svg" + }, + "sharp": { + "path": "pest_control_rodent.sharp.svg" + }, + "default": { + "path": "pest_control_rodent.default.svg" + }, + "twotone": { + "path": "pest_control_rodent.twotone.svg" + } + } + }, + { + "id": "ramp_right", + "name": "Ramp Right", + "variants": { + "outlined": { + "path": "ramp_right.outlined.svg" + }, + "round": { + "path": "ramp_right.round.svg" + }, + "sharp": { + "path": "ramp_right.sharp.svg" + }, + "default": { + "path": "ramp_right.default.svg" + }, + "twotone": { + "path": "ramp_right.twotone.svg" + } + } + }, + { + "id": "dry_cleaning", + "name": "Dry Cleaning", + "variants": { + "outlined": { + "path": "dry_cleaning.outlined.svg" + }, + "round": { + "path": "dry_cleaning.round.svg" + }, + "sharp": { + "path": "dry_cleaning.sharp.svg" + }, + "default": { + "path": "dry_cleaning.default.svg" + }, + "twotone": { + "path": "dry_cleaning.twotone.svg" + } + } + }, + { + "id": "directions_bus", + "name": "Directions Bus", + "variants": { + "outlined": { + "path": "directions_bus.outlined.svg" + }, + "round": { + "path": "directions_bus.round.svg" + }, + "sharp": { + "path": "directions_bus.sharp.svg" + }, + "default": { + "path": "directions_bus.default.svg" + }, + "twotone": { + "path": "directions_bus.twotone.svg" + } + } + }, + { + "id": "theater_comedy", + "name": "Theater Comedy", + "variants": { + "outlined": { + "path": "theater_comedy.outlined.svg" + }, + "round": { + "path": "theater_comedy.round.svg" + }, + "sharp": { + "path": "theater_comedy.sharp.svg" + }, + "default": { + "path": "theater_comedy.default.svg" + }, + "twotone": { + "path": "theater_comedy.twotone.svg" + } + } + }, + { + "id": "factory", + "name": "Factory", + "variants": { + "outlined": { + "path": "factory.outlined.svg" + }, + "round": { + "path": "factory.round.svg" + }, + "sharp": { + "path": "factory.sharp.svg" + }, + "default": { + "path": "factory.default.svg" + }, + "twotone": { + "path": "factory.twotone.svg" + } + } + }, + { + "id": "electric_moped", + "name": "Electric Moped", + "variants": { + "outlined": { + "path": "electric_moped.outlined.svg" + }, + "round": { + "path": "electric_moped.round.svg" + }, + "sharp": { + "path": "electric_moped.sharp.svg" + }, + "default": { + "path": "electric_moped.default.svg" + }, + "twotone": { + "path": "electric_moped.twotone.svg" + } + } + }, + { + "id": "subway", + "name": "Subway", + "variants": { + "outlined": { + "path": "subway.outlined.svg" + }, + "round": { + "path": "subway.round.svg" + }, + "sharp": { + "path": "subway.sharp.svg" + }, + "default": { + "path": "subway.default.svg" + }, + "twotone": { + "path": "subway.twotone.svg" + } + } + }, + { + "id": "no_meals", + "name": "No Meals", + "variants": { + "outlined": { + "path": "no_meals.outlined.svg" + }, + "round": { + "path": "no_meals.round.svg" + }, + "sharp": { + "path": "no_meals.sharp.svg" + }, + "default": { + "path": "no_meals.default.svg" + }, + "twotone": { + "path": "no_meals.twotone.svg" + } + } + }, + { + "id": "airlines", + "name": "Airlines", + "variants": { + "outlined": { + "path": "airlines.outlined.svg" + }, + "round": { + "path": "airlines.round.svg" + }, + "sharp": { + "path": "airlines.sharp.svg" + }, + "default": { + "path": "airlines.default.svg" + }, + "twotone": { + "path": "airlines.twotone.svg" + } + } + }, + { + "id": "airline_stops", + "name": "Airline Stops", + "variants": { + "outlined": { + "path": "airline_stops.outlined.svg" + }, + "round": { + "path": "airline_stops.round.svg" + }, + "sharp": { + "path": "airline_stops.sharp.svg" + }, + "default": { + "path": "airline_stops.default.svg" + }, + "twotone": { + "path": "airline_stops.twotone.svg" + } + } + }, + { + "id": "turn_sharp_right", + "name": "Turn Sharp Right", + "variants": { + "outlined": { + "path": "turn_sharp_right.outlined.svg" + }, + "round": { + "path": "turn_sharp_right.round.svg" + }, + "sharp": { + "path": "turn_sharp_right.sharp.svg" + }, + "default": { + "path": "turn_sharp_right.default.svg" + }, + "twotone": { + "path": "turn_sharp_right.twotone.svg" + } + } + }, + { + "id": "local_post_office", + "name": "Local Post Office", + "variants": { + "outlined": { + "path": "local_post_office.outlined.svg" + }, + "round": { + "path": "local_post_office.round.svg" + }, + "sharp": { + "path": "local_post_office.sharp.svg" + }, + "default": { + "path": "local_post_office.default.svg" + }, + "twotone": { + "path": "local_post_office.twotone.svg" + } + } + }, + { + "id": "directions_railway", + "name": "Directions Railway", + "variants": { + "outlined": { + "path": "directions_railway.outlined.svg" + }, + "round": { + "path": "directions_railway.round.svg" + }, + "sharp": { + "path": "directions_railway.sharp.svg" + }, + "default": { + "path": "directions_railway.default.svg" + }, + "twotone": { + "path": "directions_railway.twotone.svg" + } + } + }, + { + "id": "temple_buddhist", + "name": "Temple Buddhist", + "variants": { + "outlined": { + "path": "temple_buddhist.outlined.svg" + }, + "round": { + "path": "temple_buddhist.round.svg" + }, + "sharp": { + "path": "temple_buddhist.sharp.svg" + }, + "default": { + "path": "temple_buddhist.default.svg" + }, + "twotone": { + "path": "temple_buddhist.twotone.svg" + } + } + }, + { + "id": "person_pin", + "name": "Person Pin", + "variants": { + "outlined": { + "path": "person_pin.outlined.svg" + }, + "round": { + "path": "person_pin.round.svg" + }, + "sharp": { + "path": "person_pin.sharp.svg" + }, + "default": { + "path": "person_pin.default.svg" + }, + "twotone": { + "path": "person_pin.twotone.svg" + } + } + }, + { + "id": "badge", + "name": "Badge", + "variants": { + "outlined": { + "path": "badge.outlined.svg" + }, + "round": { + "path": "badge.round.svg" + }, + "sharp": { + "path": "badge.sharp.svg" + }, + "default": { + "path": "badge.default.svg" + }, + "twotone": { + "path": "badge.twotone.svg" + } + } + }, + { + "id": "car_repair", + "name": "Car Repair", + "variants": { + "outlined": { + "path": "car_repair.outlined.svg" + }, + "round": { + "path": "car_repair.round.svg" + }, + "sharp": { + "path": "car_repair.sharp.svg" + }, + "default": { + "path": "car_repair.default.svg" + }, + "twotone": { + "path": "car_repair.twotone.svg" + } + } + }, + { + "id": "local_hospital", + "name": "Local Hospital", + "variants": { + "outlined": { + "path": "local_hospital.outlined.svg" + }, + "round": { + "path": "local_hospital.round.svg" + }, + "sharp": { + "path": "local_hospital.sharp.svg" + }, + "default": { + "path": "local_hospital.default.svg" + }, + "twotone": { + "path": "local_hospital.twotone.svg" + } + } + }, + { + "id": "wind_power", + "name": "Wind Power", + "variants": { + "outlined": { + "path": "wind_power.outlined.svg" + }, + "round": { + "path": "wind_power.round.svg" + }, + "sharp": { + "path": "wind_power.sharp.svg" + }, + "default": { + "path": "wind_power.default.svg" + }, + "twotone": { + "path": "wind_power.twotone.svg" + } + } + }, + { + "id": "mode_fan_off", + "name": "Mode Fan Off", + "variants": { + "outlined": { + "path": "mode_fan_off.outlined.svg" + }, + "round": { + "path": "mode_fan_off.round.svg" + }, + "sharp": { + "path": "mode_fan_off.sharp.svg" + }, + "default": { + "path": "mode_fan_off.default.svg" + }, + "twotone": { + "path": "mode_fan_off.twotone.svg" + } + } + }, + { + "id": "sensor_door", + "name": "Sensor Door", + "variants": { + "outlined": { + "path": "sensor_door.outlined.svg" + }, + "round": { + "path": "sensor_door.round.svg" + }, + "sharp": { + "path": "sensor_door.sharp.svg" + }, + "default": { + "path": "sensor_door.default.svg" + }, + "twotone": { + "path": "sensor_door.twotone.svg" + } + } + }, + { + "id": "gas_meter", + "name": "Gas Meter", + "variants": { + "outlined": { + "path": "gas_meter.outlined.svg" + }, + "round": { + "path": "gas_meter.round.svg" + }, + "sharp": { + "path": "gas_meter.sharp.svg" + }, + "default": { + "path": "gas_meter.default.svg" + }, + "twotone": { + "path": "gas_meter.twotone.svg" + } + } + }, + { + "id": "blinds", + "name": "Blinds", + "variants": { + "outlined": { + "path": "blinds.outlined.svg" + }, + "round": { + "path": "blinds.round.svg" + }, + "sharp": { + "path": "blinds.sharp.svg" + }, + "default": { + "path": "blinds.default.svg" + }, + "twotone": { + "path": "blinds.twotone.svg" + } + } + }, + { + "id": "roller_shades_closed", + "name": "Roller Shades Closed", + "variants": { + "outlined": { + "path": "roller_shades_closed.outlined.svg" + }, + "round": { + "path": "roller_shades_closed.round.svg" + }, + "sharp": { + "path": "roller_shades_closed.sharp.svg" + }, + "default": { + "path": "roller_shades_closed.default.svg" + }, + "twotone": { + "path": "roller_shades_closed.twotone.svg" + } + } + }, + { + "id": "propane_tank", + "name": "Propane Tank", + "variants": { + "outlined": { + "path": "propane_tank.outlined.svg" + }, + "round": { + "path": "propane_tank.round.svg" + }, + "sharp": { + "path": "propane_tank.sharp.svg" + }, + "default": { + "path": "propane_tank.default.svg" + }, + "twotone": { + "path": "propane_tank.twotone.svg" + } + } + }, + { + "id": "electric_meter", + "name": "Electric Meter", + "variants": { + "outlined": { + "path": "electric_meter.outlined.svg" + }, + "round": { + "path": "electric_meter.round.svg" + }, + "sharp": { + "path": "electric_meter.sharp.svg" + }, + "default": { + "path": "electric_meter.default.svg" + }, + "twotone": { + "path": "electric_meter.twotone.svg" + } + } + }, + { + "id": "nest_cam_wired_stand", + "name": "Nest Cam Wired Stand", + "variants": { + "outlined": { + "path": "nest_cam_wired_stand.outlined.svg" + }, + "round": { + "path": "nest_cam_wired_stand.round.svg" + }, + "sharp": { + "path": "nest_cam_wired_stand.sharp.svg" + }, + "default": { + "path": "nest_cam_wired_stand.default.svg" + }, + "twotone": { + "path": "nest_cam_wired_stand.twotone.svg" + } + } + }, + { + "id": "blinds_closed", + "name": "Blinds Closed", + "variants": { + "outlined": { + "path": "blinds_closed.outlined.svg" + }, + "round": { + "path": "blinds_closed.round.svg" + }, + "sharp": { + "path": "blinds_closed.sharp.svg" + }, + "default": { + "path": "blinds_closed.default.svg" + }, + "twotone": { + "path": "blinds_closed.twotone.svg" + } + } + }, + { + "id": "solar_power", + "name": "Solar Power", + "variants": { + "outlined": { + "path": "solar_power.outlined.svg" + }, + "round": { + "path": "solar_power.round.svg" + }, + "sharp": { + "path": "solar_power.sharp.svg" + }, + "default": { + "path": "solar_power.default.svg" + }, + "twotone": { + "path": "solar_power.twotone.svg" + } + } + }, + { + "id": "sunny", + "name": "Sunny", + "variants": { + "default": { + "path": "sunny.default.svg" + } + } + }, + { + "id": "shelves", + "name": "Shelves", + "variants": { + "default": { + "path": "shelves.default.svg" + } + } + }, + { + "id": "electric_bolt", + "name": "Electric Bolt", + "variants": { + "outlined": { + "path": "electric_bolt.outlined.svg" + }, + "round": { + "path": "electric_bolt.round.svg" + }, + "sharp": { + "path": "electric_bolt.sharp.svg" + }, + "default": { + "path": "electric_bolt.default.svg" + }, + "twotone": { + "path": "electric_bolt.twotone.svg" + } + } + }, + { + "id": "oil_barrel", + "name": "Oil Barrel", + "variants": { + "outlined": { + "path": "oil_barrel.outlined.svg" + }, + "round": { + "path": "oil_barrel.round.svg" + }, + "sharp": { + "path": "oil_barrel.sharp.svg" + }, + "default": { + "path": "oil_barrel.default.svg" + }, + "twotone": { + "path": "oil_barrel.twotone.svg" + } + } + }, + { + "id": "curtains", + "name": "Curtains", + "variants": { + "outlined": { + "path": "curtains.outlined.svg" + }, + "round": { + "path": "curtains.round.svg" + }, + "sharp": { + "path": "curtains.sharp.svg" + }, + "default": { + "path": "curtains.default.svg" + }, + "twotone": { + "path": "curtains.twotone.svg" + } + } + }, + { + "id": "curtains_closed", + "name": "Curtains Closed", + "variants": { + "outlined": { + "path": "curtains_closed.outlined.svg" + }, + "round": { + "path": "curtains_closed.round.svg" + }, + "sharp": { + "path": "curtains_closed.sharp.svg" + }, + "default": { + "path": "curtains_closed.default.svg" + }, + "twotone": { + "path": "curtains_closed.twotone.svg" + } + } + }, + { + "id": "auto_mode", + "name": "Auto Mode", + "variants": { + "outlined": { + "path": "auto_mode.outlined.svg" + }, + "round": { + "path": "auto_mode.round.svg" + }, + "sharp": { + "path": "auto_mode.sharp.svg" + }, + "default": { + "path": "auto_mode.default.svg" + }, + "twotone": { + "path": "auto_mode.twotone.svg" + } + } + }, + { + "id": "sensor_window", + "name": "Sensor Window", + "variants": { + "outlined": { + "path": "sensor_window.outlined.svg" + }, + "round": { + "path": "sensor_window.round.svg" + }, + "sharp": { + "path": "sensor_window.sharp.svg" + }, + "default": { + "path": "sensor_window.default.svg" + }, + "twotone": { + "path": "sensor_window.twotone.svg" + } + } + }, + { + "id": "sunny_snowing", + "name": "Sunny Snowing", + "variants": { + "default": { + "path": "sunny_snowing.default.svg" + } + } + }, + { + "id": "heat_pump", + "name": "Heat Pump", + "variants": { + "outlined": { + "path": "heat_pump.outlined.svg" + }, + "round": { + "path": "heat_pump.round.svg" + }, + "sharp": { + "path": "heat_pump.sharp.svg" + }, + "default": { + "path": "heat_pump.default.svg" + }, + "twotone": { + "path": "heat_pump.twotone.svg" + } + } + }, + { + "id": "propane", + "name": "Propane", + "variants": { + "outlined": { + "path": "propane.outlined.svg" + }, + "round": { + "path": "propane.round.svg" + }, + "sharp": { + "path": "propane.sharp.svg" + }, + "default": { + "path": "propane.default.svg" + }, + "twotone": { + "path": "propane.twotone.svg" + } + } + }, + { + "id": "sensor_occupied", + "name": "Sensor Occupied", + "variants": { + "outlined": { + "path": "sensor_occupied.outlined.svg" + }, + "round": { + "path": "sensor_occupied.round.svg" + }, + "sharp": { + "path": "sensor_occupied.sharp.svg" + }, + "default": { + "path": "sensor_occupied.default.svg" + }, + "twotone": { + "path": "sensor_occupied.twotone.svg" + } + } + }, + { + "id": "snowing", + "name": "Snowing", + "variants": { + "default": { + "path": "snowing.default.svg" + } + } + }, + { + "id": "vertical_shades_closed", + "name": "Vertical Shades Closed", + "variants": { + "outlined": { + "path": "vertical_shades_closed.outlined.svg" + }, + "round": { + "path": "vertical_shades_closed.round.svg" + }, + "sharp": { + "path": "vertical_shades_closed.sharp.svg" + }, + "default": { + "path": "vertical_shades_closed.default.svg" + }, + "twotone": { + "path": "vertical_shades_closed.twotone.svg" + } + } + }, + { + "id": "energy_savings_leaf", + "name": "Energy Savings Leaf", + "variants": { + "outlined": { + "path": "energy_savings_leaf.outlined.svg" + }, + "round": { + "path": "energy_savings_leaf.round.svg" + }, + "sharp": { + "path": "energy_savings_leaf.sharp.svg" + }, + "default": { + "path": "energy_savings_leaf.default.svg" + }, + "twotone": { + "path": "energy_savings_leaf.twotone.svg" + } + } + }, + { + "id": "vertical_shades", + "name": "Vertical Shades", + "variants": { + "outlined": { + "path": "vertical_shades.outlined.svg" + }, + "round": { + "path": "vertical_shades.round.svg" + }, + "sharp": { + "path": "vertical_shades.sharp.svg" + }, + "default": { + "path": "vertical_shades.default.svg" + }, + "twotone": { + "path": "vertical_shades.twotone.svg" + } + } + }, + { + "id": "broadcast_on_personal", + "name": "Broadcast On Personal", + "variants": { + "outlined": { + "path": "broadcast_on_personal.outlined.svg" + }, + "round": { + "path": "broadcast_on_personal.round.svg" + }, + "sharp": { + "path": "broadcast_on_personal.sharp.svg" + }, + "default": { + "path": "broadcast_on_personal.default.svg" + }, + "twotone": { + "path": "broadcast_on_personal.twotone.svg" + } + } + }, + { + "id": "foggy", + "name": "Foggy", + "variants": { + "default": { + "path": "foggy.default.svg" + } + } + }, + { + "id": "shield_moon", + "name": "Shield Moon", + "variants": { + "outlined": { + "path": "shield_moon.outlined.svg" + }, + "round": { + "path": "shield_moon.round.svg" + }, + "sharp": { + "path": "shield_moon.sharp.svg" + }, + "default": { + "path": "shield_moon.default.svg" + }, + "twotone": { + "path": "shield_moon.twotone.svg" + } + } + }, + { + "id": "roller_shades", + "name": "Roller Shades", + "variants": { + "outlined": { + "path": "roller_shades.outlined.svg" + }, + "round": { + "path": "roller_shades.round.svg" + }, + "sharp": { + "path": "roller_shades.sharp.svg" + }, + "default": { + "path": "roller_shades.default.svg" + }, + "twotone": { + "path": "roller_shades.twotone.svg" + } + } + }, + { + "id": "cloudy_snowing", + "name": "Cloudy Snowing", + "variants": { + "default": { + "path": "cloudy_snowing.default.svg" + } + } + }, + { + "id": "broadcast_on_home", + "name": "Broadcast On Home", + "variants": { + "outlined": { + "path": "broadcast_on_home.outlined.svg" + }, + "round": { + "path": "broadcast_on_home.round.svg" + }, + "sharp": { + "path": "broadcast_on_home.sharp.svg" + }, + "default": { + "path": "broadcast_on_home.default.svg" + }, + "twotone": { + "path": "broadcast_on_home.twotone.svg" + } + } + }, + { + "id": "device_unknown", + "name": "Device Unknown", + "variants": { + "outlined": { + "path": "device_unknown.outlined.svg" + }, + "round": { + "path": "device_unknown.round.svg" + }, + "sharp": { + "path": "device_unknown.sharp.svg" + }, + "default": { + "path": "device_unknown.default.svg" + }, + "twotone": { + "path": "device_unknown.twotone.svg" + } + } + }, + { + "id": "keyboard_capslock", + "name": "Keyboard Capslock", + "variants": { + "outlined": { + "path": "keyboard_capslock.outlined.svg" + }, + "round": { + "path": "keyboard_capslock.round.svg" + }, + "sharp": { + "path": "keyboard_capslock.sharp.svg" + }, + "default": { + "path": "keyboard_capslock.default.svg" + }, + "twotone": { + "path": "keyboard_capslock.twotone.svg" + } + } + }, + { + "id": "home_mini", + "name": "Home Mini", + "variants": { + "outlined": { + "path": "home_mini.outlined.svg" + }, + "round": { + "path": "home_mini.round.svg" + }, + "sharp": { + "path": "home_mini.sharp.svg" + }, + "default": { + "path": "home_mini.default.svg" + }, + "twotone": { + "path": "home_mini.twotone.svg" + } + } + }, + { + "id": "tablet", + "name": "Tablet", + "variants": { + "outlined": { + "path": "tablet.outlined.svg" + }, + "round": { + "path": "tablet.round.svg" + }, + "sharp": { + "path": "tablet.sharp.svg" + }, + "default": { + "path": "tablet.default.svg" + }, + "twotone": { + "path": "tablet.twotone.svg" + } + } + }, + { + "id": "headset", + "name": "Headset", + "variants": { + "outlined": { + "path": "headset.outlined.svg" + }, + "round": { + "path": "headset.round.svg" + }, + "sharp": { + "path": "headset.sharp.svg" + }, + "default": { + "path": "headset.default.svg" + }, + "twotone": { + "path": "headset.twotone.svg" + } + } + }, + { + "id": "keyboard_double_arrow_left", + "name": "Keyboard Double Arrow Left", + "variants": { + "outlined": { + "path": "keyboard_double_arrow_left.outlined.svg" + }, + "round": { + "path": "keyboard_double_arrow_left.round.svg" + }, + "sharp": { + "path": "keyboard_double_arrow_left.sharp.svg" + }, + "default": { + "path": "keyboard_double_arrow_left.default.svg" + }, + "twotone": { + "path": "keyboard_double_arrow_left.twotone.svg" + } + } + }, + { + "id": "keyboard_double_arrow_right", + "name": "Keyboard Double Arrow Right", + "variants": { + "outlined": { + "path": "keyboard_double_arrow_right.outlined.svg" + }, + "round": { + "path": "keyboard_double_arrow_right.round.svg" + }, + "sharp": { + "path": "keyboard_double_arrow_right.sharp.svg" + }, + "default": { + "path": "keyboard_double_arrow_right.default.svg" + }, + "twotone": { + "path": "keyboard_double_arrow_right.twotone.svg" + } + } + }, + { + "id": "keyboard_hide", + "name": "Keyboard Hide", + "variants": { + "outlined": { + "path": "keyboard_hide.outlined.svg" + }, + "round": { + "path": "keyboard_hide.round.svg" + }, + "sharp": { + "path": "keyboard_hide.sharp.svg" + }, + "default": { + "path": "keyboard_hide.default.svg" + }, + "twotone": { + "path": "keyboard_hide.twotone.svg" + } + } + }, + { + "id": "monitor", + "name": "Monitor", + "variants": { + "outlined": { + "path": "monitor.outlined.svg" + }, + "round": { + "path": "monitor.round.svg" + }, + "sharp": { + "path": "monitor.sharp.svg" + }, + "default": { + "path": "monitor.default.svg" + }, + "twotone": { + "path": "monitor.twotone.svg" + } + } + }, + { + "id": "desktop_mac", + "name": "Desktop Mac", + "variants": { + "outlined": { + "path": "desktop_mac.outlined.svg" + }, + "round": { + "path": "desktop_mac.round.svg" + }, + "sharp": { + "path": "desktop_mac.sharp.svg" + }, + "default": { + "path": "desktop_mac.default.svg" + }, + "twotone": { + "path": "desktop_mac.twotone.svg" + } + } + }, + { + "id": "trolley", + "name": "Trolley", + "variants": { + "default": { + "path": "trolley.default.svg" + } + } + }, + { + "id": "memory", + "name": "Memory", + "variants": { + "outlined": { + "path": "memory.outlined.svg" + }, + "round": { + "path": "memory.round.svg" + }, + "sharp": { + "path": "memory.sharp.svg" + }, + "default": { + "path": "memory.default.svg" + }, + "twotone": { + "path": "memory.twotone.svg" + } + } + }, + { + "id": "keyboard_arrow_left", + "name": "Keyboard Arrow Left", + "variants": { + "outlined": { + "path": "keyboard_arrow_left.outlined.svg" + }, + "round": { + "path": "keyboard_arrow_left.round.svg" + }, + "sharp": { + "path": "keyboard_arrow_left.sharp.svg" + }, + "default": { + "path": "keyboard_arrow_left.default.svg" + }, + "twotone": { + "path": "keyboard_arrow_left.twotone.svg" + } + } + }, + { + "id": "headset_off", + "name": "Headset Off", + "variants": { + "outlined": { + "path": "headset_off.outlined.svg" + }, + "round": { + "path": "headset_off.round.svg" + }, + "sharp": { + "path": "headset_off.sharp.svg" + }, + "default": { + "path": "headset_off.default.svg" + }, + "twotone": { + "path": "headset_off.twotone.svg" + } + } + }, + { + "id": "sim_card", + "name": "Sim Card", + "variants": { + "outlined": { + "path": "sim_card.outlined.svg" + }, + "round": { + "path": "sim_card.round.svg" + }, + "sharp": { + "path": "sim_card.sharp.svg" + }, + "default": { + "path": "sim_card.default.svg" + }, + "twotone": { + "path": "sim_card.twotone.svg" + } + } + }, + { + "id": "toys", + "name": "Toys", + "variants": { + "outlined": { + "path": "toys.outlined.svg" + }, + "round": { + "path": "toys.round.svg" + }, + "sharp": { + "path": "toys.sharp.svg" + }, + "default": { + "path": "toys.default.svg" + }, + "twotone": { + "path": "toys.twotone.svg" + } + } + }, + { + "id": "security", + "name": "Security", + "variants": { + "outlined": { + "path": "security.outlined.svg" + }, + "round": { + "path": "security.round.svg" + }, + "sharp": { + "path": "security.sharp.svg" + }, + "default": { + "path": "security.default.svg" + }, + "twotone": { + "path": "security.twotone.svg" + } + } + }, + { + "id": "speaker", + "name": "Speaker", + "variants": { + "outlined": { + "path": "speaker.outlined.svg" + }, + "round": { + "path": "speaker.round.svg" + }, + "sharp": { + "path": "speaker.sharp.svg" + }, + "default": { + "path": "speaker.default.svg" + }, + "twotone": { + "path": "speaker.twotone.svg" + } + } + }, + { + "id": "smartphone", + "name": "Smartphone", + "variants": { + "outlined": { + "path": "smartphone.outlined.svg" + }, + "round": { + "path": "smartphone.round.svg" + }, + "sharp": { + "path": "smartphone.sharp.svg" + }, + "default": { + "path": "smartphone.default.svg" + }, + "twotone": { + "path": "smartphone.twotone.svg" + } + } + }, + { + "id": "keyboard_voice", + "name": "Keyboard Voice", + "variants": { + "outlined": { + "path": "keyboard_voice.outlined.svg" + }, + "round": { + "path": "keyboard_voice.round.svg" + }, + "sharp": { + "path": "keyboard_voice.sharp.svg" + }, + "default": { + "path": "keyboard_voice.default.svg" + }, + "twotone": { + "path": "keyboard_voice.twotone.svg" + } + } + }, + { + "id": "keyboard_command_key", + "name": "Keyboard Command Key", + "variants": { + "outlined": { + "path": "keyboard_command_key.outlined.svg" + }, + "round": { + "path": "keyboard_command_key.round.svg" + }, + "sharp": { + "path": "keyboard_command_key.sharp.svg" + }, + "default": { + "path": "keyboard_command_key.default.svg" + }, + "twotone": { + "path": "keyboard_command_key.twotone.svg" + } + } + }, + { + "id": "cast", + "name": "Cast", + "variants": { + "outlined": { + "path": "cast.outlined.svg" + }, + "round": { + "path": "cast.round.svg" + }, + "sharp": { + "path": "cast.sharp.svg" + }, + "default": { + "path": "cast.default.svg" + }, + "twotone": { + "path": "cast.twotone.svg" + } + } + }, + { + "id": "phonelink_off", + "name": "Phonelink Off", + "variants": { + "outlined": { + "path": "phonelink_off.outlined.svg" + }, + "round": { + "path": "phonelink_off.round.svg" + }, + "sharp": { + "path": "phonelink_off.sharp.svg" + }, + "default": { + "path": "phonelink_off.default.svg" + }, + "twotone": { + "path": "phonelink_off.twotone.svg" + } + } + }, + { + "id": "phone_android", + "name": "Phone Android", + "variants": { + "outlined": { + "path": "phone_android.outlined.svg" + }, + "round": { + "path": "phone_android.round.svg" + }, + "sharp": { + "path": "phone_android.sharp.svg" + }, + "default": { + "path": "phone_android.default.svg" + }, + "twotone": { + "path": "phone_android.twotone.svg" + } + } + }, + { + "id": "developer_board_off", + "name": "Developer Board Off", + "variants": { + "outlined": { + "path": "developer_board_off.outlined.svg" + }, + "round": { + "path": "developer_board_off.round.svg" + }, + "sharp": { + "path": "developer_board_off.sharp.svg" + }, + "default": { + "path": "developer_board_off.default.svg" + }, + "twotone": { + "path": "developer_board_off.twotone.svg" + } + } + }, + { + "id": "tablet_android", + "name": "Tablet Android", + "variants": { + "outlined": { + "path": "tablet_android.outlined.svg" + }, + "round": { + "path": "tablet_android.round.svg" + }, + "sharp": { + "path": "tablet_android.sharp.svg" + }, + "default": { + "path": "tablet_android.default.svg" + }, + "twotone": { + "path": "tablet_android.twotone.svg" + } + } + }, + { + "id": "gamepad", + "name": "Gamepad", + "variants": { + "outlined": { + "path": "gamepad.outlined.svg" + }, + "round": { + "path": "gamepad.round.svg" + }, + "sharp": { + "path": "gamepad.sharp.svg" + }, + "default": { + "path": "gamepad.default.svg" + }, + "twotone": { + "path": "gamepad.twotone.svg" + } + } + }, + { + "id": "power_input", + "name": "Power Input", + "variants": { + "outlined": { + "path": "power_input.outlined.svg" + }, + "round": { + "path": "power_input.round.svg" + }, + "sharp": { + "path": "power_input.sharp.svg" + }, + "default": { + "path": "power_input.default.svg" + }, + "twotone": { + "path": "power_input.twotone.svg" + } + } + }, + { + "id": "conveyor_belt", + "name": "Conveyor Belt", + "variants": { + "default": { + "path": "conveyor_belt.default.svg" + } + } + }, + { + "id": "forklift", + "name": "Forklift", + "variants": { + "default": { + "path": "forklift.default.svg" + } + } + }, + { + "id": "keyboard_alt", + "name": "Keyboard Alt", + "variants": { + "outlined": { + "path": "keyboard_alt.outlined.svg" + }, + "round": { + "path": "keyboard_alt.round.svg" + }, + "sharp": { + "path": "keyboard_alt.sharp.svg" + }, + "default": { + "path": "keyboard_alt.default.svg" + }, + "twotone": { + "path": "keyboard_alt.twotone.svg" + } + } + }, + { + "id": "laptop_windows", + "name": "Laptop Windows", + "variants": { + "outlined": { + "path": "laptop_windows.outlined.svg" + }, + "round": { + "path": "laptop_windows.round.svg" + }, + "sharp": { + "path": "laptop_windows.sharp.svg" + }, + "default": { + "path": "laptop_windows.default.svg" + }, + "twotone": { + "path": "laptop_windows.twotone.svg" + } + } + }, + { + "id": "speaker_group", + "name": "Speaker Group", + "variants": { + "outlined": { + "path": "speaker_group.outlined.svg" + }, + "round": { + "path": "speaker_group.round.svg" + }, + "sharp": { + "path": "speaker_group.sharp.svg" + }, + "default": { + "path": "speaker_group.default.svg" + }, + "twotone": { + "path": "speaker_group.twotone.svg" + } + } + }, + { + "id": "start", + "name": "Start", + "variants": { + "outlined": { + "path": "start.outlined.svg" + }, + "round": { + "path": "start.round.svg" + }, + "sharp": { + "path": "start.sharp.svg" + }, + "default": { + "path": "start.default.svg" + }, + "twotone": { + "path": "start.twotone.svg" + } + } + }, + { + "id": "home_max", + "name": "Home Max", + "variants": { + "outlined": { + "path": "home_max.outlined.svg" + }, + "round": { + "path": "home_max.round.svg" + }, + "sharp": { + "path": "home_max.sharp.svg" + }, + "default": { + "path": "home_max.default.svg" + }, + "twotone": { + "path": "home_max.twotone.svg" + } + } + }, + { + "id": "headphones", + "name": "Headphones", + "variants": { + "outlined": { + "path": "headphones.outlined.svg" + }, + "round": { + "path": "headphones.round.svg" + }, + "sharp": { + "path": "headphones.sharp.svg" + }, + "default": { + "path": "headphones.default.svg" + }, + "twotone": { + "path": "headphones.twotone.svg" + } + } + }, + { + "id": "keyboard_return", + "name": "Keyboard Return", + "variants": { + "outlined": { + "path": "keyboard_return.outlined.svg" + }, + "round": { + "path": "keyboard_return.round.svg" + }, + "sharp": { + "path": "keyboard_return.sharp.svg" + }, + "default": { + "path": "keyboard_return.default.svg" + }, + "twotone": { + "path": "keyboard_return.twotone.svg" + } + } + }, + { + "id": "phonelink", + "name": "Phonelink", + "variants": { + "outlined": { + "path": "phonelink.outlined.svg" + }, + "round": { + "path": "phonelink.round.svg" + }, + "sharp": { + "path": "phonelink.sharp.svg" + }, + "default": { + "path": "phonelink.default.svg" + }, + "twotone": { + "path": "phonelink.twotone.svg" + } + } + }, + { + "id": "keyboard_option_key", + "name": "Keyboard Option Key", + "variants": { + "outlined": { + "path": "keyboard_option_key.outlined.svg" + }, + "round": { + "path": "keyboard_option_key.round.svg" + }, + "sharp": { + "path": "keyboard_option_key.sharp.svg" + }, + "default": { + "path": "keyboard_option_key.default.svg" + }, + "twotone": { + "path": "keyboard_option_key.twotone.svg" + } + } + }, + { + "id": "videogame_asset", + "name": "Videogame Asset", + "variants": { + "outlined": { + "path": "videogame_asset.outlined.svg" + }, + "round": { + "path": "videogame_asset.round.svg" + }, + "sharp": { + "path": "videogame_asset.sharp.svg" + }, + "default": { + "path": "videogame_asset.default.svg" + }, + "twotone": { + "path": "videogame_asset.twotone.svg" + } + } + }, + { + "id": "tv", + "name": "Tv", + "variants": { + "outlined": { + "path": "tv.outlined.svg" + }, + "round": { + "path": "tv.round.svg" + }, + "sharp": { + "path": "tv.sharp.svg" + }, + "default": { + "path": "tv.default.svg" + }, + "twotone": { + "path": "tv.twotone.svg" + } + } + }, + { + "id": "watch_off", + "name": "Watch Off", + "variants": { + "outlined": { + "path": "watch_off.outlined.svg" + }, + "round": { + "path": "watch_off.round.svg" + }, + "sharp": { + "path": "watch_off.sharp.svg" + }, + "default": { + "path": "watch_off.default.svg" + }, + "twotone": { + "path": "watch_off.twotone.svg" + } + } + }, + { + "id": "smart_screen", + "name": "Smart Screen", + "variants": { + "outlined": { + "path": "smart_screen.outlined.svg" + }, + "round": { + "path": "smart_screen.round.svg" + }, + "sharp": { + "path": "smart_screen.sharp.svg" + }, + "default": { + "path": "smart_screen.default.svg" + }, + "twotone": { + "path": "smart_screen.twotone.svg" + } + } + }, + { + "id": "mouse", + "name": "Mouse", + "variants": { + "outlined": { + "path": "mouse.outlined.svg" + }, + "round": { + "path": "mouse.round.svg" + }, + "sharp": { + "path": "mouse.sharp.svg" + }, + "default": { + "path": "mouse.default.svg" + }, + "twotone": { + "path": "mouse.twotone.svg" + } + } + }, + { + "id": "keyboard_double_arrow_up", + "name": "Keyboard Double Arrow Up", + "variants": { + "outlined": { + "path": "keyboard_double_arrow_up.outlined.svg" + }, + "round": { + "path": "keyboard_double_arrow_up.round.svg" + }, + "sharp": { + "path": "keyboard_double_arrow_up.sharp.svg" + }, + "default": { + "path": "keyboard_double_arrow_up.default.svg" + }, + "twotone": { + "path": "keyboard_double_arrow_up.twotone.svg" + } + } + }, + { + "id": "browser_not_supported", + "name": "Browser Not Supported", + "variants": { + "outlined": { + "path": "browser_not_supported.outlined.svg" + }, + "round": { + "path": "browser_not_supported.round.svg" + }, + "sharp": { + "path": "browser_not_supported.sharp.svg" + }, + "default": { + "path": "browser_not_supported.default.svg" + }, + "twotone": { + "path": "browser_not_supported.twotone.svg" + } + } + }, + { + "id": "browser_updated", + "name": "Browser Updated", + "variants": { + "outlined": { + "path": "browser_updated.outlined.svg" + }, + "round": { + "path": "browser_updated.round.svg" + }, + "sharp": { + "path": "browser_updated.sharp.svg" + }, + "default": { + "path": "browser_updated.default.svg" + }, + "twotone": { + "path": "browser_updated.twotone.svg" + } + } + }, + { + "id": "keyboard_arrow_down", + "name": "Keyboard Arrow Down", + "variants": { + "outlined": { + "path": "keyboard_arrow_down.outlined.svg" + }, + "round": { + "path": "keyboard_arrow_down.round.svg" + }, + "sharp": { + "path": "keyboard_arrow_down.sharp.svg" + }, + "default": { + "path": "keyboard_arrow_down.default.svg" + }, + "twotone": { + "path": "keyboard_arrow_down.twotone.svg" + } + } + }, + { + "id": "tablet_mac", + "name": "Tablet Mac", + "variants": { + "outlined": { + "path": "tablet_mac.outlined.svg" + }, + "round": { + "path": "tablet_mac.round.svg" + }, + "sharp": { + "path": "tablet_mac.sharp.svg" + }, + "default": { + "path": "tablet_mac.default.svg" + }, + "twotone": { + "path": "tablet_mac.twotone.svg" + } + } + }, + { + "id": "developer_board", + "name": "Developer Board", + "variants": { + "outlined": { + "path": "developer_board.outlined.svg" + }, + "round": { + "path": "developer_board.round.svg" + }, + "sharp": { + "path": "developer_board.sharp.svg" + }, + "default": { + "path": "developer_board.default.svg" + }, + "twotone": { + "path": "developer_board.twotone.svg" + } + } + }, + { + "id": "keyboard_arrow_up", + "name": "Keyboard Arrow Up", + "variants": { + "outlined": { + "path": "keyboard_arrow_up.outlined.svg" + }, + "round": { + "path": "keyboard_arrow_up.round.svg" + }, + "sharp": { + "path": "keyboard_arrow_up.sharp.svg" + }, + "default": { + "path": "keyboard_arrow_up.default.svg" + }, + "twotone": { + "path": "keyboard_arrow_up.twotone.svg" + } + } + }, + { + "id": "laptop_mac", + "name": "Laptop Mac", + "variants": { + "outlined": { + "path": "laptop_mac.outlined.svg" + }, + "round": { + "path": "laptop_mac.round.svg" + }, + "sharp": { + "path": "laptop_mac.sharp.svg" + }, + "default": { + "path": "laptop_mac.default.svg" + }, + "twotone": { + "path": "laptop_mac.twotone.svg" + } + } + }, + { + "id": "point_of_sale", + "name": "Point Of Sale", + "variants": { + "outlined": { + "path": "point_of_sale.outlined.svg" + }, + "round": { + "path": "point_of_sale.round.svg" + }, + "sharp": { + "path": "point_of_sale.sharp.svg" + }, + "default": { + "path": "point_of_sale.default.svg" + }, + "twotone": { + "path": "point_of_sale.twotone.svg" + } + } + }, + { + "id": "headset_mic", + "name": "Headset Mic", + "variants": { + "outlined": { + "path": "headset_mic.outlined.svg" + }, + "round": { + "path": "headset_mic.round.svg" + }, + "sharp": { + "path": "headset_mic.sharp.svg" + }, + "default": { + "path": "headset_mic.default.svg" + }, + "twotone": { + "path": "headset_mic.twotone.svg" + } + } + }, + { + "id": "headphones_battery", + "name": "Headphones Battery", + "variants": { + "outlined": { + "path": "headphones_battery.outlined.svg" + }, + "round": { + "path": "headphones_battery.round.svg" + }, + "sharp": { + "path": "headphones_battery.sharp.svg" + }, + "default": { + "path": "headphones_battery.default.svg" + }, + "twotone": { + "path": "headphones_battery.twotone.svg" + } + } + }, + { + "id": "keyboard_control_key", + "name": "Keyboard Control Key", + "variants": { + "outlined": { + "path": "keyboard_control_key.outlined.svg" + }, + "round": { + "path": "keyboard_control_key.round.svg" + }, + "sharp": { + "path": "keyboard_control_key.sharp.svg" + }, + "default": { + "path": "keyboard_control_key.default.svg" + }, + "twotone": { + "path": "keyboard_control_key.twotone.svg" + } + } + }, + { + "id": "cast_connected", + "name": "Cast Connected", + "variants": { + "outlined": { + "path": "cast_connected.outlined.svg" + }, + "round": { + "path": "cast_connected.round.svg" + }, + "sharp": { + "path": "cast_connected.sharp.svg" + }, + "default": { + "path": "cast_connected.default.svg" + }, + "twotone": { + "path": "cast_connected.twotone.svg" + } + } + }, + { + "id": "watch", + "name": "Watch", + "variants": { + "outlined": { + "path": "watch.outlined.svg" + }, + "round": { + "path": "watch.round.svg" + }, + "sharp": { + "path": "watch.sharp.svg" + }, + "default": { + "path": "watch.default.svg" + }, + "twotone": { + "path": "watch.twotone.svg" + } + } + }, + { + "id": "earbuds", + "name": "Earbuds", + "variants": { + "outlined": { + "path": "earbuds.outlined.svg" + }, + "round": { + "path": "earbuds.round.svg" + }, + "sharp": { + "path": "earbuds.sharp.svg" + }, + "default": { + "path": "earbuds.default.svg" + }, + "twotone": { + "path": "earbuds.twotone.svg" + } + } + }, + { + "id": "keyboard_double_arrow_down", + "name": "Keyboard Double Arrow Down", + "variants": { + "outlined": { + "path": "keyboard_double_arrow_down.outlined.svg" + }, + "round": { + "path": "keyboard_double_arrow_down.round.svg" + }, + "sharp": { + "path": "keyboard_double_arrow_down.sharp.svg" + }, + "default": { + "path": "keyboard_double_arrow_down.default.svg" + }, + "twotone": { + "path": "keyboard_double_arrow_down.twotone.svg" + } + } + }, + { + "id": "laptop_chromebook", + "name": "Laptop Chromebook", + "variants": { + "outlined": { + "path": "laptop_chromebook.outlined.svg" + }, + "round": { + "path": "laptop_chromebook.round.svg" + }, + "sharp": { + "path": "laptop_chromebook.sharp.svg" + }, + "default": { + "path": "laptop_chromebook.default.svg" + }, + "twotone": { + "path": "laptop_chromebook.twotone.svg" + } + } + }, + { + "id": "cast_for_education", + "name": "Cast For Education", + "variants": { + "outlined": { + "path": "cast_for_education.outlined.svg" + }, + "round": { + "path": "cast_for_education.round.svg" + }, + "sharp": { + "path": "cast_for_education.sharp.svg" + }, + "default": { + "path": "cast_for_education.default.svg" + }, + "twotone": { + "path": "cast_for_education.twotone.svg" + } + } + }, + { + "id": "videogame_asset_off", + "name": "Videogame Asset Off", + "variants": { + "outlined": { + "path": "videogame_asset_off.outlined.svg" + }, + "round": { + "path": "videogame_asset_off.round.svg" + }, + "sharp": { + "path": "videogame_asset_off.sharp.svg" + }, + "default": { + "path": "videogame_asset_off.default.svg" + }, + "twotone": { + "path": "videogame_asset_off.twotone.svg" + } + } + }, + { + "id": "desktop_windows", + "name": "Desktop Windows", + "variants": { + "outlined": { + "path": "desktop_windows.outlined.svg" + }, + "round": { + "path": "desktop_windows.round.svg" + }, + "sharp": { + "path": "desktop_windows.sharp.svg" + }, + "default": { + "path": "desktop_windows.default.svg" + }, + "twotone": { + "path": "desktop_windows.twotone.svg" + } + } + }, + { + "id": "phone_iphone", + "name": "Phone Iphone", + "variants": { + "outlined": { + "path": "phone_iphone.outlined.svg" + }, + "round": { + "path": "phone_iphone.round.svg" + }, + "sharp": { + "path": "phone_iphone.sharp.svg" + }, + "default": { + "path": "phone_iphone.default.svg" + }, + "twotone": { + "path": "phone_iphone.twotone.svg" + } + } + }, + { + "id": "keyboard_tab", + "name": "Keyboard Tab", + "variants": { + "outlined": { + "path": "keyboard_tab.outlined.svg" + }, + "round": { + "path": "keyboard_tab.round.svg" + }, + "sharp": { + "path": "keyboard_tab.sharp.svg" + }, + "default": { + "path": "keyboard_tab.default.svg" + }, + "twotone": { + "path": "keyboard_tab.twotone.svg" + } + } + }, + { + "id": "laptop", + "name": "Laptop", + "variants": { + "outlined": { + "path": "laptop.outlined.svg" + }, + "round": { + "path": "laptop.round.svg" + }, + "sharp": { + "path": "laptop.sharp.svg" + }, + "default": { + "path": "laptop.default.svg" + }, + "twotone": { + "path": "laptop.twotone.svg" + } + } + }, + { + "id": "device_hub", + "name": "Device Hub", + "variants": { + "outlined": { + "path": "device_hub.outlined.svg" + }, + "round": { + "path": "device_hub.round.svg" + }, + "sharp": { + "path": "device_hub.sharp.svg" + }, + "default": { + "path": "device_hub.default.svg" + }, + "twotone": { + "path": "device_hub.twotone.svg" + } + } + }, + { + "id": "earbuds_battery", + "name": "Earbuds Battery", + "variants": { + "outlined": { + "path": "earbuds_battery.outlined.svg" + }, + "round": { + "path": "earbuds_battery.round.svg" + }, + "sharp": { + "path": "earbuds_battery.sharp.svg" + }, + "default": { + "path": "earbuds_battery.default.svg" + }, + "twotone": { + "path": "earbuds_battery.twotone.svg" + } + } + }, + { + "id": "keyboard_backspace", + "name": "Keyboard Backspace", + "variants": { + "outlined": { + "path": "keyboard_backspace.outlined.svg" + }, + "round": { + "path": "keyboard_backspace.round.svg" + }, + "sharp": { + "path": "keyboard_backspace.sharp.svg" + }, + "default": { + "path": "keyboard_backspace.default.svg" + }, + "twotone": { + "path": "keyboard_backspace.twotone.svg" + } + } + }, + { + "id": "pallet", + "name": "Pallet", + "variants": { + "default": { + "path": "pallet.default.svg" + } + } + }, + { + "id": "computer", + "name": "Computer", + "variants": { + "outlined": { + "path": "computer.outlined.svg" + }, + "round": { + "path": "computer.round.svg" + }, + "sharp": { + "path": "computer.sharp.svg" + }, + "default": { + "path": "computer.default.svg" + }, + "twotone": { + "path": "computer.twotone.svg" + } + } + }, + { + "id": "adf_scanner", + "name": "Adf Scanner", + "variants": { + "outlined": { + "path": "adf_scanner.outlined.svg" + }, + "round": { + "path": "adf_scanner.round.svg" + }, + "sharp": { + "path": "adf_scanner.sharp.svg" + }, + "default": { + "path": "adf_scanner.default.svg" + }, + "twotone": { + "path": "adf_scanner.twotone.svg" + } + } + }, + { + "id": "scanner", + "name": "Scanner", + "variants": { + "outlined": { + "path": "scanner.outlined.svg" + }, + "round": { + "path": "scanner.round.svg" + }, + "sharp": { + "path": "scanner.sharp.svg" + }, + "default": { + "path": "scanner.default.svg" + }, + "twotone": { + "path": "scanner.twotone.svg" + } + } + }, + { + "id": "smart_toy", + "name": "Smart Toy", + "variants": { + "outlined": { + "path": "smart_toy.outlined.svg" + }, + "round": { + "path": "smart_toy.round.svg" + }, + "sharp": { + "path": "smart_toy.sharp.svg" + }, + "default": { + "path": "smart_toy.default.svg" + }, + "twotone": { + "path": "smart_toy.twotone.svg" + } + } + }, + { + "id": "devices_other", + "name": "Devices Other", + "variants": { + "outlined": { + "path": "devices_other.outlined.svg" + }, + "round": { + "path": "devices_other.round.svg" + }, + "sharp": { + "path": "devices_other.sharp.svg" + }, + "default": { + "path": "devices_other.default.svg" + }, + "twotone": { + "path": "devices_other.twotone.svg" + } + } + }, + { + "id": "connected_tv", + "name": "Connected Tv", + "variants": { + "outlined": { + "path": "connected_tv.outlined.svg" + }, + "round": { + "path": "connected_tv.round.svg" + }, + "sharp": { + "path": "connected_tv.sharp.svg" + }, + "default": { + "path": "connected_tv.default.svg" + }, + "twotone": { + "path": "connected_tv.twotone.svg" + } + } + }, + { + "id": "front_loader", + "name": "Front Loader", + "variants": { + "default": { + "path": "front_loader.default.svg" + } + } + }, + { + "id": "smart_display", + "name": "Smart Display", + "variants": { + "outlined": { + "path": "smart_display.outlined.svg" + }, + "round": { + "path": "smart_display.round.svg" + }, + "sharp": { + "path": "smart_display.sharp.svg" + }, + "default": { + "path": "smart_display.default.svg" + }, + "twotone": { + "path": "smart_display.twotone.svg" + } + } + }, + { + "id": "keyboard", + "name": "Keyboard", + "variants": { + "outlined": { + "path": "keyboard.outlined.svg" + }, + "round": { + "path": "keyboard.round.svg" + }, + "sharp": { + "path": "keyboard.sharp.svg" + }, + "default": { + "path": "keyboard.default.svg" + }, + "twotone": { + "path": "keyboard.twotone.svg" + } + } + }, + { + "id": "dock", + "name": "Dock", + "variants": { + "outlined": { + "path": "dock.outlined.svg" + }, + "round": { + "path": "dock.round.svg" + }, + "sharp": { + "path": "dock.sharp.svg" + }, + "default": { + "path": "dock.default.svg" + }, + "twotone": { + "path": "dock.twotone.svg" + } + } + }, + { + "id": "keyboard_arrow_right", + "name": "Keyboard Arrow Right", + "variants": { + "outlined": { + "path": "keyboard_arrow_right.outlined.svg" + }, + "round": { + "path": "keyboard_arrow_right.round.svg" + }, + "sharp": { + "path": "keyboard_arrow_right.sharp.svg" + }, + "default": { + "path": "keyboard_arrow_right.default.svg" + }, + "twotone": { + "path": "keyboard_arrow_right.twotone.svg" + } + } + }, + { + "id": "router", + "name": "Router", + "variants": { + "outlined": { + "path": "router.outlined.svg" + }, + "round": { + "path": "router.round.svg" + }, + "sharp": { + "path": "router.sharp.svg" + }, + "default": { + "path": "router.default.svg" + }, + "twotone": { + "path": "router.twotone.svg" + } + } + }, + { + "id": "3k", + "name": "3K", + "variants": { + "outlined": { + "path": "3k.outlined.svg" + }, + "round": { + "path": "3k.round.svg" + }, + "sharp": { + "path": "3k.sharp.svg" + }, + "default": { + "path": "3k.default.svg" + }, + "twotone": { + "path": "3k.twotone.svg" + } + } + }, + { + "id": "music_video", + "name": "Music Video", + "variants": { + "outlined": { + "path": "music_video.outlined.svg" + }, + "round": { + "path": "music_video.round.svg" + }, + "sharp": { + "path": "music_video.sharp.svg" + }, + "default": { + "path": "music_video.default.svg" + }, + "twotone": { + "path": "music_video.twotone.svg" + } + } + }, + { + "id": "new_releases", + "name": "New Releases", + "variants": { + "outlined": { + "path": "new_releases.outlined.svg" + }, + "round": { + "path": "new_releases.round.svg" + }, + "sharp": { + "path": "new_releases.sharp.svg" + }, + "default": { + "path": "new_releases.default.svg" + }, + "twotone": { + "path": "new_releases.twotone.svg" + } + } + }, + { + "id": "pause", + "name": "Pause", + "variants": { + "outlined": { + "path": "pause.outlined.svg" + }, + "round": { + "path": "pause.round.svg" + }, + "sharp": { + "path": "pause.sharp.svg" + }, + "default": { + "path": "pause.default.svg" + }, + "twotone": { + "path": "pause.twotone.svg" + } + } + }, + { + "id": "lyrics", + "name": "Lyrics", + "variants": { + "outlined": { + "path": "lyrics.outlined.svg" + }, + "round": { + "path": "lyrics.round.svg" + }, + "sharp": { + "path": "lyrics.sharp.svg" + }, + "default": { + "path": "lyrics.default.svg" + }, + "twotone": { + "path": "lyrics.twotone.svg" + } + } + }, + { + "id": "playlist_add", + "name": "Playlist Add", + "variants": { + "outlined": { + "path": "playlist_add.outlined.svg" + }, + "round": { + "path": "playlist_add.round.svg" + }, + "sharp": { + "path": "playlist_add.sharp.svg" + }, + "default": { + "path": "playlist_add.default.svg" + }, + "twotone": { + "path": "playlist_add.twotone.svg" + } + } + }, + { + "id": "control_camera", + "name": "Control Camera", + "variants": { + "outlined": { + "path": "control_camera.outlined.svg" + }, + "round": { + "path": "control_camera.round.svg" + }, + "sharp": { + "path": "control_camera.sharp.svg" + }, + "default": { + "path": "control_camera.default.svg" + }, + "twotone": { + "path": "control_camera.twotone.svg" + } + } + }, + { + "id": "hearing", + "name": "Hearing", + "variants": { + "outlined": { + "path": "hearing.outlined.svg" + }, + "round": { + "path": "hearing.round.svg" + }, + "sharp": { + "path": "hearing.sharp.svg" + }, + "default": { + "path": "hearing.default.svg" + }, + "twotone": { + "path": "hearing.twotone.svg" + } + } + }, + { + "id": "note", + "name": "Note", + "variants": { + "outlined": { + "path": "note.outlined.svg" + }, + "round": { + "path": "note.round.svg" + }, + "sharp": { + "path": "note.sharp.svg" + }, + "default": { + "path": "note.default.svg" + }, + "twotone": { + "path": "note.twotone.svg" + } + } + }, + { + "id": "video_library", + "name": "Video Library", + "variants": { + "outlined": { + "path": "video_library.outlined.svg" + }, + "round": { + "path": "video_library.round.svg" + }, + "sharp": { + "path": "video_library.sharp.svg" + }, + "default": { + "path": "video_library.default.svg" + }, + "twotone": { + "path": "video_library.twotone.svg" + } + } + }, + { + "id": "5g", + "name": "5G", + "variants": { + "outlined": { + "path": "5g.outlined.svg" + }, + "round": { + "path": "5g.round.svg" + }, + "sharp": { + "path": "5g.sharp.svg" + }, + "default": { + "path": "5g.default.svg" + }, + "twotone": { + "path": "5g.twotone.svg" + } + } + }, + { + "id": "surround_sound", + "name": "Surround Sound", + "variants": { + "outlined": { + "path": "surround_sound.outlined.svg" + }, + "round": { + "path": "surround_sound.round.svg" + }, + "sharp": { + "path": "surround_sound.sharp.svg" + }, + "default": { + "path": "surround_sound.default.svg" + }, + "twotone": { + "path": "surround_sound.twotone.svg" + } + } + }, + { + "id": "closed_caption_off", + "name": "Closed Caption Off", + "variants": { + "outlined": { + "path": "closed_caption_off.outlined.svg" + }, + "round": { + "path": "closed_caption_off.round.svg" + }, + "sharp": { + "path": "closed_caption_off.sharp.svg" + }, + "default": { + "path": "closed_caption_off.default.svg" + }, + "twotone": { + "path": "closed_caption_off.twotone.svg" + } + } + }, + { + "id": "repeat", + "name": "Repeat", + "variants": { + "outlined": { + "path": "repeat.outlined.svg" + }, + "round": { + "path": "repeat.round.svg" + }, + "sharp": { + "path": "repeat.sharp.svg" + }, + "default": { + "path": "repeat.default.svg" + }, + "twotone": { + "path": "repeat.twotone.svg" + } + } + }, + { + "id": "9k", + "name": "9K", + "variants": { + "outlined": { + "path": "9k.outlined.svg" + }, + "round": { + "path": "9k.round.svg" + }, + "sharp": { + "path": "9k.sharp.svg" + }, + "default": { + "path": "9k.default.svg" + }, + "twotone": { + "path": "9k.twotone.svg" + } + } + }, + { + "id": "sd", + "name": "Sd", + "variants": { + "outlined": { + "path": "sd.outlined.svg" + }, + "round": { + "path": "sd.round.svg" + }, + "sharp": { + "path": "sd.sharp.svg" + }, + "default": { + "path": "sd.default.svg" + }, + "twotone": { + "path": "sd.twotone.svg" + } + } + }, + { + "id": "pause_circle_outline", + "name": "Pause Circle Outline", + "variants": { + "outlined": { + "path": "pause_circle_outline.outlined.svg" + }, + "round": { + "path": "pause_circle_outline.round.svg" + }, + "sharp": { + "path": "pause_circle_outline.sharp.svg" + }, + "default": { + "path": "pause_circle_outline.default.svg" + }, + "twotone": { + "path": "pause_circle_outline.twotone.svg" + } + } + }, + { + "id": "audio_file", + "name": "Audio File", + "variants": { + "outlined": { + "path": "audio_file.outlined.svg" + }, + "round": { + "path": "audio_file.round.svg" + }, + "sharp": { + "path": "audio_file.sharp.svg" + }, + "default": { + "path": "audio_file.default.svg" + }, + "twotone": { + "path": "audio_file.twotone.svg" + } + } + }, + { + "id": "2k_plus", + "name": "2K Plus", + "variants": { + "outlined": { + "path": "2k_plus.outlined.svg" + }, + "round": { + "path": "2k_plus.round.svg" + }, + "sharp": { + "path": "2k_plus.sharp.svg" + }, + "default": { + "path": "2k_plus.default.svg" + }, + "twotone": { + "path": "2k_plus.twotone.svg" + } + } + }, + { + "id": "videocam", + "name": "Videocam", + "variants": { + "outlined": { + "path": "videocam.outlined.svg" + }, + "round": { + "path": "videocam.round.svg" + }, + "sharp": { + "path": "videocam.sharp.svg" + }, + "default": { + "path": "videocam.default.svg" + }, + "twotone": { + "path": "videocam.twotone.svg" + } + } + }, + { + "id": "movie", + "name": "Movie", + "variants": { + "outlined": { + "path": "movie.outlined.svg" + }, + "round": { + "path": "movie.round.svg" + }, + "sharp": { + "path": "movie.sharp.svg" + }, + "default": { + "path": "movie.default.svg" + }, + "twotone": { + "path": "movie.twotone.svg" + } + } + }, + { + "id": "library_music", + "name": "Library Music", + "variants": { + "outlined": { + "path": "library_music.outlined.svg" + }, + "round": { + "path": "library_music.round.svg" + }, + "sharp": { + "path": "library_music.sharp.svg" + }, + "default": { + "path": "library_music.default.svg" + }, + "twotone": { + "path": "library_music.twotone.svg" + } + } + }, + { + "id": "10k", + "name": "10K", + "variants": { + "outlined": { + "path": "10k.outlined.svg" + }, + "round": { + "path": "10k.round.svg" + }, + "sharp": { + "path": "10k.sharp.svg" + }, + "default": { + "path": "10k.default.svg" + }, + "twotone": { + "path": "10k.twotone.svg" + } + } + }, + { + "id": "fiber_manual_record", + "name": "Fiber Manual Record", + "variants": { + "outlined": { + "path": "fiber_manual_record.outlined.svg" + }, + "round": { + "path": "fiber_manual_record.round.svg" + }, + "sharp": { + "path": "fiber_manual_record.sharp.svg" + }, + "default": { + "path": "fiber_manual_record.default.svg" + }, + "twotone": { + "path": "fiber_manual_record.twotone.svg" + } + } + }, + { + "id": "shuffle", + "name": "Shuffle", + "variants": { + "outlined": { + "path": "shuffle.outlined.svg" + }, + "round": { + "path": "shuffle.round.svg" + }, + "sharp": { + "path": "shuffle.sharp.svg" + }, + "default": { + "path": "shuffle.default.svg" + }, + "twotone": { + "path": "shuffle.twotone.svg" + } + } + }, + { + "id": "pause_circle_filled", + "name": "Pause Circle Filled", + "variants": { + "outlined": { + "path": "pause_circle_filled.outlined.svg" + }, + "round": { + "path": "pause_circle_filled.round.svg" + }, + "sharp": { + "path": "pause_circle_filled.sharp.svg" + }, + "default": { + "path": "pause_circle_filled.default.svg" + }, + "twotone": { + "path": "pause_circle_filled.twotone.svg" + } + } + }, + { + "id": "radio", + "name": "Radio", + "variants": { + "outlined": { + "path": "radio.outlined.svg" + }, + "round": { + "path": "radio.round.svg" + }, + "sharp": { + "path": "radio.sharp.svg" + }, + "default": { + "path": "radio.default.svg" + }, + "twotone": { + "path": "radio.twotone.svg" + } + } + }, + { + "id": "replay_circle_filled", + "name": "Replay Circle Filled", + "variants": { + "outlined": { + "path": "replay_circle_filled.outlined.svg" + }, + "round": { + "path": "replay_circle_filled.round.svg" + }, + "sharp": { + "path": "replay_circle_filled.sharp.svg" + }, + "default": { + "path": "replay_circle_filled.default.svg" + }, + "twotone": { + "path": "replay_circle_filled.twotone.svg" + } + } + }, + { + "id": "6k_plus", + "name": "6K Plus", + "variants": { + "outlined": { + "path": "6k_plus.outlined.svg" + }, + "round": { + "path": "6k_plus.round.svg" + }, + "sharp": { + "path": "6k_plus.sharp.svg" + }, + "default": { + "path": "6k_plus.default.svg" + }, + "twotone": { + "path": "6k_plus.twotone.svg" + } + } + }, + { + "id": "high_quality", + "name": "High Quality", + "variants": { + "outlined": { + "path": "high_quality.outlined.svg" + }, + "round": { + "path": "high_quality.round.svg" + }, + "sharp": { + "path": "high_quality.sharp.svg" + }, + "default": { + "path": "high_quality.default.svg" + }, + "twotone": { + "path": "high_quality.twotone.svg" + } + } + }, + { + "id": "remove_from_queue", + "name": "Remove From Queue", + "variants": { + "outlined": { + "path": "remove_from_queue.outlined.svg" + }, + "round": { + "path": "remove_from_queue.round.svg" + }, + "sharp": { + "path": "remove_from_queue.sharp.svg" + }, + "default": { + "path": "remove_from_queue.default.svg" + }, + "twotone": { + "path": "remove_from_queue.twotone.svg" + } + } + }, + { + "id": "4k_plus", + "name": "4K Plus", + "variants": { + "outlined": { + "path": "4k_plus.outlined.svg" + }, + "round": { + "path": "4k_plus.round.svg" + }, + "sharp": { + "path": "4k_plus.sharp.svg" + }, + "default": { + "path": "4k_plus.default.svg" + }, + "twotone": { + "path": "4k_plus.twotone.svg" + } + } + }, + { + "id": "hd", + "name": "Hd", + "variants": { + "outlined": { + "path": "hd.outlined.svg" + }, + "round": { + "path": "hd.round.svg" + }, + "sharp": { + "path": "hd.sharp.svg" + }, + "default": { + "path": "hd.default.svg" + }, + "twotone": { + "path": "hd.twotone.svg" + } + } + }, + { + "id": "replay_5", + "name": "Replay 5", + "variants": { + "outlined": { + "path": "replay_5.outlined.svg" + }, + "round": { + "path": "replay_5.round.svg" + }, + "sharp": { + "path": "replay_5.sharp.svg" + }, + "default": { + "path": "replay_5.default.svg" + }, + "twotone": { + "path": "replay_5.twotone.svg" + } + } + }, + { + "id": "equalizer", + "name": "Equalizer", + "variants": { + "outlined": { + "path": "equalizer.outlined.svg" + }, + "round": { + "path": "equalizer.round.svg" + }, + "sharp": { + "path": "equalizer.sharp.svg" + }, + "default": { + "path": "equalizer.default.svg" + }, + "twotone": { + "path": "equalizer.twotone.svg" + } + } + }, + { + "id": "playlist_add_circle", + "name": "Playlist Add Circle", + "variants": { + "outlined": { + "path": "playlist_add_circle.outlined.svg" + }, + "round": { + "path": "playlist_add_circle.round.svg" + }, + "sharp": { + "path": "playlist_add_circle.sharp.svg" + }, + "default": { + "path": "playlist_add_circle.default.svg" + }, + "twotone": { + "path": "playlist_add_circle.twotone.svg" + } + } + }, + { + "id": "volume_down", + "name": "Volume Down", + "variants": { + "outlined": { + "path": "volume_down.outlined.svg" + }, + "round": { + "path": "volume_down.round.svg" + }, + "sharp": { + "path": "volume_down.sharp.svg" + }, + "default": { + "path": "volume_down.default.svg" + }, + "twotone": { + "path": "volume_down.twotone.svg" + } + } + }, + { + "id": "slow_motion_video", + "name": "Slow Motion Video", + "variants": { + "outlined": { + "path": "slow_motion_video.outlined.svg" + }, + "round": { + "path": "slow_motion_video.round.svg" + }, + "sharp": { + "path": "slow_motion_video.sharp.svg" + }, + "default": { + "path": "slow_motion_video.default.svg" + }, + "twotone": { + "path": "slow_motion_video.twotone.svg" + } + } + }, + { + "id": "fiber_pin", + "name": "Fiber Pin", + "variants": { + "outlined": { + "path": "fiber_pin.outlined.svg" + }, + "round": { + "path": "fiber_pin.round.svg" + }, + "sharp": { + "path": "fiber_pin.sharp.svg" + }, + "default": { + "path": "fiber_pin.default.svg" + }, + "twotone": { + "path": "fiber_pin.twotone.svg" + } + } + }, + { + "id": "play_disabled", + "name": "Play Disabled", + "variants": { + "outlined": { + "path": "play_disabled.outlined.svg" + }, + "round": { + "path": "play_disabled.round.svg" + }, + "sharp": { + "path": "play_disabled.sharp.svg" + }, + "default": { + "path": "play_disabled.default.svg" + }, + "twotone": { + "path": "play_disabled.twotone.svg" + } + } + }, + { + "id": "playlist_remove", + "name": "Playlist Remove", + "variants": { + "outlined": { + "path": "playlist_remove.outlined.svg" + }, + "round": { + "path": "playlist_remove.round.svg" + }, + "sharp": { + "path": "playlist_remove.sharp.svg" + }, + "default": { + "path": "playlist_remove.default.svg" + }, + "twotone": { + "path": "playlist_remove.twotone.svg" + } + } + }, + { + "id": "play_circle_filled", + "name": "Play Circle Filled", + "variants": { + "outlined": { + "path": "play_circle_filled.outlined.svg" + }, + "round": { + "path": "play_circle_filled.round.svg" + }, + "sharp": { + "path": "play_circle_filled.sharp.svg" + }, + "default": { + "path": "play_circle_filled.default.svg" + }, + "twotone": { + "path": "play_circle_filled.twotone.svg" + } + } + }, + { + "id": "library_add", + "name": "Library Add", + "variants": { + "outlined": { + "path": "library_add.outlined.svg" + }, + "round": { + "path": "library_add.round.svg" + }, + "sharp": { + "path": "library_add.sharp.svg" + }, + "default": { + "path": "library_add.default.svg" + }, + "twotone": { + "path": "library_add.twotone.svg" + } + } + }, + { + "id": "3k_plus", + "name": "3K Plus", + "variants": { + "outlined": { + "path": "3k_plus.outlined.svg" + }, + "round": { + "path": "3k_plus.round.svg" + }, + "sharp": { + "path": "3k_plus.sharp.svg" + }, + "default": { + "path": "3k_plus.default.svg" + }, + "twotone": { + "path": "3k_plus.twotone.svg" + } + } + }, + { + "id": "missed_video_call", + "name": "Missed Video Call", + "variants": { + "outlined": { + "path": "missed_video_call.outlined.svg" + }, + "round": { + "path": "missed_video_call.round.svg" + }, + "sharp": { + "path": "missed_video_call.sharp.svg" + }, + "default": { + "path": "missed_video_call.default.svg" + }, + "twotone": { + "path": "missed_video_call.twotone.svg" + } + } + }, + { + "id": "explicit", + "name": "Explicit", + "variants": { + "outlined": { + "path": "explicit.outlined.svg" + }, + "round": { + "path": "explicit.round.svg" + }, + "sharp": { + "path": "explicit.sharp.svg" + }, + "default": { + "path": "explicit.default.svg" + }, + "twotone": { + "path": "explicit.twotone.svg" + } + } + }, + { + "id": "featured_video", + "name": "Featured Video", + "variants": { + "outlined": { + "path": "featured_video.outlined.svg" + }, + "round": { + "path": "featured_video.round.svg" + }, + "sharp": { + "path": "featured_video.sharp.svg" + }, + "default": { + "path": "featured_video.default.svg" + }, + "twotone": { + "path": "featured_video.twotone.svg" + } + } + }, + { + "id": "speed", + "name": "Speed", + "variants": { + "outlined": { + "path": "speed.outlined.svg" + }, + "round": { + "path": "speed.round.svg" + }, + "sharp": { + "path": "speed.sharp.svg" + }, + "default": { + "path": "speed.default.svg" + }, + "twotone": { + "path": "speed.twotone.svg" + } + } + }, + { + "id": "sort_by_alpha", + "name": "Sort By Alpha", + "variants": { + "outlined": { + "path": "sort_by_alpha.outlined.svg" + }, + "round": { + "path": "sort_by_alpha.round.svg" + }, + "sharp": { + "path": "sort_by_alpha.sharp.svg" + }, + "default": { + "path": "sort_by_alpha.default.svg" + }, + "twotone": { + "path": "sort_by_alpha.twotone.svg" + } + } + }, + { + "id": "web", + "name": "Web", + "variants": { + "outlined": { + "path": "web.outlined.svg" + }, + "round": { + "path": "web.round.svg" + }, + "sharp": { + "path": "web.sharp.svg" + }, + "default": { + "path": "web.default.svg" + }, + "twotone": { + "path": "web.twotone.svg" + } + } + }, + { + "id": "mic_none", + "name": "Mic None", + "variants": { + "outlined": { + "path": "mic_none.outlined.svg" + }, + "round": { + "path": "mic_none.round.svg" + }, + "sharp": { + "path": "mic_none.sharp.svg" + }, + "default": { + "path": "mic_none.default.svg" + }, + "twotone": { + "path": "mic_none.twotone.svg" + } + } + }, + { + "id": "replay_10", + "name": "Replay 10", + "variants": { + "outlined": { + "path": "replay_10.outlined.svg" + }, + "round": { + "path": "replay_10.round.svg" + }, + "sharp": { + "path": "replay_10.sharp.svg" + }, + "default": { + "path": "replay_10.default.svg" + }, + "twotone": { + "path": "replay_10.twotone.svg" + } + } + }, + { + "id": "play_arrow", + "name": "Play Arrow", + "variants": { + "outlined": { + "path": "play_arrow.outlined.svg" + }, + "round": { + "path": "play_arrow.round.svg" + }, + "sharp": { + "path": "play_arrow.sharp.svg" + }, + "default": { + "path": "play_arrow.default.svg" + }, + "twotone": { + "path": "play_arrow.twotone.svg" + } + } + }, + { + "id": "forward_5", + "name": "Forward 5", + "variants": { + "outlined": { + "path": "forward_5.outlined.svg" + }, + "round": { + "path": "forward_5.round.svg" + }, + "sharp": { + "path": "forward_5.sharp.svg" + }, + "default": { + "path": "forward_5.default.svg" + }, + "twotone": { + "path": "forward_5.twotone.svg" + } + } + }, + { + "id": "queue_play_next", + "name": "Queue Play Next", + "variants": { + "outlined": { + "path": "queue_play_next.outlined.svg" + }, + "round": { + "path": "queue_play_next.round.svg" + }, + "sharp": { + "path": "queue_play_next.sharp.svg" + }, + "default": { + "path": "queue_play_next.default.svg" + }, + "twotone": { + "path": "queue_play_next.twotone.svg" + } + } + }, + { + "id": "volume_off", + "name": "Volume Off", + "variants": { + "outlined": { + "path": "volume_off.outlined.svg" + }, + "round": { + "path": "volume_off.round.svg" + }, + "sharp": { + "path": "volume_off.sharp.svg" + }, + "default": { + "path": "volume_off.default.svg" + }, + "twotone": { + "path": "volume_off.twotone.svg" + } + } + }, + { + "id": "interpreter_mode", + "name": "Interpreter Mode", + "variants": { + "outlined": { + "path": "interpreter_mode.outlined.svg" + }, + "round": { + "path": "interpreter_mode.round.svg" + }, + "sharp": { + "path": "interpreter_mode.sharp.svg" + }, + "default": { + "path": "interpreter_mode.default.svg" + }, + "twotone": { + "path": "interpreter_mode.twotone.svg" + } + } + }, + { + "id": "1k_plus", + "name": "1K Plus", + "variants": { + "outlined": { + "path": "1k_plus.outlined.svg" + }, + "round": { + "path": "1k_plus.round.svg" + }, + "sharp": { + "path": "1k_plus.sharp.svg" + }, + "default": { + "path": "1k_plus.default.svg" + }, + "twotone": { + "path": "1k_plus.twotone.svg" + } + } + }, + { + "id": "closed_caption", + "name": "Closed Caption", + "variants": { + "outlined": { + "path": "closed_caption.outlined.svg" + }, + "round": { + "path": "closed_caption.round.svg" + }, + "sharp": { + "path": "closed_caption.sharp.svg" + }, + "default": { + "path": "closed_caption.default.svg" + }, + "twotone": { + "path": "closed_caption.twotone.svg" + } + } + }, + { + "id": "4k", + "name": "4K", + "variants": { + "outlined": { + "path": "4k.outlined.svg" + }, + "round": { + "path": "4k.round.svg" + }, + "sharp": { + "path": "4k.sharp.svg" + }, + "default": { + "path": "4k.default.svg" + }, + "twotone": { + "path": "4k.twotone.svg" + } + } + }, + { + "id": "video_file", + "name": "Video File", + "variants": { + "outlined": { + "path": "video_file.outlined.svg" + }, + "round": { + "path": "video_file.round.svg" + }, + "sharp": { + "path": "video_file.sharp.svg" + }, + "default": { + "path": "video_file.default.svg" + }, + "twotone": { + "path": "video_file.twotone.svg" + } + } + }, + { + "id": "videocam_off", + "name": "Videocam Off", + "variants": { + "outlined": { + "path": "videocam_off.outlined.svg" + }, + "round": { + "path": "videocam_off.round.svg" + }, + "sharp": { + "path": "videocam_off.sharp.svg" + }, + "default": { + "path": "videocam_off.default.svg" + }, + "twotone": { + "path": "videocam_off.twotone.svg" + } + } + }, + { + "id": "playlist_add_check", + "name": "Playlist Add Check", + "variants": { + "outlined": { + "path": "playlist_add_check.outlined.svg" + }, + "round": { + "path": "playlist_add_check.round.svg" + }, + "sharp": { + "path": "playlist_add_check.sharp.svg" + }, + "default": { + "path": "playlist_add_check.default.svg" + }, + "twotone": { + "path": "playlist_add_check.twotone.svg" + } + } + }, + { + "id": "library_books", + "name": "Library Books", + "variants": { + "outlined": { + "path": "library_books.outlined.svg" + }, + "round": { + "path": "library_books.round.svg" + }, + "sharp": { + "path": "library_books.sharp.svg" + }, + "default": { + "path": "library_books.default.svg" + }, + "twotone": { + "path": "library_books.twotone.svg" + } + } + }, + { + "id": "mic", + "name": "Mic", + "variants": { + "outlined": { + "path": "mic.outlined.svg" + }, + "round": { + "path": "mic.round.svg" + }, + "sharp": { + "path": "mic.sharp.svg" + }, + "default": { + "path": "mic.default.svg" + }, + "twotone": { + "path": "mic.twotone.svg" + } + } + }, + { + "id": "5k_plus", + "name": "5K Plus", + "variants": { + "outlined": { + "path": "5k_plus.outlined.svg" + }, + "round": { + "path": "5k_plus.round.svg" + }, + "sharp": { + "path": "5k_plus.sharp.svg" + }, + "default": { + "path": "5k_plus.default.svg" + }, + "twotone": { + "path": "5k_plus.twotone.svg" + } + } + }, + { + "id": "forward_10", + "name": "Forward 10", + "variants": { + "outlined": { + "path": "forward_10.outlined.svg" + }, + "round": { + "path": "forward_10.round.svg" + }, + "sharp": { + "path": "forward_10.sharp.svg" + }, + "default": { + "path": "forward_10.default.svg" + }, + "twotone": { + "path": "forward_10.twotone.svg" + } + } + }, + { + "id": "stop_circle", + "name": "Stop Circle", + "variants": { + "outlined": { + "path": "stop_circle.outlined.svg" + }, + "round": { + "path": "stop_circle.round.svg" + }, + "sharp": { + "path": "stop_circle.sharp.svg" + }, + "default": { + "path": "stop_circle.default.svg" + }, + "twotone": { + "path": "stop_circle.twotone.svg" + } + } + }, + { + "id": "stop", + "name": "Stop", + "variants": { + "outlined": { + "path": "stop.outlined.svg" + }, + "round": { + "path": "stop.round.svg" + }, + "sharp": { + "path": "stop.sharp.svg" + }, + "default": { + "path": "stop.default.svg" + }, + "twotone": { + "path": "stop.twotone.svg" + } + } + }, + { + "id": "repeat_one", + "name": "Repeat One", + "variants": { + "outlined": { + "path": "repeat_one.outlined.svg" + }, + "round": { + "path": "repeat_one.round.svg" + }, + "sharp": { + "path": "repeat_one.sharp.svg" + }, + "default": { + "path": "repeat_one.default.svg" + }, + "twotone": { + "path": "repeat_one.twotone.svg" + } + } + }, + { + "id": "call_to_action", + "name": "Call To Action", + "variants": { + "outlined": { + "path": "call_to_action.outlined.svg" + }, + "round": { + "path": "call_to_action.round.svg" + }, + "sharp": { + "path": "call_to_action.sharp.svg" + }, + "default": { + "path": "call_to_action.default.svg" + }, + "twotone": { + "path": "call_to_action.twotone.svg" + } + } + }, + { + "id": "playlist_play", + "name": "Playlist Play", + "variants": { + "outlined": { + "path": "playlist_play.outlined.svg" + }, + "round": { + "path": "playlist_play.round.svg" + }, + "sharp": { + "path": "playlist_play.sharp.svg" + }, + "default": { + "path": "playlist_play.default.svg" + }, + "twotone": { + "path": "playlist_play.twotone.svg" + } + } + }, + { + "id": "7k", + "name": "7K", + "variants": { + "outlined": { + "path": "7k.outlined.svg" + }, + "round": { + "path": "7k.round.svg" + }, + "sharp": { + "path": "7k.sharp.svg" + }, + "default": { + "path": "7k.default.svg" + }, + "twotone": { + "path": "7k.twotone.svg" + } + } + }, + { + "id": "7k_plus", + "name": "7K Plus", + "variants": { + "outlined": { + "path": "7k_plus.outlined.svg" + }, + "round": { + "path": "7k_plus.round.svg" + }, + "sharp": { + "path": "7k_plus.sharp.svg" + }, + "default": { + "path": "7k_plus.default.svg" + }, + "twotone": { + "path": "7k_plus.twotone.svg" + } + } + }, + { + "id": "movie_edit", + "name": "Movie Edit", + "variants": { + "default": { + "path": "movie_edit.default.svg" + } + } + }, + { + "id": "subscriptions", + "name": "Subscriptions", + "variants": { + "outlined": { + "path": "subscriptions.outlined.svg" + }, + "round": { + "path": "subscriptions.round.svg" + }, + "sharp": { + "path": "subscriptions.sharp.svg" + }, + "default": { + "path": "subscriptions.default.svg" + }, + "twotone": { + "path": "subscriptions.twotone.svg" + } + } + }, + { + "id": "fast_rewind", + "name": "Fast Rewind", + "variants": { + "outlined": { + "path": "fast_rewind.outlined.svg" + }, + "round": { + "path": "fast_rewind.round.svg" + }, + "sharp": { + "path": "fast_rewind.sharp.svg" + }, + "default": { + "path": "fast_rewind.default.svg" + }, + "twotone": { + "path": "fast_rewind.twotone.svg" + } + } + }, + { + "id": "play_circle", + "name": "Play Circle", + "variants": { + "outlined": { + "path": "play_circle.outlined.svg" + }, + "round": { + "path": "play_circle.round.svg" + }, + "sharp": { + "path": "play_circle.sharp.svg" + }, + "default": { + "path": "play_circle.default.svg" + }, + "twotone": { + "path": "play_circle.twotone.svg" + } + } + }, + { + "id": "mic_off", + "name": "Mic Off", + "variants": { + "outlined": { + "path": "mic_off.outlined.svg" + }, + "round": { + "path": "mic_off.round.svg" + }, + "sharp": { + "path": "mic_off.sharp.svg" + }, + "default": { + "path": "mic_off.default.svg" + }, + "twotone": { + "path": "mic_off.twotone.svg" + } + } + }, + { + "id": "6k", + "name": "6K", + "variants": { + "outlined": { + "path": "6k.outlined.svg" + }, + "round": { + "path": "6k.round.svg" + }, + "sharp": { + "path": "6k.sharp.svg" + }, + "default": { + "path": "6k.default.svg" + }, + "twotone": { + "path": "6k.twotone.svg" + } + } + }, + { + "id": "forward_30", + "name": "Forward 30", + "variants": { + "outlined": { + "path": "forward_30.outlined.svg" + }, + "round": { + "path": "forward_30.round.svg" + }, + "sharp": { + "path": "forward_30.sharp.svg" + }, + "default": { + "path": "forward_30.default.svg" + }, + "twotone": { + "path": "forward_30.twotone.svg" + } + } + }, + { + "id": "fiber_new", + "name": "Fiber New", + "variants": { + "outlined": { + "path": "fiber_new.outlined.svg" + }, + "round": { + "path": "fiber_new.round.svg" + }, + "sharp": { + "path": "fiber_new.sharp.svg" + }, + "default": { + "path": "fiber_new.default.svg" + }, + "twotone": { + "path": "fiber_new.twotone.svg" + } + } + }, + { + "id": "repeat_one_on", + "name": "Repeat One On", + "variants": { + "outlined": { + "path": "repeat_one_on.outlined.svg" + }, + "round": { + "path": "repeat_one_on.round.svg" + }, + "sharp": { + "path": "repeat_one_on.sharp.svg" + }, + "default": { + "path": "repeat_one_on.default.svg" + }, + "twotone": { + "path": "repeat_one_on.twotone.svg" + } + } + }, + { + "id": "add_to_queue", + "name": "Add To Queue", + "variants": { + "outlined": { + "path": "add_to_queue.outlined.svg" + }, + "round": { + "path": "add_to_queue.round.svg" + }, + "sharp": { + "path": "add_to_queue.sharp.svg" + }, + "default": { + "path": "add_to_queue.default.svg" + }, + "twotone": { + "path": "add_to_queue.twotone.svg" + } + } + }, + { + "id": "volume_down_alt", + "name": "Volume Down Alt", + "variants": { + "default": { + "path": "volume_down_alt.default.svg" + } + } + }, + { + "id": "5k", + "name": "5K", + "variants": { + "outlined": { + "path": "5k.outlined.svg" + }, + "round": { + "path": "5k.round.svg" + }, + "sharp": { + "path": "5k.sharp.svg" + }, + "default": { + "path": "5k.default.svg" + }, + "twotone": { + "path": "5k.twotone.svg" + } + } + }, + { + "id": "9k_plus", + "name": "9K Plus", + "variants": { + "outlined": { + "path": "9k_plus.outlined.svg" + }, + "round": { + "path": "9k_plus.round.svg" + }, + "sharp": { + "path": "9k_plus.sharp.svg" + }, + "default": { + "path": "9k_plus.default.svg" + }, + "twotone": { + "path": "9k_plus.twotone.svg" + } + } + }, + { + "id": "airplay", + "name": "Airplay", + "variants": { + "outlined": { + "path": "airplay.outlined.svg" + }, + "round": { + "path": "airplay.round.svg" + }, + "sharp": { + "path": "airplay.sharp.svg" + }, + "default": { + "path": "airplay.default.svg" + }, + "twotone": { + "path": "airplay.twotone.svg" + } + } + }, + { + "id": "replay_30", + "name": "Replay 30", + "variants": { + "outlined": { + "path": "replay_30.outlined.svg" + }, + "round": { + "path": "replay_30.round.svg" + }, + "sharp": { + "path": "replay_30.sharp.svg" + }, + "default": { + "path": "replay_30.default.svg" + }, + "twotone": { + "path": "replay_30.twotone.svg" + } + } + }, + { + "id": "hearing_disabled", + "name": "Hearing Disabled", + "variants": { + "outlined": { + "path": "hearing_disabled.outlined.svg" + }, + "round": { + "path": "hearing_disabled.round.svg" + }, + "sharp": { + "path": "hearing_disabled.sharp.svg" + }, + "default": { + "path": "hearing_disabled.default.svg" + }, + "twotone": { + "path": "hearing_disabled.twotone.svg" + } + } + }, + { + "id": "featured_play_list", + "name": "Featured Play List", + "variants": { + "outlined": { + "path": "featured_play_list.outlined.svg" + }, + "round": { + "path": "featured_play_list.round.svg" + }, + "sharp": { + "path": "featured_play_list.sharp.svg" + }, + "default": { + "path": "featured_play_list.default.svg" + }, + "twotone": { + "path": "featured_play_list.twotone.svg" + } + } + }, + { + "id": "queue_music", + "name": "Queue Music", + "variants": { + "outlined": { + "path": "queue_music.outlined.svg" + }, + "round": { + "path": "queue_music.round.svg" + }, + "sharp": { + "path": "queue_music.sharp.svg" + }, + "default": { + "path": "queue_music.default.svg" + }, + "twotone": { + "path": "queue_music.twotone.svg" + } + } + }, + { + "id": "pause_circle", + "name": "Pause Circle", + "variants": { + "outlined": { + "path": "pause_circle.outlined.svg" + }, + "round": { + "path": "pause_circle.round.svg" + }, + "sharp": { + "path": "pause_circle.sharp.svg" + }, + "default": { + "path": "pause_circle.default.svg" + }, + "twotone": { + "path": "pause_circle.twotone.svg" + } + } + }, + { + "id": "volume_up", + "name": "Volume Up", + "variants": { + "outlined": { + "path": "volume_up.outlined.svg" + }, + "round": { + "path": "volume_up.round.svg" + }, + "sharp": { + "path": "volume_up.sharp.svg" + }, + "default": { + "path": "volume_up.default.svg" + }, + "twotone": { + "path": "volume_up.twotone.svg" + } + } + }, + { + "id": "av_timer", + "name": "Av Timer", + "variants": { + "outlined": { + "path": "av_timer.outlined.svg" + }, + "round": { + "path": "av_timer.round.svg" + }, + "sharp": { + "path": "av_timer.sharp.svg" + }, + "default": { + "path": "av_timer.default.svg" + }, + "twotone": { + "path": "av_timer.twotone.svg" + } + } + }, + { + "id": "web_asset", + "name": "Web Asset", + "variants": { + "outlined": { + "path": "web_asset.outlined.svg" + }, + "round": { + "path": "web_asset.round.svg" + }, + "sharp": { + "path": "web_asset.sharp.svg" + }, + "default": { + "path": "web_asset.default.svg" + }, + "twotone": { + "path": "web_asset.twotone.svg" + } + } + }, + { + "id": "video_label", + "name": "Video Label", + "variants": { + "outlined": { + "path": "video_label.outlined.svg" + }, + "round": { + "path": "video_label.round.svg" + }, + "sharp": { + "path": "video_label.sharp.svg" + }, + "default": { + "path": "video_label.default.svg" + }, + "twotone": { + "path": "video_label.twotone.svg" + } + } + }, + { + "id": "volume_mute", + "name": "Volume Mute", + "variants": { + "outlined": { + "path": "volume_mute.outlined.svg" + }, + "round": { + "path": "volume_mute.round.svg" + }, + "sharp": { + "path": "volume_mute.sharp.svg" + }, + "default": { + "path": "volume_mute.default.svg" + }, + "twotone": { + "path": "volume_mute.twotone.svg" + } + } + }, + { + "id": "queue", + "name": "Queue", + "variants": { + "outlined": { + "path": "queue.outlined.svg" + }, + "round": { + "path": "queue.round.svg" + }, + "sharp": { + "path": "queue.sharp.svg" + }, + "default": { + "path": "queue.default.svg" + }, + "twotone": { + "path": "queue.twotone.svg" + } + } + }, + { + "id": "video_settings", + "name": "Video Settings", + "variants": { + "outlined": { + "path": "video_settings.outlined.svg" + }, + "round": { + "path": "video_settings.round.svg" + }, + "sharp": { + "path": "video_settings.sharp.svg" + }, + "default": { + "path": "video_settings.default.svg" + }, + "twotone": { + "path": "video_settings.twotone.svg" + } + } + }, + { + "id": "snooze", + "name": "Snooze", + "variants": { + "outlined": { + "path": "snooze.outlined.svg" + }, + "round": { + "path": "snooze.round.svg" + }, + "sharp": { + "path": "snooze.sharp.svg" + }, + "default": { + "path": "snooze.default.svg" + }, + "twotone": { + "path": "snooze.twotone.svg" + } + } + }, + { + "id": "not_interested", + "name": "Not Interested", + "variants": { + "outlined": { + "path": "not_interested.outlined.svg" + }, + "round": { + "path": "not_interested.round.svg" + }, + "sharp": { + "path": "not_interested.sharp.svg" + }, + "default": { + "path": "not_interested.default.svg" + }, + "twotone": { + "path": "not_interested.twotone.svg" + } + } + }, + { + "id": "playlist_add_check_circle", + "name": "Playlist Add Check Circle", + "variants": { + "outlined": { + "path": "playlist_add_check_circle.outlined.svg" + }, + "round": { + "path": "playlist_add_check_circle.round.svg" + }, + "sharp": { + "path": "playlist_add_check_circle.sharp.svg" + }, + "default": { + "path": "playlist_add_check_circle.default.svg" + }, + "twotone": { + "path": "playlist_add_check_circle.twotone.svg" + } + } + }, + { + "id": "fiber_smart_record", + "name": "Fiber Smart Record", + "variants": { + "outlined": { + "path": "fiber_smart_record.outlined.svg" + }, + "round": { + "path": "fiber_smart_record.round.svg" + }, + "sharp": { + "path": "fiber_smart_record.sharp.svg" + }, + "default": { + "path": "fiber_smart_record.default.svg" + }, + "twotone": { + "path": "fiber_smart_record.twotone.svg" + } + } + }, + { + "id": "branding_watermark", + "name": "Branding Watermark", + "variants": { + "outlined": { + "path": "branding_watermark.outlined.svg" + }, + "round": { + "path": "branding_watermark.round.svg" + }, + "sharp": { + "path": "branding_watermark.sharp.svg" + }, + "default": { + "path": "branding_watermark.default.svg" + }, + "twotone": { + "path": "branding_watermark.twotone.svg" + } + } + }, + { + "id": "subtitles", + "name": "Subtitles", + "variants": { + "outlined": { + "path": "subtitles.outlined.svg" + }, + "round": { + "path": "subtitles.round.svg" + }, + "sharp": { + "path": "subtitles.sharp.svg" + }, + "default": { + "path": "subtitles.default.svg" + }, + "twotone": { + "path": "subtitles.twotone.svg" + } + } + }, + { + "id": "video_call", + "name": "Video Call", + "variants": { + "outlined": { + "path": "video_call.outlined.svg" + }, + "round": { + "path": "video_call.round.svg" + }, + "sharp": { + "path": "video_call.sharp.svg" + }, + "default": { + "path": "video_call.default.svg" + }, + "twotone": { + "path": "video_call.twotone.svg" + } + } + }, + { + "id": "replay", + "name": "Replay", + "variants": { + "outlined": { + "path": "replay.outlined.svg" + }, + "round": { + "path": "replay.round.svg" + }, + "sharp": { + "path": "replay.sharp.svg" + }, + "default": { + "path": "replay.default.svg" + }, + "twotone": { + "path": "replay.twotone.svg" + } + } + }, + { + "id": "8k_plus", + "name": "8K Plus", + "variants": { + "outlined": { + "path": "8k_plus.outlined.svg" + }, + "round": { + "path": "8k_plus.round.svg" + }, + "sharp": { + "path": "8k_plus.sharp.svg" + }, + "default": { + "path": "8k_plus.default.svg" + }, + "twotone": { + "path": "8k_plus.twotone.svg" + } + } + }, + { + "id": "recent_actors", + "name": "Recent Actors", + "variants": { + "outlined": { + "path": "recent_actors.outlined.svg" + }, + "round": { + "path": "recent_actors.round.svg" + }, + "sharp": { + "path": "recent_actors.sharp.svg" + }, + "default": { + "path": "recent_actors.default.svg" + }, + "twotone": { + "path": "recent_actors.twotone.svg" + } + } + }, + { + "id": "fiber_dvr", + "name": "Fiber Dvr", + "variants": { + "outlined": { + "path": "fiber_dvr.outlined.svg" + }, + "round": { + "path": "fiber_dvr.round.svg" + }, + "sharp": { + "path": "fiber_dvr.sharp.svg" + }, + "default": { + "path": "fiber_dvr.default.svg" + }, + "twotone": { + "path": "fiber_dvr.twotone.svg" + } + } + }, + { + "id": "fast_forward", + "name": "Fast Forward", + "variants": { + "outlined": { + "path": "fast_forward.outlined.svg" + }, + "round": { + "path": "fast_forward.round.svg" + }, + "sharp": { + "path": "fast_forward.sharp.svg" + }, + "default": { + "path": "fast_forward.default.svg" + }, + "twotone": { + "path": "fast_forward.twotone.svg" + } + } + }, + { + "id": "repeat_on", + "name": "Repeat On", + "variants": { + "outlined": { + "path": "repeat_on.outlined.svg" + }, + "round": { + "path": "repeat_on.round.svg" + }, + "sharp": { + "path": "repeat_on.sharp.svg" + }, + "default": { + "path": "repeat_on.default.svg" + }, + "twotone": { + "path": "repeat_on.twotone.svg" + } + } + }, + { + "id": "album", + "name": "Album", + "variants": { + "outlined": { + "path": "album.outlined.svg" + }, + "round": { + "path": "album.round.svg" + }, + "sharp": { + "path": "album.sharp.svg" + }, + "default": { + "path": "album.default.svg" + }, + "twotone": { + "path": "album.twotone.svg" + } + } + }, + { + "id": "1k", + "name": "1K", + "variants": { + "outlined": { + "path": "1k.outlined.svg" + }, + "round": { + "path": "1k.round.svg" + }, + "sharp": { + "path": "1k.sharp.svg" + }, + "default": { + "path": "1k.default.svg" + }, + "twotone": { + "path": "1k.twotone.svg" + } + } + }, + { + "id": "games", + "name": "Games", + "variants": { + "outlined": { + "path": "games.outlined.svg" + }, + "round": { + "path": "games.round.svg" + }, + "sharp": { + "path": "games.sharp.svg" + }, + "default": { + "path": "games.default.svg" + }, + "twotone": { + "path": "games.twotone.svg" + } + } + }, + { + "id": "web_asset_off", + "name": "Web Asset Off", + "variants": { + "outlined": { + "path": "web_asset_off.outlined.svg" + }, + "round": { + "path": "web_asset_off.round.svg" + }, + "sharp": { + "path": "web_asset_off.sharp.svg" + }, + "default": { + "path": "web_asset_off.default.svg" + }, + "twotone": { + "path": "web_asset_off.twotone.svg" + } + } + }, + { + "id": "skip_previous", + "name": "Skip Previous", + "variants": { + "outlined": { + "path": "skip_previous.outlined.svg" + }, + "round": { + "path": "skip_previous.round.svg" + }, + "sharp": { + "path": "skip_previous.sharp.svg" + }, + "default": { + "path": "skip_previous.default.svg" + }, + "twotone": { + "path": "skip_previous.twotone.svg" + } + } + }, + { + "id": "shuffle_on", + "name": "Shuffle On", + "variants": { + "outlined": { + "path": "shuffle_on.outlined.svg" + }, + "round": { + "path": "shuffle_on.round.svg" + }, + "sharp": { + "path": "shuffle_on.sharp.svg" + }, + "default": { + "path": "shuffle_on.default.svg" + }, + "twotone": { + "path": "shuffle_on.twotone.svg" + } + } + }, + { + "id": "loop", + "name": "Loop", + "variants": { + "outlined": { + "path": "loop.outlined.svg" + }, + "round": { + "path": "loop.round.svg" + }, + "sharp": { + "path": "loop.sharp.svg" + }, + "default": { + "path": "loop.default.svg" + }, + "twotone": { + "path": "loop.twotone.svg" + } + } + }, + { + "id": "closed_caption_disabled", + "name": "Closed Caption Disabled", + "variants": { + "outlined": { + "path": "closed_caption_disabled.outlined.svg" + }, + "round": { + "path": "closed_caption_disabled.round.svg" + }, + "sharp": { + "path": "closed_caption_disabled.sharp.svg" + }, + "default": { + "path": "closed_caption_disabled.default.svg" + }, + "twotone": { + "path": "closed_caption_disabled.twotone.svg" + } + } + }, + { + "id": "2k", + "name": "2K", + "variants": { + "outlined": { + "path": "2k.outlined.svg" + }, + "round": { + "path": "2k.round.svg" + }, + "sharp": { + "path": "2k.sharp.svg" + }, + "default": { + "path": "2k.default.svg" + }, + "twotone": { + "path": "2k.twotone.svg" + } + } + }, + { + "id": "library_add_check", + "name": "Library Add Check", + "variants": { + "outlined": { + "path": "library_add_check.outlined.svg" + }, + "round": { + "path": "library_add_check.round.svg" + }, + "sharp": { + "path": "library_add_check.sharp.svg" + }, + "default": { + "path": "library_add_check.default.svg" + }, + "twotone": { + "path": "library_add_check.twotone.svg" + } + } + }, + { + "id": "art_track", + "name": "Art Track", + "variants": { + "outlined": { + "path": "art_track.outlined.svg" + }, + "round": { + "path": "art_track.round.svg" + }, + "sharp": { + "path": "art_track.sharp.svg" + }, + "default": { + "path": "art_track.default.svg" + }, + "twotone": { + "path": "art_track.twotone.svg" + } + } + }, + { + "id": "skip_next", + "name": "Skip Next", + "variants": { + "outlined": { + "path": "skip_next.outlined.svg" + }, + "round": { + "path": "skip_next.round.svg" + }, + "sharp": { + "path": "skip_next.sharp.svg" + }, + "default": { + "path": "skip_next.default.svg" + }, + "twotone": { + "path": "skip_next.twotone.svg" + } + } + }, + { + "id": "play_circle_outline", + "name": "Play Circle Outline", + "variants": { + "outlined": { + "path": "play_circle_outline.outlined.svg" + }, + "round": { + "path": "play_circle_outline.round.svg" + }, + "sharp": { + "path": "play_circle_outline.sharp.svg" + }, + "default": { + "path": "play_circle_outline.default.svg" + }, + "twotone": { + "path": "play_circle_outline.twotone.svg" + } + } + }, + { + "id": "8k", + "name": "8K", + "variants": { + "outlined": { + "path": "8k.outlined.svg" + }, + "round": { + "path": "8k.round.svg" + }, + "sharp": { + "path": "8k.sharp.svg" + }, + "default": { + "path": "8k.default.svg" + }, + "twotone": { + "path": "8k.twotone.svg" + } + } + }, + { + "id": "folder_shared", + "name": "Folder Shared", + "variants": { + "outlined": { + "path": "folder_shared.outlined.svg" + }, + "round": { + "path": "folder_shared.round.svg" + }, + "sharp": { + "path": "folder_shared.sharp.svg" + }, + "default": { + "path": "folder_shared.default.svg" + }, + "twotone": { + "path": "folder_shared.twotone.svg" + } + } + }, + { + "id": "snippet_folder", + "name": "Snippet Folder", + "variants": { + "outlined": { + "path": "snippet_folder.outlined.svg" + }, + "round": { + "path": "snippet_folder.round.svg" + }, + "sharp": { + "path": "snippet_folder.sharp.svg" + }, + "default": { + "path": "snippet_folder.default.svg" + }, + "twotone": { + "path": "snippet_folder.twotone.svg" + } + } + }, + { + "id": "file_upload", + "name": "File Upload", + "variants": { + "outlined": { + "path": "file_upload.outlined.svg" + }, + "round": { + "path": "file_upload.round.svg" + }, + "sharp": { + "path": "file_upload.sharp.svg" + }, + "default": { + "path": "file_upload.default.svg" + }, + "twotone": { + "path": "file_upload.twotone.svg" + } + } + }, + { + "id": "create_new_folder", + "name": "Create New Folder", + "variants": { + "outlined": { + "path": "create_new_folder.outlined.svg" + }, + "round": { + "path": "create_new_folder.round.svg" + }, + "sharp": { + "path": "create_new_folder.sharp.svg" + }, + "default": { + "path": "create_new_folder.default.svg" + }, + "twotone": { + "path": "create_new_folder.twotone.svg" + } + } + }, + { + "id": "folder_open", + "name": "Folder Open", + "variants": { + "outlined": { + "path": "folder_open.outlined.svg" + }, + "round": { + "path": "folder_open.round.svg" + }, + "sharp": { + "path": "folder_open.sharp.svg" + }, + "default": { + "path": "folder_open.default.svg" + }, + "twotone": { + "path": "folder_open.twotone.svg" + } + } + }, + { + "id": "drive_file_move_rtl", + "name": "Drive File Move Rtl", + "variants": { + "outlined": { + "path": "drive_file_move_rtl.outlined.svg" + }, + "round": { + "path": "drive_file_move_rtl.round.svg" + }, + "sharp": { + "path": "drive_file_move_rtl.sharp.svg" + }, + "default": { + "path": "drive_file_move_rtl.default.svg" + }, + "twotone": { + "path": "drive_file_move_rtl.twotone.svg" + } + } + }, + { + "id": "drive_file_move", + "name": "Drive File Move", + "variants": { + "outlined": { + "path": "drive_file_move.outlined.svg" + }, + "round": { + "path": "drive_file_move.round.svg" + }, + "sharp": { + "path": "drive_file_move.sharp.svg" + }, + "default": { + "path": "drive_file_move.default.svg" + }, + "twotone": { + "path": "drive_file_move.twotone.svg" + } + } + }, + { + "id": "cloud_done", + "name": "Cloud Done", + "variants": { + "outlined": { + "path": "cloud_done.outlined.svg" + }, + "round": { + "path": "cloud_done.round.svg" + }, + "sharp": { + "path": "cloud_done.sharp.svg" + }, + "default": { + "path": "cloud_done.default.svg" + }, + "twotone": { + "path": "cloud_done.twotone.svg" + } + } + }, + { + "id": "cloud_queue", + "name": "Cloud Queue", + "variants": { + "outlined": { + "path": "cloud_queue.outlined.svg" + }, + "round": { + "path": "cloud_queue.round.svg" + }, + "sharp": { + "path": "cloud_queue.sharp.svg" + }, + "default": { + "path": "cloud_queue.default.svg" + }, + "twotone": { + "path": "cloud_queue.twotone.svg" + } + } + }, + { + "id": "folder_copy", + "name": "Folder Copy", + "variants": { + "outlined": { + "path": "folder_copy.outlined.svg" + }, + "round": { + "path": "folder_copy.round.svg" + }, + "sharp": { + "path": "folder_copy.sharp.svg" + }, + "default": { + "path": "folder_copy.default.svg" + }, + "twotone": { + "path": "folder_copy.twotone.svg" + } + } + }, + { + "id": "drive_file_rename_outline", + "name": "Drive File Rename Outline", + "variants": { + "outlined": { + "path": "drive_file_rename_outline.outlined.svg" + }, + "round": { + "path": "drive_file_rename_outline.round.svg" + }, + "sharp": { + "path": "drive_file_rename_outline.sharp.svg" + }, + "default": { + "path": "drive_file_rename_outline.default.svg" + }, + "twotone": { + "path": "drive_file_rename_outline.twotone.svg" + } + } + }, + { + "id": "drive_file_move_outline", + "name": "Drive File Move Outline", + "variants": { + "default": { + "path": "drive_file_move_outline.default.svg" + } + } + }, + { + "id": "download_done", + "name": "Download Done", + "variants": { + "outlined": { + "path": "download_done.outlined.svg" + }, + "round": { + "path": "download_done.round.svg" + }, + "sharp": { + "path": "download_done.sharp.svg" + }, + "default": { + "path": "download_done.default.svg" + }, + "twotone": { + "path": "download_done.twotone.svg" + } + } + }, + { + "id": "folder_delete", + "name": "Folder Delete", + "variants": { + "outlined": { + "path": "folder_delete.outlined.svg" + }, + "round": { + "path": "folder_delete.round.svg" + }, + "sharp": { + "path": "folder_delete.sharp.svg" + }, + "default": { + "path": "folder_delete.default.svg" + }, + "twotone": { + "path": "folder_delete.twotone.svg" + } + } + }, + { + "id": "text_snippet", + "name": "Text Snippet", + "variants": { + "outlined": { + "path": "text_snippet.outlined.svg" + }, + "round": { + "path": "text_snippet.round.svg" + }, + "sharp": { + "path": "text_snippet.sharp.svg" + }, + "default": { + "path": "text_snippet.default.svg" + }, + "twotone": { + "path": "text_snippet.twotone.svg" + } + } + }, + { + "id": "cloud_download", + "name": "Cloud Download", + "variants": { + "outlined": { + "path": "cloud_download.outlined.svg" + }, + "round": { + "path": "cloud_download.round.svg" + }, + "sharp": { + "path": "cloud_download.sharp.svg" + }, + "default": { + "path": "cloud_download.default.svg" + }, + "twotone": { + "path": "cloud_download.twotone.svg" + } + } + }, + { + "id": "file_download_off", + "name": "File Download Off", + "variants": { + "outlined": { + "path": "file_download_off.outlined.svg" + }, + "round": { + "path": "file_download_off.round.svg" + }, + "sharp": { + "path": "file_download_off.sharp.svg" + }, + "default": { + "path": "file_download_off.default.svg" + }, + "twotone": { + "path": "file_download_off.twotone.svg" + } + } + }, + { + "id": "file_open", + "name": "File Open", + "variants": { + "outlined": { + "path": "file_open.outlined.svg" + }, + "round": { + "path": "file_open.round.svg" + }, + "sharp": { + "path": "file_open.sharp.svg" + }, + "default": { + "path": "file_open.default.svg" + }, + "twotone": { + "path": "file_open.twotone.svg" + } + } + }, + { + "id": "attachment", + "name": "Attachment", + "variants": { + "outlined": { + "path": "attachment.outlined.svg" + }, + "round": { + "path": "attachment.round.svg" + }, + "sharp": { + "path": "attachment.sharp.svg" + }, + "default": { + "path": "attachment.default.svg" + }, + "twotone": { + "path": "attachment.twotone.svg" + } + } + }, + { + "id": "cloud_upload", + "name": "Cloud Upload", + "variants": { + "outlined": { + "path": "cloud_upload.outlined.svg" + }, + "round": { + "path": "cloud_upload.round.svg" + }, + "sharp": { + "path": "cloud_upload.sharp.svg" + }, + "default": { + "path": "cloud_upload.default.svg" + }, + "twotone": { + "path": "cloud_upload.twotone.svg" + } + } + }, + { + "id": "folder", + "name": "Folder", + "variants": { + "outlined": { + "path": "folder.outlined.svg" + }, + "round": { + "path": "folder.round.svg" + }, + "sharp": { + "path": "folder.sharp.svg" + }, + "default": { + "path": "folder.default.svg" + }, + "twotone": { + "path": "folder.twotone.svg" + } + } + }, + { + "id": "file_download_done", + "name": "File Download Done", + "variants": { + "outlined": { + "path": "file_download_done.outlined.svg" + }, + "round": { + "path": "file_download_done.round.svg" + }, + "sharp": { + "path": "file_download_done.sharp.svg" + }, + "default": { + "path": "file_download_done.default.svg" + }, + "twotone": { + "path": "file_download_done.twotone.svg" + } + } + }, + { + "id": "cloud_circle", + "name": "Cloud Circle", + "variants": { + "outlined": { + "path": "cloud_circle.outlined.svg" + }, + "round": { + "path": "cloud_circle.round.svg" + }, + "sharp": { + "path": "cloud_circle.sharp.svg" + }, + "default": { + "path": "cloud_circle.default.svg" + }, + "twotone": { + "path": "cloud_circle.twotone.svg" + } + } + }, + { + "id": "format_overline", + "name": "Format Overline", + "variants": { + "outlined": { + "path": "format_overline.outlined.svg" + }, + "round": { + "path": "format_overline.round.svg" + }, + "sharp": { + "path": "format_overline.sharp.svg" + }, + "default": { + "path": "format_overline.default.svg" + }, + "twotone": { + "path": "format_overline.twotone.svg" + } + } + }, + { + "id": "download_for_offline", + "name": "Download For Offline", + "variants": { + "outlined": { + "path": "download_for_offline.outlined.svg" + }, + "round": { + "path": "download_for_offline.round.svg" + }, + "sharp": { + "path": "download_for_offline.sharp.svg" + }, + "default": { + "path": "download_for_offline.default.svg" + }, + "twotone": { + "path": "download_for_offline.twotone.svg" + } + } + }, + { + "id": "cloud_sync", + "name": "Cloud Sync", + "variants": { + "outlined": { + "path": "cloud_sync.outlined.svg" + }, + "round": { + "path": "cloud_sync.round.svg" + }, + "sharp": { + "path": "cloud_sync.sharp.svg" + }, + "default": { + "path": "cloud_sync.default.svg" + }, + "twotone": { + "path": "cloud_sync.twotone.svg" + } + } + }, + { + "id": "newspaper", + "name": "Newspaper", + "variants": { + "outlined": { + "path": "newspaper.outlined.svg" + }, + "round": { + "path": "newspaper.round.svg" + }, + "sharp": { + "path": "newspaper.sharp.svg" + }, + "default": { + "path": "newspaper.default.svg" + }, + "twotone": { + "path": "newspaper.twotone.svg" + } + } + }, + { + "id": "topic", + "name": "Topic", + "variants": { + "outlined": { + "path": "topic.outlined.svg" + }, + "round": { + "path": "topic.round.svg" + }, + "sharp": { + "path": "topic.sharp.svg" + }, + "default": { + "path": "topic.default.svg" + }, + "twotone": { + "path": "topic.twotone.svg" + } + } + }, + { + "id": "workspaces", + "name": "Workspaces", + "variants": { + "outlined": { + "path": "workspaces.outlined.svg" + }, + "round": { + "path": "workspaces.round.svg" + }, + "sharp": { + "path": "workspaces.sharp.svg" + }, + "default": { + "path": "workspaces.default.svg" + }, + "twotone": { + "path": "workspaces.twotone.svg" + } + } + }, + { + "id": "rule_folder", + "name": "Rule Folder", + "variants": { + "outlined": { + "path": "rule_folder.outlined.svg" + }, + "round": { + "path": "rule_folder.round.svg" + }, + "sharp": { + "path": "rule_folder.sharp.svg" + }, + "default": { + "path": "rule_folder.default.svg" + }, + "twotone": { + "path": "rule_folder.twotone.svg" + } + } + }, + { + "id": "folder_zip", + "name": "Folder Zip", + "variants": { + "outlined": { + "path": "folder_zip.outlined.svg" + }, + "round": { + "path": "folder_zip.round.svg" + }, + "sharp": { + "path": "folder_zip.sharp.svg" + }, + "default": { + "path": "folder_zip.default.svg" + }, + "twotone": { + "path": "folder_zip.twotone.svg" + } + } + }, + { + "id": "difference", + "name": "Difference", + "variants": { + "outlined": { + "path": "difference.outlined.svg" + }, + "round": { + "path": "difference.round.svg" + }, + "sharp": { + "path": "difference.sharp.svg" + }, + "default": { + "path": "difference.default.svg" + }, + "twotone": { + "path": "difference.twotone.svg" + } + } + }, + { + "id": "attach_email", + "name": "Attach Email", + "variants": { + "outlined": { + "path": "attach_email.outlined.svg" + }, + "round": { + "path": "attach_email.round.svg" + }, + "sharp": { + "path": "attach_email.sharp.svg" + }, + "default": { + "path": "attach_email.default.svg" + }, + "twotone": { + "path": "attach_email.twotone.svg" + } + } + }, + { + "id": "download", + "name": "Download", + "variants": { + "outlined": { + "path": "download.outlined.svg" + }, + "round": { + "path": "download.round.svg" + }, + "sharp": { + "path": "download.sharp.svg" + }, + "default": { + "path": "download.default.svg" + }, + "twotone": { + "path": "download.twotone.svg" + } + } + }, + { + "id": "workspaces_outline", + "name": "Workspaces Outline", + "variants": { + "default": { + "path": "workspaces_outline.default.svg" + } + } + }, + { + "id": "downloading", + "name": "Downloading", + "variants": { + "outlined": { + "path": "downloading.outlined.svg" + }, + "round": { + "path": "downloading.round.svg" + }, + "sharp": { + "path": "downloading.sharp.svg" + }, + "default": { + "path": "downloading.default.svg" + }, + "twotone": { + "path": "downloading.twotone.svg" + } + } + }, + { + "id": "cloud", + "name": "Cloud", + "variants": { + "outlined": { + "path": "cloud.outlined.svg" + }, + "round": { + "path": "cloud.round.svg" + }, + "sharp": { + "path": "cloud.sharp.svg" + }, + "default": { + "path": "cloud.default.svg" + }, + "twotone": { + "path": "cloud.twotone.svg" + } + } + }, + { + "id": "file_download", + "name": "File Download", + "variants": { + "outlined": { + "path": "file_download.outlined.svg" + }, + "round": { + "path": "file_download.round.svg" + }, + "sharp": { + "path": "file_download.sharp.svg" + }, + "default": { + "path": "file_download.default.svg" + }, + "twotone": { + "path": "file_download.twotone.svg" + } + } + }, + { + "id": "drive_folder_upload", + "name": "Drive Folder Upload", + "variants": { + "outlined": { + "path": "drive_folder_upload.outlined.svg" + }, + "round": { + "path": "drive_folder_upload.round.svg" + }, + "sharp": { + "path": "drive_folder_upload.sharp.svg" + }, + "default": { + "path": "drive_folder_upload.default.svg" + }, + "twotone": { + "path": "drive_folder_upload.twotone.svg" + } + } + }, + { + "id": "upload_file", + "name": "Upload File", + "variants": { + "outlined": { + "path": "upload_file.outlined.svg" + }, + "round": { + "path": "upload_file.round.svg" + }, + "sharp": { + "path": "upload_file.sharp.svg" + }, + "default": { + "path": "upload_file.default.svg" + }, + "twotone": { + "path": "upload_file.twotone.svg" + } + } + }, + { + "id": "grid_view", + "name": "Grid View", + "variants": { + "outlined": { + "path": "grid_view.outlined.svg" + }, + "round": { + "path": "grid_view.round.svg" + }, + "sharp": { + "path": "grid_view.sharp.svg" + }, + "default": { + "path": "grid_view.default.svg" + }, + "twotone": { + "path": "grid_view.twotone.svg" + } + } + }, + { + "id": "cloud_off", + "name": "Cloud Off", + "variants": { + "outlined": { + "path": "cloud_off.outlined.svg" + }, + "round": { + "path": "cloud_off.round.svg" + }, + "sharp": { + "path": "cloud_off.sharp.svg" + }, + "default": { + "path": "cloud_off.default.svg" + }, + "twotone": { + "path": "cloud_off.twotone.svg" + } + } + }, + { + "id": "workspaces_filled", + "name": "Workspaces Filled", + "variants": { + "default": { + "path": "workspaces_filled.default.svg" + } + } + }, + { + "id": "file_upload_off", + "name": "File Upload Off", + "variants": { + "default": { + "path": "file_upload_off.default.svg" + } + } + }, + { + "id": "request_quote", + "name": "Request Quote", + "variants": { + "outlined": { + "path": "request_quote.outlined.svg" + }, + "round": { + "path": "request_quote.round.svg" + }, + "sharp": { + "path": "request_quote.sharp.svg" + }, + "default": { + "path": "request_quote.default.svg" + }, + "twotone": { + "path": "request_quote.twotone.svg" + } + } + }, + { + "id": "folder_off", + "name": "Folder Off", + "variants": { + "outlined": { + "path": "folder_off.outlined.svg" + }, + "round": { + "path": "folder_off.round.svg" + }, + "sharp": { + "path": "folder_off.sharp.svg" + }, + "default": { + "path": "folder_off.default.svg" + }, + "twotone": { + "path": "folder_off.twotone.svg" + } + } + }, + { + "id": "upload", + "name": "Upload", + "variants": { + "outlined": { + "path": "upload.outlined.svg" + }, + "round": { + "path": "upload.round.svg" + }, + "sharp": { + "path": "upload.sharp.svg" + }, + "default": { + "path": "upload.default.svg" + }, + "twotone": { + "path": "upload.twotone.svg" + } + } + }, + { + "id": "approval", + "name": "Approval", + "variants": { + "outlined": { + "path": "approval.outlined.svg" + }, + "round": { + "path": "approval.round.svg" + }, + "sharp": { + "path": "approval.sharp.svg" + }, + "default": { + "path": "approval.default.svg" + }, + "twotone": { + "path": "approval.twotone.svg" + } + } + }, + { + "id": "phone_callback", + "name": "Phone Callback", + "variants": { + "outlined": { + "path": "phone_callback.outlined.svg" + }, + "round": { + "path": "phone_callback.round.svg" + }, + "sharp": { + "path": "phone_callback.sharp.svg" + }, + "default": { + "path": "phone_callback.default.svg" + }, + "twotone": { + "path": "phone_callback.twotone.svg" + } + } + }, + { + "id": "vibration", + "name": "Vibration", + "variants": { + "outlined": { + "path": "vibration.outlined.svg" + }, + "round": { + "path": "vibration.round.svg" + }, + "sharp": { + "path": "vibration.sharp.svg" + }, + "default": { + "path": "vibration.default.svg" + }, + "twotone": { + "path": "vibration.twotone.svg" + } + } + }, + { + "id": "phone_paused", + "name": "Phone Paused", + "variants": { + "outlined": { + "path": "phone_paused.outlined.svg" + }, + "round": { + "path": "phone_paused.round.svg" + }, + "sharp": { + "path": "phone_paused.sharp.svg" + }, + "default": { + "path": "phone_paused.default.svg" + }, + "twotone": { + "path": "phone_paused.twotone.svg" + } + } + }, + { + "id": "power", + "name": "Power", + "variants": { + "outlined": { + "path": "power.outlined.svg" + }, + "round": { + "path": "power.round.svg" + }, + "sharp": { + "path": "power.sharp.svg" + }, + "default": { + "path": "power.default.svg" + }, + "twotone": { + "path": "power.twotone.svg" + } + } + }, + { + "id": "wifi", + "name": "Wifi", + "variants": { + "outlined": { + "path": "wifi.outlined.svg" + }, + "round": { + "path": "wifi.round.svg" + }, + "sharp": { + "path": "wifi.sharp.svg" + }, + "default": { + "path": "wifi.default.svg" + }, + "twotone": { + "path": "wifi.twotone.svg" + } + } + }, + { + "id": "airline_seat_recline_extra", + "name": "Airline Seat Recline Extra", + "variants": { + "outlined": { + "path": "airline_seat_recline_extra.outlined.svg" + }, + "round": { + "path": "airline_seat_recline_extra.round.svg" + }, + "sharp": { + "path": "airline_seat_recline_extra.sharp.svg" + }, + "default": { + "path": "airline_seat_recline_extra.default.svg" + }, + "twotone": { + "path": "airline_seat_recline_extra.twotone.svg" + } + } + }, + { + "id": "sms_failed", + "name": "Sms Failed", + "variants": { + "outlined": { + "path": "sms_failed.outlined.svg" + }, + "round": { + "path": "sms_failed.round.svg" + }, + "sharp": { + "path": "sms_failed.sharp.svg" + }, + "default": { + "path": "sms_failed.default.svg" + }, + "twotone": { + "path": "sms_failed.twotone.svg" + } + } + }, + { + "id": "airline_seat_legroom_normal", + "name": "Airline Seat Legroom Normal", + "variants": { + "outlined": { + "path": "airline_seat_legroom_normal.outlined.svg" + }, + "round": { + "path": "airline_seat_legroom_normal.round.svg" + }, + "sharp": { + "path": "airline_seat_legroom_normal.sharp.svg" + }, + "default": { + "path": "airline_seat_legroom_normal.default.svg" + }, + "twotone": { + "path": "airline_seat_legroom_normal.twotone.svg" + } + } + }, + { + "id": "do_disturb_on", + "name": "Do Disturb On", + "variants": { + "outlined": { + "path": "do_disturb_on.outlined.svg" + }, + "round": { + "path": "do_disturb_on.round.svg" + }, + "sharp": { + "path": "do_disturb_on.sharp.svg" + }, + "default": { + "path": "do_disturb_on.default.svg" + }, + "twotone": { + "path": "do_disturb_on.twotone.svg" + } + } + }, + { + "id": "enhanced_encryption", + "name": "Enhanced Encryption", + "variants": { + "outlined": { + "path": "enhanced_encryption.outlined.svg" + }, + "round": { + "path": "enhanced_encryption.round.svg" + }, + "sharp": { + "path": "enhanced_encryption.sharp.svg" + }, + "default": { + "path": "enhanced_encryption.default.svg" + }, + "twotone": { + "path": "enhanced_encryption.twotone.svg" + } + } + }, + { + "id": "tap_and_play", + "name": "Tap And Play", + "variants": { + "outlined": { + "path": "tap_and_play.outlined.svg" + }, + "round": { + "path": "tap_and_play.round.svg" + }, + "sharp": { + "path": "tap_and_play.sharp.svg" + }, + "default": { + "path": "tap_and_play.default.svg" + }, + "twotone": { + "path": "tap_and_play.twotone.svg" + } + } + }, + { + "id": "phone_locked", + "name": "Phone Locked", + "variants": { + "outlined": { + "path": "phone_locked.outlined.svg" + }, + "round": { + "path": "phone_locked.round.svg" + }, + "sharp": { + "path": "phone_locked.sharp.svg" + }, + "default": { + "path": "phone_locked.default.svg" + }, + "twotone": { + "path": "phone_locked.twotone.svg" + } + } + }, + { + "id": "do_not_disturb_on", + "name": "Do Not Disturb On", + "variants": { + "outlined": { + "path": "do_not_disturb_on.outlined.svg" + }, + "round": { + "path": "do_not_disturb_on.round.svg" + }, + "sharp": { + "path": "do_not_disturb_on.sharp.svg" + }, + "default": { + "path": "do_not_disturb_on.default.svg" + }, + "twotone": { + "path": "do_not_disturb_on.twotone.svg" + } + } + }, + { + "id": "do_disturb", + "name": "Do Disturb", + "variants": { + "outlined": { + "path": "do_disturb.outlined.svg" + }, + "round": { + "path": "do_disturb.round.svg" + }, + "sharp": { + "path": "do_disturb.sharp.svg" + }, + "default": { + "path": "do_disturb.default.svg" + }, + "twotone": { + "path": "do_disturb.twotone.svg" + } + } + }, + { + "id": "power_off", + "name": "Power Off", + "variants": { + "outlined": { + "path": "power_off.outlined.svg" + }, + "round": { + "path": "power_off.round.svg" + }, + "sharp": { + "path": "power_off.sharp.svg" + }, + "default": { + "path": "power_off.default.svg" + }, + "twotone": { + "path": "power_off.twotone.svg" + } + } + }, + { + "id": "voice_chat", + "name": "Voice Chat", + "variants": { + "outlined": { + "path": "voice_chat.outlined.svg" + }, + "round": { + "path": "voice_chat.round.svg" + }, + "sharp": { + "path": "voice_chat.sharp.svg" + }, + "default": { + "path": "voice_chat.default.svg" + }, + "twotone": { + "path": "voice_chat.twotone.svg" + } + } + }, + { + "id": "airline_seat_legroom_reduced", + "name": "Airline Seat Legroom Reduced", + "variants": { + "outlined": { + "path": "airline_seat_legroom_reduced.outlined.svg" + }, + "round": { + "path": "airline_seat_legroom_reduced.round.svg" + }, + "sharp": { + "path": "airline_seat_legroom_reduced.sharp.svg" + }, + "default": { + "path": "airline_seat_legroom_reduced.default.svg" + }, + "twotone": { + "path": "airline_seat_legroom_reduced.twotone.svg" + } + } + }, + { + "id": "sms", + "name": "Sms", + "variants": { + "outlined": { + "path": "sms.outlined.svg" + }, + "round": { + "path": "sms.round.svg" + }, + "sharp": { + "path": "sms.sharp.svg" + }, + "default": { + "path": "sms.default.svg" + }, + "twotone": { + "path": "sms.twotone.svg" + } + } + }, + { + "id": "sd_card", + "name": "Sd Card", + "variants": { + "outlined": { + "path": "sd_card.outlined.svg" + }, + "round": { + "path": "sd_card.round.svg" + }, + "sharp": { + "path": "sd_card.sharp.svg" + }, + "default": { + "path": "sd_card.default.svg" + }, + "twotone": { + "path": "sd_card.twotone.svg" + } + } + }, + { + "id": "sync_problem", + "name": "Sync Problem", + "variants": { + "outlined": { + "path": "sync_problem.outlined.svg" + }, + "round": { + "path": "sync_problem.round.svg" + }, + "sharp": { + "path": "sync_problem.sharp.svg" + }, + "default": { + "path": "sync_problem.default.svg" + }, + "twotone": { + "path": "sync_problem.twotone.svg" + } + } + }, + { + "id": "folder_special", + "name": "Folder Special", + "variants": { + "outlined": { + "path": "folder_special.outlined.svg" + }, + "round": { + "path": "folder_special.round.svg" + }, + "sharp": { + "path": "folder_special.sharp.svg" + }, + "default": { + "path": "folder_special.default.svg" + }, + "twotone": { + "path": "folder_special.twotone.svg" + } + } + }, + { + "id": "network_locked", + "name": "Network Locked", + "variants": { + "outlined": { + "path": "network_locked.outlined.svg" + }, + "round": { + "path": "network_locked.round.svg" + }, + "sharp": { + "path": "network_locked.sharp.svg" + }, + "default": { + "path": "network_locked.default.svg" + }, + "twotone": { + "path": "network_locked.twotone.svg" + } + } + }, + { + "id": "system_update", + "name": "System Update", + "variants": { + "outlined": { + "path": "system_update.outlined.svg" + }, + "round": { + "path": "system_update.round.svg" + }, + "sharp": { + "path": "system_update.sharp.svg" + }, + "default": { + "path": "system_update.default.svg" + }, + "twotone": { + "path": "system_update.twotone.svg" + } + } + }, + { + "id": "do_not_disturb", + "name": "Do Not Disturb", + "variants": { + "outlined": { + "path": "do_not_disturb.outlined.svg" + }, + "round": { + "path": "do_not_disturb.round.svg" + }, + "sharp": { + "path": "do_not_disturb.sharp.svg" + }, + "default": { + "path": "do_not_disturb.default.svg" + }, + "twotone": { + "path": "do_not_disturb.twotone.svg" + } + } + }, + { + "id": "tv_off", + "name": "Tv Off", + "variants": { + "outlined": { + "path": "tv_off.outlined.svg" + }, + "round": { + "path": "tv_off.round.svg" + }, + "sharp": { + "path": "tv_off.sharp.svg" + }, + "default": { + "path": "tv_off.default.svg" + }, + "twotone": { + "path": "tv_off.twotone.svg" + } + } + }, + { + "id": "airline_seat_individual_suite", + "name": "Airline Seat Individual Suite", + "variants": { + "outlined": { + "path": "airline_seat_individual_suite.outlined.svg" + }, + "round": { + "path": "airline_seat_individual_suite.round.svg" + }, + "sharp": { + "path": "airline_seat_individual_suite.sharp.svg" + }, + "default": { + "path": "airline_seat_individual_suite.default.svg" + }, + "twotone": { + "path": "airline_seat_individual_suite.twotone.svg" + } + } + }, + { + "id": "time_to_leave", + "name": "Time To Leave", + "variants": { + "outlined": { + "path": "time_to_leave.outlined.svg" + }, + "round": { + "path": "time_to_leave.round.svg" + }, + "sharp": { + "path": "time_to_leave.sharp.svg" + }, + "default": { + "path": "time_to_leave.default.svg" + }, + "twotone": { + "path": "time_to_leave.twotone.svg" + } + } + }, + { + "id": "live_tv", + "name": "Live Tv", + "variants": { + "outlined": { + "path": "live_tv.outlined.svg" + }, + "round": { + "path": "live_tv.round.svg" + }, + "sharp": { + "path": "live_tv.sharp.svg" + }, + "default": { + "path": "live_tv.default.svg" + }, + "twotone": { + "path": "live_tv.twotone.svg" + } + } + }, + { + "id": "wc", + "name": "Wc", + "variants": { + "outlined": { + "path": "wc.outlined.svg" + }, + "round": { + "path": "wc.round.svg" + }, + "sharp": { + "path": "wc.sharp.svg" + }, + "default": { + "path": "wc.default.svg" + }, + "twotone": { + "path": "wc.twotone.svg" + } + } + }, + { + "id": "vpn_lock", + "name": "Vpn Lock", + "variants": { + "outlined": { + "path": "vpn_lock.outlined.svg" + }, + "round": { + "path": "vpn_lock.round.svg" + }, + "sharp": { + "path": "vpn_lock.sharp.svg" + }, + "default": { + "path": "vpn_lock.default.svg" + }, + "twotone": { + "path": "vpn_lock.twotone.svg" + } + } + }, + { + "id": "account_tree", + "name": "Account Tree", + "variants": { + "outlined": { + "path": "account_tree.outlined.svg" + }, + "round": { + "path": "account_tree.round.svg" + }, + "sharp": { + "path": "account_tree.sharp.svg" + }, + "default": { + "path": "account_tree.default.svg" + }, + "twotone": { + "path": "account_tree.twotone.svg" + } + } + }, + { + "id": "phone_in_talk", + "name": "Phone In Talk", + "variants": { + "outlined": { + "path": "phone_in_talk.outlined.svg" + }, + "round": { + "path": "phone_in_talk.round.svg" + }, + "sharp": { + "path": "phone_in_talk.sharp.svg" + }, + "default": { + "path": "phone_in_talk.default.svg" + }, + "twotone": { + "path": "phone_in_talk.twotone.svg" + } + } + }, + { + "id": "video_chat", + "name": "Video Chat", + "variants": { + "outlined": { + "path": "video_chat.outlined.svg" + }, + "round": { + "path": "video_chat.round.svg" + }, + "sharp": { + "path": "video_chat.sharp.svg" + }, + "default": { + "path": "video_chat.default.svg" + }, + "twotone": { + "path": "video_chat.twotone.svg" + } + } + }, + { + "id": "airline_seat_flat_angled", + "name": "Airline Seat Flat Angled", + "variants": { + "outlined": { + "path": "airline_seat_flat_angled.outlined.svg" + }, + "round": { + "path": "airline_seat_flat_angled.round.svg" + }, + "sharp": { + "path": "airline_seat_flat_angled.sharp.svg" + }, + "default": { + "path": "airline_seat_flat_angled.default.svg" + }, + "twotone": { + "path": "airline_seat_flat_angled.twotone.svg" + } + } + }, + { + "id": "directions_off", + "name": "Directions Off", + "variants": { + "outlined": { + "path": "directions_off.outlined.svg" + }, + "round": { + "path": "directions_off.round.svg" + }, + "sharp": { + "path": "directions_off.sharp.svg" + }, + "default": { + "path": "directions_off.default.svg" + }, + "twotone": { + "path": "directions_off.twotone.svg" + } + } + }, + { + "id": "no_encryption_gmailerrorred", + "name": "No Encryption Gmailerrorred", + "variants": { + "outlined": { + "path": "no_encryption_gmailerrorred.outlined.svg" + }, + "round": { + "path": "no_encryption_gmailerrorred.round.svg" + }, + "sharp": { + "path": "no_encryption_gmailerrorred.sharp.svg" + }, + "default": { + "path": "no_encryption_gmailerrorred.default.svg" + }, + "twotone": { + "path": "no_encryption_gmailerrorred.twotone.svg" + } + } + }, + { + "id": "wifi_off", + "name": "Wifi Off", + "variants": { + "outlined": { + "path": "wifi_off.outlined.svg" + }, + "round": { + "path": "wifi_off.round.svg" + }, + "sharp": { + "path": "wifi_off.sharp.svg" + }, + "default": { + "path": "wifi_off.default.svg" + }, + "twotone": { + "path": "wifi_off.twotone.svg" + } + } + }, + { + "id": "more", + "name": "More", + "variants": { + "outlined": { + "path": "more.outlined.svg" + }, + "round": { + "path": "more.round.svg" + }, + "sharp": { + "path": "more.sharp.svg" + }, + "default": { + "path": "more.default.svg" + }, + "twotone": { + "path": "more.twotone.svg" + } + } + }, + { + "id": "mms", + "name": "Mms", + "variants": { + "outlined": { + "path": "mms.outlined.svg" + }, + "round": { + "path": "mms.round.svg" + }, + "sharp": { + "path": "mms.sharp.svg" + }, + "default": { + "path": "mms.default.svg" + }, + "twotone": { + "path": "mms.twotone.svg" + } + } + }, + { + "id": "do_disturb_off", + "name": "Do Disturb Off", + "variants": { + "outlined": { + "path": "do_disturb_off.outlined.svg" + }, + "round": { + "path": "do_disturb_off.round.svg" + }, + "sharp": { + "path": "do_disturb_off.sharp.svg" + }, + "default": { + "path": "do_disturb_off.default.svg" + }, + "twotone": { + "path": "do_disturb_off.twotone.svg" + } + } + }, + { + "id": "phone_missed", + "name": "Phone Missed", + "variants": { + "outlined": { + "path": "phone_missed.outlined.svg" + }, + "round": { + "path": "phone_missed.round.svg" + }, + "sharp": { + "path": "phone_missed.sharp.svg" + }, + "default": { + "path": "phone_missed.default.svg" + }, + "twotone": { + "path": "phone_missed.twotone.svg" + } + } + }, + { + "id": "network_check", + "name": "Network Check", + "variants": { + "outlined": { + "path": "network_check.outlined.svg" + }, + "round": { + "path": "network_check.round.svg" + }, + "sharp": { + "path": "network_check.sharp.svg" + }, + "default": { + "path": "network_check.default.svg" + }, + "twotone": { + "path": "network_check.twotone.svg" + } + } + }, + { + "id": "adb", + "name": "Adb", + "variants": { + "outlined": { + "path": "adb.outlined.svg" + }, + "round": { + "path": "adb.round.svg" + }, + "sharp": { + "path": "adb.sharp.svg" + }, + "default": { + "path": "adb.default.svg" + }, + "twotone": { + "path": "adb.twotone.svg" + } + } + }, + { + "id": "ondemand_video", + "name": "Ondemand Video", + "variants": { + "outlined": { + "path": "ondemand_video.outlined.svg" + }, + "round": { + "path": "ondemand_video.round.svg" + }, + "sharp": { + "path": "ondemand_video.sharp.svg" + }, + "default": { + "path": "ondemand_video.default.svg" + }, + "twotone": { + "path": "ondemand_video.twotone.svg" + } + } + }, + { + "id": "phone_forwarded", + "name": "Phone Forwarded", + "variants": { + "outlined": { + "path": "phone_forwarded.outlined.svg" + }, + "round": { + "path": "phone_forwarded.round.svg" + }, + "sharp": { + "path": "phone_forwarded.sharp.svg" + }, + "default": { + "path": "phone_forwarded.default.svg" + }, + "twotone": { + "path": "phone_forwarded.twotone.svg" + } + } + }, + { + "id": "no_encryption", + "name": "No Encryption", + "variants": { + "outlined": { + "path": "no_encryption.outlined.svg" + }, + "round": { + "path": "no_encryption.round.svg" + }, + "sharp": { + "path": "no_encryption.sharp.svg" + }, + "default": { + "path": "no_encryption.default.svg" + }, + "twotone": { + "path": "no_encryption.twotone.svg" + } + } + }, + { + "id": "event_note", + "name": "Event Note", + "variants": { + "outlined": { + "path": "event_note.outlined.svg" + }, + "round": { + "path": "event_note.round.svg" + }, + "sharp": { + "path": "event_note.sharp.svg" + }, + "default": { + "path": "event_note.default.svg" + }, + "twotone": { + "path": "event_note.twotone.svg" + } + } + }, + { + "id": "sim_card_alert", + "name": "Sim Card Alert", + "variants": { + "outlined": { + "path": "sim_card_alert.outlined.svg" + }, + "round": { + "path": "sim_card_alert.round.svg" + }, + "sharp": { + "path": "sim_card_alert.sharp.svg" + }, + "default": { + "path": "sim_card_alert.default.svg" + }, + "twotone": { + "path": "sim_card_alert.twotone.svg" + } + } + }, + { + "id": "do_disturb_alt", + "name": "Do Disturb Alt", + "variants": { + "outlined": { + "path": "do_disturb_alt.outlined.svg" + }, + "round": { + "path": "do_disturb_alt.round.svg" + }, + "sharp": { + "path": "do_disturb_alt.sharp.svg" + }, + "default": { + "path": "do_disturb_alt.default.svg" + }, + "twotone": { + "path": "do_disturb_alt.twotone.svg" + } + } + }, + { + "id": "running_with_errors", + "name": "Running With Errors", + "variants": { + "outlined": { + "path": "running_with_errors.outlined.svg" + }, + "round": { + "path": "running_with_errors.round.svg" + }, + "sharp": { + "path": "running_with_errors.sharp.svg" + }, + "default": { + "path": "running_with_errors.default.svg" + }, + "twotone": { + "path": "running_with_errors.twotone.svg" + } + } + }, + { + "id": "do_not_disturb_alt", + "name": "Do Not Disturb Alt", + "variants": { + "outlined": { + "path": "do_not_disturb_alt.outlined.svg" + }, + "round": { + "path": "do_not_disturb_alt.round.svg" + }, + "sharp": { + "path": "do_not_disturb_alt.sharp.svg" + }, + "default": { + "path": "do_not_disturb_alt.default.svg" + }, + "twotone": { + "path": "do_not_disturb_alt.twotone.svg" + } + } + }, + { + "id": "airline_seat_recline_normal", + "name": "Airline Seat Recline Normal", + "variants": { + "outlined": { + "path": "airline_seat_recline_normal.outlined.svg" + }, + "round": { + "path": "airline_seat_recline_normal.round.svg" + }, + "sharp": { + "path": "airline_seat_recline_normal.sharp.svg" + }, + "default": { + "path": "airline_seat_recline_normal.default.svg" + }, + "twotone": { + "path": "airline_seat_recline_normal.twotone.svg" + } + } + }, + { + "id": "do_not_disturb_off", + "name": "Do Not Disturb Off", + "variants": { + "outlined": { + "path": "do_not_disturb_off.outlined.svg" + }, + "round": { + "path": "do_not_disturb_off.round.svg" + }, + "sharp": { + "path": "do_not_disturb_off.sharp.svg" + }, + "default": { + "path": "do_not_disturb_off.default.svg" + }, + "twotone": { + "path": "do_not_disturb_off.twotone.svg" + } + } + }, + { + "id": "airline_seat_flat", + "name": "Airline Seat Flat", + "variants": { + "outlined": { + "path": "airline_seat_flat.outlined.svg" + }, + "round": { + "path": "airline_seat_flat.round.svg" + }, + "sharp": { + "path": "airline_seat_flat.sharp.svg" + }, + "default": { + "path": "airline_seat_flat.default.svg" + }, + "twotone": { + "path": "airline_seat_flat.twotone.svg" + } + } + }, + { + "id": "sd_card_alert", + "name": "Sd Card Alert", + "variants": { + "outlined": { + "path": "sd_card_alert.outlined.svg" + }, + "round": { + "path": "sd_card_alert.round.svg" + }, + "sharp": { + "path": "sd_card_alert.sharp.svg" + }, + "default": { + "path": "sd_card_alert.default.svg" + }, + "twotone": { + "path": "sd_card_alert.twotone.svg" + } + } + }, + { + "id": "disc_full", + "name": "Disc Full", + "variants": { + "outlined": { + "path": "disc_full.outlined.svg" + }, + "round": { + "path": "disc_full.round.svg" + }, + "sharp": { + "path": "disc_full.sharp.svg" + }, + "default": { + "path": "disc_full.default.svg" + }, + "twotone": { + "path": "disc_full.twotone.svg" + } + } + }, + { + "id": "imagesearch_roller", + "name": "Imagesearch Roller", + "variants": { + "outlined": { + "path": "imagesearch_roller.outlined.svg" + }, + "round": { + "path": "imagesearch_roller.round.svg" + }, + "sharp": { + "path": "imagesearch_roller.sharp.svg" + }, + "default": { + "path": "imagesearch_roller.default.svg" + }, + "twotone": { + "path": "imagesearch_roller.twotone.svg" + } + } + }, + { + "id": "personal_video", + "name": "Personal Video", + "variants": { + "outlined": { + "path": "personal_video.outlined.svg" + }, + "round": { + "path": "personal_video.round.svg" + }, + "sharp": { + "path": "personal_video.sharp.svg" + }, + "default": { + "path": "personal_video.default.svg" + }, + "twotone": { + "path": "personal_video.twotone.svg" + } + } + }, + { + "id": "phone_bluetooth_speaker", + "name": "Phone Bluetooth Speaker", + "variants": { + "outlined": { + "path": "phone_bluetooth_speaker.outlined.svg" + }, + "round": { + "path": "phone_bluetooth_speaker.round.svg" + }, + "sharp": { + "path": "phone_bluetooth_speaker.sharp.svg" + }, + "default": { + "path": "phone_bluetooth_speaker.default.svg" + }, + "twotone": { + "path": "phone_bluetooth_speaker.twotone.svg" + } + } + }, + { + "id": "add_call", + "name": "Add Call", + "variants": { + "default": { + "path": "add_call.default.svg" + } + } + }, + { + "id": "airline_seat_legroom_extra", + "name": "Airline Seat Legroom Extra", + "variants": { + "outlined": { + "path": "airline_seat_legroom_extra.outlined.svg" + }, + "round": { + "path": "airline_seat_legroom_extra.round.svg" + }, + "sharp": { + "path": "airline_seat_legroom_extra.sharp.svg" + }, + "default": { + "path": "airline_seat_legroom_extra.default.svg" + }, + "twotone": { + "path": "airline_seat_legroom_extra.twotone.svg" + } + } + }, + { + "id": "sync", + "name": "Sync", + "variants": { + "outlined": { + "path": "sync.outlined.svg" + }, + "round": { + "path": "sync.round.svg" + }, + "sharp": { + "path": "sync.sharp.svg" + }, + "default": { + "path": "sync.default.svg" + }, + "twotone": { + "path": "sync.twotone.svg" + } + } + }, + { + "id": "event_busy", + "name": "Event Busy", + "variants": { + "outlined": { + "path": "event_busy.outlined.svg" + }, + "round": { + "path": "event_busy.round.svg" + }, + "sharp": { + "path": "event_busy.sharp.svg" + }, + "default": { + "path": "event_busy.default.svg" + }, + "twotone": { + "path": "event_busy.twotone.svg" + } + } + }, + { + "id": "event_available", + "name": "Event Available", + "variants": { + "outlined": { + "path": "event_available.outlined.svg" + }, + "round": { + "path": "event_available.round.svg" + }, + "sharp": { + "path": "event_available.sharp.svg" + }, + "default": { + "path": "event_available.default.svg" + }, + "twotone": { + "path": "event_available.twotone.svg" + } + } + }, + { + "id": "support_agent", + "name": "Support Agent", + "variants": { + "outlined": { + "path": "support_agent.outlined.svg" + }, + "round": { + "path": "support_agent.round.svg" + }, + "sharp": { + "path": "support_agent.sharp.svg" + }, + "default": { + "path": "support_agent.default.svg" + }, + "twotone": { + "path": "support_agent.twotone.svg" + } + } + }, + { + "id": "bluetooth_audio", + "name": "Bluetooth Audio", + "variants": { + "outlined": { + "path": "bluetooth_audio.outlined.svg" + }, + "round": { + "path": "bluetooth_audio.round.svg" + }, + "sharp": { + "path": "bluetooth_audio.sharp.svg" + }, + "default": { + "path": "bluetooth_audio.default.svg" + }, + "twotone": { + "path": "bluetooth_audio.twotone.svg" + } + } + }, + { + "id": "confirmation_number", + "name": "Confirmation Number", + "variants": { + "outlined": { + "path": "confirmation_number.outlined.svg" + }, + "round": { + "path": "confirmation_number.round.svg" + }, + "sharp": { + "path": "confirmation_number.sharp.svg" + }, + "default": { + "path": "confirmation_number.default.svg" + }, + "twotone": { + "path": "confirmation_number.twotone.svg" + } + } + }, + { + "id": "sync_disabled", + "name": "Sync Disabled", + "variants": { + "outlined": { + "path": "sync_disabled.outlined.svg" + }, + "round": { + "path": "sync_disabled.round.svg" + }, + "sharp": { + "path": "sync_disabled.sharp.svg" + }, + "default": { + "path": "sync_disabled.default.svg" + }, + "twotone": { + "path": "sync_disabled.twotone.svg" + } + } + }, + { + "id": "sync_lock", + "name": "Sync Lock", + "variants": { + "outlined": { + "path": "sync_lock.outlined.svg" + }, + "round": { + "path": "sync_lock.round.svg" + }, + "sharp": { + "path": "sync_lock.sharp.svg" + }, + "default": { + "path": "sync_lock.default.svg" + }, + "twotone": { + "path": "sync_lock.twotone.svg" + } + } + }, + { + "id": "drive_eta", + "name": "Drive Eta", + "variants": { + "outlined": { + "path": "drive_eta.outlined.svg" + }, + "round": { + "path": "drive_eta.round.svg" + }, + "sharp": { + "path": "drive_eta.sharp.svg" + }, + "default": { + "path": "drive_eta.default.svg" + }, + "twotone": { + "path": "drive_eta.twotone.svg" + } + } + }, + { + "id": "priority_high", + "name": "Priority High", + "variants": { + "outlined": { + "path": "priority_high.outlined.svg" + }, + "round": { + "path": "priority_high.round.svg" + }, + "sharp": { + "path": "priority_high.sharp.svg" + }, + "default": { + "path": "priority_high.default.svg" + }, + "twotone": { + "path": "priority_high.twotone.svg" + } + } + }, + { + "id": "error_outline", + "name": "Error Outline", + "variants": { + "outlined": { + "path": "error_outline.outlined.svg" + }, + "round": { + "path": "error_outline.round.svg" + }, + "sharp": { + "path": "error_outline.sharp.svg" + }, + "default": { + "path": "error_outline.default.svg" + }, + "twotone": { + "path": "error_outline.twotone.svg" + } + } + }, + { + "id": "add_alert", + "name": "Add Alert", + "variants": { + "outlined": { + "path": "add_alert.outlined.svg" + }, + "round": { + "path": "add_alert.round.svg" + }, + "sharp": { + "path": "add_alert.sharp.svg" + }, + "default": { + "path": "add_alert.default.svg" + }, + "twotone": { + "path": "add_alert.twotone.svg" + } + } + }, + { + "id": "notification_important", + "name": "Notification Important", + "variants": { + "outlined": { + "path": "notification_important.outlined.svg" + }, + "round": { + "path": "notification_important.round.svg" + }, + "sharp": { + "path": "notification_important.sharp.svg" + }, + "default": { + "path": "notification_important.default.svg" + }, + "twotone": { + "path": "notification_important.twotone.svg" + } + } + }, + { + "id": "warning_amber", + "name": "Warning Amber", + "variants": { + "outlined": { + "path": "warning_amber.outlined.svg" + }, + "round": { + "path": "warning_amber.round.svg" + }, + "sharp": { + "path": "warning_amber.sharp.svg" + }, + "default": { + "path": "warning_amber.default.svg" + }, + "twotone": { + "path": "warning_amber.twotone.svg" + } + } + }, + { + "id": "warning", + "name": "Warning", + "variants": { + "outlined": { + "path": "warning.outlined.svg" + }, + "round": { + "path": "warning.round.svg" + }, + "sharp": { + "path": "warning.sharp.svg" + }, + "default": { + "path": "warning.default.svg" + }, + "twotone": { + "path": "warning.twotone.svg" + } + } + }, + { + "id": "auto_delete", + "name": "Auto Delete", + "variants": { + "outlined": { + "path": "auto_delete.outlined.svg" + }, + "round": { + "path": "auto_delete.round.svg" + }, + "sharp": { + "path": "auto_delete.sharp.svg" + }, + "default": { + "path": "auto_delete.default.svg" + }, + "twotone": { + "path": "auto_delete.twotone.svg" + } + } + }, + { + "id": "error", + "name": "Error", + "variants": { + "outlined": { + "path": "error.outlined.svg" + }, + "round": { + "path": "error.round.svg" + }, + "sharp": { + "path": "error.sharp.svg" + }, + "default": { + "path": "error.default.svg" + }, + "twotone": { + "path": "error.twotone.svg" + } + } + }, + { + "id": "child_care", + "name": "Child Care", + "variants": { + "outlined": { + "path": "child_care.outlined.svg" + }, + "round": { + "path": "child_care.round.svg" + }, + "sharp": { + "path": "child_care.sharp.svg" + }, + "default": { + "path": "child_care.default.svg" + }, + "twotone": { + "path": "child_care.twotone.svg" + } + } + }, + { + "id": "microwave", + "name": "Microwave", + "variants": { + "outlined": { + "path": "microwave.outlined.svg" + }, + "round": { + "path": "microwave.round.svg" + }, + "sharp": { + "path": "microwave.sharp.svg" + }, + "default": { + "path": "microwave.default.svg" + }, + "twotone": { + "path": "microwave.twotone.svg" + } + } + }, + { + "id": "meeting_room", + "name": "Meeting Room", + "variants": { + "outlined": { + "path": "meeting_room.outlined.svg" + }, + "round": { + "path": "meeting_room.round.svg" + }, + "sharp": { + "path": "meeting_room.sharp.svg" + }, + "default": { + "path": "meeting_room.default.svg" + }, + "twotone": { + "path": "meeting_room.twotone.svg" + } + } + }, + { + "id": "cottage", + "name": "Cottage", + "variants": { + "outlined": { + "path": "cottage.outlined.svg" + }, + "round": { + "path": "cottage.round.svg" + }, + "sharp": { + "path": "cottage.sharp.svg" + }, + "default": { + "path": "cottage.default.svg" + }, + "twotone": { + "path": "cottage.twotone.svg" + } + } + }, + { + "id": "beach_access", + "name": "Beach Access", + "variants": { + "outlined": { + "path": "beach_access.outlined.svg" + }, + "round": { + "path": "beach_access.round.svg" + }, + "sharp": { + "path": "beach_access.sharp.svg" + }, + "default": { + "path": "beach_access.default.svg" + }, + "twotone": { + "path": "beach_access.twotone.svg" + } + } + }, + { + "id": "dry", + "name": "Dry", + "variants": { + "outlined": { + "path": "dry.outlined.svg" + }, + "round": { + "path": "dry.round.svg" + }, + "sharp": { + "path": "dry.sharp.svg" + }, + "default": { + "path": "dry.default.svg" + }, + "twotone": { + "path": "dry.twotone.svg" + } + } + }, + { + "id": "water_damage", + "name": "Water Damage", + "variants": { + "outlined": { + "path": "water_damage.outlined.svg" + }, + "round": { + "path": "water_damage.round.svg" + }, + "sharp": { + "path": "water_damage.sharp.svg" + }, + "default": { + "path": "water_damage.default.svg" + }, + "twotone": { + "path": "water_damage.twotone.svg" + } + } + }, + { + "id": "fire_extinguisher", + "name": "Fire Extinguisher", + "variants": { + "outlined": { + "path": "fire_extinguisher.outlined.svg" + }, + "round": { + "path": "fire_extinguisher.round.svg" + }, + "sharp": { + "path": "fire_extinguisher.sharp.svg" + }, + "default": { + "path": "fire_extinguisher.default.svg" + }, + "twotone": { + "path": "fire_extinguisher.twotone.svg" + } + } + }, + { + "id": "vape_free", + "name": "Vape Free", + "variants": { + "outlined": { + "path": "vape_free.outlined.svg" + }, + "round": { + "path": "vape_free.round.svg" + }, + "sharp": { + "path": "vape_free.sharp.svg" + }, + "default": { + "path": "vape_free.default.svg" + }, + "twotone": { + "path": "vape_free.twotone.svg" + } + } + }, + { + "id": "rv_hookup", + "name": "Rv Hookup", + "variants": { + "outlined": { + "path": "rv_hookup.outlined.svg" + }, + "round": { + "path": "rv_hookup.round.svg" + }, + "sharp": { + "path": "rv_hookup.sharp.svg" + }, + "default": { + "path": "rv_hookup.default.svg" + }, + "twotone": { + "path": "rv_hookup.twotone.svg" + } + } + }, + { + "id": "balcony", + "name": "Balcony", + "variants": { + "outlined": { + "path": "balcony.outlined.svg" + }, + "round": { + "path": "balcony.round.svg" + }, + "sharp": { + "path": "balcony.sharp.svg" + }, + "default": { + "path": "balcony.default.svg" + }, + "twotone": { + "path": "balcony.twotone.svg" + } + } + }, + { + "id": "tty", + "name": "Tty", + "variants": { + "outlined": { + "path": "tty.outlined.svg" + }, + "round": { + "path": "tty.round.svg" + }, + "sharp": { + "path": "tty.sharp.svg" + }, + "default": { + "path": "tty.default.svg" + }, + "twotone": { + "path": "tty.twotone.svg" + } + } + }, + { + "id": "room_service", + "name": "Room Service", + "variants": { + "outlined": { + "path": "room_service.outlined.svg" + }, + "round": { + "path": "room_service.round.svg" + }, + "sharp": { + "path": "room_service.sharp.svg" + }, + "default": { + "path": "room_service.default.svg" + }, + "twotone": { + "path": "room_service.twotone.svg" + } + } + }, + { + "id": "do_not_touch", + "name": "Do Not Touch", + "variants": { + "outlined": { + "path": "do_not_touch.outlined.svg" + }, + "round": { + "path": "do_not_touch.round.svg" + }, + "sharp": { + "path": "do_not_touch.sharp.svg" + }, + "default": { + "path": "do_not_touch.default.svg" + }, + "twotone": { + "path": "do_not_touch.twotone.svg" + } + } + }, + { + "id": "storefront", + "name": "Storefront", + "variants": { + "outlined": { + "path": "storefront.outlined.svg" + }, + "round": { + "path": "storefront.round.svg" + }, + "sharp": { + "path": "storefront.sharp.svg" + }, + "default": { + "path": "storefront.default.svg" + }, + "twotone": { + "path": "storefront.twotone.svg" + } + } + }, + { + "id": "escalator", + "name": "Escalator", + "variants": { + "outlined": { + "path": "escalator.outlined.svg" + }, + "round": { + "path": "escalator.round.svg" + }, + "sharp": { + "path": "escalator.sharp.svg" + }, + "default": { + "path": "escalator.default.svg" + }, + "twotone": { + "path": "escalator.twotone.svg" + } + } + }, + { + "id": "smoking_rooms", + "name": "Smoking Rooms", + "variants": { + "outlined": { + "path": "smoking_rooms.outlined.svg" + }, + "round": { + "path": "smoking_rooms.round.svg" + }, + "sharp": { + "path": "smoking_rooms.sharp.svg" + }, + "default": { + "path": "smoking_rooms.default.svg" + }, + "twotone": { + "path": "smoking_rooms.twotone.svg" + } + } + }, + { + "id": "countertops", + "name": "Countertops", + "variants": { + "outlined": { + "path": "countertops.outlined.svg" + }, + "round": { + "path": "countertops.round.svg" + }, + "sharp": { + "path": "countertops.sharp.svg" + }, + "default": { + "path": "countertops.default.svg" + }, + "twotone": { + "path": "countertops.twotone.svg" + } + } + }, + { + "id": "desk", + "name": "Desk", + "variants": { + "outlined": { + "path": "desk.outlined.svg" + }, + "round": { + "path": "desk.round.svg" + }, + "sharp": { + "path": "desk.sharp.svg" + }, + "default": { + "path": "desk.default.svg" + }, + "twotone": { + "path": "desk.twotone.svg" + } + } + }, + { + "id": "stroller", + "name": "Stroller", + "variants": { + "outlined": { + "path": "stroller.outlined.svg" + }, + "round": { + "path": "stroller.round.svg" + }, + "sharp": { + "path": "stroller.sharp.svg" + }, + "default": { + "path": "stroller.default.svg" + }, + "twotone": { + "path": "stroller.twotone.svg" + } + } + }, + { + "id": "sports_bar", + "name": "Sports Bar", + "variants": { + "outlined": { + "path": "sports_bar.outlined.svg" + }, + "round": { + "path": "sports_bar.round.svg" + }, + "sharp": { + "path": "sports_bar.sharp.svg" + }, + "default": { + "path": "sports_bar.default.svg" + }, + "twotone": { + "path": "sports_bar.twotone.svg" + } + } + }, + { + "id": "all_inclusive", + "name": "All Inclusive", + "variants": { + "outlined": { + "path": "all_inclusive.outlined.svg" + }, + "round": { + "path": "all_inclusive.round.svg" + }, + "sharp": { + "path": "all_inclusive.sharp.svg" + }, + "default": { + "path": "all_inclusive.default.svg" + }, + "twotone": { + "path": "all_inclusive.twotone.svg" + } + } + }, + { + "id": "business_center", + "name": "Business Center", + "variants": { + "outlined": { + "path": "business_center.outlined.svg" + }, + "round": { + "path": "business_center.round.svg" + }, + "sharp": { + "path": "business_center.sharp.svg" + }, + "default": { + "path": "business_center.default.svg" + }, + "twotone": { + "path": "business_center.twotone.svg" + } + } + }, + { + "id": "house_siding", + "name": "House Siding", + "variants": { + "outlined": { + "path": "house_siding.outlined.svg" + }, + "round": { + "path": "house_siding.round.svg" + }, + "sharp": { + "path": "house_siding.sharp.svg" + }, + "default": { + "path": "house_siding.default.svg" + }, + "twotone": { + "path": "house_siding.twotone.svg" + } + } + }, + { + "id": "carpenter", + "name": "Carpenter", + "variants": { + "outlined": { + "path": "carpenter.outlined.svg" + }, + "round": { + "path": "carpenter.round.svg" + }, + "sharp": { + "path": "carpenter.sharp.svg" + }, + "default": { + "path": "carpenter.default.svg" + }, + "twotone": { + "path": "carpenter.twotone.svg" + } + } + }, + { + "id": "free_breakfast", + "name": "Free Breakfast", + "variants": { + "outlined": { + "path": "free_breakfast.outlined.svg" + }, + "round": { + "path": "free_breakfast.round.svg" + }, + "sharp": { + "path": "free_breakfast.sharp.svg" + }, + "default": { + "path": "free_breakfast.default.svg" + }, + "twotone": { + "path": "free_breakfast.twotone.svg" + } + } + }, + { + "id": "gite", + "name": "Gite", + "variants": { + "outlined": { + "path": "gite.outlined.svg" + }, + "round": { + "path": "gite.round.svg" + }, + "sharp": { + "path": "gite.sharp.svg" + }, + "default": { + "path": "gite.default.svg" + }, + "twotone": { + "path": "gite.twotone.svg" + } + } + }, + { + "id": "escalator_warning", + "name": "Escalator Warning", + "variants": { + "outlined": { + "path": "escalator_warning.outlined.svg" + }, + "round": { + "path": "escalator_warning.round.svg" + }, + "sharp": { + "path": "escalator_warning.sharp.svg" + }, + "default": { + "path": "escalator_warning.default.svg" + }, + "twotone": { + "path": "escalator_warning.twotone.svg" + } + } + }, + { + "id": "grass", + "name": "Grass", + "variants": { + "outlined": { + "path": "grass.outlined.svg" + }, + "round": { + "path": "grass.round.svg" + }, + "sharp": { + "path": "grass.sharp.svg" + }, + "default": { + "path": "grass.default.svg" + }, + "twotone": { + "path": "grass.twotone.svg" + } + } + }, + { + "id": "golf_course", + "name": "Golf Course", + "variants": { + "outlined": { + "path": "golf_course.outlined.svg" + }, + "round": { + "path": "golf_course.round.svg" + }, + "sharp": { + "path": "golf_course.sharp.svg" + }, + "default": { + "path": "golf_course.default.svg" + }, + "twotone": { + "path": "golf_course.twotone.svg" + } + } + }, + { + "id": "casino", + "name": "Casino", + "variants": { + "outlined": { + "path": "casino.outlined.svg" + }, + "round": { + "path": "casino.round.svg" + }, + "sharp": { + "path": "casino.sharp.svg" + }, + "default": { + "path": "casino.default.svg" + }, + "twotone": { + "path": "casino.twotone.svg" + } + } + }, + { + "id": "tapas", + "name": "Tapas", + "variants": { + "outlined": { + "path": "tapas.outlined.svg" + }, + "round": { + "path": "tapas.round.svg" + }, + "sharp": { + "path": "tapas.sharp.svg" + }, + "default": { + "path": "tapas.default.svg" + }, + "twotone": { + "path": "tapas.twotone.svg" + } + } + }, + { + "id": "charging_station", + "name": "Charging Station", + "variants": { + "outlined": { + "path": "charging_station.outlined.svg" + }, + "round": { + "path": "charging_station.round.svg" + }, + "sharp": { + "path": "charging_station.sharp.svg" + }, + "default": { + "path": "charging_station.default.svg" + }, + "twotone": { + "path": "charging_station.twotone.svg" + } + } + }, + { + "id": "smoke_free", + "name": "Smoke Free", + "variants": { + "outlined": { + "path": "smoke_free.outlined.svg" + }, + "round": { + "path": "smoke_free.round.svg" + }, + "sharp": { + "path": "smoke_free.sharp.svg" + }, + "default": { + "path": "smoke_free.default.svg" + }, + "twotone": { + "path": "smoke_free.twotone.svg" + } + } + }, + { + "id": "foundation", + "name": "Foundation", + "variants": { + "outlined": { + "path": "foundation.outlined.svg" + }, + "round": { + "path": "foundation.round.svg" + }, + "sharp": { + "path": "foundation.sharp.svg" + }, + "default": { + "path": "foundation.default.svg" + }, + "twotone": { + "path": "foundation.twotone.svg" + } + } + }, + { + "id": "no_stroller", + "name": "No Stroller", + "variants": { + "outlined": { + "path": "no_stroller.outlined.svg" + }, + "round": { + "path": "no_stroller.round.svg" + }, + "sharp": { + "path": "no_stroller.sharp.svg" + }, + "default": { + "path": "no_stroller.default.svg" + }, + "twotone": { + "path": "no_stroller.twotone.svg" + } + } + }, + { + "id": "corporate_fare", + "name": "Corporate Fare", + "variants": { + "outlined": { + "path": "corporate_fare.outlined.svg" + }, + "round": { + "path": "corporate_fare.round.svg" + }, + "sharp": { + "path": "corporate_fare.sharp.svg" + }, + "default": { + "path": "corporate_fare.default.svg" + }, + "twotone": { + "path": "corporate_fare.twotone.svg" + } + } + }, + { + "id": "no_drinks", + "name": "No Drinks", + "variants": { + "outlined": { + "path": "no_drinks.outlined.svg" + }, + "round": { + "path": "no_drinks.round.svg" + }, + "sharp": { + "path": "no_drinks.sharp.svg" + }, + "default": { + "path": "no_drinks.default.svg" + }, + "twotone": { + "path": "no_drinks.twotone.svg" + } + } + }, + { + "id": "family_restroom", + "name": "Family Restroom", + "variants": { + "outlined": { + "path": "family_restroom.outlined.svg" + }, + "round": { + "path": "family_restroom.round.svg" + }, + "sharp": { + "path": "family_restroom.sharp.svg" + }, + "default": { + "path": "family_restroom.default.svg" + }, + "twotone": { + "path": "family_restroom.twotone.svg" + } + } + }, + { + "id": "checkroom", + "name": "Checkroom", + "variants": { + "outlined": { + "path": "checkroom.outlined.svg" + }, + "round": { + "path": "checkroom.round.svg" + }, + "sharp": { + "path": "checkroom.sharp.svg" + }, + "default": { + "path": "checkroom.default.svg" + }, + "twotone": { + "path": "checkroom.twotone.svg" + } + } + }, + { + "id": "soap", + "name": "Soap", + "variants": { + "outlined": { + "path": "soap.outlined.svg" + }, + "round": { + "path": "soap.round.svg" + }, + "sharp": { + "path": "soap.sharp.svg" + }, + "default": { + "path": "soap.default.svg" + }, + "twotone": { + "path": "soap.twotone.svg" + } + } + }, + { + "id": "houseboat", + "name": "Houseboat", + "variants": { + "outlined": { + "path": "houseboat.outlined.svg" + }, + "round": { + "path": "houseboat.round.svg" + }, + "sharp": { + "path": "houseboat.sharp.svg" + }, + "default": { + "path": "houseboat.default.svg" + }, + "twotone": { + "path": "houseboat.twotone.svg" + } + } + }, + { + "id": "roofing", + "name": "Roofing", + "variants": { + "outlined": { + "path": "roofing.outlined.svg" + }, + "round": { + "path": "roofing.round.svg" + }, + "sharp": { + "path": "roofing.sharp.svg" + }, + "default": { + "path": "roofing.default.svg" + }, + "twotone": { + "path": "roofing.twotone.svg" + } + } + }, + { + "id": "night_shelter", + "name": "Night Shelter", + "variants": { + "outlined": { + "path": "night_shelter.outlined.svg" + }, + "round": { + "path": "night_shelter.round.svg" + }, + "sharp": { + "path": "night_shelter.sharp.svg" + }, + "default": { + "path": "night_shelter.default.svg" + }, + "twotone": { + "path": "night_shelter.twotone.svg" + } + } + }, + { + "id": "do_not_step", + "name": "Do Not Step", + "variants": { + "outlined": { + "path": "do_not_step.outlined.svg" + }, + "round": { + "path": "do_not_step.round.svg" + }, + "sharp": { + "path": "do_not_step.sharp.svg" + }, + "default": { + "path": "do_not_step.default.svg" + }, + "twotone": { + "path": "do_not_step.twotone.svg" + } + } + }, + { + "id": "spa", + "name": "Spa", + "variants": { + "outlined": { + "path": "spa.outlined.svg" + }, + "round": { + "path": "spa.round.svg" + }, + "sharp": { + "path": "spa.sharp.svg" + }, + "default": { + "path": "spa.default.svg" + }, + "twotone": { + "path": "spa.twotone.svg" + } + } + }, + { + "id": "cabin", + "name": "Cabin", + "variants": { + "outlined": { + "path": "cabin.outlined.svg" + }, + "round": { + "path": "cabin.round.svg" + }, + "sharp": { + "path": "cabin.sharp.svg" + }, + "default": { + "path": "cabin.default.svg" + }, + "twotone": { + "path": "cabin.twotone.svg" + } + } + }, + { + "id": "villa", + "name": "Villa", + "variants": { + "outlined": { + "path": "villa.outlined.svg" + }, + "round": { + "path": "villa.round.svg" + }, + "sharp": { + "path": "villa.sharp.svg" + }, + "default": { + "path": "villa.default.svg" + }, + "twotone": { + "path": "villa.twotone.svg" + } + } + }, + { + "id": "ac_unit", + "name": "Ac Unit", + "variants": { + "outlined": { + "path": "ac_unit.outlined.svg" + }, + "round": { + "path": "ac_unit.round.svg" + }, + "sharp": { + "path": "ac_unit.sharp.svg" + }, + "default": { + "path": "ac_unit.default.svg" + }, + "twotone": { + "path": "ac_unit.twotone.svg" + } + } + }, + { + "id": "no_food", + "name": "No Food", + "variants": { + "outlined": { + "path": "no_food.outlined.svg" + }, + "round": { + "path": "no_food.round.svg" + }, + "sharp": { + "path": "no_food.sharp.svg" + }, + "default": { + "path": "no_food.default.svg" + }, + "twotone": { + "path": "no_food.twotone.svg" + } + } + }, + { + "id": "room_preferences", + "name": "Room Preferences", + "variants": { + "outlined": { + "path": "room_preferences.outlined.svg" + }, + "round": { + "path": "room_preferences.round.svg" + }, + "sharp": { + "path": "room_preferences.sharp.svg" + }, + "default": { + "path": "room_preferences.default.svg" + }, + "twotone": { + "path": "room_preferences.twotone.svg" + } + } + }, + { + "id": "no_backpack", + "name": "No Backpack", + "variants": { + "outlined": { + "path": "no_backpack.outlined.svg" + }, + "round": { + "path": "no_backpack.round.svg" + }, + "sharp": { + "path": "no_backpack.sharp.svg" + }, + "default": { + "path": "no_backpack.default.svg" + }, + "twotone": { + "path": "no_backpack.twotone.svg" + } + } + }, + { + "id": "child_friendly", + "name": "Child Friendly", + "variants": { + "outlined": { + "path": "child_friendly.outlined.svg" + }, + "round": { + "path": "child_friendly.round.svg" + }, + "sharp": { + "path": "child_friendly.sharp.svg" + }, + "default": { + "path": "child_friendly.default.svg" + }, + "twotone": { + "path": "child_friendly.twotone.svg" + } + } + }, + { + "id": "hot_tub", + "name": "Hot Tub", + "variants": { + "outlined": { + "path": "hot_tub.outlined.svg" + }, + "round": { + "path": "hot_tub.round.svg" + }, + "sharp": { + "path": "hot_tub.sharp.svg" + }, + "default": { + "path": "hot_tub.default.svg" + }, + "twotone": { + "path": "hot_tub.twotone.svg" + } + } + }, + { + "id": "fence", + "name": "Fence", + "variants": { + "outlined": { + "path": "fence.outlined.svg" + }, + "round": { + "path": "fence.round.svg" + }, + "sharp": { + "path": "fence.sharp.svg" + }, + "default": { + "path": "fence.default.svg" + }, + "twotone": { + "path": "fence.twotone.svg" + } + } + }, + { + "id": "rice_bowl", + "name": "Rice Bowl", + "variants": { + "outlined": { + "path": "rice_bowl.outlined.svg" + }, + "round": { + "path": "rice_bowl.round.svg" + }, + "sharp": { + "path": "rice_bowl.sharp.svg" + }, + "default": { + "path": "rice_bowl.default.svg" + }, + "twotone": { + "path": "rice_bowl.twotone.svg" + } + } + }, + { + "id": "no_photography", + "name": "No Photography", + "variants": { + "outlined": { + "path": "no_photography.outlined.svg" + }, + "round": { + "path": "no_photography.round.svg" + }, + "sharp": { + "path": "no_photography.sharp.svg" + }, + "default": { + "path": "no_photography.default.svg" + }, + "twotone": { + "path": "no_photography.twotone.svg" + } + } + }, + { + "id": "bento", + "name": "Bento", + "variants": { + "outlined": { + "path": "bento.outlined.svg" + }, + "round": { + "path": "bento.round.svg" + }, + "sharp": { + "path": "bento.sharp.svg" + }, + "default": { + "path": "bento.default.svg" + }, + "twotone": { + "path": "bento.twotone.svg" + } + } + }, + { + "id": "iron", + "name": "Iron", + "variants": { + "outlined": { + "path": "iron.outlined.svg" + }, + "round": { + "path": "iron.round.svg" + }, + "sharp": { + "path": "iron.sharp.svg" + }, + "default": { + "path": "iron.default.svg" + }, + "twotone": { + "path": "iron.twotone.svg" + } + } + }, + { + "id": "no_cell", + "name": "No Cell", + "variants": { + "outlined": { + "path": "no_cell.outlined.svg" + }, + "round": { + "path": "no_cell.round.svg" + }, + "sharp": { + "path": "no_cell.sharp.svg" + }, + "default": { + "path": "no_cell.default.svg" + }, + "twotone": { + "path": "no_cell.twotone.svg" + } + } + }, + { + "id": "umbrella", + "name": "Umbrella", + "variants": { + "outlined": { + "path": "umbrella.outlined.svg" + }, + "round": { + "path": "umbrella.round.svg" + }, + "sharp": { + "path": "umbrella.sharp.svg" + }, + "default": { + "path": "umbrella.default.svg" + }, + "twotone": { + "path": "umbrella.twotone.svg" + } + } + }, + { + "id": "house", + "name": "House", + "variants": { + "outlined": { + "path": "house.outlined.svg" + }, + "round": { + "path": "house.round.svg" + }, + "sharp": { + "path": "house.sharp.svg" + }, + "default": { + "path": "house.default.svg" + }, + "twotone": { + "path": "house.twotone.svg" + } + } + }, + { + "id": "baby_changing_station", + "name": "Baby Changing Station", + "variants": { + "outlined": { + "path": "baby_changing_station.outlined.svg" + }, + "round": { + "path": "baby_changing_station.round.svg" + }, + "sharp": { + "path": "baby_changing_station.sharp.svg" + }, + "default": { + "path": "baby_changing_station.default.svg" + }, + "twotone": { + "path": "baby_changing_station.twotone.svg" + } + } + }, + { + "id": "bathtub", + "name": "Bathtub", + "variants": { + "outlined": { + "path": "bathtub.outlined.svg" + }, + "round": { + "path": "bathtub.round.svg" + }, + "sharp": { + "path": "bathtub.sharp.svg" + }, + "default": { + "path": "bathtub.default.svg" + }, + "twotone": { + "path": "bathtub.twotone.svg" + } + } + }, + { + "id": "wash", + "name": "Wash", + "variants": { + "outlined": { + "path": "wash.outlined.svg" + }, + "round": { + "path": "wash.round.svg" + }, + "sharp": { + "path": "wash.sharp.svg" + }, + "default": { + "path": "wash.default.svg" + }, + "twotone": { + "path": "wash.twotone.svg" + } + } + }, + { + "id": "airport_shuttle", + "name": "Airport Shuttle", + "variants": { + "outlined": { + "path": "airport_shuttle.outlined.svg" + }, + "round": { + "path": "airport_shuttle.round.svg" + }, + "sharp": { + "path": "airport_shuttle.sharp.svg" + }, + "default": { + "path": "airport_shuttle.default.svg" + }, + "twotone": { + "path": "airport_shuttle.twotone.svg" + } + } + }, + { + "id": "no_flash", + "name": "No Flash", + "variants": { + "outlined": { + "path": "no_flash.outlined.svg" + }, + "round": { + "path": "no_flash.round.svg" + }, + "sharp": { + "path": "no_flash.sharp.svg" + }, + "default": { + "path": "no_flash.default.svg" + }, + "twotone": { + "path": "no_flash.twotone.svg" + } + } + }, + { + "id": "backpack", + "name": "Backpack", + "variants": { + "outlined": { + "path": "backpack.outlined.svg" + }, + "round": { + "path": "backpack.round.svg" + }, + "sharp": { + "path": "backpack.sharp.svg" + }, + "default": { + "path": "backpack.default.svg" + }, + "twotone": { + "path": "backpack.twotone.svg" + } + } + }, + { + "id": "bungalow", + "name": "Bungalow", + "variants": { + "outlined": { + "path": "bungalow.outlined.svg" + }, + "round": { + "path": "bungalow.round.svg" + }, + "sharp": { + "path": "bungalow.sharp.svg" + }, + "default": { + "path": "bungalow.default.svg" + }, + "twotone": { + "path": "bungalow.twotone.svg" + } + } + }, + { + "id": "food_bank", + "name": "Food Bank", + "variants": { + "outlined": { + "path": "food_bank.outlined.svg" + }, + "round": { + "path": "food_bank.round.svg" + }, + "sharp": { + "path": "food_bank.sharp.svg" + }, + "default": { + "path": "food_bank.default.svg" + }, + "twotone": { + "path": "food_bank.twotone.svg" + } + } + }, + { + "id": "kitchen", + "name": "Kitchen", + "variants": { + "outlined": { + "path": "kitchen.outlined.svg" + }, + "round": { + "path": "kitchen.round.svg" + }, + "sharp": { + "path": "kitchen.sharp.svg" + }, + "default": { + "path": "kitchen.default.svg" + }, + "twotone": { + "path": "kitchen.twotone.svg" + } + } + }, + { + "id": "elevator", + "name": "Elevator", + "variants": { + "outlined": { + "path": "elevator.outlined.svg" + }, + "round": { + "path": "elevator.round.svg" + }, + "sharp": { + "path": "elevator.sharp.svg" + }, + "default": { + "path": "elevator.default.svg" + }, + "twotone": { + "path": "elevator.twotone.svg" + } + } + }, + { + "id": "apartment", + "name": "Apartment", + "variants": { + "outlined": { + "path": "apartment.outlined.svg" + }, + "round": { + "path": "apartment.round.svg" + }, + "sharp": { + "path": "apartment.sharp.svg" + }, + "default": { + "path": "apartment.default.svg" + }, + "twotone": { + "path": "apartment.twotone.svg" + } + } + }, + { + "id": "pool", + "name": "Pool", + "variants": { + "outlined": { + "path": "pool.outlined.svg" + }, + "round": { + "path": "pool.round.svg" + }, + "sharp": { + "path": "pool.sharp.svg" + }, + "default": { + "path": "pool.default.svg" + }, + "twotone": { + "path": "pool.twotone.svg" + } + } + }, + { + "id": "stairs", + "name": "Stairs", + "variants": { + "outlined": { + "path": "stairs.outlined.svg" + }, + "round": { + "path": "stairs.round.svg" + }, + "sharp": { + "path": "stairs.sharp.svg" + }, + "default": { + "path": "stairs.default.svg" + }, + "twotone": { + "path": "stairs.twotone.svg" + } + } + }, + { + "id": "no_meeting_room", + "name": "No Meeting Room", + "variants": { + "outlined": { + "path": "no_meeting_room.outlined.svg" + }, + "round": { + "path": "no_meeting_room.round.svg" + }, + "sharp": { + "path": "no_meeting_room.sharp.svg" + }, + "default": { + "path": "no_meeting_room.default.svg" + }, + "twotone": { + "path": "no_meeting_room.twotone.svg" + } + } + }, + { + "id": "wheelchair_pickup", + "name": "Wheelchair Pickup", + "variants": { + "outlined": { + "path": "wheelchair_pickup.outlined.svg" + }, + "round": { + "path": "wheelchair_pickup.round.svg" + }, + "sharp": { + "path": "wheelchair_pickup.sharp.svg" + }, + "default": { + "path": "wheelchair_pickup.default.svg" + }, + "twotone": { + "path": "wheelchair_pickup.twotone.svg" + } + } + }, + { + "id": "chalet", + "name": "Chalet", + "variants": { + "outlined": { + "path": "chalet.outlined.svg" + }, + "round": { + "path": "chalet.round.svg" + }, + "sharp": { + "path": "chalet.sharp.svg" + }, + "default": { + "path": "chalet.default.svg" + }, + "twotone": { + "path": "chalet.twotone.svg" + } + } + }, + { + "id": "holiday_village", + "name": "Holiday Village", + "variants": { + "outlined": { + "path": "holiday_village.outlined.svg" + }, + "round": { + "path": "holiday_village.round.svg" + }, + "sharp": { + "path": "holiday_village.sharp.svg" + }, + "default": { + "path": "holiday_village.default.svg" + }, + "twotone": { + "path": "holiday_village.twotone.svg" + } + } + }, + { + "id": "crib", + "name": "Crib", + "variants": { + "outlined": { + "path": "crib.outlined.svg" + }, + "round": { + "path": "crib.round.svg" + }, + "sharp": { + "path": "crib.sharp.svg" + }, + "default": { + "path": "crib.default.svg" + }, + "twotone": { + "path": "crib.twotone.svg" + } + } + }, + { + "id": "other_houses", + "name": "Other Houses", + "variants": { + "outlined": { + "path": "other_houses.outlined.svg" + }, + "round": { + "path": "other_houses.round.svg" + }, + "sharp": { + "path": "other_houses.sharp.svg" + }, + "default": { + "path": "other_houses.default.svg" + }, + "twotone": { + "path": "other_houses.twotone.svg" + } + } + }, + { + "id": "vaping_rooms", + "name": "Vaping Rooms", + "variants": { + "outlined": { + "path": "vaping_rooms.outlined.svg" + }, + "round": { + "path": "vaping_rooms.round.svg" + }, + "sharp": { + "path": "vaping_rooms.sharp.svg" + }, + "default": { + "path": "vaping_rooms.default.svg" + }, + "twotone": { + "path": "vaping_rooms.twotone.svg" + } + } + }, + { + "id": "fitness_center", + "name": "Fitness Center", + "variants": { + "outlined": { + "path": "fitness_center.outlined.svg" + }, + "round": { + "path": "fitness_center.round.svg" + }, + "sharp": { + "path": "fitness_center.sharp.svg" + }, + "default": { + "path": "fitness_center.default.svg" + }, + "twotone": { + "path": "fitness_center.twotone.svg" + } + } + }, + { + "id": "arrow_forward", + "name": "Arrow Forward", + "variants": { + "outlined": { + "path": "arrow_forward.outlined.svg" + }, + "round": { + "path": "arrow_forward.round.svg" + }, + "sharp": { + "path": "arrow_forward.sharp.svg" + }, + "default": { + "path": "arrow_forward.default.svg" + }, + "twotone": { + "path": "arrow_forward.twotone.svg" + } + } + }, + { + "id": "subdirectory_arrow_right", + "name": "Subdirectory Arrow Right", + "variants": { + "outlined": { + "path": "subdirectory_arrow_right.outlined.svg" + }, + "round": { + "path": "subdirectory_arrow_right.round.svg" + }, + "sharp": { + "path": "subdirectory_arrow_right.sharp.svg" + }, + "default": { + "path": "subdirectory_arrow_right.default.svg" + }, + "twotone": { + "path": "subdirectory_arrow_right.twotone.svg" + } + } + }, + { + "id": "cancel", + "name": "Cancel", + "variants": { + "outlined": { + "path": "cancel.outlined.svg" + }, + "round": { + "path": "cancel.round.svg" + }, + "sharp": { + "path": "cancel.sharp.svg" + }, + "default": { + "path": "cancel.default.svg" + }, + "twotone": { + "path": "cancel.twotone.svg" + } + } + }, + { + "id": "expand_less", + "name": "Expand Less", + "variants": { + "outlined": { + "path": "expand_less.outlined.svg" + }, + "round": { + "path": "expand_less.round.svg" + }, + "sharp": { + "path": "expand_less.sharp.svg" + }, + "default": { + "path": "expand_less.default.svg" + }, + "twotone": { + "path": "expand_less.twotone.svg" + } + } + }, + { + "id": "payments", + "name": "Payments", + "variants": { + "outlined": { + "path": "payments.outlined.svg" + }, + "round": { + "path": "payments.round.svg" + }, + "sharp": { + "path": "payments.sharp.svg" + }, + "default": { + "path": "payments.default.svg" + }, + "twotone": { + "path": "payments.twotone.svg" + } + } + }, + { + "id": "arrow_drop_down", + "name": "Arrow Drop Down", + "variants": { + "outlined": { + "path": "arrow_drop_down.outlined.svg" + }, + "round": { + "path": "arrow_drop_down.round.svg" + }, + "sharp": { + "path": "arrow_drop_down.sharp.svg" + }, + "default": { + "path": "arrow_drop_down.default.svg" + }, + "twotone": { + "path": "arrow_drop_down.twotone.svg" + } + } + }, + { + "id": "arrow_downward", + "name": "Arrow Downward", + "variants": { + "outlined": { + "path": "arrow_downward.outlined.svg" + }, + "round": { + "path": "arrow_downward.round.svg" + }, + "sharp": { + "path": "arrow_downward.sharp.svg" + }, + "default": { + "path": "arrow_downward.default.svg" + }, + "twotone": { + "path": "arrow_downward.twotone.svg" + } + } + }, + { + "id": "unfold_less", + "name": "Unfold Less", + "variants": { + "outlined": { + "path": "unfold_less.outlined.svg" + }, + "round": { + "path": "unfold_less.round.svg" + }, + "sharp": { + "path": "unfold_less.sharp.svg" + }, + "default": { + "path": "unfold_less.default.svg" + }, + "twotone": { + "path": "unfold_less.twotone.svg" + } + } + }, + { + "id": "close", + "name": "Close", + "variants": { + "outlined": { + "path": "close.outlined.svg" + }, + "round": { + "path": "close.round.svg" + }, + "sharp": { + "path": "close.sharp.svg" + }, + "default": { + "path": "close.default.svg" + }, + "twotone": { + "path": "close.twotone.svg" + } + } + }, + { + "id": "last_page", + "name": "Last Page", + "variants": { + "outlined": { + "path": "last_page.outlined.svg" + }, + "round": { + "path": "last_page.round.svg" + }, + "sharp": { + "path": "last_page.sharp.svg" + }, + "default": { + "path": "last_page.default.svg" + }, + "twotone": { + "path": "last_page.twotone.svg" + } + } + }, + { + "id": "north", + "name": "North", + "variants": { + "outlined": { + "path": "north.outlined.svg" + }, + "round": { + "path": "north.round.svg" + }, + "sharp": { + "path": "north.sharp.svg" + }, + "default": { + "path": "north.default.svg" + }, + "twotone": { + "path": "north.twotone.svg" + } + } + }, + { + "id": "maps_home_work", + "name": "Maps Home Work", + "variants": { + "outlined": { + "path": "maps_home_work.outlined.svg" + }, + "round": { + "path": "maps_home_work.round.svg" + }, + "sharp": { + "path": "maps_home_work.sharp.svg" + }, + "default": { + "path": "maps_home_work.default.svg" + }, + "twotone": { + "path": "maps_home_work.twotone.svg" + } + } + }, + { + "id": "pivot_table_chart", + "name": "Pivot Table Chart", + "variants": { + "outlined": { + "path": "pivot_table_chart.outlined.svg" + }, + "round": { + "path": "pivot_table_chart.round.svg" + }, + "sharp": { + "path": "pivot_table_chart.sharp.svg" + }, + "default": { + "path": "pivot_table_chart.default.svg" + }, + "twotone": { + "path": "pivot_table_chart.twotone.svg" + } + } + }, + { + "id": "arrow_drop_up", + "name": "Arrow Drop Up", + "variants": { + "outlined": { + "path": "arrow_drop_up.outlined.svg" + }, + "round": { + "path": "arrow_drop_up.round.svg" + }, + "sharp": { + "path": "arrow_drop_up.sharp.svg" + }, + "default": { + "path": "arrow_drop_up.default.svg" + }, + "twotone": { + "path": "arrow_drop_up.twotone.svg" + } + } + }, + { + "id": "fullscreen_exit", + "name": "Fullscreen Exit", + "variants": { + "outlined": { + "path": "fullscreen_exit.outlined.svg" + }, + "round": { + "path": "fullscreen_exit.round.svg" + }, + "sharp": { + "path": "fullscreen_exit.sharp.svg" + }, + "default": { + "path": "fullscreen_exit.default.svg" + }, + "twotone": { + "path": "fullscreen_exit.twotone.svg" + } + } + }, + { + "id": "subdirectory_arrow_left", + "name": "Subdirectory Arrow Left", + "variants": { + "outlined": { + "path": "subdirectory_arrow_left.outlined.svg" + }, + "round": { + "path": "subdirectory_arrow_left.round.svg" + }, + "sharp": { + "path": "subdirectory_arrow_left.sharp.svg" + }, + "default": { + "path": "subdirectory_arrow_left.default.svg" + }, + "twotone": { + "path": "subdirectory_arrow_left.twotone.svg" + } + } + }, + { + "id": "refresh", + "name": "Refresh", + "variants": { + "outlined": { + "path": "refresh.outlined.svg" + }, + "round": { + "path": "refresh.round.svg" + }, + "sharp": { + "path": "refresh.sharp.svg" + }, + "default": { + "path": "refresh.default.svg" + }, + "twotone": { + "path": "refresh.twotone.svg" + } + } + }, + { + "id": "apps_outage", + "name": "Apps Outage", + "variants": { + "outlined": { + "path": "apps_outage.outlined.svg" + }, + "round": { + "path": "apps_outage.round.svg" + }, + "sharp": { + "path": "apps_outage.sharp.svg" + }, + "default": { + "path": "apps_outage.default.svg" + }, + "twotone": { + "path": "apps_outage.twotone.svg" + } + } + }, + { + "id": "expand_more", + "name": "Expand More", + "variants": { + "outlined": { + "path": "expand_more.outlined.svg" + }, + "round": { + "path": "expand_more.round.svg" + }, + "sharp": { + "path": "expand_more.sharp.svg" + }, + "default": { + "path": "expand_more.default.svg" + }, + "twotone": { + "path": "expand_more.twotone.svg" + } + } + }, + { + "id": "app_settings_alt", + "name": "App Settings Alt", + "variants": { + "outlined": { + "path": "app_settings_alt.outlined.svg" + }, + "round": { + "path": "app_settings_alt.round.svg" + }, + "sharp": { + "path": "app_settings_alt.sharp.svg" + }, + "default": { + "path": "app_settings_alt.default.svg" + }, + "twotone": { + "path": "app_settings_alt.twotone.svg" + } + } + }, + { + "id": "arrow_drop_down_circle", + "name": "Arrow Drop Down Circle", + "variants": { + "outlined": { + "path": "arrow_drop_down_circle.outlined.svg" + }, + "round": { + "path": "arrow_drop_down_circle.round.svg" + }, + "sharp": { + "path": "arrow_drop_down_circle.sharp.svg" + }, + "default": { + "path": "arrow_drop_down_circle.default.svg" + }, + "twotone": { + "path": "arrow_drop_down_circle.twotone.svg" + } + } + }, + { + "id": "unfold_more", + "name": "Unfold More", + "variants": { + "outlined": { + "path": "unfold_more.outlined.svg" + }, + "round": { + "path": "unfold_more.round.svg" + }, + "sharp": { + "path": "unfold_more.sharp.svg" + }, + "default": { + "path": "unfold_more.default.svg" + }, + "twotone": { + "path": "unfold_more.twotone.svg" + } + } + }, + { + "id": "add_home_work", + "name": "Add Home Work", + "variants": { + "outlined": { + "path": "add_home_work.outlined.svg" + }, + "round": { + "path": "add_home_work.round.svg" + }, + "sharp": { + "path": "add_home_work.sharp.svg" + }, + "default": { + "path": "add_home_work.default.svg" + }, + "twotone": { + "path": "add_home_work.twotone.svg" + } + } + }, + { + "id": "offline_share", + "name": "Offline Share", + "variants": { + "outlined": { + "path": "offline_share.outlined.svg" + }, + "round": { + "path": "offline_share.round.svg" + }, + "sharp": { + "path": "offline_share.sharp.svg" + }, + "default": { + "path": "offline_share.default.svg" + }, + "twotone": { + "path": "offline_share.twotone.svg" + } + } + }, + { + "id": "arrow_forward_ios", + "name": "Arrow Forward Ios", + "variants": { + "outlined": { + "path": "arrow_forward_ios.outlined.svg" + }, + "round": { + "path": "arrow_forward_ios.round.svg" + }, + "sharp": { + "path": "arrow_forward_ios.sharp.svg" + }, + "default": { + "path": "arrow_forward_ios.default.svg" + }, + "twotone": { + "path": "arrow_forward_ios.twotone.svg" + } + } + }, + { + "id": "chevron_left", + "name": "Chevron Left", + "variants": { + "outlined": { + "path": "chevron_left.outlined.svg" + }, + "round": { + "path": "chevron_left.round.svg" + }, + "sharp": { + "path": "chevron_left.sharp.svg" + }, + "default": { + "path": "chevron_left.default.svg" + }, + "twotone": { + "path": "chevron_left.twotone.svg" + } + } + }, + { + "id": "east", + "name": "East", + "variants": { + "outlined": { + "path": "east.outlined.svg" + }, + "round": { + "path": "east.round.svg" + }, + "sharp": { + "path": "east.sharp.svg" + }, + "default": { + "path": "east.default.svg" + }, + "twotone": { + "path": "east.twotone.svg" + } + } + }, + { + "id": "legend_toggle", + "name": "Legend Toggle", + "variants": { + "outlined": { + "path": "legend_toggle.outlined.svg" + }, + "round": { + "path": "legend_toggle.round.svg" + }, + "sharp": { + "path": "legend_toggle.sharp.svg" + }, + "default": { + "path": "legend_toggle.default.svg" + }, + "twotone": { + "path": "legend_toggle.twotone.svg" + } + } + }, + { + "id": "menu_open", + "name": "Menu Open", + "variants": { + "outlined": { + "path": "menu_open.outlined.svg" + }, + "round": { + "path": "menu_open.round.svg" + }, + "sharp": { + "path": "menu_open.sharp.svg" + }, + "default": { + "path": "menu_open.default.svg" + }, + "twotone": { + "path": "menu_open.twotone.svg" + } + } + }, + { + "id": "switch_left", + "name": "Switch Left", + "variants": { + "outlined": { + "path": "switch_left.outlined.svg" + }, + "round": { + "path": "switch_left.round.svg" + }, + "sharp": { + "path": "switch_left.sharp.svg" + }, + "default": { + "path": "switch_left.default.svg" + }, + "twotone": { + "path": "switch_left.twotone.svg" + } + } + }, + { + "id": "switch_right", + "name": "Switch Right", + "variants": { + "outlined": { + "path": "switch_right.outlined.svg" + }, + "round": { + "path": "switch_right.round.svg" + }, + "sharp": { + "path": "switch_right.sharp.svg" + }, + "default": { + "path": "switch_right.default.svg" + }, + "twotone": { + "path": "switch_right.twotone.svg" + } + } + }, + { + "id": "double_arrow", + "name": "Double Arrow", + "variants": { + "outlined": { + "path": "double_arrow.outlined.svg" + }, + "round": { + "path": "double_arrow.round.svg" + }, + "sharp": { + "path": "double_arrow.sharp.svg" + }, + "default": { + "path": "double_arrow.default.svg" + }, + "twotone": { + "path": "double_arrow.twotone.svg" + } + } + }, + { + "id": "home_work", + "name": "Home Work", + "variants": { + "outlined": { + "path": "home_work.outlined.svg" + }, + "round": { + "path": "home_work.round.svg" + }, + "sharp": { + "path": "home_work.sharp.svg" + }, + "default": { + "path": "home_work.default.svg" + }, + "twotone": { + "path": "home_work.twotone.svg" + } + } + }, + { + "id": "north_east", + "name": "North East", + "variants": { + "outlined": { + "path": "north_east.outlined.svg" + }, + "round": { + "path": "north_east.round.svg" + }, + "sharp": { + "path": "north_east.sharp.svg" + }, + "default": { + "path": "north_east.default.svg" + }, + "twotone": { + "path": "north_east.twotone.svg" + } + } + }, + { + "id": "arrow_back", + "name": "Arrow Back", + "variants": { + "outlined": { + "path": "arrow_back.outlined.svg" + }, + "round": { + "path": "arrow_back.round.svg" + }, + "sharp": { + "path": "arrow_back.sharp.svg" + }, + "default": { + "path": "arrow_back.default.svg" + }, + "twotone": { + "path": "arrow_back.twotone.svg" + } + } + }, + { + "id": "arrow_back_ios", + "name": "Arrow Back Ios", + "variants": { + "outlined": { + "path": "arrow_back_ios.outlined.svg" + }, + "round": { + "path": "arrow_back_ios.round.svg" + }, + "sharp": { + "path": "arrow_back_ios.sharp.svg" + }, + "default": { + "path": "arrow_back_ios.default.svg" + }, + "twotone": { + "path": "arrow_back_ios.twotone.svg" + } + } + }, + { + "id": "menu", + "name": "Menu", + "variants": { + "outlined": { + "path": "menu.outlined.svg" + }, + "round": { + "path": "menu.round.svg" + }, + "sharp": { + "path": "menu.sharp.svg" + }, + "default": { + "path": "menu.default.svg" + }, + "twotone": { + "path": "menu.twotone.svg" + } + } + }, + { + "id": "campaign", + "name": "Campaign", + "variants": { + "outlined": { + "path": "campaign.outlined.svg" + }, + "round": { + "path": "campaign.round.svg" + }, + "sharp": { + "path": "campaign.sharp.svg" + }, + "default": { + "path": "campaign.default.svg" + }, + "twotone": { + "path": "campaign.twotone.svg" + } + } + }, + { + "id": "south", + "name": "South", + "variants": { + "outlined": { + "path": "south.outlined.svg" + }, + "round": { + "path": "south.round.svg" + }, + "sharp": { + "path": "south.sharp.svg" + }, + "default": { + "path": "south.default.svg" + }, + "twotone": { + "path": "south.twotone.svg" + } + } + }, + { + "id": "assistant_navigation", + "name": "Assistant Navigation", + "variants": { + "default": { + "path": "assistant_navigation.default.svg" + } + } + }, + { + "id": "south_west", + "name": "South West", + "variants": { + "outlined": { + "path": "south_west.outlined.svg" + }, + "round": { + "path": "south_west.round.svg" + }, + "sharp": { + "path": "south_west.sharp.svg" + }, + "default": { + "path": "south_west.default.svg" + }, + "twotone": { + "path": "south_west.twotone.svg" + } + } + }, + { + "id": "more_horiz", + "name": "More Horiz", + "variants": { + "outlined": { + "path": "more_horiz.outlined.svg" + }, + "round": { + "path": "more_horiz.round.svg" + }, + "sharp": { + "path": "more_horiz.sharp.svg" + }, + "default": { + "path": "more_horiz.default.svg" + }, + "twotone": { + "path": "more_horiz.twotone.svg" + } + } + }, + { + "id": "waterfall_chart", + "name": "Waterfall Chart", + "variants": { + "outlined": { + "path": "waterfall_chart.outlined.svg" + }, + "round": { + "path": "waterfall_chart.round.svg" + }, + "sharp": { + "path": "waterfall_chart.sharp.svg" + }, + "default": { + "path": "waterfall_chart.default.svg" + }, + "twotone": { + "path": "waterfall_chart.twotone.svg" + } + } + }, + { + "id": "expand_circle_down", + "name": "Expand Circle Down", + "variants": { + "outlined": { + "path": "expand_circle_down.outlined.svg" + }, + "round": { + "path": "expand_circle_down.round.svg" + }, + "sharp": { + "path": "expand_circle_down.sharp.svg" + }, + "default": { + "path": "expand_circle_down.default.svg" + }, + "twotone": { + "path": "expand_circle_down.twotone.svg" + } + } + }, + { + "id": "assistant_direction", + "name": "Assistant Direction", + "variants": { + "outlined": { + "path": "assistant_direction.outlined.svg" + }, + "round": { + "path": "assistant_direction.round.svg" + }, + "sharp": { + "path": "assistant_direction.sharp.svg" + }, + "default": { + "path": "assistant_direction.default.svg" + }, + "twotone": { + "path": "assistant_direction.twotone.svg" + } + } + }, + { + "id": "west", + "name": "West", + "variants": { + "outlined": { + "path": "west.outlined.svg" + }, + "round": { + "path": "west.round.svg" + }, + "sharp": { + "path": "west.sharp.svg" + }, + "default": { + "path": "west.default.svg" + }, + "twotone": { + "path": "west.twotone.svg" + } + } + }, + { + "id": "fullscreen", + "name": "Fullscreen", + "variants": { + "outlined": { + "path": "fullscreen.outlined.svg" + }, + "round": { + "path": "fullscreen.round.svg" + }, + "sharp": { + "path": "fullscreen.sharp.svg" + }, + "default": { + "path": "fullscreen.default.svg" + }, + "twotone": { + "path": "fullscreen.twotone.svg" + } + } + }, + { + "id": "check", + "name": "Check", + "variants": { + "outlined": { + "path": "check.outlined.svg" + }, + "round": { + "path": "check.round.svg" + }, + "sharp": { + "path": "check.sharp.svg" + }, + "default": { + "path": "check.default.svg" + }, + "twotone": { + "path": "check.twotone.svg" + } + } + }, + { + "id": "apps", + "name": "Apps", + "variants": { + "outlined": { + "path": "apps.outlined.svg" + }, + "round": { + "path": "apps.round.svg" + }, + "sharp": { + "path": "apps.sharp.svg" + }, + "default": { + "path": "apps.default.svg" + }, + "twotone": { + "path": "apps.twotone.svg" + } + } + }, + { + "id": "arrow_upward", + "name": "Arrow Upward", + "variants": { + "outlined": { + "path": "arrow_upward.outlined.svg" + }, + "round": { + "path": "arrow_upward.round.svg" + }, + "sharp": { + "path": "arrow_upward.sharp.svg" + }, + "default": { + "path": "arrow_upward.default.svg" + }, + "twotone": { + "path": "arrow_upward.twotone.svg" + } + } + }, + { + "id": "more_vert", + "name": "More Vert", + "variants": { + "outlined": { + "path": "more_vert.outlined.svg" + }, + "round": { + "path": "more_vert.round.svg" + }, + "sharp": { + "path": "more_vert.sharp.svg" + }, + "default": { + "path": "more_vert.default.svg" + }, + "twotone": { + "path": "more_vert.twotone.svg" + } + } + }, + { + "id": "arrow_left", + "name": "Arrow Left", + "variants": { + "outlined": { + "path": "arrow_left.outlined.svg" + }, + "round": { + "path": "arrow_left.round.svg" + }, + "sharp": { + "path": "arrow_left.sharp.svg" + }, + "default": { + "path": "arrow_left.default.svg" + }, + "twotone": { + "path": "arrow_left.twotone.svg" + } + } + }, + { + "id": "south_east", + "name": "South East", + "variants": { + "outlined": { + "path": "south_east.outlined.svg" + }, + "round": { + "path": "south_east.round.svg" + }, + "sharp": { + "path": "south_east.sharp.svg" + }, + "default": { + "path": "south_east.default.svg" + }, + "twotone": { + "path": "south_east.twotone.svg" + } + } + }, + { + "id": "north_west", + "name": "North West", + "variants": { + "outlined": { + "path": "north_west.outlined.svg" + }, + "round": { + "path": "north_west.round.svg" + }, + "sharp": { + "path": "north_west.sharp.svg" + }, + "default": { + "path": "north_west.default.svg" + }, + "twotone": { + "path": "north_west.twotone.svg" + } + } + }, + { + "id": "first_page", + "name": "First Page", + "variants": { + "outlined": { + "path": "first_page.outlined.svg" + }, + "round": { + "path": "first_page.round.svg" + }, + "sharp": { + "path": "first_page.sharp.svg" + }, + "default": { + "path": "first_page.default.svg" + }, + "twotone": { + "path": "first_page.twotone.svg" + } + } + }, + { + "id": "arrow_back_ios_new", + "name": "Arrow Back Ios New", + "variants": { + "outlined": { + "path": "arrow_back_ios_new.outlined.svg" + }, + "round": { + "path": "arrow_back_ios_new.round.svg" + }, + "sharp": { + "path": "arrow_back_ios_new.sharp.svg" + }, + "default": { + "path": "arrow_back_ios_new.default.svg" + }, + "twotone": { + "path": "arrow_back_ios_new.twotone.svg" + } + } + }, + { + "id": "arrow_right", + "name": "Arrow Right", + "variants": { + "outlined": { + "path": "arrow_right.outlined.svg" + }, + "round": { + "path": "arrow_right.round.svg" + }, + "sharp": { + "path": "arrow_right.sharp.svg" + }, + "default": { + "path": "arrow_right.default.svg" + }, + "twotone": { + "path": "arrow_right.twotone.svg" + } + } + }, + { + "id": "chevron_right", + "name": "Chevron Right", + "variants": { + "outlined": { + "path": "chevron_right.outlined.svg" + }, + "round": { + "path": "chevron_right.round.svg" + }, + "sharp": { + "path": "chevron_right.sharp.svg" + }, + "default": { + "path": "chevron_right.default.svg" + }, + "twotone": { + "path": "chevron_right.twotone.svg" + } + } + }, + { + "id": "biotech", + "name": "Biotech", + "variants": { + "outlined": { + "path": "biotech.outlined.svg" + }, + "round": { + "path": "biotech.round.svg" + }, + "sharp": { + "path": "biotech.sharp.svg" + }, + "default": { + "path": "biotech.default.svg" + }, + "twotone": { + "path": "biotech.twotone.svg" + } + } + }, + { + "id": "insights", + "name": "Insights", + "variants": { + "outlined": { + "path": "insights.outlined.svg" + }, + "round": { + "path": "insights.round.svg" + }, + "sharp": { + "path": "insights.sharp.svg" + }, + "default": { + "path": "insights.default.svg" + }, + "twotone": { + "path": "insights.twotone.svg" + } + } + }, + { + "id": "shield", + "name": "Shield", + "variants": { + "outlined": { + "path": "shield.outlined.svg" + }, + "round": { + "path": "shield.round.svg" + }, + "sharp": { + "path": "shield.sharp.svg" + }, + "default": { + "path": "shield.default.svg" + }, + "twotone": { + "path": "shield.twotone.svg" + } + } + }, + { + "id": "flag", + "name": "Flag", + "variants": { + "outlined": { + "path": "flag.outlined.svg" + }, + "round": { + "path": "flag.round.svg" + }, + "sharp": { + "path": "flag.sharp.svg" + }, + "default": { + "path": "flag.default.svg" + }, + "twotone": { + "path": "flag.twotone.svg" + } + } + }, + { + "id": "flag_circle", + "name": "Flag Circle", + "variants": { + "outlined": { + "path": "flag_circle.outlined.svg" + }, + "round": { + "path": "flag_circle.round.svg" + }, + "sharp": { + "path": "flag_circle.sharp.svg" + }, + "default": { + "path": "flag_circle.default.svg" + }, + "twotone": { + "path": "flag_circle.twotone.svg" + } + } + }, + { + "id": "save_as", + "name": "Save As", + "variants": { + "outlined": { + "path": "save_as.outlined.svg" + }, + "round": { + "path": "save_as.round.svg" + }, + "sharp": { + "path": "save_as.sharp.svg" + }, + "default": { + "path": "save_as.default.svg" + }, + "twotone": { + "path": "save_as.twotone.svg" + } + } + }, + { + "id": "font_download", + "name": "Font Download", + "variants": { + "outlined": { + "path": "font_download.outlined.svg" + }, + "round": { + "path": "font_download.round.svg" + }, + "sharp": { + "path": "font_download.sharp.svg" + }, + "default": { + "path": "font_download.default.svg" + }, + "twotone": { + "path": "font_download.twotone.svg" + } + } + }, + { + "id": "copy_all", + "name": "Copy All", + "variants": { + "outlined": { + "path": "copy_all.outlined.svg" + }, + "round": { + "path": "copy_all.round.svg" + }, + "sharp": { + "path": "copy_all.sharp.svg" + }, + "default": { + "path": "copy_all.default.svg" + }, + "twotone": { + "path": "copy_all.twotone.svg" + } + } + }, + { + "id": "font_download_off", + "name": "Font Download Off", + "variants": { + "outlined": { + "path": "font_download_off.outlined.svg" + }, + "round": { + "path": "font_download_off.round.svg" + }, + "sharp": { + "path": "font_download_off.sharp.svg" + }, + "default": { + "path": "font_download_off.default.svg" + }, + "twotone": { + "path": "font_download_off.twotone.svg" + } + } + }, + { + "id": "remove", + "name": "Remove", + "variants": { + "outlined": { + "path": "remove.outlined.svg" + }, + "round": { + "path": "remove.round.svg" + }, + "sharp": { + "path": "remove.sharp.svg" + }, + "default": { + "path": "remove.default.svg" + }, + "twotone": { + "path": "remove.twotone.svg" + } + } + }, + { + "id": "add_circle_outline", + "name": "Add Circle Outline", + "variants": { + "outlined": { + "path": "add_circle_outline.outlined.svg" + }, + "round": { + "path": "add_circle_outline.round.svg" + }, + "sharp": { + "path": "add_circle_outline.sharp.svg" + }, + "default": { + "path": "add_circle_outline.default.svg" + }, + "twotone": { + "path": "add_circle_outline.twotone.svg" + } + } + }, + { + "id": "dynamic_feed", + "name": "Dynamic Feed", + "variants": { + "outlined": { + "path": "dynamic_feed.outlined.svg" + }, + "round": { + "path": "dynamic_feed.round.svg" + }, + "sharp": { + "path": "dynamic_feed.sharp.svg" + }, + "default": { + "path": "dynamic_feed.default.svg" + }, + "twotone": { + "path": "dynamic_feed.twotone.svg" + } + } + }, + { + "id": "select_all", + "name": "Select All", + "variants": { + "outlined": { + "path": "select_all.outlined.svg" + }, + "round": { + "path": "select_all.round.svg" + }, + "sharp": { + "path": "select_all.sharp.svg" + }, + "default": { + "path": "select_all.default.svg" + }, + "twotone": { + "path": "select_all.twotone.svg" + } + } + }, + { + "id": "content_copy", + "name": "Content Copy", + "variants": { + "outlined": { + "path": "content_copy.outlined.svg" + }, + "round": { + "path": "content_copy.round.svg" + }, + "sharp": { + "path": "content_copy.sharp.svg" + }, + "default": { + "path": "content_copy.default.svg" + }, + "twotone": { + "path": "content_copy.twotone.svg" + } + } + }, + { + "id": "inbox", + "name": "Inbox", + "variants": { + "outlined": { + "path": "inbox.outlined.svg" + }, + "round": { + "path": "inbox.round.svg" + }, + "sharp": { + "path": "inbox.sharp.svg" + }, + "default": { + "path": "inbox.default.svg" + }, + "twotone": { + "path": "inbox.twotone.svg" + } + } + }, + { + "id": "weekend", + "name": "Weekend", + "variants": { + "outlined": { + "path": "weekend.outlined.svg" + }, + "round": { + "path": "weekend.round.svg" + }, + "sharp": { + "path": "weekend.sharp.svg" + }, + "default": { + "path": "weekend.default.svg" + }, + "twotone": { + "path": "weekend.twotone.svg" + } + } + }, + { + "id": "inventory_2", + "name": "Inventory 2", + "variants": { + "outlined": { + "path": "inventory_2.outlined.svg" + }, + "round": { + "path": "inventory_2.round.svg" + }, + "sharp": { + "path": "inventory_2.sharp.svg" + }, + "default": { + "path": "inventory_2.default.svg" + }, + "twotone": { + "path": "inventory_2.twotone.svg" + } + } + }, + { + "id": "push_pin", + "name": "Push Pin", + "variants": { + "outlined": { + "path": "push_pin.outlined.svg" + }, + "round": { + "path": "push_pin.round.svg" + }, + "sharp": { + "path": "push_pin.sharp.svg" + }, + "default": { + "path": "push_pin.default.svg" + }, + "twotone": { + "path": "push_pin.twotone.svg" + } + } + }, + { + "id": "calculate", + "name": "Calculate", + "variants": { + "outlined": { + "path": "calculate.outlined.svg" + }, + "round": { + "path": "calculate.round.svg" + }, + "sharp": { + "path": "calculate.sharp.svg" + }, + "default": { + "path": "calculate.default.svg" + }, + "twotone": { + "path": "calculate.twotone.svg" + } + } + }, + { + "id": "archive", + "name": "Archive", + "variants": { + "outlined": { + "path": "archive.outlined.svg" + }, + "round": { + "path": "archive.round.svg" + }, + "sharp": { + "path": "archive.sharp.svg" + }, + "default": { + "path": "archive.default.svg" + }, + "twotone": { + "path": "archive.twotone.svg" + } + } + }, + { + "id": "sort", + "name": "Sort", + "variants": { + "outlined": { + "path": "sort.outlined.svg" + }, + "round": { + "path": "sort.round.svg" + }, + "sharp": { + "path": "sort.sharp.svg" + }, + "default": { + "path": "sort.default.svg" + }, + "twotone": { + "path": "sort.twotone.svg" + } + } + }, + { + "id": "how_to_vote", + "name": "How To Vote", + "variants": { + "outlined": { + "path": "how_to_vote.outlined.svg" + }, + "round": { + "path": "how_to_vote.round.svg" + }, + "sharp": { + "path": "how_to_vote.sharp.svg" + }, + "default": { + "path": "how_to_vote.default.svg" + }, + "twotone": { + "path": "how_to_vote.twotone.svg" + } + } + }, + { + "id": "how_to_reg", + "name": "How To Reg", + "variants": { + "outlined": { + "path": "how_to_reg.outlined.svg" + }, + "round": { + "path": "how_to_reg.round.svg" + }, + "sharp": { + "path": "how_to_reg.sharp.svg" + }, + "default": { + "path": "how_to_reg.default.svg" + }, + "twotone": { + "path": "how_to_reg.twotone.svg" + } + } + }, + { + "id": "bolt", + "name": "Bolt", + "variants": { + "outlined": { + "path": "bolt.outlined.svg" + }, + "round": { + "path": "bolt.round.svg" + }, + "sharp": { + "path": "bolt.sharp.svg" + }, + "default": { + "path": "bolt.default.svg" + }, + "twotone": { + "path": "bolt.twotone.svg" + } + } + }, + { + "id": "change_circle", + "name": "Change Circle", + "variants": { + "outlined": { + "path": "change_circle.outlined.svg" + }, + "round": { + "path": "change_circle.round.svg" + }, + "sharp": { + "path": "change_circle.sharp.svg" + }, + "default": { + "path": "change_circle.default.svg" + }, + "twotone": { + "path": "change_circle.twotone.svg" + } + } + }, + { + "id": "content_cut", + "name": "Content Cut", + "variants": { + "outlined": { + "path": "content_cut.outlined.svg" + }, + "round": { + "path": "content_cut.round.svg" + }, + "sharp": { + "path": "content_cut.sharp.svg" + }, + "default": { + "path": "content_cut.default.svg" + }, + "twotone": { + "path": "content_cut.twotone.svg" + } + } + }, + { + "id": "content_paste_go", + "name": "Content Paste Go", + "variants": { + "outlined": { + "path": "content_paste_go.outlined.svg" + }, + "round": { + "path": "content_paste_go.round.svg" + }, + "sharp": { + "path": "content_paste_go.sharp.svg" + }, + "default": { + "path": "content_paste_go.default.svg" + }, + "twotone": { + "path": "content_paste_go.twotone.svg" + } + } + }, + { + "id": "redo", + "name": "Redo", + "variants": { + "outlined": { + "path": "redo.outlined.svg" + }, + "round": { + "path": "redo.round.svg" + }, + "sharp": { + "path": "redo.sharp.svg" + }, + "default": { + "path": "redo.default.svg" + }, + "twotone": { + "path": "redo.twotone.svg" + } + } + }, + { + "id": "filter_list", + "name": "Filter List", + "variants": { + "outlined": { + "path": "filter_list.outlined.svg" + }, + "round": { + "path": "filter_list.round.svg" + }, + "sharp": { + "path": "filter_list.sharp.svg" + }, + "default": { + "path": "filter_list.default.svg" + }, + "twotone": { + "path": "filter_list.twotone.svg" + } + } + }, + { + "id": "mail", + "name": "Mail", + "variants": { + "outlined": { + "path": "mail.outlined.svg" + }, + "round": { + "path": "mail.round.svg" + }, + "sharp": { + "path": "mail.sharp.svg" + }, + "default": { + "path": "mail.default.svg" + }, + "twotone": { + "path": "mail.twotone.svg" + } + } + }, + { + "id": "drafts", + "name": "Drafts", + "variants": { + "outlined": { + "path": "drafts.outlined.svg" + }, + "round": { + "path": "drafts.round.svg" + }, + "sharp": { + "path": "drafts.sharp.svg" + }, + "default": { + "path": "drafts.default.svg" + }, + "twotone": { + "path": "drafts.twotone.svg" + } + } + }, + { + "id": "link_off", + "name": "Link Off", + "variants": { + "outlined": { + "path": "link_off.outlined.svg" + }, + "round": { + "path": "link_off.round.svg" + }, + "sharp": { + "path": "link_off.sharp.svg" + }, + "default": { + "path": "link_off.default.svg" + }, + "twotone": { + "path": "link_off.twotone.svg" + } + } + }, + { + "id": "content_paste", + "name": "Content Paste", + "variants": { + "outlined": { + "path": "content_paste.outlined.svg" + }, + "round": { + "path": "content_paste.round.svg" + }, + "sharp": { + "path": "content_paste.sharp.svg" + }, + "default": { + "path": "content_paste.default.svg" + }, + "twotone": { + "path": "content_paste.twotone.svg" + } + } + }, + { + "id": "stream", + "name": "Stream", + "variants": { + "outlined": { + "path": "stream.outlined.svg" + }, + "round": { + "path": "stream.round.svg" + }, + "sharp": { + "path": "stream.sharp.svg" + }, + "default": { + "path": "stream.default.svg" + }, + "twotone": { + "path": "stream.twotone.svg" + } + } + }, + { + "id": "remove_circle", + "name": "Remove Circle", + "variants": { + "outlined": { + "path": "remove_circle.outlined.svg" + }, + "round": { + "path": "remove_circle.round.svg" + }, + "sharp": { + "path": "remove_circle.sharp.svg" + }, + "default": { + "path": "remove_circle.default.svg" + }, + "twotone": { + "path": "remove_circle.twotone.svg" + } + } + }, + { + "id": "remove_circle_outline", + "name": "Remove Circle Outline", + "variants": { + "outlined": { + "path": "remove_circle_outline.outlined.svg" + }, + "round": { + "path": "remove_circle_outline.round.svg" + }, + "sharp": { + "path": "remove_circle_outline.sharp.svg" + }, + "default": { + "path": "remove_circle_outline.default.svg" + }, + "twotone": { + "path": "remove_circle_outline.twotone.svg" + } + } + }, + { + "id": "amp_stories", + "name": "Amp Stories", + "variants": { + "outlined": { + "path": "amp_stories.outlined.svg" + }, + "round": { + "path": "amp_stories.round.svg" + }, + "sharp": { + "path": "amp_stories.sharp.svg" + }, + "default": { + "path": "amp_stories.default.svg" + }, + "twotone": { + "path": "amp_stories.twotone.svg" + } + } + }, + { + "id": "deselect", + "name": "Deselect", + "variants": { + "outlined": { + "path": "deselect.outlined.svg" + }, + "round": { + "path": "deselect.round.svg" + }, + "sharp": { + "path": "deselect.sharp.svg" + }, + "default": { + "path": "deselect.default.svg" + }, + "twotone": { + "path": "deselect.twotone.svg" + } + } + }, + { + "id": "undo", + "name": "Undo", + "variants": { + "outlined": { + "path": "undo.outlined.svg" + }, + "round": { + "path": "undo.round.svg" + }, + "sharp": { + "path": "undo.sharp.svg" + }, + "default": { + "path": "undo.default.svg" + }, + "twotone": { + "path": "undo.twotone.svg" + } + } + }, + { + "id": "content_paste_search", + "name": "Content Paste Search", + "variants": { + "outlined": { + "path": "content_paste_search.outlined.svg" + }, + "round": { + "path": "content_paste_search.round.svg" + }, + "sharp": { + "path": "content_paste_search.sharp.svg" + }, + "default": { + "path": "content_paste_search.default.svg" + }, + "twotone": { + "path": "content_paste_search.twotone.svg" + } + } + }, + { + "id": "file_copy", + "name": "File Copy", + "variants": { + "outlined": { + "path": "file_copy.outlined.svg" + }, + "round": { + "path": "file_copy.round.svg" + }, + "sharp": { + "path": "file_copy.sharp.svg" + }, + "default": { + "path": "file_copy.default.svg" + }, + "twotone": { + "path": "file_copy.twotone.svg" + } + } + }, + { + "id": "text_format", + "name": "Text Format", + "variants": { + "outlined": { + "path": "text_format.outlined.svg" + }, + "round": { + "path": "text_format.round.svg" + }, + "sharp": { + "path": "text_format.sharp.svg" + }, + "default": { + "path": "text_format.default.svg" + }, + "twotone": { + "path": "text_format.twotone.svg" + } + } + }, + { + "id": "unarchive", + "name": "Unarchive", + "variants": { + "outlined": { + "path": "unarchive.outlined.svg" + }, + "round": { + "path": "unarchive.round.svg" + }, + "sharp": { + "path": "unarchive.sharp.svg" + }, + "default": { + "path": "unarchive.default.svg" + }, + "twotone": { + "path": "unarchive.twotone.svg" + } + } + }, + { + "id": "clear", + "name": "Clear", + "variants": { + "outlined": { + "path": "clear.outlined.svg" + }, + "round": { + "path": "clear.round.svg" + }, + "sharp": { + "path": "clear.sharp.svg" + }, + "default": { + "path": "clear.default.svg" + }, + "twotone": { + "path": "clear.twotone.svg" + } + } + }, + { + "id": "markunread", + "name": "Markunread", + "variants": { + "outlined": { + "path": "markunread.outlined.svg" + }, + "round": { + "path": "markunread.round.svg" + }, + "sharp": { + "path": "markunread.sharp.svg" + }, + "default": { + "path": "markunread.default.svg" + }, + "twotone": { + "path": "markunread.twotone.svg" + } + } + }, + { + "id": "where_to_vote", + "name": "Where To Vote", + "variants": { + "outlined": { + "path": "where_to_vote.outlined.svg" + }, + "round": { + "path": "where_to_vote.round.svg" + }, + "sharp": { + "path": "where_to_vote.sharp.svg" + }, + "default": { + "path": "where_to_vote.default.svg" + }, + "twotone": { + "path": "where_to_vote.twotone.svg" + } + } + }, + { + "id": "reply_all", + "name": "Reply All", + "variants": { + "outlined": { + "path": "reply_all.outlined.svg" + }, + "round": { + "path": "reply_all.round.svg" + }, + "sharp": { + "path": "reply_all.sharp.svg" + }, + "default": { + "path": "reply_all.default.svg" + }, + "twotone": { + "path": "reply_all.twotone.svg" + } + } + }, + { + "id": "reply", + "name": "Reply", + "variants": { + "outlined": { + "path": "reply.outlined.svg" + }, + "round": { + "path": "reply.round.svg" + }, + "sharp": { + "path": "reply.sharp.svg" + }, + "default": { + "path": "reply.default.svg" + }, + "twotone": { + "path": "reply.twotone.svg" + } + } + }, + { + "id": "save_alt", + "name": "Save Alt", + "variants": { + "outlined": { + "path": "save_alt.outlined.svg" + }, + "round": { + "path": "save_alt.round.svg" + }, + "sharp": { + "path": "save_alt.sharp.svg" + }, + "default": { + "path": "save_alt.default.svg" + }, + "twotone": { + "path": "save_alt.twotone.svg" + } + } + }, + { + "id": "report_off", + "name": "Report Off", + "variants": { + "outlined": { + "path": "report_off.outlined.svg" + }, + "round": { + "path": "report_off.round.svg" + }, + "sharp": { + "path": "report_off.sharp.svg" + }, + "default": { + "path": "report_off.default.svg" + }, + "twotone": { + "path": "report_off.twotone.svg" + } + } + }, + { + "id": "add", + "name": "Add", + "variants": { + "outlined": { + "path": "add.outlined.svg" + }, + "round": { + "path": "add.round.svg" + }, + "sharp": { + "path": "add.sharp.svg" + }, + "default": { + "path": "add.default.svg" + }, + "twotone": { + "path": "add.twotone.svg" + } + } + }, + { + "id": "link", + "name": "Link", + "variants": { + "outlined": { + "path": "link.outlined.svg" + }, + "round": { + "path": "link.round.svg" + }, + "sharp": { + "path": "link.sharp.svg" + }, + "default": { + "path": "link.default.svg" + }, + "twotone": { + "path": "link.twotone.svg" + } + } + }, + { + "id": "add_circle", + "name": "Add Circle", + "variants": { + "outlined": { + "path": "add_circle.outlined.svg" + }, + "round": { + "path": "add_circle.round.svg" + }, + "sharp": { + "path": "add_circle.sharp.svg" + }, + "default": { + "path": "add_circle.default.svg" + }, + "twotone": { + "path": "add_circle.twotone.svg" + } + } + }, + { + "id": "add_box", + "name": "Add Box", + "variants": { + "outlined": { + "path": "add_box.outlined.svg" + }, + "round": { + "path": "add_box.round.svg" + }, + "sharp": { + "path": "add_box.sharp.svg" + }, + "default": { + "path": "add_box.default.svg" + }, + "twotone": { + "path": "add_box.twotone.svg" + } + } + }, + { + "id": "gesture", + "name": "Gesture", + "variants": { + "outlined": { + "path": "gesture.outlined.svg" + }, + "round": { + "path": "gesture.round.svg" + }, + "sharp": { + "path": "gesture.sharp.svg" + }, + "default": { + "path": "gesture.default.svg" + }, + "twotone": { + "path": "gesture.twotone.svg" + } + } + }, + { + "id": "web_stories", + "name": "Web Stories", + "variants": { + "outlined": { + "path": "web_stories.outlined.svg" + }, + "round": { + "path": "web_stories.round.svg" + }, + "sharp": { + "path": "web_stories.sharp.svg" + }, + "default": { + "path": "web_stories.default.svg" + }, + "twotone": { + "path": "web_stories.twotone.svg" + } + } + }, + { + "id": "next_week", + "name": "Next Week", + "variants": { + "outlined": { + "path": "next_week.outlined.svg" + }, + "round": { + "path": "next_week.round.svg" + }, + "sharp": { + "path": "next_week.sharp.svg" + }, + "default": { + "path": "next_week.default.svg" + }, + "twotone": { + "path": "next_week.twotone.svg" + } + } + }, + { + "id": "inventory", + "name": "Inventory", + "variants": { + "outlined": { + "path": "inventory.outlined.svg" + }, + "round": { + "path": "inventory.round.svg" + }, + "sharp": { + "path": "inventory.sharp.svg" + }, + "default": { + "path": "inventory.default.svg" + }, + "twotone": { + "path": "inventory.twotone.svg" + } + } + }, + { + "id": "attribution", + "name": "Attribution", + "variants": { + "outlined": { + "path": "attribution.outlined.svg" + }, + "round": { + "path": "attribution.round.svg" + }, + "sharp": { + "path": "attribution.sharp.svg" + }, + "default": { + "path": "attribution.default.svg" + }, + "twotone": { + "path": "attribution.twotone.svg" + } + } + }, + { + "id": "waves", + "name": "Waves", + "variants": { + "outlined": { + "path": "waves.outlined.svg" + }, + "round": { + "path": "waves.round.svg" + }, + "sharp": { + "path": "waves.sharp.svg" + }, + "default": { + "path": "waves.default.svg" + }, + "twotone": { + "path": "waves.twotone.svg" + } + } + }, + { + "id": "ballot", + "name": "Ballot", + "variants": { + "outlined": { + "path": "ballot.outlined.svg" + }, + "round": { + "path": "ballot.round.svg" + }, + "sharp": { + "path": "ballot.sharp.svg" + }, + "default": { + "path": "ballot.default.svg" + }, + "twotone": { + "path": "ballot.twotone.svg" + } + } + }, + { + "id": "backspace", + "name": "Backspace", + "variants": { + "outlined": { + "path": "backspace.outlined.svg" + }, + "round": { + "path": "backspace.round.svg" + }, + "sharp": { + "path": "backspace.sharp.svg" + }, + "default": { + "path": "backspace.default.svg" + }, + "twotone": { + "path": "backspace.twotone.svg" + } + } + }, + { + "id": "filter_list_off", + "name": "Filter List Off", + "variants": { + "outlined": { + "path": "filter_list_off.outlined.svg" + }, + "round": { + "path": "filter_list_off.round.svg" + }, + "sharp": { + "path": "filter_list_off.sharp.svg" + }, + "default": { + "path": "filter_list_off.default.svg" + }, + "twotone": { + "path": "filter_list_off.twotone.svg" + } + } + }, + { + "id": "content_paste_off", + "name": "Content Paste Off", + "variants": { + "outlined": { + "path": "content_paste_off.outlined.svg" + }, + "round": { + "path": "content_paste_off.round.svg" + }, + "sharp": { + "path": "content_paste_off.sharp.svg" + }, + "default": { + "path": "content_paste_off.default.svg" + }, + "twotone": { + "path": "content_paste_off.twotone.svg" + } + } + }, + { + "id": "report", + "name": "Report", + "variants": { + "outlined": { + "path": "report.outlined.svg" + }, + "round": { + "path": "report.round.svg" + }, + "sharp": { + "path": "report.sharp.svg" + }, + "default": { + "path": "report.default.svg" + }, + "twotone": { + "path": "report.twotone.svg" + } + } + }, + { + "id": "delete_sweep", + "name": "Delete Sweep", + "variants": { + "outlined": { + "path": "delete_sweep.outlined.svg" + }, + "round": { + "path": "delete_sweep.round.svg" + }, + "sharp": { + "path": "delete_sweep.sharp.svg" + }, + "default": { + "path": "delete_sweep.default.svg" + }, + "twotone": { + "path": "delete_sweep.twotone.svg" + } + } + }, + { + "id": "block_flipped", + "name": "Block Flipped", + "variants": { + "default": { + "path": "block_flipped.default.svg" + } + } + }, + { + "id": "square_foot", + "name": "Square Foot", + "variants": { + "outlined": { + "path": "square_foot.outlined.svg" + }, + "round": { + "path": "square_foot.round.svg" + }, + "sharp": { + "path": "square_foot.sharp.svg" + }, + "default": { + "path": "square_foot.default.svg" + }, + "twotone": { + "path": "square_foot.twotone.svg" + } + } + }, + { + "id": "upcoming", + "name": "Upcoming", + "variants": { + "outlined": { + "path": "upcoming.outlined.svg" + }, + "round": { + "path": "upcoming.round.svg" + }, + "sharp": { + "path": "upcoming.sharp.svg" + }, + "default": { + "path": "upcoming.default.svg" + }, + "twotone": { + "path": "upcoming.twotone.svg" + } + } + }, + { + "id": "add_link", + "name": "Add Link", + "variants": { + "outlined": { + "path": "add_link.outlined.svg" + }, + "round": { + "path": "add_link.round.svg" + }, + "sharp": { + "path": "add_link.sharp.svg" + }, + "default": { + "path": "add_link.default.svg" + }, + "twotone": { + "path": "add_link.twotone.svg" + } + } + }, + { + "id": "outlined_flag", + "name": "Outlined Flag", + "variants": { + "outlined": { + "path": "outlined_flag.outlined.svg" + }, + "round": { + "path": "outlined_flag.round.svg" + }, + "sharp": { + "path": "outlined_flag.sharp.svg" + }, + "default": { + "path": "outlined_flag.default.svg" + }, + "twotone": { + "path": "outlined_flag.twotone.svg" + } + } + }, + { + "id": "report_gmailerrorred", + "name": "Report Gmailerrorred", + "variants": { + "outlined": { + "path": "report_gmailerrorred.outlined.svg" + }, + "round": { + "path": "report_gmailerrorred.round.svg" + }, + "sharp": { + "path": "report_gmailerrorred.sharp.svg" + }, + "default": { + "path": "report_gmailerrorred.default.svg" + }, + "twotone": { + "path": "report_gmailerrorred.twotone.svg" + } + } + }, + { + "id": "save", + "name": "Save", + "variants": { + "outlined": { + "path": "save.outlined.svg" + }, + "round": { + "path": "save.round.svg" + }, + "sharp": { + "path": "save.sharp.svg" + }, + "default": { + "path": "save.default.svg" + }, + "twotone": { + "path": "save.twotone.svg" + } + } + }, + { + "id": "send", + "name": "Send", + "variants": { + "outlined": { + "path": "send.outlined.svg" + }, + "round": { + "path": "send.round.svg" + }, + "sharp": { + "path": "send.sharp.svg" + }, + "default": { + "path": "send.default.svg" + }, + "twotone": { + "path": "send.twotone.svg" + } + } + }, + { + "id": "create", + "name": "Create", + "variants": { + "outlined": { + "path": "create.outlined.svg" + }, + "round": { + "path": "create.round.svg" + }, + "sharp": { + "path": "create.sharp.svg" + }, + "default": { + "path": "create.default.svg" + }, + "twotone": { + "path": "create.twotone.svg" + } + } + }, + { + "id": "stacked_bar_chart", + "name": "Stacked Bar Chart", + "variants": { + "outlined": { + "path": "stacked_bar_chart.outlined.svg" + }, + "round": { + "path": "stacked_bar_chart.round.svg" + }, + "sharp": { + "path": "stacked_bar_chart.sharp.svg" + }, + "default": { + "path": "stacked_bar_chart.default.svg" + }, + "twotone": { + "path": "stacked_bar_chart.twotone.svg" + } + } + }, + { + "id": "tag", + "name": "Tag", + "variants": { + "outlined": { + "path": "tag.outlined.svg" + }, + "round": { + "path": "tag.round.svg" + }, + "sharp": { + "path": "tag.sharp.svg" + }, + "default": { + "path": "tag.default.svg" + }, + "twotone": { + "path": "tag.twotone.svg" + } + } + }, + { + "id": "low_priority", + "name": "Low Priority", + "variants": { + "outlined": { + "path": "low_priority.outlined.svg" + }, + "round": { + "path": "low_priority.round.svg" + }, + "sharp": { + "path": "low_priority.sharp.svg" + }, + "default": { + "path": "low_priority.default.svg" + }, + "twotone": { + "path": "low_priority.twotone.svg" + } + } + }, + { + "id": "forward", + "name": "Forward", + "variants": { + "outlined": { + "path": "forward.outlined.svg" + }, + "round": { + "path": "forward.round.svg" + }, + "sharp": { + "path": "forward.sharp.svg" + }, + "default": { + "path": "forward.default.svg" + }, + "twotone": { + "path": "forward.twotone.svg" + } + } + }, + { + "id": "policy", + "name": "Policy", + "variants": { + "outlined": { + "path": "policy.outlined.svg" + }, + "round": { + "path": "policy.round.svg" + }, + "sharp": { + "path": "policy.sharp.svg" + }, + "default": { + "path": "policy.default.svg" + }, + "twotone": { + "path": "policy.twotone.svg" + } + } + }, + { + "id": "move_to_inbox", + "name": "Move To Inbox", + "variants": { + "outlined": { + "path": "move_to_inbox.outlined.svg" + }, + "round": { + "path": "move_to_inbox.round.svg" + }, + "sharp": { + "path": "move_to_inbox.sharp.svg" + }, + "default": { + "path": "move_to_inbox.default.svg" + }, + "twotone": { + "path": "move_to_inbox.twotone.svg" + } + } + }, + { + "id": "block", + "name": "Block", + "variants": { + "outlined": { + "path": "block.outlined.svg" + }, + "round": { + "path": "block.round.svg" + }, + "sharp": { + "path": "block.sharp.svg" + }, + "default": { + "path": "block.default.svg" + }, + "twotone": { + "path": "block.twotone.svg" + } + } + }, + { + "id": "assistant_photo", + "name": "Assistant Photo", + "variants": { + "outlined": { + "path": "assistant_photo.outlined.svg" + }, + "round": { + "path": "assistant_photo.round.svg" + }, + "sharp": { + "path": "assistant_photo.sharp.svg" + }, + "default": { + "path": "assistant_photo.default.svg" + }, + "twotone": { + "path": "assistant_photo.twotone.svg" + } + } + }, + { + "id": "brightness_4", + "name": "Brightness 4", + "variants": { + "outlined": { + "path": "brightness_4.outlined.svg" + }, + "round": { + "path": "brightness_4.round.svg" + }, + "sharp": { + "path": "brightness_4.sharp.svg" + }, + "default": { + "path": "brightness_4.default.svg" + }, + "twotone": { + "path": "brightness_4.twotone.svg" + } + } + }, + { + "id": "auto_fix_high", + "name": "Auto Fix High", + "variants": { + "outlined": { + "path": "auto_fix_high.outlined.svg" + }, + "round": { + "path": "auto_fix_high.round.svg" + }, + "sharp": { + "path": "auto_fix_high.sharp.svg" + }, + "default": { + "path": "auto_fix_high.default.svg" + }, + "twotone": { + "path": "auto_fix_high.twotone.svg" + } + } + }, + { + "id": "broken_image", + "name": "Broken Image", + "variants": { + "outlined": { + "path": "broken_image.outlined.svg" + }, + "round": { + "path": "broken_image.round.svg" + }, + "sharp": { + "path": "broken_image.sharp.svg" + }, + "default": { + "path": "broken_image.default.svg" + }, + "twotone": { + "path": "broken_image.twotone.svg" + } + } + }, + { + "id": "brightness_3", + "name": "Brightness 3", + "variants": { + "outlined": { + "path": "brightness_3.outlined.svg" + }, + "round": { + "path": "brightness_3.round.svg" + }, + "sharp": { + "path": "brightness_3.sharp.svg" + }, + "default": { + "path": "brightness_3.default.svg" + }, + "twotone": { + "path": "brightness_3.twotone.svg" + } + } + }, + { + "id": "assistant", + "name": "Assistant", + "variants": { + "outlined": { + "path": "assistant.outlined.svg" + }, + "round": { + "path": "assistant.round.svg" + }, + "sharp": { + "path": "assistant.sharp.svg" + }, + "default": { + "path": "assistant.default.svg" + }, + "twotone": { + "path": "assistant.twotone.svg" + } + } + }, + { + "id": "grid_off", + "name": "Grid Off", + "variants": { + "outlined": { + "path": "grid_off.outlined.svg" + }, + "round": { + "path": "grid_off.round.svg" + }, + "sharp": { + "path": "grid_off.sharp.svg" + }, + "default": { + "path": "grid_off.default.svg" + }, + "twotone": { + "path": "grid_off.twotone.svg" + } + } + }, + { + "id": "monochrome_photos", + "name": "Monochrome Photos", + "variants": { + "outlined": { + "path": "monochrome_photos.outlined.svg" + }, + "round": { + "path": "monochrome_photos.round.svg" + }, + "sharp": { + "path": "monochrome_photos.sharp.svg" + }, + "default": { + "path": "monochrome_photos.default.svg" + }, + "twotone": { + "path": "monochrome_photos.twotone.svg" + } + } + }, + { + "id": "flip_camera_ios", + "name": "Flip Camera Ios", + "variants": { + "outlined": { + "path": "flip_camera_ios.outlined.svg" + }, + "round": { + "path": "flip_camera_ios.round.svg" + }, + "sharp": { + "path": "flip_camera_ios.sharp.svg" + }, + "default": { + "path": "flip_camera_ios.default.svg" + }, + "twotone": { + "path": "flip_camera_ios.twotone.svg" + } + } + }, + { + "id": "gradient", + "name": "Gradient", + "variants": { + "outlined": { + "path": "gradient.outlined.svg" + }, + "round": { + "path": "gradient.round.svg" + }, + "sharp": { + "path": "gradient.sharp.svg" + }, + "default": { + "path": "gradient.default.svg" + }, + "twotone": { + "path": "gradient.twotone.svg" + } + } + }, + { + "id": "switch_camera", + "name": "Switch Camera", + "variants": { + "outlined": { + "path": "switch_camera.outlined.svg" + }, + "round": { + "path": "switch_camera.round.svg" + }, + "sharp": { + "path": "switch_camera.sharp.svg" + }, + "default": { + "path": "switch_camera.default.svg" + }, + "twotone": { + "path": "switch_camera.twotone.svg" + } + } + }, + { + "id": "remove_red_eye", + "name": "Remove Red Eye", + "variants": { + "outlined": { + "path": "remove_red_eye.outlined.svg" + }, + "round": { + "path": "remove_red_eye.round.svg" + }, + "sharp": { + "path": "remove_red_eye.sharp.svg" + }, + "default": { + "path": "remove_red_eye.default.svg" + }, + "twotone": { + "path": "remove_red_eye.twotone.svg" + } + } + }, + { + "id": "vrpano", + "name": "Vrpano", + "variants": { + "outlined": { + "path": "vrpano.outlined.svg" + }, + "round": { + "path": "vrpano.round.svg" + }, + "sharp": { + "path": "vrpano.sharp.svg" + }, + "default": { + "path": "vrpano.default.svg" + }, + "twotone": { + "path": "vrpano.twotone.svg" + } + } + }, + { + "id": "incomplete_circle", + "name": "Incomplete Circle", + "variants": { + "outlined": { + "path": "incomplete_circle.outlined.svg" + }, + "round": { + "path": "incomplete_circle.round.svg" + }, + "sharp": { + "path": "incomplete_circle.sharp.svg" + }, + "default": { + "path": "incomplete_circle.default.svg" + }, + "twotone": { + "path": "incomplete_circle.twotone.svg" + } + } + }, + { + "id": "auto_fix_off", + "name": "Auto Fix Off", + "variants": { + "outlined": { + "path": "auto_fix_off.outlined.svg" + }, + "round": { + "path": "auto_fix_off.round.svg" + }, + "sharp": { + "path": "auto_fix_off.sharp.svg" + }, + "default": { + "path": "auto_fix_off.default.svg" + }, + "twotone": { + "path": "auto_fix_off.twotone.svg" + } + } + }, + { + "id": "23mp", + "name": "23Mp", + "variants": { + "outlined": { + "path": "23mp.outlined.svg" + }, + "round": { + "path": "23mp.round.svg" + }, + "sharp": { + "path": "23mp.sharp.svg" + }, + "default": { + "path": "23mp.default.svg" + }, + "twotone": { + "path": "23mp.twotone.svg" + } + } + }, + { + "id": "video_camera_front", + "name": "Video Camera Front", + "variants": { + "outlined": { + "path": "video_camera_front.outlined.svg" + }, + "round": { + "path": "video_camera_front.round.svg" + }, + "sharp": { + "path": "video_camera_front.sharp.svg" + }, + "default": { + "path": "video_camera_front.default.svg" + }, + "twotone": { + "path": "video_camera_front.twotone.svg" + } + } + }, + { + "id": "view_comfy", + "name": "View Comfy", + "variants": { + "outlined": { + "path": "view_comfy.outlined.svg" + }, + "round": { + "path": "view_comfy.round.svg" + }, + "sharp": { + "path": "view_comfy.sharp.svg" + }, + "default": { + "path": "view_comfy.default.svg" + }, + "twotone": { + "path": "view_comfy.twotone.svg" + } + } + }, + { + "id": "brightness_2", + "name": "Brightness 2", + "variants": { + "outlined": { + "path": "brightness_2.outlined.svg" + }, + "round": { + "path": "brightness_2.round.svg" + }, + "sharp": { + "path": "brightness_2.sharp.svg" + }, + "default": { + "path": "brightness_2.default.svg" + }, + "twotone": { + "path": "brightness_2.twotone.svg" + } + } + }, + { + "id": "wb_cloudy", + "name": "Wb Cloudy", + "variants": { + "outlined": { + "path": "wb_cloudy.outlined.svg" + }, + "round": { + "path": "wb_cloudy.round.svg" + }, + "sharp": { + "path": "wb_cloudy.sharp.svg" + }, + "default": { + "path": "wb_cloudy.default.svg" + }, + "twotone": { + "path": "wb_cloudy.twotone.svg" + } + } + }, + { + "id": "brightness_5", + "name": "Brightness 5", + "variants": { + "outlined": { + "path": "brightness_5.outlined.svg" + }, + "round": { + "path": "brightness_5.round.svg" + }, + "sharp": { + "path": "brightness_5.sharp.svg" + }, + "default": { + "path": "brightness_5.default.svg" + }, + "twotone": { + "path": "brightness_5.twotone.svg" + } + } + }, + { + "id": "leak_remove", + "name": "Leak Remove", + "variants": { + "outlined": { + "path": "leak_remove.outlined.svg" + }, + "round": { + "path": "leak_remove.round.svg" + }, + "sharp": { + "path": "leak_remove.sharp.svg" + }, + "default": { + "path": "leak_remove.default.svg" + }, + "twotone": { + "path": "leak_remove.twotone.svg" + } + } + }, + { + "id": "burst_mode", + "name": "Burst Mode", + "variants": { + "outlined": { + "path": "burst_mode.outlined.svg" + }, + "round": { + "path": "burst_mode.round.svg" + }, + "sharp": { + "path": "burst_mode.sharp.svg" + }, + "default": { + "path": "burst_mode.default.svg" + }, + "twotone": { + "path": "burst_mode.twotone.svg" + } + } + }, + { + "id": "picture_as_pdf", + "name": "Picture As Pdf", + "variants": { + "outlined": { + "path": "picture_as_pdf.outlined.svg" + }, + "round": { + "path": "picture_as_pdf.round.svg" + }, + "sharp": { + "path": "picture_as_pdf.sharp.svg" + }, + "default": { + "path": "picture_as_pdf.default.svg" + }, + "twotone": { + "path": "picture_as_pdf.twotone.svg" + } + } + }, + { + "id": "exposure", + "name": "Exposure", + "variants": { + "outlined": { + "path": "exposure.outlined.svg" + }, + "round": { + "path": "exposure.round.svg" + }, + "sharp": { + "path": "exposure.sharp.svg" + }, + "default": { + "path": "exposure.default.svg" + }, + "twotone": { + "path": "exposure.twotone.svg" + } + } + }, + { + "id": "audiotrack", + "name": "Audiotrack", + "variants": { + "outlined": { + "path": "audiotrack.outlined.svg" + }, + "round": { + "path": "audiotrack.round.svg" + }, + "sharp": { + "path": "audiotrack.sharp.svg" + }, + "default": { + "path": "audiotrack.default.svg" + }, + "twotone": { + "path": "audiotrack.twotone.svg" + } + } + }, + { + "id": "filter_tilt_shift", + "name": "Filter Tilt Shift", + "variants": { + "outlined": { + "path": "filter_tilt_shift.outlined.svg" + }, + "round": { + "path": "filter_tilt_shift.round.svg" + }, + "sharp": { + "path": "filter_tilt_shift.sharp.svg" + }, + "default": { + "path": "filter_tilt_shift.default.svg" + }, + "twotone": { + "path": "filter_tilt_shift.twotone.svg" + } + } + }, + { + "id": "adjust", + "name": "Adjust", + "variants": { + "outlined": { + "path": "adjust.outlined.svg" + }, + "round": { + "path": "adjust.round.svg" + }, + "sharp": { + "path": "adjust.sharp.svg" + }, + "default": { + "path": "adjust.default.svg" + }, + "twotone": { + "path": "adjust.twotone.svg" + } + } + }, + { + "id": "camera_rear", + "name": "Camera Rear", + "variants": { + "outlined": { + "path": "camera_rear.outlined.svg" + }, + "round": { + "path": "camera_rear.round.svg" + }, + "sharp": { + "path": "camera_rear.sharp.svg" + }, + "default": { + "path": "camera_rear.default.svg" + }, + "twotone": { + "path": "camera_rear.twotone.svg" + } + } + }, + { + "id": "auto_awesome", + "name": "Auto Awesome", + "variants": { + "outlined": { + "path": "auto_awesome.outlined.svg" + }, + "round": { + "path": "auto_awesome.round.svg" + }, + "sharp": { + "path": "auto_awesome.sharp.svg" + }, + "default": { + "path": "auto_awesome.default.svg" + }, + "twotone": { + "path": "auto_awesome.twotone.svg" + } + } + }, + { + "id": "tag_faces", + "name": "Tag Faces", + "variants": { + "outlined": { + "path": "tag_faces.outlined.svg" + }, + "round": { + "path": "tag_faces.round.svg" + }, + "sharp": { + "path": "tag_faces.sharp.svg" + }, + "default": { + "path": "tag_faces.default.svg" + }, + "twotone": { + "path": "tag_faces.twotone.svg" + } + } + }, + { + "id": "raw_off", + "name": "Raw Off", + "variants": { + "outlined": { + "path": "raw_off.outlined.svg" + }, + "round": { + "path": "raw_off.round.svg" + }, + "sharp": { + "path": "raw_off.sharp.svg" + }, + "default": { + "path": "raw_off.default.svg" + }, + "twotone": { + "path": "raw_off.twotone.svg" + } + } + }, + { + "id": "music_off", + "name": "Music Off", + "variants": { + "outlined": { + "path": "music_off.outlined.svg" + }, + "round": { + "path": "music_off.round.svg" + }, + "sharp": { + "path": "music_off.sharp.svg" + }, + "default": { + "path": "music_off.default.svg" + }, + "twotone": { + "path": "music_off.twotone.svg" + } + } + }, + { + "id": "photo_library", + "name": "Photo Library", + "variants": { + "outlined": { + "path": "photo_library.outlined.svg" + }, + "round": { + "path": "photo_library.round.svg" + }, + "sharp": { + "path": "photo_library.sharp.svg" + }, + "default": { + "path": "photo_library.default.svg" + }, + "twotone": { + "path": "photo_library.twotone.svg" + } + } + }, + { + "id": "wb_sunny", + "name": "Wb Sunny", + "variants": { + "outlined": { + "path": "wb_sunny.outlined.svg" + }, + "round": { + "path": "wb_sunny.round.svg" + }, + "sharp": { + "path": "wb_sunny.sharp.svg" + }, + "default": { + "path": "wb_sunny.default.svg" + }, + "twotone": { + "path": "wb_sunny.twotone.svg" + } + } + }, + { + "id": "16mp", + "name": "16Mp", + "variants": { + "outlined": { + "path": "16mp.outlined.svg" + }, + "round": { + "path": "16mp.round.svg" + }, + "sharp": { + "path": "16mp.sharp.svg" + }, + "default": { + "path": "16mp.default.svg" + }, + "twotone": { + "path": "16mp.twotone.svg" + } + } + }, + { + "id": "flash_auto", + "name": "Flash Auto", + "variants": { + "outlined": { + "path": "flash_auto.outlined.svg" + }, + "round": { + "path": "flash_auto.round.svg" + }, + "sharp": { + "path": "flash_auto.sharp.svg" + }, + "default": { + "path": "flash_auto.default.svg" + }, + "twotone": { + "path": "flash_auto.twotone.svg" + } + } + }, + { + "id": "3mp", + "name": "3Mp", + "variants": { + "outlined": { + "path": "3mp.outlined.svg" + }, + "round": { + "path": "3mp.round.svg" + }, + "sharp": { + "path": "3mp.sharp.svg" + }, + "default": { + "path": "3mp.default.svg" + }, + "twotone": { + "path": "3mp.twotone.svg" + } + } + }, + { + "id": "crop_16_9", + "name": "Crop 16 9", + "variants": { + "outlined": { + "path": "crop_16_9.outlined.svg" + }, + "round": { + "path": "crop_16_9.round.svg" + }, + "sharp": { + "path": "crop_16_9.sharp.svg" + }, + "default": { + "path": "crop_16_9.default.svg" + }, + "twotone": { + "path": "crop_16_9.twotone.svg" + } + } + }, + { + "id": "9mp", + "name": "9Mp", + "variants": { + "outlined": { + "path": "9mp.outlined.svg" + }, + "round": { + "path": "9mp.round.svg" + }, + "sharp": { + "path": "9mp.sharp.svg" + }, + "default": { + "path": "9mp.default.svg" + }, + "twotone": { + "path": "9mp.twotone.svg" + } + } + }, + { + "id": "bedtime_off", + "name": "Bedtime Off", + "variants": { + "outlined": { + "path": "bedtime_off.outlined.svg" + }, + "round": { + "path": "bedtime_off.round.svg" + }, + "sharp": { + "path": "bedtime_off.sharp.svg" + }, + "default": { + "path": "bedtime_off.default.svg" + }, + "twotone": { + "path": "bedtime_off.twotone.svg" + } + } + }, + { + "id": "currency_franc", + "name": "Currency Franc", + "variants": { + "outlined": { + "path": "currency_franc.outlined.svg" + }, + "round": { + "path": "currency_franc.round.svg" + }, + "sharp": { + "path": "currency_franc.sharp.svg" + }, + "default": { + "path": "currency_franc.default.svg" + }, + "twotone": { + "path": "currency_franc.twotone.svg" + } + } + }, + { + "id": "crop_rotate", + "name": "Crop Rotate", + "variants": { + "outlined": { + "path": "crop_rotate.outlined.svg" + }, + "round": { + "path": "crop_rotate.round.svg" + }, + "sharp": { + "path": "crop_rotate.sharp.svg" + }, + "default": { + "path": "crop_rotate.default.svg" + }, + "twotone": { + "path": "crop_rotate.twotone.svg" + } + } + }, + { + "id": "motion_photos_paused", + "name": "Motion Photos Paused", + "variants": { + "outlined": { + "path": "motion_photos_paused.outlined.svg" + }, + "round": { + "path": "motion_photos_paused.round.svg" + }, + "sharp": { + "path": "motion_photos_paused.sharp.svg" + }, + "default": { + "path": "motion_photos_paused.default.svg" + }, + "twotone": { + "path": "motion_photos_paused.twotone.svg" + } + } + }, + { + "id": "blur_off", + "name": "Blur Off", + "variants": { + "outlined": { + "path": "blur_off.outlined.svg" + }, + "round": { + "path": "blur_off.round.svg" + }, + "sharp": { + "path": "blur_off.sharp.svg" + }, + "default": { + "path": "blur_off.default.svg" + }, + "twotone": { + "path": "blur_off.twotone.svg" + } + } + }, + { + "id": "18mp", + "name": "18Mp", + "variants": { + "outlined": { + "path": "18mp.outlined.svg" + }, + "round": { + "path": "18mp.round.svg" + }, + "sharp": { + "path": "18mp.sharp.svg" + }, + "default": { + "path": "18mp.default.svg" + }, + "twotone": { + "path": "18mp.twotone.svg" + } + } + }, + { + "id": "camera_front", + "name": "Camera Front", + "variants": { + "outlined": { + "path": "camera_front.outlined.svg" + }, + "round": { + "path": "camera_front.round.svg" + }, + "sharp": { + "path": "camera_front.sharp.svg" + }, + "default": { + "path": "camera_front.default.svg" + }, + "twotone": { + "path": "camera_front.twotone.svg" + } + } + }, + { + "id": "filter_none", + "name": "Filter None", + "variants": { + "outlined": { + "path": "filter_none.outlined.svg" + }, + "round": { + "path": "filter_none.round.svg" + }, + "sharp": { + "path": "filter_none.sharp.svg" + }, + "default": { + "path": "filter_none.default.svg" + }, + "twotone": { + "path": "filter_none.twotone.svg" + } + } + }, + { + "id": "hdr_weak", + "name": "Hdr Weak", + "variants": { + "outlined": { + "path": "hdr_weak.outlined.svg" + }, + "round": { + "path": "hdr_weak.round.svg" + }, + "sharp": { + "path": "hdr_weak.sharp.svg" + }, + "default": { + "path": "hdr_weak.default.svg" + }, + "twotone": { + "path": "hdr_weak.twotone.svg" + } + } + }, + { + "id": "filter_vintage", + "name": "Filter Vintage", + "variants": { + "outlined": { + "path": "filter_vintage.outlined.svg" + }, + "round": { + "path": "filter_vintage.round.svg" + }, + "sharp": { + "path": "filter_vintage.sharp.svg" + }, + "default": { + "path": "filter_vintage.default.svg" + }, + "twotone": { + "path": "filter_vintage.twotone.svg" + } + } + }, + { + "id": "looks_6", + "name": "Looks 6", + "variants": { + "outlined": { + "path": "looks_6.outlined.svg" + }, + "round": { + "path": "looks_6.round.svg" + }, + "sharp": { + "path": "looks_6.sharp.svg" + }, + "default": { + "path": "looks_6.default.svg" + }, + "twotone": { + "path": "looks_6.twotone.svg" + } + } + }, + { + "id": "iso", + "name": "Iso", + "variants": { + "outlined": { + "path": "iso.outlined.svg" + }, + "round": { + "path": "iso.round.svg" + }, + "sharp": { + "path": "iso.sharp.svg" + }, + "default": { + "path": "iso.default.svg" + }, + "twotone": { + "path": "iso.twotone.svg" + } + } + }, + { + "id": "leak_add", + "name": "Leak Add", + "variants": { + "outlined": { + "path": "leak_add.outlined.svg" + }, + "round": { + "path": "leak_add.round.svg" + }, + "sharp": { + "path": "leak_add.sharp.svg" + }, + "default": { + "path": "leak_add.default.svg" + }, + "twotone": { + "path": "leak_add.twotone.svg" + } + } + }, + { + "id": "12mp", + "name": "12Mp", + "variants": { + "outlined": { + "path": "12mp.outlined.svg" + }, + "round": { + "path": "12mp.round.svg" + }, + "sharp": { + "path": "12mp.sharp.svg" + }, + "default": { + "path": "12mp.default.svg" + }, + "twotone": { + "path": "12mp.twotone.svg" + } + } + }, + { + "id": "shutter_speed", + "name": "Shutter Speed", + "variants": { + "outlined": { + "path": "shutter_speed.outlined.svg" + }, + "round": { + "path": "shutter_speed.round.svg" + }, + "sharp": { + "path": "shutter_speed.sharp.svg" + }, + "default": { + "path": "shutter_speed.default.svg" + }, + "twotone": { + "path": "shutter_speed.twotone.svg" + } + } + }, + { + "id": "7mp", + "name": "7Mp", + "variants": { + "outlined": { + "path": "7mp.outlined.svg" + }, + "round": { + "path": "7mp.round.svg" + }, + "sharp": { + "path": "7mp.sharp.svg" + }, + "default": { + "path": "7mp.default.svg" + }, + "twotone": { + "path": "7mp.twotone.svg" + } + } + }, + { + "id": "filter_center_focus", + "name": "Filter Center Focus", + "variants": { + "outlined": { + "path": "filter_center_focus.outlined.svg" + }, + "round": { + "path": "filter_center_focus.round.svg" + }, + "sharp": { + "path": "filter_center_focus.sharp.svg" + }, + "default": { + "path": "filter_center_focus.default.svg" + }, + "twotone": { + "path": "filter_center_focus.twotone.svg" + } + } + }, + { + "id": "exposure_neg_1", + "name": "Exposure Neg 1", + "variants": { + "outlined": { + "path": "exposure_neg_1.outlined.svg" + }, + "round": { + "path": "exposure_neg_1.round.svg" + }, + "sharp": { + "path": "exposure_neg_1.sharp.svg" + }, + "default": { + "path": "exposure_neg_1.default.svg" + }, + "twotone": { + "path": "exposure_neg_1.twotone.svg" + } + } + }, + { + "id": "exposure_plus_1", + "name": "Exposure Plus 1", + "variants": { + "outlined": { + "path": "exposure_plus_1.outlined.svg" + }, + "round": { + "path": "exposure_plus_1.round.svg" + }, + "sharp": { + "path": "exposure_plus_1.sharp.svg" + }, + "default": { + "path": "exposure_plus_1.default.svg" + }, + "twotone": { + "path": "exposure_plus_1.twotone.svg" + } + } + }, + { + "id": "photo_filter", + "name": "Photo Filter", + "variants": { + "outlined": { + "path": "photo_filter.outlined.svg" + }, + "round": { + "path": "photo_filter.round.svg" + }, + "sharp": { + "path": "photo_filter.sharp.svg" + }, + "default": { + "path": "photo_filter.default.svg" + }, + "twotone": { + "path": "photo_filter.twotone.svg" + } + } + }, + { + "id": "hevc", + "name": "Hevc", + "variants": { + "outlined": { + "path": "hevc.outlined.svg" + }, + "round": { + "path": "hevc.round.svg" + }, + "sharp": { + "path": "hevc.sharp.svg" + }, + "default": { + "path": "hevc.default.svg" + }, + "twotone": { + "path": "hevc.twotone.svg" + } + } + }, + { + "id": "timer_3", + "name": "Timer 3", + "variants": { + "outlined": { + "path": "timer_3.outlined.svg" + }, + "round": { + "path": "timer_3.round.svg" + }, + "sharp": { + "path": "timer_3.sharp.svg" + }, + "default": { + "path": "timer_3.default.svg" + }, + "twotone": { + "path": "timer_3.twotone.svg" + } + } + }, + { + "id": "image_not_supported", + "name": "Image Not Supported", + "variants": { + "outlined": { + "path": "image_not_supported.outlined.svg" + }, + "round": { + "path": "image_not_supported.round.svg" + }, + "sharp": { + "path": "image_not_supported.sharp.svg" + }, + "default": { + "path": "image_not_supported.default.svg" + }, + "twotone": { + "path": "image_not_supported.twotone.svg" + } + } + }, + { + "id": "photo_camera_back", + "name": "Photo Camera Back", + "variants": { + "outlined": { + "path": "photo_camera_back.outlined.svg" + }, + "round": { + "path": "photo_camera_back.round.svg" + }, + "sharp": { + "path": "photo_camera_back.sharp.svg" + }, + "default": { + "path": "photo_camera_back.default.svg" + }, + "twotone": { + "path": "photo_camera_back.twotone.svg" + } + } + }, + { + "id": "filter_frames", + "name": "Filter Frames", + "variants": { + "outlined": { + "path": "filter_frames.outlined.svg" + }, + "round": { + "path": "filter_frames.round.svg" + }, + "sharp": { + "path": "filter_frames.sharp.svg" + }, + "default": { + "path": "filter_frames.default.svg" + }, + "twotone": { + "path": "filter_frames.twotone.svg" + } + } + }, + { + "id": "dehaze", + "name": "Dehaze", + "variants": { + "outlined": { + "path": "dehaze.outlined.svg" + }, + "round": { + "path": "dehaze.round.svg" + }, + "sharp": { + "path": "dehaze.sharp.svg" + }, + "default": { + "path": "dehaze.default.svg" + }, + "twotone": { + "path": "dehaze.twotone.svg" + } + } + }, + { + "id": "crop_5_4", + "name": "Crop 5 4", + "variants": { + "outlined": { + "path": "crop_5_4.outlined.svg" + }, + "round": { + "path": "crop_5_4.round.svg" + }, + "sharp": { + "path": "crop_5_4.sharp.svg" + }, + "default": { + "path": "crop_5_4.default.svg" + }, + "twotone": { + "path": "crop_5_4.twotone.svg" + } + } + }, + { + "id": "movie_creation", + "name": "Movie Creation", + "variants": { + "outlined": { + "path": "movie_creation.outlined.svg" + }, + "round": { + "path": "movie_creation.round.svg" + }, + "sharp": { + "path": "movie_creation.sharp.svg" + }, + "default": { + "path": "movie_creation.default.svg" + }, + "twotone": { + "path": "movie_creation.twotone.svg" + } + } + }, + { + "id": "control_point", + "name": "Control Point", + "variants": { + "outlined": { + "path": "control_point.outlined.svg" + }, + "round": { + "path": "control_point.round.svg" + }, + "sharp": { + "path": "control_point.sharp.svg" + }, + "default": { + "path": "control_point.default.svg" + }, + "twotone": { + "path": "control_point.twotone.svg" + } + } + }, + { + "id": "filter_drama", + "name": "Filter Drama", + "variants": { + "outlined": { + "path": "filter_drama.outlined.svg" + }, + "round": { + "path": "filter_drama.round.svg" + }, + "sharp": { + "path": "filter_drama.sharp.svg" + }, + "default": { + "path": "filter_drama.default.svg" + }, + "twotone": { + "path": "filter_drama.twotone.svg" + } + } + }, + { + "id": "currency_rupee", + "name": "Currency Rupee", + "variants": { + "outlined": { + "path": "currency_rupee.outlined.svg" + }, + "round": { + "path": "currency_rupee.round.svg" + }, + "sharp": { + "path": "currency_rupee.sharp.svg" + }, + "default": { + "path": "currency_rupee.default.svg" + }, + "twotone": { + "path": "currency_rupee.twotone.svg" + } + } + }, + { + "id": "24mp", + "name": "24Mp", + "variants": { + "outlined": { + "path": "24mp.outlined.svg" + }, + "round": { + "path": "24mp.round.svg" + }, + "sharp": { + "path": "24mp.sharp.svg" + }, + "default": { + "path": "24mp.default.svg" + }, + "twotone": { + "path": "24mp.twotone.svg" + } + } + }, + { + "id": "hide_image", + "name": "Hide Image", + "variants": { + "outlined": { + "path": "hide_image.outlined.svg" + }, + "round": { + "path": "hide_image.round.svg" + }, + "sharp": { + "path": "hide_image.sharp.svg" + }, + "default": { + "path": "hide_image.default.svg" + }, + "twotone": { + "path": "hide_image.twotone.svg" + } + } + }, + { + "id": "raw_on", + "name": "Raw On", + "variants": { + "outlined": { + "path": "raw_on.outlined.svg" + }, + "round": { + "path": "raw_on.round.svg" + }, + "sharp": { + "path": "raw_on.sharp.svg" + }, + "default": { + "path": "raw_on.default.svg" + }, + "twotone": { + "path": "raw_on.twotone.svg" + } + } + }, + { + "id": "panorama_photosphere", + "name": "Panorama Photosphere", + "variants": { + "outlined": { + "path": "panorama_photosphere.outlined.svg" + }, + "round": { + "path": "panorama_photosphere.round.svg" + }, + "sharp": { + "path": "panorama_photosphere.sharp.svg" + }, + "default": { + "path": "panorama_photosphere.default.svg" + }, + "twotone": { + "path": "panorama_photosphere.twotone.svg" + } + } + }, + { + "id": "camera", + "name": "Camera", + "variants": { + "outlined": { + "path": "camera.outlined.svg" + }, + "round": { + "path": "camera.round.svg" + }, + "sharp": { + "path": "camera.sharp.svg" + }, + "default": { + "path": "camera.default.svg" + }, + "twotone": { + "path": "camera.twotone.svg" + } + } + }, + { + "id": "deblur", + "name": "Deblur", + "variants": { + "outlined": { + "path": "deblur.outlined.svg" + }, + "round": { + "path": "deblur.round.svg" + }, + "sharp": { + "path": "deblur.sharp.svg" + }, + "default": { + "path": "deblur.default.svg" + }, + "twotone": { + "path": "deblur.twotone.svg" + } + } + }, + { + "id": "wb_auto", + "name": "Wb Auto", + "variants": { + "outlined": { + "path": "wb_auto.outlined.svg" + }, + "round": { + "path": "wb_auto.round.svg" + }, + "sharp": { + "path": "wb_auto.sharp.svg" + }, + "default": { + "path": "wb_auto.default.svg" + }, + "twotone": { + "path": "wb_auto.twotone.svg" + } + } + }, + { + "id": "filter_5", + "name": "Filter 5", + "variants": { + "outlined": { + "path": "filter_5.outlined.svg" + }, + "round": { + "path": "filter_5.round.svg" + }, + "sharp": { + "path": "filter_5.sharp.svg" + }, + "default": { + "path": "filter_5.default.svg" + }, + "twotone": { + "path": "filter_5.twotone.svg" + } + } + }, + { + "id": "filter_2", + "name": "Filter 2", + "variants": { + "outlined": { + "path": "filter_2.outlined.svg" + }, + "round": { + "path": "filter_2.round.svg" + }, + "sharp": { + "path": "filter_2.sharp.svg" + }, + "default": { + "path": "filter_2.default.svg" + }, + "twotone": { + "path": "filter_2.twotone.svg" + } + } + }, + { + "id": "face_retouching_natural", + "name": "Face Retouching Natural", + "variants": { + "outlined": { + "path": "face_retouching_natural.outlined.svg" + }, + "round": { + "path": "face_retouching_natural.round.svg" + }, + "sharp": { + "path": "face_retouching_natural.sharp.svg" + }, + "default": { + "path": "face_retouching_natural.default.svg" + }, + "twotone": { + "path": "face_retouching_natural.twotone.svg" + } + } + }, + { + "id": "filter_b_and_w", + "name": "Filter B And W", + "variants": { + "outlined": { + "path": "filter_b_and_w.outlined.svg" + }, + "round": { + "path": "filter_b_and_w.round.svg" + }, + "sharp": { + "path": "filter_b_and_w.sharp.svg" + }, + "default": { + "path": "filter_b_and_w.default.svg" + }, + "twotone": { + "path": "filter_b_and_w.twotone.svg" + } + } + }, + { + "id": "panorama_horizontal_select", + "name": "Panorama Horizontal Select", + "variants": { + "outlined": { + "path": "panorama_horizontal_select.outlined.svg" + }, + "round": { + "path": "panorama_horizontal_select.round.svg" + }, + "sharp": { + "path": "panorama_horizontal_select.sharp.svg" + }, + "default": { + "path": "panorama_horizontal_select.default.svg" + }, + "twotone": { + "path": "panorama_horizontal_select.twotone.svg" + } + } + }, + { + "id": "hdr_enhanced_select", + "name": "Hdr Enhanced Select", + "variants": { + "outlined": { + "path": "hdr_enhanced_select.outlined.svg" + }, + "round": { + "path": "hdr_enhanced_select.round.svg" + }, + "sharp": { + "path": "hdr_enhanced_select.sharp.svg" + }, + "default": { + "path": "hdr_enhanced_select.default.svg" + }, + "twotone": { + "path": "hdr_enhanced_select.twotone.svg" + } + } + }, + { + "id": "60fps_select", + "name": "60Fps Select", + "variants": { + "outlined": { + "path": "60fps_select.outlined.svg" + }, + "round": { + "path": "60fps_select.round.svg" + }, + "sharp": { + "path": "60fps_select.sharp.svg" + }, + "default": { + "path": "60fps_select.default.svg" + }, + "twotone": { + "path": "60fps_select.twotone.svg" + } + } + }, + { + "id": "thermostat_auto", + "name": "Thermostat Auto", + "variants": { + "outlined": { + "path": "thermostat_auto.outlined.svg" + }, + "round": { + "path": "thermostat_auto.round.svg" + }, + "sharp": { + "path": "thermostat_auto.sharp.svg" + }, + "default": { + "path": "thermostat_auto.default.svg" + }, + "twotone": { + "path": "thermostat_auto.twotone.svg" + } + } + }, + { + "id": "control_point_duplicate", + "name": "Control Point Duplicate", + "variants": { + "outlined": { + "path": "control_point_duplicate.outlined.svg" + }, + "round": { + "path": "control_point_duplicate.round.svg" + }, + "sharp": { + "path": "control_point_duplicate.sharp.svg" + }, + "default": { + "path": "control_point_duplicate.default.svg" + }, + "twotone": { + "path": "control_point_duplicate.twotone.svg" + } + } + }, + { + "id": "filter_3", + "name": "Filter 3", + "variants": { + "outlined": { + "path": "filter_3.outlined.svg" + }, + "round": { + "path": "filter_3.round.svg" + }, + "sharp": { + "path": "filter_3.sharp.svg" + }, + "default": { + "path": "filter_3.default.svg" + }, + "twotone": { + "path": "filter_3.twotone.svg" + } + } + }, + { + "id": "timer", + "name": "Timer", + "variants": { + "outlined": { + "path": "timer.outlined.svg" + }, + "round": { + "path": "timer.round.svg" + }, + "sharp": { + "path": "timer.sharp.svg" + }, + "default": { + "path": "timer.default.svg" + }, + "twotone": { + "path": "timer.twotone.svg" + } + } + }, + { + "id": "wb_incandescent", + "name": "Wb Incandescent", + "variants": { + "outlined": { + "path": "wb_incandescent.outlined.svg" + }, + "round": { + "path": "wb_incandescent.round.svg" + }, + "sharp": { + "path": "wb_incandescent.sharp.svg" + }, + "default": { + "path": "wb_incandescent.default.svg" + }, + "twotone": { + "path": "wb_incandescent.twotone.svg" + } + } + }, + { + "id": "straighten", + "name": "Straighten", + "variants": { + "outlined": { + "path": "straighten.outlined.svg" + }, + "round": { + "path": "straighten.round.svg" + }, + "sharp": { + "path": "straighten.sharp.svg" + }, + "default": { + "path": "straighten.default.svg" + }, + "twotone": { + "path": "straighten.twotone.svg" + } + } + }, + { + "id": "20mp", + "name": "20Mp", + "variants": { + "outlined": { + "path": "20mp.outlined.svg" + }, + "round": { + "path": "20mp.round.svg" + }, + "sharp": { + "path": "20mp.sharp.svg" + }, + "default": { + "path": "20mp.default.svg" + }, + "twotone": { + "path": "20mp.twotone.svg" + } + } + }, + { + "id": "filter_4", + "name": "Filter 4", + "variants": { + "outlined": { + "path": "filter_4.outlined.svg" + }, + "round": { + "path": "filter_4.round.svg" + }, + "sharp": { + "path": "filter_4.sharp.svg" + }, + "default": { + "path": "filter_4.default.svg" + }, + "twotone": { + "path": "filter_4.twotone.svg" + } + } + }, + { + "id": "panorama_fish_eye", + "name": "Panorama Fish Eye", + "variants": { + "outlined": { + "path": "panorama_fish_eye.outlined.svg" + }, + "round": { + "path": "panorama_fish_eye.round.svg" + }, + "sharp": { + "path": "panorama_fish_eye.sharp.svg" + }, + "default": { + "path": "panorama_fish_eye.default.svg" + }, + "twotone": { + "path": "panorama_fish_eye.twotone.svg" + } + } + }, + { + "id": "crop", + "name": "Crop", + "variants": { + "outlined": { + "path": "crop.outlined.svg" + }, + "round": { + "path": "crop.round.svg" + }, + "sharp": { + "path": "crop.sharp.svg" + }, + "default": { + "path": "crop.default.svg" + }, + "twotone": { + "path": "crop.twotone.svg" + } + } + }, + { + "id": "timelapse", + "name": "Timelapse", + "variants": { + "outlined": { + "path": "timelapse.outlined.svg" + }, + "round": { + "path": "timelapse.round.svg" + }, + "sharp": { + "path": "timelapse.sharp.svg" + }, + "default": { + "path": "timelapse.default.svg" + }, + "twotone": { + "path": "timelapse.twotone.svg" + } + } + }, + { + "id": "30fps_select", + "name": "30Fps Select", + "variants": { + "outlined": { + "path": "30fps_select.outlined.svg" + }, + "round": { + "path": "30fps_select.round.svg" + }, + "sharp": { + "path": "30fps_select.sharp.svg" + }, + "default": { + "path": "30fps_select.default.svg" + }, + "twotone": { + "path": "30fps_select.twotone.svg" + } + } + }, + { + "id": "15mp", + "name": "15Mp", + "variants": { + "outlined": { + "path": "15mp.outlined.svg" + }, + "round": { + "path": "15mp.round.svg" + }, + "sharp": { + "path": "15mp.sharp.svg" + }, + "default": { + "path": "15mp.default.svg" + }, + "twotone": { + "path": "15mp.twotone.svg" + } + } + }, + { + "id": "color_lens", + "name": "Color Lens", + "variants": { + "outlined": { + "path": "color_lens.outlined.svg" + }, + "round": { + "path": "color_lens.round.svg" + }, + "sharp": { + "path": "color_lens.sharp.svg" + }, + "default": { + "path": "color_lens.default.svg" + }, + "twotone": { + "path": "color_lens.twotone.svg" + } + } + }, + { + "id": "portrait", + "name": "Portrait", + "variants": { + "outlined": { + "path": "portrait.outlined.svg" + }, + "round": { + "path": "portrait.round.svg" + }, + "sharp": { + "path": "portrait.sharp.svg" + }, + "default": { + "path": "portrait.default.svg" + }, + "twotone": { + "path": "portrait.twotone.svg" + } + } + }, + { + "id": "flash_off", + "name": "Flash Off", + "variants": { + "outlined": { + "path": "flash_off.outlined.svg" + }, + "round": { + "path": "flash_off.round.svg" + }, + "sharp": { + "path": "flash_off.sharp.svg" + }, + "default": { + "path": "flash_off.default.svg" + }, + "twotone": { + "path": "flash_off.twotone.svg" + } + } + }, + { + "id": "auto_stories", + "name": "Auto Stories", + "variants": { + "outlined": { + "path": "auto_stories.outlined.svg" + }, + "round": { + "path": "auto_stories.round.svg" + }, + "sharp": { + "path": "auto_stories.sharp.svg" + }, + "default": { + "path": "auto_stories.default.svg" + }, + "twotone": { + "path": "auto_stories.twotone.svg" + } + } + }, + { + "id": "cases", + "name": "Cases", + "variants": { + "outlined": { + "path": "cases.outlined.svg" + }, + "round": { + "path": "cases.round.svg" + }, + "sharp": { + "path": "cases.sharp.svg" + }, + "default": { + "path": "cases.default.svg" + }, + "twotone": { + "path": "cases.twotone.svg" + } + } + }, + { + "id": "grid_on", + "name": "Grid On", + "variants": { + "outlined": { + "path": "grid_on.outlined.svg" + }, + "round": { + "path": "grid_on.round.svg" + }, + "sharp": { + "path": "grid_on.sharp.svg" + }, + "default": { + "path": "grid_on.default.svg" + }, + "twotone": { + "path": "grid_on.twotone.svg" + } + } + }, + { + "id": "animation", + "name": "Animation", + "variants": { + "outlined": { + "path": "animation.outlined.svg" + }, + "round": { + "path": "animation.round.svg" + }, + "sharp": { + "path": "animation.sharp.svg" + }, + "default": { + "path": "animation.default.svg" + }, + "twotone": { + "path": "animation.twotone.svg" + } + } + }, + { + "id": "wb_twighlight", + "name": "Wb Twighlight", + "variants": { + "default": { + "path": "wb_twighlight.default.svg" + } + } + }, + { + "id": "flip", + "name": "Flip", + "variants": { + "outlined": { + "path": "flip.outlined.svg" + }, + "round": { + "path": "flip.round.svg" + }, + "sharp": { + "path": "flip.sharp.svg" + }, + "default": { + "path": "flip.default.svg" + }, + "twotone": { + "path": "flip.twotone.svg" + } + } + }, + { + "id": "details", + "name": "Details", + "variants": { + "outlined": { + "path": "details.outlined.svg" + }, + "round": { + "path": "details.round.svg" + }, + "sharp": { + "path": "details.sharp.svg" + }, + "default": { + "path": "details.default.svg" + }, + "twotone": { + "path": "details.twotone.svg" + } + } + }, + { + "id": "video_camera_back", + "name": "Video Camera Back", + "variants": { + "outlined": { + "path": "video_camera_back.outlined.svg" + }, + "round": { + "path": "video_camera_back.round.svg" + }, + "sharp": { + "path": "video_camera_back.sharp.svg" + }, + "default": { + "path": "video_camera_back.default.svg" + }, + "twotone": { + "path": "video_camera_back.twotone.svg" + } + } + }, + { + "id": "add_a_photo", + "name": "Add A Photo", + "variants": { + "outlined": { + "path": "add_a_photo.outlined.svg" + }, + "round": { + "path": "add_a_photo.round.svg" + }, + "sharp": { + "path": "add_a_photo.sharp.svg" + }, + "default": { + "path": "add_a_photo.default.svg" + }, + "twotone": { + "path": "add_a_photo.twotone.svg" + } + } + }, + { + "id": "style", + "name": "Style", + "variants": { + "outlined": { + "path": "style.outlined.svg" + }, + "round": { + "path": "style.round.svg" + }, + "sharp": { + "path": "style.sharp.svg" + }, + "default": { + "path": "style.default.svg" + }, + "twotone": { + "path": "style.twotone.svg" + } + } + }, + { + "id": "panorama_vertical_select", + "name": "Panorama Vertical Select", + "variants": { + "outlined": { + "path": "panorama_vertical_select.outlined.svg" + }, + "round": { + "path": "panorama_vertical_select.round.svg" + }, + "sharp": { + "path": "panorama_vertical_select.sharp.svg" + }, + "default": { + "path": "panorama_vertical_select.default.svg" + }, + "twotone": { + "path": "panorama_vertical_select.twotone.svg" + } + } + }, + { + "id": "currency_ruble", + "name": "Currency Ruble", + "variants": { + "outlined": { + "path": "currency_ruble.outlined.svg" + }, + "round": { + "path": "currency_ruble.round.svg" + }, + "sharp": { + "path": "currency_ruble.sharp.svg" + }, + "default": { + "path": "currency_ruble.default.svg" + }, + "twotone": { + "path": "currency_ruble.twotone.svg" + } + } + }, + { + "id": "crop_din", + "name": "Crop Din", + "variants": { + "outlined": { + "path": "crop_din.outlined.svg" + }, + "round": { + "path": "crop_din.round.svg" + }, + "sharp": { + "path": "crop_din.sharp.svg" + }, + "default": { + "path": "crop_din.default.svg" + }, + "twotone": { + "path": "crop_din.twotone.svg" + } + } + }, + { + "id": "crop_square", + "name": "Crop Square", + "variants": { + "outlined": { + "path": "crop_square.outlined.svg" + }, + "round": { + "path": "crop_square.round.svg" + }, + "sharp": { + "path": "crop_square.sharp.svg" + }, + "default": { + "path": "crop_square.default.svg" + }, + "twotone": { + "path": "crop_square.twotone.svg" + } + } + }, + { + "id": "nature", + "name": "Nature", + "variants": { + "outlined": { + "path": "nature.outlined.svg" + }, + "round": { + "path": "nature.round.svg" + }, + "sharp": { + "path": "nature.sharp.svg" + }, + "default": { + "path": "nature.default.svg" + }, + "twotone": { + "path": "nature.twotone.svg" + } + } + }, + { + "id": "auto_fix_normal", + "name": "Auto Fix Normal", + "variants": { + "outlined": { + "path": "auto_fix_normal.outlined.svg" + }, + "round": { + "path": "auto_fix_normal.round.svg" + }, + "sharp": { + "path": "auto_fix_normal.sharp.svg" + }, + "default": { + "path": "auto_fix_normal.default.svg" + }, + "twotone": { + "path": "auto_fix_normal.twotone.svg" + } + } + }, + { + "id": "11mp", + "name": "11Mp", + "variants": { + "outlined": { + "path": "11mp.outlined.svg" + }, + "round": { + "path": "11mp.round.svg" + }, + "sharp": { + "path": "11mp.sharp.svg" + }, + "default": { + "path": "11mp.default.svg" + }, + "twotone": { + "path": "11mp.twotone.svg" + } + } + }, + { + "id": "filter_hdr", + "name": "Filter Hdr", + "variants": { + "outlined": { + "path": "filter_hdr.outlined.svg" + }, + "round": { + "path": "filter_hdr.round.svg" + }, + "sharp": { + "path": "filter_hdr.sharp.svg" + }, + "default": { + "path": "filter_hdr.default.svg" + }, + "twotone": { + "path": "filter_hdr.twotone.svg" + } + } + }, + { + "id": "image", + "name": "Image", + "variants": { + "outlined": { + "path": "image.outlined.svg" + }, + "round": { + "path": "image.round.svg" + }, + "sharp": { + "path": "image.sharp.svg" + }, + "default": { + "path": "image.default.svg" + }, + "twotone": { + "path": "image.twotone.svg" + } + } + }, + { + "id": "4mp", + "name": "4Mp", + "variants": { + "outlined": { + "path": "4mp.outlined.svg" + }, + "round": { + "path": "4mp.round.svg" + }, + "sharp": { + "path": "4mp.sharp.svg" + }, + "default": { + "path": "4mp.default.svg" + }, + "twotone": { + "path": "4mp.twotone.svg" + } + } + }, + { + "id": "crop_landscape", + "name": "Crop Landscape", + "variants": { + "outlined": { + "path": "crop_landscape.outlined.svg" + }, + "round": { + "path": "crop_landscape.round.svg" + }, + "sharp": { + "path": "crop_landscape.sharp.svg" + }, + "default": { + "path": "crop_landscape.default.svg" + }, + "twotone": { + "path": "crop_landscape.twotone.svg" + } + } + }, + { + "id": "camera_alt", + "name": "Camera Alt", + "variants": { + "outlined": { + "path": "camera_alt.outlined.svg" + }, + "round": { + "path": "camera_alt.round.svg" + }, + "sharp": { + "path": "camera_alt.sharp.svg" + }, + "default": { + "path": "camera_alt.default.svg" + }, + "twotone": { + "path": "camera_alt.twotone.svg" + } + } + }, + { + "id": "dirty_lens", + "name": "Dirty Lens", + "variants": { + "outlined": { + "path": "dirty_lens.outlined.svg" + }, + "round": { + "path": "dirty_lens.round.svg" + }, + "sharp": { + "path": "dirty_lens.sharp.svg" + }, + "default": { + "path": "dirty_lens.default.svg" + }, + "twotone": { + "path": "dirty_lens.twotone.svg" + } + } + }, + { + "id": "blur_linear", + "name": "Blur Linear", + "variants": { + "outlined": { + "path": "blur_linear.outlined.svg" + }, + "round": { + "path": "blur_linear.round.svg" + }, + "sharp": { + "path": "blur_linear.sharp.svg" + }, + "default": { + "path": "blur_linear.default.svg" + }, + "twotone": { + "path": "blur_linear.twotone.svg" + } + } + }, + { + "id": "photo_camera_front", + "name": "Photo Camera Front", + "variants": { + "outlined": { + "path": "photo_camera_front.outlined.svg" + }, + "round": { + "path": "photo_camera_front.round.svg" + }, + "sharp": { + "path": "photo_camera_front.sharp.svg" + }, + "default": { + "path": "photo_camera_front.default.svg" + }, + "twotone": { + "path": "photo_camera_front.twotone.svg" + } + } + }, + { + "id": "switch_video", + "name": "Switch Video", + "variants": { + "outlined": { + "path": "switch_video.outlined.svg" + }, + "round": { + "path": "switch_video.round.svg" + }, + "sharp": { + "path": "switch_video.sharp.svg" + }, + "default": { + "path": "switch_video.default.svg" + }, + "twotone": { + "path": "switch_video.twotone.svg" + } + } + }, + { + "id": "blur_circular", + "name": "Blur Circular", + "variants": { + "outlined": { + "path": "blur_circular.outlined.svg" + }, + "round": { + "path": "blur_circular.round.svg" + }, + "sharp": { + "path": "blur_circular.sharp.svg" + }, + "default": { + "path": "blur_circular.default.svg" + }, + "twotone": { + "path": "blur_circular.twotone.svg" + } + } + }, + { + "id": "edit", + "name": "Edit", + "variants": { + "outlined": { + "path": "edit.outlined.svg" + }, + "round": { + "path": "edit.round.svg" + }, + "sharp": { + "path": "edit.sharp.svg" + }, + "default": { + "path": "edit.default.svg" + }, + "twotone": { + "path": "edit.twotone.svg" + } + } + }, + { + "id": "brightness_7", + "name": "Brightness 7", + "variants": { + "outlined": { + "path": "brightness_7.outlined.svg" + }, + "round": { + "path": "brightness_7.round.svg" + }, + "sharp": { + "path": "brightness_7.sharp.svg" + }, + "default": { + "path": "brightness_7.default.svg" + }, + "twotone": { + "path": "brightness_7.twotone.svg" + } + } + }, + { + "id": "grain", + "name": "Grain", + "variants": { + "outlined": { + "path": "grain.outlined.svg" + }, + "round": { + "path": "grain.round.svg" + }, + "sharp": { + "path": "grain.sharp.svg" + }, + "default": { + "path": "grain.default.svg" + }, + "twotone": { + "path": "grain.twotone.svg" + } + } + }, + { + "id": "receipt_long", + "name": "Receipt Long", + "variants": { + "outlined": { + "path": "receipt_long.outlined.svg" + }, + "round": { + "path": "receipt_long.round.svg" + }, + "sharp": { + "path": "receipt_long.sharp.svg" + }, + "default": { + "path": "receipt_long.default.svg" + }, + "twotone": { + "path": "receipt_long.twotone.svg" + } + } + }, + { + "id": "image_aspect_ratio", + "name": "Image Aspect Ratio", + "variants": { + "outlined": { + "path": "image_aspect_ratio.outlined.svg" + }, + "round": { + "path": "image_aspect_ratio.round.svg" + }, + "sharp": { + "path": "image_aspect_ratio.sharp.svg" + }, + "default": { + "path": "image_aspect_ratio.default.svg" + }, + "twotone": { + "path": "image_aspect_ratio.twotone.svg" + } + } + }, + { + "id": "lens", + "name": "Lens", + "variants": { + "outlined": { + "path": "lens.outlined.svg" + }, + "round": { + "path": "lens.round.svg" + }, + "sharp": { + "path": "lens.sharp.svg" + }, + "default": { + "path": "lens.default.svg" + }, + "twotone": { + "path": "lens.twotone.svg" + } + } + }, + { + "id": "auto_awesome_motion", + "name": "Auto Awesome Motion", + "variants": { + "outlined": { + "path": "auto_awesome_motion.outlined.svg" + }, + "round": { + "path": "auto_awesome_motion.round.svg" + }, + "sharp": { + "path": "auto_awesome_motion.sharp.svg" + }, + "default": { + "path": "auto_awesome_motion.default.svg" + }, + "twotone": { + "path": "auto_awesome_motion.twotone.svg" + } + } + }, + { + "id": "movie_filter", + "name": "Movie Filter", + "variants": { + "outlined": { + "path": "movie_filter.outlined.svg" + }, + "round": { + "path": "movie_filter.round.svg" + }, + "sharp": { + "path": "movie_filter.sharp.svg" + }, + "default": { + "path": "movie_filter.default.svg" + }, + "twotone": { + "path": "movie_filter.twotone.svg" + } + } + }, + { + "id": "timer_10", + "name": "Timer 10", + "variants": { + "outlined": { + "path": "timer_10.outlined.svg" + }, + "round": { + "path": "timer_10.round.svg" + }, + "sharp": { + "path": "timer_10.sharp.svg" + }, + "default": { + "path": "timer_10.default.svg" + }, + "twotone": { + "path": "timer_10.twotone.svg" + } + } + }, + { + "id": "rotate_90_degrees_cw", + "name": "Rotate 90 Degrees Cw", + "variants": { + "outlined": { + "path": "rotate_90_degrees_cw.outlined.svg" + }, + "round": { + "path": "rotate_90_degrees_cw.round.svg" + }, + "sharp": { + "path": "rotate_90_degrees_cw.sharp.svg" + }, + "default": { + "path": "rotate_90_degrees_cw.default.svg" + }, + "twotone": { + "path": "rotate_90_degrees_cw.twotone.svg" + } + } + }, + { + "id": "panorama_horizontal", + "name": "Panorama Horizontal", + "variants": { + "outlined": { + "path": "panorama_horizontal.outlined.svg" + }, + "round": { + "path": "panorama_horizontal.round.svg" + }, + "sharp": { + "path": "panorama_horizontal.sharp.svg" + }, + "default": { + "path": "panorama_horizontal.default.svg" + }, + "twotone": { + "path": "panorama_horizontal.twotone.svg" + } + } + }, + { + "id": "wb_twilight", + "name": "Wb Twilight", + "variants": { + "outlined": { + "path": "wb_twilight.outlined.svg" + }, + "round": { + "path": "wb_twilight.round.svg" + }, + "sharp": { + "path": "wb_twilight.sharp.svg" + }, + "default": { + "path": "wb_twilight.default.svg" + }, + "twotone": { + "path": "wb_twilight.twotone.svg" + } + } + }, + { + "id": "photo_album", + "name": "Photo Album", + "variants": { + "outlined": { + "path": "photo_album.outlined.svg" + }, + "round": { + "path": "photo_album.round.svg" + }, + "sharp": { + "path": "photo_album.sharp.svg" + }, + "default": { + "path": "photo_album.default.svg" + }, + "twotone": { + "path": "photo_album.twotone.svg" + } + } + }, + { + "id": "panorama_photosphere_select", + "name": "Panorama Photosphere Select", + "variants": { + "outlined": { + "path": "panorama_photosphere_select.outlined.svg" + }, + "round": { + "path": "panorama_photosphere_select.round.svg" + }, + "sharp": { + "path": "panorama_photosphere_select.sharp.svg" + }, + "default": { + "path": "panorama_photosphere_select.default.svg" + }, + "twotone": { + "path": "panorama_photosphere_select.twotone.svg" + } + } + }, + { + "id": "loupe", + "name": "Loupe", + "variants": { + "outlined": { + "path": "loupe.outlined.svg" + }, + "round": { + "path": "loupe.round.svg" + }, + "sharp": { + "path": "loupe.sharp.svg" + }, + "default": { + "path": "loupe.default.svg" + }, + "twotone": { + "path": "loupe.twotone.svg" + } + } + }, + { + "id": "looks", + "name": "Looks", + "variants": { + "outlined": { + "path": "looks.outlined.svg" + }, + "round": { + "path": "looks.round.svg" + }, + "sharp": { + "path": "looks.sharp.svg" + }, + "default": { + "path": "looks.default.svg" + }, + "twotone": { + "path": "looks.twotone.svg" + } + } + }, + { + "id": "photo_size_select_small", + "name": "Photo Size Select Small", + "variants": { + "outlined": { + "path": "photo_size_select_small.outlined.svg" + }, + "round": { + "path": "photo_size_select_small.round.svg" + }, + "sharp": { + "path": "photo_size_select_small.sharp.svg" + }, + "default": { + "path": "photo_size_select_small.default.svg" + }, + "twotone": { + "path": "photo_size_select_small.twotone.svg" + } + } + }, + { + "id": "brightness_6", + "name": "Brightness 6", + "variants": { + "outlined": { + "path": "brightness_6.outlined.svg" + }, + "round": { + "path": "brightness_6.round.svg" + }, + "sharp": { + "path": "brightness_6.sharp.svg" + }, + "default": { + "path": "brightness_6.default.svg" + }, + "twotone": { + "path": "brightness_6.twotone.svg" + } + } + }, + { + "id": "21mp", + "name": "21Mp", + "variants": { + "outlined": { + "path": "21mp.outlined.svg" + }, + "round": { + "path": "21mp.round.svg" + }, + "sharp": { + "path": "21mp.sharp.svg" + }, + "default": { + "path": "21mp.default.svg" + }, + "twotone": { + "path": "21mp.twotone.svg" + } + } + }, + { + "id": "navigate_next", + "name": "Navigate Next", + "variants": { + "outlined": { + "path": "navigate_next.outlined.svg" + }, + "round": { + "path": "navigate_next.round.svg" + }, + "sharp": { + "path": "navigate_next.sharp.svg" + }, + "default": { + "path": "navigate_next.default.svg" + }, + "twotone": { + "path": "navigate_next.twotone.svg" + } + } + }, + { + "id": "brightness_1", + "name": "Brightness 1", + "variants": { + "outlined": { + "path": "brightness_1.outlined.svg" + }, + "round": { + "path": "brightness_1.round.svg" + }, + "sharp": { + "path": "brightness_1.sharp.svg" + }, + "default": { + "path": "brightness_1.default.svg" + }, + "twotone": { + "path": "brightness_1.twotone.svg" + } + } + }, + { + "id": "tune", + "name": "Tune", + "variants": { + "outlined": { + "path": "tune.outlined.svg" + }, + "round": { + "path": "tune.round.svg" + }, + "sharp": { + "path": "tune.sharp.svg" + }, + "default": { + "path": "tune.default.svg" + }, + "twotone": { + "path": "tune.twotone.svg" + } + } + }, + { + "id": "photo_camera", + "name": "Photo Camera", + "variants": { + "outlined": { + "path": "photo_camera.outlined.svg" + }, + "round": { + "path": "photo_camera.round.svg" + }, + "sharp": { + "path": "photo_camera.sharp.svg" + }, + "default": { + "path": "photo_camera.default.svg" + }, + "twotone": { + "path": "photo_camera.twotone.svg" + } + } + }, + { + "id": "hdr_plus", + "name": "Hdr Plus", + "variants": { + "outlined": { + "path": "hdr_plus.outlined.svg" + }, + "round": { + "path": "hdr_plus.round.svg" + }, + "sharp": { + "path": "hdr_plus.sharp.svg" + }, + "default": { + "path": "hdr_plus.default.svg" + }, + "twotone": { + "path": "hdr_plus.twotone.svg" + } + } + }, + { + "id": "center_focus_weak", + "name": "Center Focus Weak", + "variants": { + "outlined": { + "path": "center_focus_weak.outlined.svg" + }, + "round": { + "path": "center_focus_weak.round.svg" + }, + "sharp": { + "path": "center_focus_weak.sharp.svg" + }, + "default": { + "path": "center_focus_weak.default.svg" + }, + "twotone": { + "path": "center_focus_weak.twotone.svg" + } + } + }, + { + "id": "logo_dev", + "name": "Logo Dev", + "variants": { + "outlined": { + "path": "logo_dev.outlined.svg" + }, + "round": { + "path": "logo_dev.round.svg" + }, + "sharp": { + "path": "logo_dev.sharp.svg" + }, + "default": { + "path": "logo_dev.default.svg" + }, + "twotone": { + "path": "logo_dev.twotone.svg" + } + } + }, + { + "id": "14mp", + "name": "14Mp", + "variants": { + "outlined": { + "path": "14mp.outlined.svg" + }, + "round": { + "path": "14mp.round.svg" + }, + "sharp": { + "path": "14mp.sharp.svg" + }, + "default": { + "path": "14mp.default.svg" + }, + "twotone": { + "path": "14mp.twotone.svg" + } + } + }, + { + "id": "looks_4", + "name": "Looks 4", + "variants": { + "outlined": { + "path": "looks_4.outlined.svg" + }, + "round": { + "path": "looks_4.round.svg" + }, + "sharp": { + "path": "looks_4.sharp.svg" + }, + "default": { + "path": "looks_4.default.svg" + }, + "twotone": { + "path": "looks_4.twotone.svg" + } + } + }, + { + "id": "currency_bitcoin", + "name": "Currency Bitcoin", + "variants": { + "outlined": { + "path": "currency_bitcoin.outlined.svg" + }, + "round": { + "path": "currency_bitcoin.round.svg" + }, + "sharp": { + "path": "currency_bitcoin.sharp.svg" + }, + "default": { + "path": "currency_bitcoin.default.svg" + }, + "twotone": { + "path": "currency_bitcoin.twotone.svg" + } + } + }, + { + "id": "looks_3", + "name": "Looks 3", + "variants": { + "outlined": { + "path": "looks_3.outlined.svg" + }, + "round": { + "path": "looks_3.round.svg" + }, + "sharp": { + "path": "looks_3.sharp.svg" + }, + "default": { + "path": "looks_3.default.svg" + }, + "twotone": { + "path": "looks_3.twotone.svg" + } + } + }, + { + "id": "mp", + "name": "Mp", + "variants": { + "outlined": { + "path": "mp.outlined.svg" + }, + "round": { + "path": "mp.round.svg" + }, + "sharp": { + "path": "mp.sharp.svg" + }, + "default": { + "path": "mp.default.svg" + }, + "twotone": { + "path": "mp.twotone.svg" + } + } + }, + { + "id": "crop_portrait", + "name": "Crop Portrait", + "variants": { + "outlined": { + "path": "crop_portrait.outlined.svg" + }, + "round": { + "path": "crop_portrait.round.svg" + }, + "sharp": { + "path": "crop_portrait.sharp.svg" + }, + "default": { + "path": "crop_portrait.default.svg" + }, + "twotone": { + "path": "crop_portrait.twotone.svg" + } + } + }, + { + "id": "bedtime", + "name": "Bedtime", + "variants": { + "outlined": { + "path": "bedtime.outlined.svg" + }, + "round": { + "path": "bedtime.round.svg" + }, + "sharp": { + "path": "bedtime.sharp.svg" + }, + "default": { + "path": "bedtime.default.svg" + }, + "twotone": { + "path": "bedtime.twotone.svg" + } + } + }, + { + "id": "rotate_right", + "name": "Rotate Right", + "variants": { + "outlined": { + "path": "rotate_right.outlined.svg" + }, + "round": { + "path": "rotate_right.round.svg" + }, + "sharp": { + "path": "rotate_right.sharp.svg" + }, + "default": { + "path": "rotate_right.default.svg" + }, + "twotone": { + "path": "rotate_right.twotone.svg" + } + } + }, + { + "id": "hdr_strong", + "name": "Hdr Strong", + "variants": { + "outlined": { + "path": "hdr_strong.outlined.svg" + }, + "round": { + "path": "hdr_strong.round.svg" + }, + "sharp": { + "path": "hdr_strong.sharp.svg" + }, + "default": { + "path": "hdr_strong.default.svg" + }, + "twotone": { + "path": "hdr_strong.twotone.svg" + } + } + }, + { + "id": "video_stable", + "name": "Video Stable", + "variants": { + "outlined": { + "path": "video_stable.outlined.svg" + }, + "round": { + "path": "video_stable.round.svg" + }, + "sharp": { + "path": "video_stable.sharp.svg" + }, + "default": { + "path": "video_stable.default.svg" + }, + "twotone": { + "path": "video_stable.twotone.svg" + } + } + }, + { + "id": "nature_people", + "name": "Nature People", + "variants": { + "outlined": { + "path": "nature_people.outlined.svg" + }, + "round": { + "path": "nature_people.round.svg" + }, + "sharp": { + "path": "nature_people.sharp.svg" + }, + "default": { + "path": "nature_people.default.svg" + }, + "twotone": { + "path": "nature_people.twotone.svg" + } + } + }, + { + "id": "exposure_neg_2", + "name": "Exposure Neg 2", + "variants": { + "outlined": { + "path": "exposure_neg_2.outlined.svg" + }, + "round": { + "path": "exposure_neg_2.round.svg" + }, + "sharp": { + "path": "exposure_neg_2.sharp.svg" + }, + "default": { + "path": "exposure_neg_2.default.svg" + }, + "twotone": { + "path": "exposure_neg_2.twotone.svg" + } + } + }, + { + "id": "compare", + "name": "Compare", + "variants": { + "outlined": { + "path": "compare.outlined.svg" + }, + "round": { + "path": "compare.round.svg" + }, + "sharp": { + "path": "compare.sharp.svg" + }, + "default": { + "path": "compare.default.svg" + }, + "twotone": { + "path": "compare.twotone.svg" + } + } + }, + { + "id": "exposure_plus_2", + "name": "Exposure Plus 2", + "variants": { + "outlined": { + "path": "exposure_plus_2.outlined.svg" + }, + "round": { + "path": "exposure_plus_2.round.svg" + }, + "sharp": { + "path": "exposure_plus_2.sharp.svg" + }, + "default": { + "path": "exposure_plus_2.default.svg" + }, + "twotone": { + "path": "exposure_plus_2.twotone.svg" + } + } + }, + { + "id": "panorama", + "name": "Panorama", + "variants": { + "outlined": { + "path": "panorama.outlined.svg" + }, + "round": { + "path": "panorama.round.svg" + }, + "sharp": { + "path": "panorama.sharp.svg" + }, + "default": { + "path": "panorama.default.svg" + }, + "twotone": { + "path": "panorama.twotone.svg" + } + } + }, + { + "id": "currency_yuan", + "name": "Currency Yuan", + "variants": { + "outlined": { + "path": "currency_yuan.outlined.svg" + }, + "round": { + "path": "currency_yuan.round.svg" + }, + "sharp": { + "path": "currency_yuan.sharp.svg" + }, + "default": { + "path": "currency_yuan.default.svg" + }, + "twotone": { + "path": "currency_yuan.twotone.svg" + } + } + }, + { + "id": "collections_bookmark", + "name": "Collections Bookmark", + "variants": { + "outlined": { + "path": "collections_bookmark.outlined.svg" + }, + "round": { + "path": "collections_bookmark.round.svg" + }, + "sharp": { + "path": "collections_bookmark.sharp.svg" + }, + "default": { + "path": "collections_bookmark.default.svg" + }, + "twotone": { + "path": "collections_bookmark.twotone.svg" + } + } + }, + { + "id": "hdr_on", + "name": "Hdr On", + "variants": { + "outlined": { + "path": "hdr_on.outlined.svg" + }, + "round": { + "path": "hdr_on.round.svg" + }, + "sharp": { + "path": "hdr_on.sharp.svg" + }, + "default": { + "path": "hdr_on.default.svg" + }, + "twotone": { + "path": "hdr_on.twotone.svg" + } + } + }, + { + "id": "filter_9_plus", + "name": "Filter 9 Plus", + "variants": { + "outlined": { + "path": "filter_9_plus.outlined.svg" + }, + "round": { + "path": "filter_9_plus.round.svg" + }, + "sharp": { + "path": "filter_9_plus.sharp.svg" + }, + "default": { + "path": "filter_9_plus.default.svg" + }, + "twotone": { + "path": "filter_9_plus.twotone.svg" + } + } + }, + { + "id": "autofps_select", + "name": "Autofps Select", + "variants": { + "outlined": { + "path": "autofps_select.outlined.svg" + }, + "round": { + "path": "autofps_select.round.svg" + }, + "sharp": { + "path": "autofps_select.sharp.svg" + }, + "default": { + "path": "autofps_select.default.svg" + }, + "twotone": { + "path": "autofps_select.twotone.svg" + } + } + }, + { + "id": "currency_pound", + "name": "Currency Pound", + "variants": { + "outlined": { + "path": "currency_pound.outlined.svg" + }, + "round": { + "path": "currency_pound.round.svg" + }, + "sharp": { + "path": "currency_pound.sharp.svg" + }, + "default": { + "path": "currency_pound.default.svg" + }, + "twotone": { + "path": "currency_pound.twotone.svg" + } + } + }, + { + "id": "5mp", + "name": "5Mp", + "variants": { + "outlined": { + "path": "5mp.outlined.svg" + }, + "round": { + "path": "5mp.round.svg" + }, + "sharp": { + "path": "5mp.sharp.svg" + }, + "default": { + "path": "5mp.default.svg" + }, + "twotone": { + "path": "5mp.twotone.svg" + } + } + }, + { + "id": "mic_external_on", + "name": "Mic External On", + "variants": { + "outlined": { + "path": "mic_external_on.outlined.svg" + }, + "round": { + "path": "mic_external_on.round.svg" + }, + "sharp": { + "path": "mic_external_on.sharp.svg" + }, + "default": { + "path": "mic_external_on.default.svg" + }, + "twotone": { + "path": "mic_external_on.twotone.svg" + } + } + }, + { + "id": "texture", + "name": "Texture", + "variants": { + "outlined": { + "path": "texture.outlined.svg" + }, + "round": { + "path": "texture.round.svg" + }, + "sharp": { + "path": "texture.sharp.svg" + }, + "default": { + "path": "texture.default.svg" + }, + "twotone": { + "path": "texture.twotone.svg" + } + } + }, + { + "id": "add_photo_alternate", + "name": "Add Photo Alternate", + "variants": { + "outlined": { + "path": "add_photo_alternate.outlined.svg" + }, + "round": { + "path": "add_photo_alternate.round.svg" + }, + "sharp": { + "path": "add_photo_alternate.sharp.svg" + }, + "default": { + "path": "add_photo_alternate.default.svg" + }, + "twotone": { + "path": "add_photo_alternate.twotone.svg" + } + } + }, + { + "id": "10mp", + "name": "10Mp", + "variants": { + "outlined": { + "path": "10mp.outlined.svg" + }, + "round": { + "path": "10mp.round.svg" + }, + "sharp": { + "path": "10mp.sharp.svg" + }, + "default": { + "path": "10mp.default.svg" + }, + "twotone": { + "path": "10mp.twotone.svg" + } + } + }, + { + "id": "looks_5", + "name": "Looks 5", + "variants": { + "outlined": { + "path": "looks_5.outlined.svg" + }, + "round": { + "path": "looks_5.round.svg" + }, + "sharp": { + "path": "looks_5.sharp.svg" + }, + "default": { + "path": "looks_5.default.svg" + }, + "twotone": { + "path": "looks_5.twotone.svg" + } + } + }, + { + "id": "circle", + "name": "Circle", + "variants": { + "outlined": { + "path": "circle.outlined.svg" + }, + "round": { + "path": "circle.round.svg" + }, + "sharp": { + "path": "circle.sharp.svg" + }, + "default": { + "path": "circle.default.svg" + }, + "twotone": { + "path": "circle.twotone.svg" + } + } + }, + { + "id": "flash_on", + "name": "Flash On", + "variants": { + "outlined": { + "path": "flash_on.outlined.svg" + }, + "round": { + "path": "flash_on.round.svg" + }, + "sharp": { + "path": "flash_on.sharp.svg" + }, + "default": { + "path": "flash_on.default.svg" + }, + "twotone": { + "path": "flash_on.twotone.svg" + } + } + }, + { + "id": "photo_size_select_large", + "name": "Photo Size Select Large", + "variants": { + "outlined": { + "path": "photo_size_select_large.outlined.svg" + }, + "round": { + "path": "photo_size_select_large.round.svg" + }, + "sharp": { + "path": "photo_size_select_large.sharp.svg" + }, + "default": { + "path": "photo_size_select_large.default.svg" + }, + "twotone": { + "path": "photo_size_select_large.twotone.svg" + } + } + }, + { + "id": "filter_8", + "name": "Filter 8", + "variants": { + "outlined": { + "path": "filter_8.outlined.svg" + }, + "round": { + "path": "filter_8.round.svg" + }, + "sharp": { + "path": "filter_8.sharp.svg" + }, + "default": { + "path": "filter_8.default.svg" + }, + "twotone": { + "path": "filter_8.twotone.svg" + } + } + }, + { + "id": "crop_3_2", + "name": "Crop 3 2", + "variants": { + "outlined": { + "path": "crop_3_2.outlined.svg" + }, + "round": { + "path": "crop_3_2.round.svg" + }, + "sharp": { + "path": "crop_3_2.sharp.svg" + }, + "default": { + "path": "crop_3_2.default.svg" + }, + "twotone": { + "path": "crop_3_2.twotone.svg" + } + } + }, + { + "id": "contrast", + "name": "Contrast", + "variants": { + "outlined": { + "path": "contrast.outlined.svg" + }, + "round": { + "path": "contrast.round.svg" + }, + "sharp": { + "path": "contrast.sharp.svg" + }, + "default": { + "path": "contrast.default.svg" + }, + "twotone": { + "path": "contrast.twotone.svg" + } + } + }, + { + "id": "brush", + "name": "Brush", + "variants": { + "outlined": { + "path": "brush.outlined.svg" + }, + "round": { + "path": "brush.round.svg" + }, + "sharp": { + "path": "brush.sharp.svg" + }, + "default": { + "path": "brush.default.svg" + }, + "twotone": { + "path": "brush.twotone.svg" + } + } + }, + { + "id": "filter_1", + "name": "Filter 1", + "variants": { + "outlined": { + "path": "filter_1.outlined.svg" + }, + "round": { + "path": "filter_1.round.svg" + }, + "sharp": { + "path": "filter_1.sharp.svg" + }, + "default": { + "path": "filter_1.default.svg" + }, + "twotone": { + "path": "filter_1.twotone.svg" + } + } + }, + { + "id": "healing", + "name": "Healing", + "variants": { + "outlined": { + "path": "healing.outlined.svg" + }, + "round": { + "path": "healing.round.svg" + }, + "sharp": { + "path": "healing.sharp.svg" + }, + "default": { + "path": "healing.default.svg" + }, + "twotone": { + "path": "healing.twotone.svg" + } + } + }, + { + "id": "euro", + "name": "Euro", + "variants": { + "outlined": { + "path": "euro.outlined.svg" + }, + "round": { + "path": "euro.round.svg" + }, + "sharp": { + "path": "euro.sharp.svg" + }, + "default": { + "path": "euro.default.svg" + }, + "twotone": { + "path": "euro.twotone.svg" + } + } + }, + { + "id": "filter_6", + "name": "Filter 6", + "variants": { + "outlined": { + "path": "filter_6.outlined.svg" + }, + "round": { + "path": "filter_6.round.svg" + }, + "sharp": { + "path": "filter_6.sharp.svg" + }, + "default": { + "path": "filter_6.default.svg" + }, + "twotone": { + "path": "filter_6.twotone.svg" + } + } + }, + { + "id": "landscape", + "name": "Landscape", + "variants": { + "outlined": { + "path": "landscape.outlined.svg" + }, + "round": { + "path": "landscape.round.svg" + }, + "sharp": { + "path": "landscape.sharp.svg" + }, + "default": { + "path": "landscape.default.svg" + }, + "twotone": { + "path": "landscape.twotone.svg" + } + } + }, + { + "id": "navigate_before", + "name": "Navigate Before", + "variants": { + "outlined": { + "path": "navigate_before.outlined.svg" + }, + "round": { + "path": "navigate_before.round.svg" + }, + "sharp": { + "path": "navigate_before.sharp.svg" + }, + "default": { + "path": "navigate_before.default.svg" + }, + "twotone": { + "path": "navigate_before.twotone.svg" + } + } + }, + { + "id": "vignette", + "name": "Vignette", + "variants": { + "outlined": { + "path": "vignette.outlined.svg" + }, + "round": { + "path": "vignette.round.svg" + }, + "sharp": { + "path": "vignette.sharp.svg" + }, + "default": { + "path": "vignette.default.svg" + }, + "twotone": { + "path": "vignette.twotone.svg" + } + } + }, + { + "id": "mic_external_off", + "name": "Mic External Off", + "variants": { + "outlined": { + "path": "mic_external_off.outlined.svg" + }, + "round": { + "path": "mic_external_off.round.svg" + }, + "sharp": { + "path": "mic_external_off.sharp.svg" + }, + "default": { + "path": "mic_external_off.default.svg" + }, + "twotone": { + "path": "mic_external_off.twotone.svg" + } + } + }, + { + "id": "image_search", + "name": "Image Search", + "variants": { + "outlined": { + "path": "image_search.outlined.svg" + }, + "round": { + "path": "image_search.round.svg" + }, + "sharp": { + "path": "image_search.sharp.svg" + }, + "default": { + "path": "image_search.default.svg" + }, + "twotone": { + "path": "image_search.twotone.svg" + } + } + }, + { + "id": "filter", + "name": "Filter", + "variants": { + "outlined": { + "path": "filter.outlined.svg" + }, + "round": { + "path": "filter.round.svg" + }, + "sharp": { + "path": "filter.sharp.svg" + }, + "default": { + "path": "filter.default.svg" + }, + "twotone": { + "path": "filter.twotone.svg" + } + } + }, + { + "id": "filter_7", + "name": "Filter 7", + "variants": { + "outlined": { + "path": "filter_7.outlined.svg" + }, + "round": { + "path": "filter_7.round.svg" + }, + "sharp": { + "path": "filter_7.sharp.svg" + }, + "default": { + "path": "filter_7.default.svg" + }, + "twotone": { + "path": "filter_7.twotone.svg" + } + } + }, + { + "id": "wb_shade", + "name": "Wb Shade", + "variants": { + "outlined": { + "path": "wb_shade.outlined.svg" + }, + "round": { + "path": "wb_shade.round.svg" + }, + "sharp": { + "path": "wb_shade.sharp.svg" + }, + "default": { + "path": "wb_shade.default.svg" + }, + "twotone": { + "path": "wb_shade.twotone.svg" + } + } + }, + { + "id": "22mp", + "name": "22Mp", + "variants": { + "outlined": { + "path": "22mp.outlined.svg" + }, + "round": { + "path": "22mp.round.svg" + }, + "sharp": { + "path": "22mp.sharp.svg" + }, + "default": { + "path": "22mp.default.svg" + }, + "twotone": { + "path": "22mp.twotone.svg" + } + } + }, + { + "id": "filter_9", + "name": "Filter 9", + "variants": { + "outlined": { + "path": "filter_9.outlined.svg" + }, + "round": { + "path": "filter_9.round.svg" + }, + "sharp": { + "path": "filter_9.sharp.svg" + }, + "default": { + "path": "filter_9.default.svg" + }, + "twotone": { + "path": "filter_9.twotone.svg" + } + } + }, + { + "id": "tonality", + "name": "Tonality", + "variants": { + "outlined": { + "path": "tonality.outlined.svg" + }, + "round": { + "path": "tonality.round.svg" + }, + "sharp": { + "path": "tonality.sharp.svg" + }, + "default": { + "path": "tonality.default.svg" + }, + "twotone": { + "path": "tonality.twotone.svg" + } + } + }, + { + "id": "looks_one", + "name": "Looks One", + "variants": { + "outlined": { + "path": "looks_one.outlined.svg" + }, + "round": { + "path": "looks_one.round.svg" + }, + "sharp": { + "path": "looks_one.sharp.svg" + }, + "default": { + "path": "looks_one.default.svg" + }, + "twotone": { + "path": "looks_one.twotone.svg" + } + } + }, + { + "id": "center_focus_strong", + "name": "Center Focus Strong", + "variants": { + "outlined": { + "path": "center_focus_strong.outlined.svg" + }, + "round": { + "path": "center_focus_strong.round.svg" + }, + "sharp": { + "path": "center_focus_strong.sharp.svg" + }, + "default": { + "path": "center_focus_strong.default.svg" + }, + "twotone": { + "path": "center_focus_strong.twotone.svg" + } + } + }, + { + "id": "photo_size_select_actual", + "name": "Photo Size Select Actual", + "variants": { + "outlined": { + "path": "photo_size_select_actual.outlined.svg" + }, + "round": { + "path": "photo_size_select_actual.round.svg" + }, + "sharp": { + "path": "photo_size_select_actual.sharp.svg" + }, + "default": { + "path": "photo_size_select_actual.default.svg" + }, + "twotone": { + "path": "photo_size_select_actual.twotone.svg" + } + } + }, + { + "id": "crop_7_5", + "name": "Crop 7 5", + "variants": { + "outlined": { + "path": "crop_7_5.outlined.svg" + }, + "round": { + "path": "crop_7_5.round.svg" + }, + "sharp": { + "path": "crop_7_5.sharp.svg" + }, + "default": { + "path": "crop_7_5.default.svg" + }, + "twotone": { + "path": "crop_7_5.twotone.svg" + } + } + }, + { + "id": "collections", + "name": "Collections", + "variants": { + "outlined": { + "path": "collections.outlined.svg" + }, + "round": { + "path": "collections.round.svg" + }, + "sharp": { + "path": "collections.sharp.svg" + }, + "default": { + "path": "collections.default.svg" + }, + "twotone": { + "path": "collections.twotone.svg" + } + } + }, + { + "id": "flip_camera_android", + "name": "Flip Camera Android", + "variants": { + "outlined": { + "path": "flip_camera_android.outlined.svg" + }, + "round": { + "path": "flip_camera_android.round.svg" + }, + "sharp": { + "path": "flip_camera_android.sharp.svg" + }, + "default": { + "path": "flip_camera_android.default.svg" + }, + "twotone": { + "path": "flip_camera_android.twotone.svg" + } + } + }, + { + "id": "crop_free", + "name": "Crop Free", + "variants": { + "outlined": { + "path": "crop_free.outlined.svg" + }, + "round": { + "path": "crop_free.round.svg" + }, + "sharp": { + "path": "crop_free.sharp.svg" + }, + "default": { + "path": "crop_free.default.svg" + }, + "twotone": { + "path": "crop_free.twotone.svg" + } + } + }, + { + "id": "motion_photos_pause", + "name": "Motion Photos Pause", + "variants": { + "outlined": { + "path": "motion_photos_pause.outlined.svg" + }, + "round": { + "path": "motion_photos_pause.round.svg" + }, + "sharp": { + "path": "motion_photos_pause.sharp.svg" + }, + "default": { + "path": "motion_photos_pause.default.svg" + }, + "twotone": { + "path": "motion_photos_pause.twotone.svg" + } + } + }, + { + "id": "exposure_zero", + "name": "Exposure Zero", + "variants": { + "outlined": { + "path": "exposure_zero.outlined.svg" + }, + "round": { + "path": "exposure_zero.round.svg" + }, + "sharp": { + "path": "exposure_zero.sharp.svg" + }, + "default": { + "path": "exposure_zero.default.svg" + }, + "twotone": { + "path": "exposure_zero.twotone.svg" + } + } + }, + { + "id": "hdr_off", + "name": "Hdr Off", + "variants": { + "outlined": { + "path": "hdr_off.outlined.svg" + }, + "round": { + "path": "hdr_off.round.svg" + }, + "sharp": { + "path": "hdr_off.sharp.svg" + }, + "default": { + "path": "hdr_off.default.svg" + }, + "twotone": { + "path": "hdr_off.twotone.svg" + } + } + }, + { + "id": "panorama_wide_angle", + "name": "Panorama Wide Angle", + "variants": { + "outlined": { + "path": "panorama_wide_angle.outlined.svg" + }, + "round": { + "path": "panorama_wide_angle.round.svg" + }, + "sharp": { + "path": "panorama_wide_angle.sharp.svg" + }, + "default": { + "path": "panorama_wide_angle.default.svg" + }, + "twotone": { + "path": "panorama_wide_angle.twotone.svg" + } + } + }, + { + "id": "transform", + "name": "Transform", + "variants": { + "outlined": { + "path": "transform.outlined.svg" + }, + "round": { + "path": "transform.round.svg" + }, + "sharp": { + "path": "transform.sharp.svg" + }, + "default": { + "path": "transform.default.svg" + }, + "twotone": { + "path": "transform.twotone.svg" + } + } + }, + { + "id": "currency_lira", + "name": "Currency Lira", + "variants": { + "outlined": { + "path": "currency_lira.outlined.svg" + }, + "round": { + "path": "currency_lira.round.svg" + }, + "sharp": { + "path": "currency_lira.sharp.svg" + }, + "default": { + "path": "currency_lira.default.svg" + }, + "twotone": { + "path": "currency_lira.twotone.svg" + } + } + }, + { + "id": "camera_roll", + "name": "Camera Roll", + "variants": { + "outlined": { + "path": "camera_roll.outlined.svg" + }, + "round": { + "path": "camera_roll.round.svg" + }, + "sharp": { + "path": "camera_roll.sharp.svg" + }, + "default": { + "path": "camera_roll.default.svg" + }, + "twotone": { + "path": "camera_roll.twotone.svg" + } + } + }, + { + "id": "slideshow", + "name": "Slideshow", + "variants": { + "outlined": { + "path": "slideshow.outlined.svg" + }, + "round": { + "path": "slideshow.round.svg" + }, + "sharp": { + "path": "slideshow.sharp.svg" + }, + "default": { + "path": "slideshow.default.svg" + }, + "twotone": { + "path": "slideshow.twotone.svg" + } + } + }, + { + "id": "music_note", + "name": "Music Note", + "variants": { + "outlined": { + "path": "music_note.outlined.svg" + }, + "round": { + "path": "music_note.round.svg" + }, + "sharp": { + "path": "music_note.sharp.svg" + }, + "default": { + "path": "music_note.default.svg" + }, + "twotone": { + "path": "music_note.twotone.svg" + } + } + }, + { + "id": "8mp", + "name": "8Mp", + "variants": { + "outlined": { + "path": "8mp.outlined.svg" + }, + "round": { + "path": "8mp.round.svg" + }, + "sharp": { + "path": "8mp.sharp.svg" + }, + "default": { + "path": "8mp.default.svg" + }, + "twotone": { + "path": "8mp.twotone.svg" + } + } + }, + { + "id": "panorama_vertical", + "name": "Panorama Vertical", + "variants": { + "outlined": { + "path": "panorama_vertical.outlined.svg" + }, + "round": { + "path": "panorama_vertical.round.svg" + }, + "sharp": { + "path": "panorama_vertical.sharp.svg" + }, + "default": { + "path": "panorama_vertical.default.svg" + }, + "twotone": { + "path": "panorama_vertical.twotone.svg" + } + } + }, + { + "id": "2mp", + "name": "2Mp", + "variants": { + "outlined": { + "path": "2mp.outlined.svg" + }, + "round": { + "path": "2mp.round.svg" + }, + "sharp": { + "path": "2mp.sharp.svg" + }, + "default": { + "path": "2mp.default.svg" + }, + "twotone": { + "path": "2mp.twotone.svg" + } + } + }, + { + "id": "photo", + "name": "Photo", + "variants": { + "outlined": { + "path": "photo.outlined.svg" + }, + "round": { + "path": "photo.round.svg" + }, + "sharp": { + "path": "photo.sharp.svg" + }, + "default": { + "path": "photo.default.svg" + }, + "twotone": { + "path": "photo.twotone.svg" + } + } + }, + { + "id": "wb_iridescent", + "name": "Wb Iridescent", + "variants": { + "outlined": { + "path": "wb_iridescent.outlined.svg" + }, + "round": { + "path": "wb_iridescent.round.svg" + }, + "sharp": { + "path": "wb_iridescent.sharp.svg" + }, + "default": { + "path": "wb_iridescent.default.svg" + }, + "twotone": { + "path": "wb_iridescent.twotone.svg" + } + } + }, + { + "id": "auto_awesome_mosaic", + "name": "Auto Awesome Mosaic", + "variants": { + "outlined": { + "path": "auto_awesome_mosaic.outlined.svg" + }, + "round": { + "path": "auto_awesome_mosaic.round.svg" + }, + "sharp": { + "path": "auto_awesome_mosaic.sharp.svg" + }, + "default": { + "path": "auto_awesome_mosaic.default.svg" + }, + "twotone": { + "path": "auto_awesome_mosaic.twotone.svg" + } + } + }, + { + "id": "colorize", + "name": "Colorize", + "variants": { + "outlined": { + "path": "colorize.outlined.svg" + }, + "round": { + "path": "colorize.round.svg" + }, + "sharp": { + "path": "colorize.sharp.svg" + }, + "default": { + "path": "colorize.default.svg" + }, + "twotone": { + "path": "colorize.twotone.svg" + } + } + }, + { + "id": "17mp", + "name": "17Mp", + "variants": { + "outlined": { + "path": "17mp.outlined.svg" + }, + "round": { + "path": "17mp.round.svg" + }, + "sharp": { + "path": "17mp.sharp.svg" + }, + "default": { + "path": "17mp.default.svg" + }, + "twotone": { + "path": "17mp.twotone.svg" + } + } + }, + { + "id": "panorama_wide_angle_select", + "name": "Panorama Wide Angle Select", + "variants": { + "outlined": { + "path": "panorama_wide_angle_select.outlined.svg" + }, + "round": { + "path": "panorama_wide_angle_select.round.svg" + }, + "sharp": { + "path": "panorama_wide_angle_select.sharp.svg" + }, + "default": { + "path": "panorama_wide_angle_select.default.svg" + }, + "twotone": { + "path": "panorama_wide_angle_select.twotone.svg" + } + } + }, + { + "id": "rotate_left", + "name": "Rotate Left", + "variants": { + "outlined": { + "path": "rotate_left.outlined.svg" + }, + "round": { + "path": "rotate_left.round.svg" + }, + "sharp": { + "path": "rotate_left.sharp.svg" + }, + "default": { + "path": "rotate_left.default.svg" + }, + "twotone": { + "path": "rotate_left.twotone.svg" + } + } + }, + { + "id": "flare", + "name": "Flare", + "variants": { + "outlined": { + "path": "flare.outlined.svg" + }, + "round": { + "path": "flare.round.svg" + }, + "sharp": { + "path": "flare.sharp.svg" + }, + "default": { + "path": "flare.default.svg" + }, + "twotone": { + "path": "flare.twotone.svg" + } + } + }, + { + "id": "6mp", + "name": "6Mp", + "variants": { + "outlined": { + "path": "6mp.outlined.svg" + }, + "round": { + "path": "6mp.round.svg" + }, + "sharp": { + "path": "6mp.sharp.svg" + }, + "default": { + "path": "6mp.default.svg" + }, + "twotone": { + "path": "6mp.twotone.svg" + } + } + }, + { + "id": "13mp", + "name": "13Mp", + "variants": { + "outlined": { + "path": "13mp.outlined.svg" + }, + "round": { + "path": "13mp.round.svg" + }, + "sharp": { + "path": "13mp.sharp.svg" + }, + "default": { + "path": "13mp.default.svg" + }, + "twotone": { + "path": "13mp.twotone.svg" + } + } + }, + { + "id": "motion_photos_off", + "name": "Motion Photos Off", + "variants": { + "outlined": { + "path": "motion_photos_off.outlined.svg" + }, + "round": { + "path": "motion_photos_off.round.svg" + }, + "sharp": { + "path": "motion_photos_off.sharp.svg" + }, + "default": { + "path": "motion_photos_off.default.svg" + }, + "twotone": { + "path": "motion_photos_off.twotone.svg" + } + } + }, + { + "id": "crop_original", + "name": "Crop Original", + "variants": { + "outlined": { + "path": "crop_original.outlined.svg" + }, + "round": { + "path": "crop_original.round.svg" + }, + "sharp": { + "path": "crop_original.sharp.svg" + }, + "default": { + "path": "crop_original.default.svg" + }, + "twotone": { + "path": "crop_original.twotone.svg" + } + } + }, + { + "id": "timer_off", + "name": "Timer Off", + "variants": { + "outlined": { + "path": "timer_off.outlined.svg" + }, + "round": { + "path": "timer_off.round.svg" + }, + "sharp": { + "path": "timer_off.sharp.svg" + }, + "default": { + "path": "timer_off.default.svg" + }, + "twotone": { + "path": "timer_off.twotone.svg" + } + } + }, + { + "id": "face_retouching_off", + "name": "Face Retouching Off", + "variants": { + "outlined": { + "path": "face_retouching_off.outlined.svg" + }, + "round": { + "path": "face_retouching_off.round.svg" + }, + "sharp": { + "path": "face_retouching_off.sharp.svg" + }, + "default": { + "path": "face_retouching_off.default.svg" + }, + "twotone": { + "path": "face_retouching_off.twotone.svg" + } + } + }, + { + "id": "palette", + "name": "Palette", + "variants": { + "outlined": { + "path": "palette.outlined.svg" + }, + "round": { + "path": "palette.round.svg" + }, + "sharp": { + "path": "palette.sharp.svg" + }, + "default": { + "path": "palette.default.svg" + }, + "twotone": { + "path": "palette.twotone.svg" + } + } + }, + { + "id": "looks_two", + "name": "Looks Two", + "variants": { + "outlined": { + "path": "looks_two.outlined.svg" + }, + "round": { + "path": "looks_two.round.svg" + }, + "sharp": { + "path": "looks_two.sharp.svg" + }, + "default": { + "path": "looks_two.default.svg" + }, + "twotone": { + "path": "looks_two.twotone.svg" + } + } + }, + { + "id": "add_to_photos", + "name": "Add To Photos", + "variants": { + "outlined": { + "path": "add_to_photos.outlined.svg" + }, + "round": { + "path": "add_to_photos.round.svg" + }, + "sharp": { + "path": "add_to_photos.sharp.svg" + }, + "default": { + "path": "add_to_photos.default.svg" + }, + "twotone": { + "path": "add_to_photos.twotone.svg" + } + } + }, + { + "id": "19mp", + "name": "19Mp", + "variants": { + "outlined": { + "path": "19mp.outlined.svg" + }, + "round": { + "path": "19mp.round.svg" + }, + "sharp": { + "path": "19mp.sharp.svg" + }, + "default": { + "path": "19mp.default.svg" + }, + "twotone": { + "path": "19mp.twotone.svg" + } + } + }, + { + "id": "rotate_90_degrees_ccw", + "name": "Rotate 90 Degrees Ccw", + "variants": { + "outlined": { + "path": "rotate_90_degrees_ccw.outlined.svg" + }, + "round": { + "path": "rotate_90_degrees_ccw.round.svg" + }, + "sharp": { + "path": "rotate_90_degrees_ccw.sharp.svg" + }, + "default": { + "path": "rotate_90_degrees_ccw.default.svg" + }, + "twotone": { + "path": "rotate_90_degrees_ccw.twotone.svg" + } + } + }, + { + "id": "motion_photos_auto", + "name": "Motion Photos Auto", + "variants": { + "outlined": { + "path": "motion_photos_auto.outlined.svg" + }, + "round": { + "path": "motion_photos_auto.round.svg" + }, + "sharp": { + "path": "motion_photos_auto.sharp.svg" + }, + "default": { + "path": "motion_photos_auto.default.svg" + }, + "twotone": { + "path": "motion_photos_auto.twotone.svg" + } + } + }, + { + "id": "linked_camera", + "name": "Linked Camera", + "variants": { + "outlined": { + "path": "linked_camera.outlined.svg" + }, + "round": { + "path": "linked_camera.round.svg" + }, + "sharp": { + "path": "linked_camera.sharp.svg" + }, + "default": { + "path": "linked_camera.default.svg" + }, + "twotone": { + "path": "linked_camera.twotone.svg" + } + } + }, + { + "id": "motion_photos_on", + "name": "Motion Photos On", + "variants": { + "outlined": { + "path": "motion_photos_on.outlined.svg" + }, + "round": { + "path": "motion_photos_on.round.svg" + }, + "sharp": { + "path": "motion_photos_on.sharp.svg" + }, + "default": { + "path": "motion_photos_on.default.svg" + }, + "twotone": { + "path": "motion_photos_on.twotone.svg" + } + } + }, + { + "id": "blur_on", + "name": "Blur On", + "variants": { + "outlined": { + "path": "blur_on.outlined.svg" + }, + "round": { + "path": "blur_on.round.svg" + }, + "sharp": { + "path": "blur_on.sharp.svg" + }, + "default": { + "path": "blur_on.default.svg" + }, + "twotone": { + "path": "blur_on.twotone.svg" + } + } + }, + { + "id": "currency_yen", + "name": "Currency Yen", + "variants": { + "outlined": { + "path": "currency_yen.outlined.svg" + }, + "round": { + "path": "currency_yen.round.svg" + }, + "sharp": { + "path": "currency_yen.sharp.svg" + }, + "default": { + "path": "currency_yen.default.svg" + }, + "twotone": { + "path": "currency_yen.twotone.svg" + } + } + }, + { + "id": "view_compact", + "name": "View Compact", + "variants": { + "outlined": { + "path": "view_compact.outlined.svg" + }, + "round": { + "path": "view_compact.round.svg" + }, + "sharp": { + "path": "view_compact.sharp.svg" + }, + "default": { + "path": "view_compact.default.svg" + }, + "twotone": { + "path": "view_compact.twotone.svg" + } + } + }, + { + "id": "bed", + "name": "Bed", + "variants": { + "outlined": { + "path": "bed.outlined.svg" + }, + "round": { + "path": "bed.round.svg" + }, + "sharp": { + "path": "bed.sharp.svg" + }, + "default": { + "path": "bed.default.svg" + }, + "twotone": { + "path": "bed.twotone.svg" + } + } + }, + { + "id": "door_back", + "name": "Door Back", + "variants": { + "outlined": { + "path": "door_back.outlined.svg" + }, + "round": { + "path": "door_back.round.svg" + }, + "sharp": { + "path": "door_back.sharp.svg" + }, + "default": { + "path": "door_back.default.svg" + }, + "twotone": { + "path": "door_back.twotone.svg" + } + } + }, + { + "id": "door_front", + "name": "Door Front", + "variants": { + "outlined": { + "path": "door_front.outlined.svg" + }, + "round": { + "path": "door_front.round.svg" + }, + "sharp": { + "path": "door_front.sharp.svg" + }, + "default": { + "path": "door_front.default.svg" + }, + "twotone": { + "path": "door_front.twotone.svg" + } + } + }, + { + "id": "bedroom_child", + "name": "Bedroom Child", + "variants": { + "outlined": { + "path": "bedroom_child.outlined.svg" + }, + "round": { + "path": "bedroom_child.round.svg" + }, + "sharp": { + "path": "bedroom_child.sharp.svg" + }, + "default": { + "path": "bedroom_child.default.svg" + }, + "twotone": { + "path": "bedroom_child.twotone.svg" + } + } + }, + { + "id": "bathroom", + "name": "Bathroom", + "variants": { + "outlined": { + "path": "bathroom.outlined.svg" + }, + "round": { + "path": "bathroom.round.svg" + }, + "sharp": { + "path": "bathroom.sharp.svg" + }, + "default": { + "path": "bathroom.default.svg" + }, + "twotone": { + "path": "bathroom.twotone.svg" + } + } + }, + { + "id": "bedroom_baby", + "name": "Bedroom Baby", + "variants": { + "outlined": { + "path": "bedroom_baby.outlined.svg" + }, + "round": { + "path": "bedroom_baby.round.svg" + }, + "sharp": { + "path": "bedroom_baby.sharp.svg" + }, + "default": { + "path": "bedroom_baby.default.svg" + }, + "twotone": { + "path": "bedroom_baby.twotone.svg" + } + } + }, + { + "id": "manage_search", + "name": "Manage Search", + "variants": { + "outlined": { + "path": "manage_search.outlined.svg" + }, + "round": { + "path": "manage_search.round.svg" + }, + "sharp": { + "path": "manage_search.sharp.svg" + }, + "default": { + "path": "manage_search.default.svg" + }, + "twotone": { + "path": "manage_search.twotone.svg" + } + } + }, + { + "id": "living", + "name": "Living", + "variants": { + "outlined": { + "path": "living.outlined.svg" + }, + "round": { + "path": "living.round.svg" + }, + "sharp": { + "path": "living.sharp.svg" + }, + "default": { + "path": "living.default.svg" + }, + "twotone": { + "path": "living.twotone.svg" + } + } + }, + { + "id": "doorbell", + "name": "Doorbell", + "variants": { + "outlined": { + "path": "doorbell.outlined.svg" + }, + "round": { + "path": "doorbell.round.svg" + }, + "sharp": { + "path": "doorbell.sharp.svg" + }, + "default": { + "path": "doorbell.default.svg" + }, + "twotone": { + "path": "doorbell.twotone.svg" + } + } + }, + { + "id": "coffee_maker", + "name": "Coffee Maker", + "variants": { + "outlined": { + "path": "coffee_maker.outlined.svg" + }, + "round": { + "path": "coffee_maker.round.svg" + }, + "sharp": { + "path": "coffee_maker.sharp.svg" + }, + "default": { + "path": "coffee_maker.default.svg" + }, + "twotone": { + "path": "coffee_maker.twotone.svg" + } + } + }, + { + "id": "chair", + "name": "Chair", + "variants": { + "outlined": { + "path": "chair.outlined.svg" + }, + "round": { + "path": "chair.round.svg" + }, + "sharp": { + "path": "chair.sharp.svg" + }, + "default": { + "path": "chair.default.svg" + }, + "twotone": { + "path": "chair.twotone.svg" + } + } + }, + { + "id": "shower", + "name": "Shower", + "variants": { + "outlined": { + "path": "shower.outlined.svg" + }, + "round": { + "path": "shower.round.svg" + }, + "sharp": { + "path": "shower.sharp.svg" + }, + "default": { + "path": "shower.default.svg" + }, + "twotone": { + "path": "shower.twotone.svg" + } + } + }, + { + "id": "podcasts", + "name": "Podcasts", + "variants": { + "outlined": { + "path": "podcasts.outlined.svg" + }, + "round": { + "path": "podcasts.round.svg" + }, + "sharp": { + "path": "podcasts.sharp.svg" + }, + "default": { + "path": "podcasts.default.svg" + }, + "twotone": { + "path": "podcasts.twotone.svg" + } + } + }, + { + "id": "feed", + "name": "Feed", + "variants": { + "outlined": { + "path": "feed.outlined.svg" + }, + "round": { + "path": "feed.round.svg" + }, + "sharp": { + "path": "feed.sharp.svg" + }, + "default": { + "path": "feed.default.svg" + }, + "twotone": { + "path": "feed.twotone.svg" + } + } + }, + { + "id": "window", + "name": "Window", + "variants": { + "outlined": { + "path": "window.outlined.svg" + }, + "round": { + "path": "window.round.svg" + }, + "sharp": { + "path": "window.sharp.svg" + }, + "default": { + "path": "window.default.svg" + }, + "twotone": { + "path": "window.twotone.svg" + } + } + }, + { + "id": "coffee", + "name": "Coffee", + "variants": { + "outlined": { + "path": "coffee.outlined.svg" + }, + "round": { + "path": "coffee.round.svg" + }, + "sharp": { + "path": "coffee.sharp.svg" + }, + "default": { + "path": "coffee.default.svg" + }, + "twotone": { + "path": "coffee.twotone.svg" + } + } + }, + { + "id": "table_bar", + "name": "Table Bar", + "variants": { + "outlined": { + "path": "table_bar.outlined.svg" + }, + "round": { + "path": "table_bar.round.svg" + }, + "sharp": { + "path": "table_bar.sharp.svg" + }, + "default": { + "path": "table_bar.default.svg" + }, + "twotone": { + "path": "table_bar.twotone.svg" + } + } + }, + { + "id": "camera_indoor", + "name": "Camera Indoor", + "variants": { + "outlined": { + "path": "camera_indoor.outlined.svg" + }, + "round": { + "path": "camera_indoor.round.svg" + }, + "sharp": { + "path": "camera_indoor.sharp.svg" + }, + "default": { + "path": "camera_indoor.default.svg" + }, + "twotone": { + "path": "camera_indoor.twotone.svg" + } + } + }, + { + "id": "door_sliding", + "name": "Door Sliding", + "variants": { + "outlined": { + "path": "door_sliding.outlined.svg" + }, + "round": { + "path": "door_sliding.round.svg" + }, + "sharp": { + "path": "door_sliding.sharp.svg" + }, + "default": { + "path": "door_sliding.default.svg" + }, + "twotone": { + "path": "door_sliding.twotone.svg" + } + } + }, + { + "id": "light", + "name": "Light", + "variants": { + "outlined": { + "path": "light.outlined.svg" + }, + "round": { + "path": "light.round.svg" + }, + "sharp": { + "path": "light.sharp.svg" + }, + "default": { + "path": "light.default.svg" + }, + "twotone": { + "path": "light.twotone.svg" + } + } + }, + { + "id": "flatware", + "name": "Flatware", + "variants": { + "outlined": { + "path": "flatware.outlined.svg" + }, + "round": { + "path": "flatware.round.svg" + }, + "sharp": { + "path": "flatware.sharp.svg" + }, + "default": { + "path": "flatware.default.svg" + }, + "twotone": { + "path": "flatware.twotone.svg" + } + } + }, + { + "id": "dining", + "name": "Dining", + "variants": { + "outlined": { + "path": "dining.outlined.svg" + }, + "round": { + "path": "dining.round.svg" + }, + "sharp": { + "path": "dining.sharp.svg" + }, + "default": { + "path": "dining.default.svg" + }, + "twotone": { + "path": "dining.twotone.svg" + } + } + }, + { + "id": "table_restaurant", + "name": "Table Restaurant", + "variants": { + "outlined": { + "path": "table_restaurant.outlined.svg" + }, + "round": { + "path": "table_restaurant.round.svg" + }, + "sharp": { + "path": "table_restaurant.sharp.svg" + }, + "default": { + "path": "table_restaurant.default.svg" + }, + "twotone": { + "path": "table_restaurant.twotone.svg" + } + } + }, + { + "id": "garage", + "name": "Garage", + "variants": { + "outlined": { + "path": "garage.outlined.svg" + }, + "round": { + "path": "garage.round.svg" + }, + "sharp": { + "path": "garage.sharp.svg" + }, + "default": { + "path": "garage.default.svg" + }, + "twotone": { + "path": "garage.twotone.svg" + } + } + }, + { + "id": "blender", + "name": "Blender", + "variants": { + "outlined": { + "path": "blender.outlined.svg" + }, + "round": { + "path": "blender.round.svg" + }, + "sharp": { + "path": "blender.sharp.svg" + }, + "default": { + "path": "blender.default.svg" + }, + "twotone": { + "path": "blender.twotone.svg" + } + } + }, + { + "id": "camera_outdoor", + "name": "Camera Outdoor", + "variants": { + "outlined": { + "path": "camera_outdoor.outlined.svg" + }, + "round": { + "path": "camera_outdoor.round.svg" + }, + "sharp": { + "path": "camera_outdoor.sharp.svg" + }, + "default": { + "path": "camera_outdoor.default.svg" + }, + "twotone": { + "path": "camera_outdoor.twotone.svg" + } + } + }, + { + "id": "yard", + "name": "Yard", + "variants": { + "outlined": { + "path": "yard.outlined.svg" + }, + "round": { + "path": "yard.round.svg" + }, + "sharp": { + "path": "yard.sharp.svg" + }, + "default": { + "path": "yard.default.svg" + }, + "twotone": { + "path": "yard.twotone.svg" + } + } + }, + { + "id": "chair_alt", + "name": "Chair Alt", + "variants": { + "outlined": { + "path": "chair_alt.outlined.svg" + }, + "round": { + "path": "chair_alt.round.svg" + }, + "sharp": { + "path": "chair_alt.sharp.svg" + }, + "default": { + "path": "chair_alt.default.svg" + }, + "twotone": { + "path": "chair_alt.twotone.svg" + } + } + }, + { + "id": "bedroom_parent", + "name": "Bedroom Parent", + "variants": { + "outlined": { + "path": "bedroom_parent.outlined.svg" + }, + "round": { + "path": "bedroom_parent.round.svg" + }, + "sharp": { + "path": "bedroom_parent.sharp.svg" + }, + "default": { + "path": "bedroom_parent.default.svg" + }, + "twotone": { + "path": "bedroom_parent.twotone.svg" + } + } + }, + { + "id": "indeterminate_check_box", + "name": "Indeterminate Check Box", + "variants": { + "outlined": { + "path": "indeterminate_check_box.outlined.svg" + }, + "round": { + "path": "indeterminate_check_box.round.svg" + }, + "sharp": { + "path": "indeterminate_check_box.sharp.svg" + }, + "default": { + "path": "indeterminate_check_box.default.svg" + }, + "twotone": { + "path": "indeterminate_check_box.twotone.svg" + } + } + }, + { + "id": "star_border", + "name": "Star Border", + "variants": { + "outlined": { + "path": "star_border.outlined.svg" + }, + "round": { + "path": "star_border.round.svg" + }, + "sharp": { + "path": "star_border.sharp.svg" + }, + "default": { + "path": "star_border.default.svg" + }, + "twotone": { + "path": "star_border.twotone.svg" + } + } + }, + { + "id": "radio_button_unchecked", + "name": "Radio Button Unchecked", + "variants": { + "outlined": { + "path": "radio_button_unchecked.outlined.svg" + }, + "round": { + "path": "radio_button_unchecked.round.svg" + }, + "sharp": { + "path": "radio_button_unchecked.sharp.svg" + }, + "default": { + "path": "radio_button_unchecked.default.svg" + }, + "twotone": { + "path": "radio_button_unchecked.twotone.svg" + } + } + }, + { + "id": "check_box_outline_blank", + "name": "Check Box Outline Blank", + "variants": { + "outlined": { + "path": "check_box_outline_blank.outlined.svg" + }, + "round": { + "path": "check_box_outline_blank.round.svg" + }, + "sharp": { + "path": "check_box_outline_blank.sharp.svg" + }, + "default": { + "path": "check_box_outline_blank.default.svg" + }, + "twotone": { + "path": "check_box_outline_blank.twotone.svg" + } + } + }, + { + "id": "star_border_purple500", + "name": "Star Border Purple500", + "variants": { + "outlined": { + "path": "star_border_purple500.outlined.svg" + }, + "round": { + "path": "star_border_purple500.round.svg" + }, + "sharp": { + "path": "star_border_purple500.sharp.svg" + }, + "default": { + "path": "star_border_purple500.default.svg" + }, + "twotone": { + "path": "star_border_purple500.twotone.svg" + } + } + }, + { + "id": "star_half", + "name": "Star Half", + "variants": { + "outlined": { + "path": "star_half.outlined.svg" + }, + "round": { + "path": "star_half.round.svg" + }, + "sharp": { + "path": "star_half.sharp.svg" + }, + "default": { + "path": "star_half.default.svg" + }, + "twotone": { + "path": "star_half.twotone.svg" + } + } + }, + { + "id": "radio_button_checked", + "name": "Radio Button Checked", + "variants": { + "outlined": { + "path": "radio_button_checked.outlined.svg" + }, + "round": { + "path": "radio_button_checked.round.svg" + }, + "sharp": { + "path": "radio_button_checked.sharp.svg" + }, + "default": { + "path": "radio_button_checked.default.svg" + }, + "twotone": { + "path": "radio_button_checked.twotone.svg" + } + } + }, + { + "id": "toggle_on", + "name": "Toggle On", + "variants": { + "outlined": { + "path": "toggle_on.outlined.svg" + }, + "round": { + "path": "toggle_on.round.svg" + }, + "sharp": { + "path": "toggle_on.sharp.svg" + }, + "default": { + "path": "toggle_on.default.svg" + }, + "twotone": { + "path": "toggle_on.twotone.svg" + } + } + }, + { + "id": "toggle_off", + "name": "Toggle Off", + "variants": { + "outlined": { + "path": "toggle_off.outlined.svg" + }, + "round": { + "path": "toggle_off.round.svg" + }, + "sharp": { + "path": "toggle_off.sharp.svg" + }, + "default": { + "path": "toggle_off.default.svg" + }, + "twotone": { + "path": "toggle_off.twotone.svg" + } + } + }, + { + "id": "star", + "name": "Star", + "variants": { + "outlined": { + "path": "star.outlined.svg" + }, + "round": { + "path": "star.round.svg" + }, + "sharp": { + "path": "star.sharp.svg" + }, + "default": { + "path": "star.default.svg" + }, + "twotone": { + "path": "star.twotone.svg" + } + } + }, + { + "id": "star_outline", + "name": "Star Outline", + "variants": { + "outlined": { + "path": "star_outline.outlined.svg" + }, + "round": { + "path": "star_outline.round.svg" + }, + "sharp": { + "path": "star_outline.sharp.svg" + }, + "default": { + "path": "star_outline.default.svg" + }, + "twotone": { + "path": "star_outline.twotone.svg" + } + } + }, + { + "id": "check_box", + "name": "Check Box", + "variants": { + "outlined": { + "path": "check_box.outlined.svg" + }, + "round": { + "path": "check_box.round.svg" + }, + "sharp": { + "path": "check_box.sharp.svg" + }, + "default": { + "path": "check_box.default.svg" + }, + "twotone": { + "path": "check_box.twotone.svg" + } + } + }, + { + "id": "star_purple500", + "name": "Star Purple500", + "variants": { + "outlined": { + "path": "star_purple500.outlined.svg" + }, + "round": { + "path": "star_purple500.round.svg" + }, + "sharp": { + "path": "star_purple500.sharp.svg" + }, + "default": { + "path": "star_purple500.default.svg" + }, + "twotone": { + "path": "star_purple500.twotone.svg" + } + } + }, + { + "id": "sign_language", + "name": "Sign Language", + "variants": { + "outlined": { + "path": "sign_language.outlined.svg" + }, + "round": { + "path": "sign_language.round.svg" + }, + "sharp": { + "path": "sign_language.sharp.svg" + }, + "default": { + "path": "sign_language.default.svg" + }, + "twotone": { + "path": "sign_language.twotone.svg" + } + } + }, + { + "id": "sports_cricket", + "name": "Sports Cricket", + "variants": { + "outlined": { + "path": "sports_cricket.outlined.svg" + }, + "round": { + "path": "sports_cricket.round.svg" + }, + "sharp": { + "path": "sports_cricket.sharp.svg" + }, + "default": { + "path": "sports_cricket.default.svg" + }, + "twotone": { + "path": "sports_cricket.twotone.svg" + } + } + }, + { + "id": "thumb_down_alt", + "name": "Thumb Down Alt", + "variants": { + "outlined": { + "path": "thumb_down_alt.outlined.svg" + }, + "round": { + "path": "thumb_down_alt.round.svg" + }, + "sharp": { + "path": "thumb_down_alt.sharp.svg" + }, + "default": { + "path": "thumb_down_alt.default.svg" + }, + "twotone": { + "path": "thumb_down_alt.twotone.svg" + } + } + }, + { + "id": "sports_tennis", + "name": "Sports Tennis", + "variants": { + "outlined": { + "path": "sports_tennis.outlined.svg" + }, + "round": { + "path": "sports_tennis.round.svg" + }, + "sharp": { + "path": "sports_tennis.sharp.svg" + }, + "default": { + "path": "sports_tennis.default.svg" + }, + "twotone": { + "path": "sports_tennis.twotone.svg" + } + } + }, + { + "id": "man", + "name": "Man", + "variants": { + "outlined": { + "path": "man.outlined.svg" + }, + "round": { + "path": "man.round.svg" + }, + "sharp": { + "path": "man.sharp.svg" + }, + "default": { + "path": "man.default.svg" + }, + "twotone": { + "path": "man.twotone.svg" + } + } + }, + { + "id": "recycling", + "name": "Recycling", + "variants": { + "outlined": { + "path": "recycling.outlined.svg" + }, + "round": { + "path": "recycling.round.svg" + }, + "sharp": { + "path": "recycling.sharp.svg" + }, + "default": { + "path": "recycling.default.svg" + }, + "twotone": { + "path": "recycling.twotone.svg" + } + } + }, + { + "id": "sports_rugby", + "name": "Sports Rugby", + "variants": { + "outlined": { + "path": "sports_rugby.outlined.svg" + }, + "round": { + "path": "sports_rugby.round.svg" + }, + "sharp": { + "path": "sports_rugby.sharp.svg" + }, + "default": { + "path": "sports_rugby.default.svg" + }, + "twotone": { + "path": "sports_rugby.twotone.svg" + } + } + }, + { + "id": "water_drop", + "name": "Water Drop", + "variants": { + "outlined": { + "path": "water_drop.outlined.svg" + }, + "round": { + "path": "water_drop.round.svg" + }, + "sharp": { + "path": "water_drop.sharp.svg" + }, + "default": { + "path": "water_drop.default.svg" + }, + "twotone": { + "path": "water_drop.twotone.svg" + } + } + }, + { + "id": "luggage", + "name": "Luggage", + "variants": { + "outlined": { + "path": "luggage.outlined.svg" + }, + "round": { + "path": "luggage.round.svg" + }, + "sharp": { + "path": "luggage.sharp.svg" + }, + "default": { + "path": "luggage.default.svg" + }, + "twotone": { + "path": "luggage.twotone.svg" + } + } + }, + { + "id": "sick", + "name": "Sick", + "variants": { + "outlined": { + "path": "sick.outlined.svg" + }, + "round": { + "path": "sick.round.svg" + }, + "sharp": { + "path": "sick.sharp.svg" + }, + "default": { + "path": "sick.default.svg" + }, + "twotone": { + "path": "sick.twotone.svg" + } + } + }, + { + "id": "history_edu", + "name": "History Edu", + "variants": { + "outlined": { + "path": "history_edu.outlined.svg" + }, + "round": { + "path": "history_edu.round.svg" + }, + "sharp": { + "path": "history_edu.sharp.svg" + }, + "default": { + "path": "history_edu.default.svg" + }, + "twotone": { + "path": "history_edu.twotone.svg" + } + } + }, + { + "id": "sports_handball", + "name": "Sports Handball", + "variants": { + "outlined": { + "path": "sports_handball.outlined.svg" + }, + "round": { + "path": "sports_handball.round.svg" + }, + "sharp": { + "path": "sports_handball.sharp.svg" + }, + "default": { + "path": "sports_handball.default.svg" + }, + "twotone": { + "path": "sports_handball.twotone.svg" + } + } + }, + { + "id": "surfing", + "name": "Surfing", + "variants": { + "outlined": { + "path": "surfing.outlined.svg" + }, + "round": { + "path": "surfing.round.svg" + }, + "sharp": { + "path": "surfing.sharp.svg" + }, + "default": { + "path": "surfing.default.svg" + }, + "twotone": { + "path": "surfing.twotone.svg" + } + } + }, + { + "id": "fireplace", + "name": "Fireplace", + "variants": { + "outlined": { + "path": "fireplace.outlined.svg" + }, + "round": { + "path": "fireplace.round.svg" + }, + "sharp": { + "path": "fireplace.sharp.svg" + }, + "default": { + "path": "fireplace.default.svg" + }, + "twotone": { + "path": "fireplace.twotone.svg" + } + } + }, + { + "id": "south_america", + "name": "South America", + "variants": { + "outlined": { + "path": "south_america.outlined.svg" + }, + "round": { + "path": "south_america.round.svg" + }, + "sharp": { + "path": "south_america.sharp.svg" + }, + "default": { + "path": "south_america.default.svg" + }, + "twotone": { + "path": "south_america.twotone.svg" + } + } + }, + { + "id": "blind", + "name": "Blind", + "variants": { + "outlined": { + "path": "blind.outlined.svg" + }, + "round": { + "path": "blind.round.svg" + }, + "sharp": { + "path": "blind.sharp.svg" + }, + "default": { + "path": "blind.default.svg" + }, + "twotone": { + "path": "blind.twotone.svg" + } + } + }, + { + "id": "sports_hockey", + "name": "Sports Hockey", + "variants": { + "outlined": { + "path": "sports_hockey.outlined.svg" + }, + "round": { + "path": "sports_hockey.round.svg" + }, + "sharp": { + "path": "sports_hockey.sharp.svg" + }, + "default": { + "path": "sports_hockey.default.svg" + }, + "twotone": { + "path": "sports_hockey.twotone.svg" + } + } + }, + { + "id": "piano", + "name": "Piano", + "variants": { + "outlined": { + "path": "piano.outlined.svg" + }, + "round": { + "path": "piano.round.svg" + }, + "sharp": { + "path": "piano.sharp.svg" + }, + "default": { + "path": "piano.default.svg" + }, + "twotone": { + "path": "piano.twotone.svg" + } + } + }, + { + "id": "woman_2", + "name": "Woman 2", + "variants": { + "outlined": { + "path": "woman_2.outlined.svg" + }, + "round": { + "path": "woman_2.round.svg" + }, + "sharp": { + "path": "woman_2.sharp.svg" + }, + "default": { + "path": "woman_2.default.svg" + }, + "twotone": { + "path": "woman_2.twotone.svg" + } + } + }, + { + "id": "group_remove", + "name": "Group Remove", + "variants": { + "outlined": { + "path": "group_remove.outlined.svg" + }, + "round": { + "path": "group_remove.round.svg" + }, + "sharp": { + "path": "group_remove.sharp.svg" + }, + "default": { + "path": "group_remove.default.svg" + }, + "twotone": { + "path": "group_remove.twotone.svg" + } + } + }, + { + "id": "person_outline", + "name": "Person Outline", + "variants": { + "outlined": { + "path": "person_outline.outlined.svg" + }, + "round": { + "path": "person_outline.round.svg" + }, + "sharp": { + "path": "person_outline.sharp.svg" + }, + "default": { + "path": "person_outline.default.svg" + }, + "twotone": { + "path": "person_outline.twotone.svg" + } + } + }, + { + "id": "public_off", + "name": "Public Off", + "variants": { + "outlined": { + "path": "public_off.outlined.svg" + }, + "round": { + "path": "public_off.round.svg" + }, + "sharp": { + "path": "public_off.sharp.svg" + }, + "default": { + "path": "public_off.default.svg" + }, + "twotone": { + "path": "public_off.twotone.svg" + } + } + }, + { + "id": "plus_one", + "name": "Plus One", + "variants": { + "outlined": { + "path": "plus_one.outlined.svg" + }, + "round": { + "path": "plus_one.round.svg" + }, + "sharp": { + "path": "plus_one.sharp.svg" + }, + "default": { + "path": "plus_one.default.svg" + }, + "twotone": { + "path": "plus_one.twotone.svg" + } + } + }, + { + "id": "tsunami", + "name": "Tsunami", + "variants": { + "outlined": { + "path": "tsunami.outlined.svg" + }, + "round": { + "path": "tsunami.round.svg" + }, + "sharp": { + "path": "tsunami.sharp.svg" + }, + "default": { + "path": "tsunami.default.svg" + }, + "twotone": { + "path": "tsunami.twotone.svg" + } + } + }, + { + "id": "person_off", + "name": "Person Off", + "variants": { + "outlined": { + "path": "person_off.outlined.svg" + }, + "round": { + "path": "person_off.round.svg" + }, + "sharp": { + "path": "person_off.sharp.svg" + }, + "default": { + "path": "person_off.default.svg" + }, + "twotone": { + "path": "person_off.twotone.svg" + } + } + }, + { + "id": "sports_volleyball", + "name": "Sports Volleyball", + "variants": { + "outlined": { + "path": "sports_volleyball.outlined.svg" + }, + "round": { + "path": "sports_volleyball.round.svg" + }, + "sharp": { + "path": "sports_volleyball.sharp.svg" + }, + "default": { + "path": "sports_volleyball.default.svg" + }, + "twotone": { + "path": "sports_volleyball.twotone.svg" + } + } + }, + { + "id": "domain_add", + "name": "Domain Add", + "variants": { + "outlined": { + "path": "domain_add.outlined.svg" + }, + "round": { + "path": "domain_add.round.svg" + }, + "sharp": { + "path": "domain_add.sharp.svg" + }, + "default": { + "path": "domain_add.default.svg" + }, + "twotone": { + "path": "domain_add.twotone.svg" + } + } + }, + { + "id": "reduce_capacity", + "name": "Reduce Capacity", + "variants": { + "outlined": { + "path": "reduce_capacity.outlined.svg" + }, + "round": { + "path": "reduce_capacity.round.svg" + }, + "sharp": { + "path": "reduce_capacity.sharp.svg" + }, + "default": { + "path": "reduce_capacity.default.svg" + }, + "twotone": { + "path": "reduce_capacity.twotone.svg" + } + } + }, + { + "id": "man_2", + "name": "Man 2", + "variants": { + "outlined": { + "path": "man_2.outlined.svg" + }, + "round": { + "path": "man_2.round.svg" + }, + "sharp": { + "path": "man_2.sharp.svg" + }, + "default": { + "path": "man_2.default.svg" + }, + "twotone": { + "path": "man_2.twotone.svg" + } + } + }, + { + "id": "scale", + "name": "Scale", + "variants": { + "outlined": { + "path": "scale.outlined.svg" + }, + "round": { + "path": "scale.round.svg" + }, + "sharp": { + "path": "scale.sharp.svg" + }, + "default": { + "path": "scale.default.svg" + }, + "twotone": { + "path": "scale.twotone.svg" + } + } + }, + { + "id": "diversity_1", + "name": "Diversity 1", + "variants": { + "outlined": { + "path": "diversity_1.outlined.svg" + }, + "round": { + "path": "diversity_1.round.svg" + }, + "sharp": { + "path": "diversity_1.sharp.svg" + }, + "default": { + "path": "diversity_1.default.svg" + }, + "twotone": { + "path": "diversity_1.twotone.svg" + } + } + }, + { + "id": "6_ft_apart", + "name": "6 Ft Apart", + "variants": { + "outlined": { + "path": "6_ft_apart.outlined.svg" + }, + "round": { + "path": "6_ft_apart.round.svg" + }, + "sharp": { + "path": "6_ft_apart.sharp.svg" + }, + "default": { + "path": "6_ft_apart.default.svg" + }, + "twotone": { + "path": "6_ft_apart.twotone.svg" + } + } + }, + { + "id": "man_4", + "name": "Man 4", + "variants": { + "outlined": { + "path": "man_4.outlined.svg" + }, + "round": { + "path": "man_4.round.svg" + }, + "sharp": { + "path": "man_4.sharp.svg" + }, + "default": { + "path": "man_4.default.svg" + }, + "twotone": { + "path": "man_4.twotone.svg" + } + } + }, + { + "id": "group_add", + "name": "Group Add", + "variants": { + "outlined": { + "path": "group_add.outlined.svg" + }, + "round": { + "path": "group_add.round.svg" + }, + "sharp": { + "path": "group_add.sharp.svg" + }, + "default": { + "path": "group_add.default.svg" + }, + "twotone": { + "path": "group_add.twotone.svg" + } + } + }, + { + "id": "man_3", + "name": "Man 3", + "variants": { + "outlined": { + "path": "man_3.outlined.svg" + }, + "round": { + "path": "man_3.round.svg" + }, + "sharp": { + "path": "man_3.sharp.svg" + }, + "default": { + "path": "man_3.default.svg" + }, + "twotone": { + "path": "man_3.twotone.svg" + } + } + }, + { + "id": "party_mode", + "name": "Party Mode", + "variants": { + "outlined": { + "path": "party_mode.outlined.svg" + }, + "round": { + "path": "party_mode.round.svg" + }, + "sharp": { + "path": "party_mode.sharp.svg" + }, + "default": { + "path": "party_mode.default.svg" + }, + "twotone": { + "path": "party_mode.twotone.svg" + } + } + }, + { + "id": "boy", + "name": "Boy", + "variants": { + "outlined": { + "path": "boy.outlined.svg" + }, + "round": { + "path": "boy.round.svg" + }, + "sharp": { + "path": "boy.sharp.svg" + }, + "default": { + "path": "boy.default.svg" + }, + "twotone": { + "path": "boy.twotone.svg" + } + } + }, + { + "id": "catching_pokemon", + "name": "Catching Pokemon", + "variants": { + "outlined": { + "path": "catching_pokemon.outlined.svg" + }, + "round": { + "path": "catching_pokemon.round.svg" + }, + "sharp": { + "path": "catching_pokemon.sharp.svg" + }, + "default": { + "path": "catching_pokemon.default.svg" + }, + "twotone": { + "path": "catching_pokemon.twotone.svg" + } + } + }, + { + "id": "emoji_events", + "name": "Emoji Events", + "variants": { + "outlined": { + "path": "emoji_events.outlined.svg" + }, + "round": { + "path": "emoji_events.round.svg" + }, + "sharp": { + "path": "emoji_events.sharp.svg" + }, + "default": { + "path": "emoji_events.default.svg" + }, + "twotone": { + "path": "emoji_events.twotone.svg" + } + } + }, + { + "id": "real_estate_agent", + "name": "Real Estate Agent", + "variants": { + "outlined": { + "path": "real_estate_agent.outlined.svg" + }, + "round": { + "path": "real_estate_agent.round.svg" + }, + "sharp": { + "path": "real_estate_agent.sharp.svg" + }, + "default": { + "path": "real_estate_agent.default.svg" + }, + "twotone": { + "path": "real_estate_agent.twotone.svg" + } + } + }, + { + "id": "waving_hand", + "name": "Waving Hand", + "variants": { + "outlined": { + "path": "waving_hand.outlined.svg" + }, + "round": { + "path": "waving_hand.round.svg" + }, + "sharp": { + "path": "waving_hand.sharp.svg" + }, + "default": { + "path": "waving_hand.default.svg" + }, + "twotone": { + "path": "waving_hand.twotone.svg" + } + } + }, + { + "id": "no_adult_content", + "name": "No Adult Content", + "variants": { + "outlined": { + "path": "no_adult_content.outlined.svg" + }, + "round": { + "path": "no_adult_content.round.svg" + }, + "sharp": { + "path": "no_adult_content.sharp.svg" + }, + "default": { + "path": "no_adult_content.default.svg" + }, + "twotone": { + "path": "no_adult_content.twotone.svg" + } + } + }, + { + "id": "assist_walker", + "name": "Assist Walker", + "variants": { + "outlined": { + "path": "assist_walker.outlined.svg" + }, + "round": { + "path": "assist_walker.round.svg" + }, + "sharp": { + "path": "assist_walker.sharp.svg" + }, + "default": { + "path": "assist_walker.default.svg" + }, + "twotone": { + "path": "assist_walker.twotone.svg" + } + } + }, + { + "id": "recommend", + "name": "Recommend", + "variants": { + "outlined": { + "path": "recommend.outlined.svg" + }, + "round": { + "path": "recommend.round.svg" + }, + "sharp": { + "path": "recommend.sharp.svg" + }, + "default": { + "path": "recommend.default.svg" + }, + "twotone": { + "path": "recommend.twotone.svg" + } + } + }, + { + "id": "emoji_symbols", + "name": "Emoji Symbols", + "variants": { + "outlined": { + "path": "emoji_symbols.outlined.svg" + }, + "round": { + "path": "emoji_symbols.round.svg" + }, + "sharp": { + "path": "emoji_symbols.sharp.svg" + }, + "default": { + "path": "emoji_symbols.default.svg" + }, + "twotone": { + "path": "emoji_symbols.twotone.svg" + } + } + }, + { + "id": "notifications_paused", + "name": "Notifications Paused", + "variants": { + "outlined": { + "path": "notifications_paused.outlined.svg" + }, + "round": { + "path": "notifications_paused.round.svg" + }, + "sharp": { + "path": "notifications_paused.sharp.svg" + }, + "default": { + "path": "notifications_paused.default.svg" + }, + "twotone": { + "path": "notifications_paused.twotone.svg" + } + } + }, + { + "id": "group", + "name": "Group", + "variants": { + "outlined": { + "path": "group.outlined.svg" + }, + "round": { + "path": "group.round.svg" + }, + "sharp": { + "path": "group.sharp.svg" + }, + "default": { + "path": "group.default.svg" + }, + "twotone": { + "path": "group.twotone.svg" + } + } + }, + { + "id": "face_3", + "name": "Face 3", + "variants": { + "outlined": { + "path": "face_3.outlined.svg" + }, + "round": { + "path": "face_3.round.svg" + }, + "sharp": { + "path": "face_3.sharp.svg" + }, + "default": { + "path": "face_3.default.svg" + }, + "twotone": { + "path": "face_3.twotone.svg" + } + } + }, + { + "id": "groups_3", + "name": "Groups 3", + "variants": { + "outlined": { + "path": "groups_3.outlined.svg" + }, + "round": { + "path": "groups_3.round.svg" + }, + "sharp": { + "path": "groups_3.sharp.svg" + }, + "default": { + "path": "groups_3.default.svg" + }, + "twotone": { + "path": "groups_3.twotone.svg" + } + } + }, + { + "id": "face_4", + "name": "Face 4", + "variants": { + "outlined": { + "path": "face_4.outlined.svg" + }, + "round": { + "path": "face_4.round.svg" + }, + "sharp": { + "path": "face_4.sharp.svg" + }, + "default": { + "path": "face_4.default.svg" + }, + "twotone": { + "path": "face_4.twotone.svg" + } + } + }, + { + "id": "person", + "name": "Person", + "variants": { + "outlined": { + "path": "person.outlined.svg" + }, + "round": { + "path": "person.round.svg" + }, + "sharp": { + "path": "person.sharp.svg" + }, + "default": { + "path": "person.default.svg" + }, + "twotone": { + "path": "person.twotone.svg" + } + } + }, + { + "id": "skateboarding", + "name": "Skateboarding", + "variants": { + "outlined": { + "path": "skateboarding.outlined.svg" + }, + "round": { + "path": "skateboarding.round.svg" + }, + "sharp": { + "path": "skateboarding.sharp.svg" + }, + "default": { + "path": "skateboarding.default.svg" + }, + "twotone": { + "path": "skateboarding.twotone.svg" + } + } + }, + { + "id": "sports_golf", + "name": "Sports Golf", + "variants": { + "outlined": { + "path": "sports_golf.outlined.svg" + }, + "round": { + "path": "sports_golf.round.svg" + }, + "sharp": { + "path": "sports_golf.sharp.svg" + }, + "default": { + "path": "sports_golf.default.svg" + }, + "twotone": { + "path": "sports_golf.twotone.svg" + } + } + }, + { + "id": "person_remove_alt_1", + "name": "Person Remove Alt 1", + "variants": { + "outlined": { + "path": "person_remove_alt_1.outlined.svg" + }, + "round": { + "path": "person_remove_alt_1.round.svg" + }, + "sharp": { + "path": "person_remove_alt_1.sharp.svg" + }, + "default": { + "path": "person_remove_alt_1.default.svg" + }, + "twotone": { + "path": "person_remove_alt_1.twotone.svg" + } + } + }, + { + "id": "flood", + "name": "Flood", + "variants": { + "outlined": { + "path": "flood.outlined.svg" + }, + "round": { + "path": "flood.round.svg" + }, + "sharp": { + "path": "flood.sharp.svg" + }, + "default": { + "path": "flood.default.svg" + }, + "twotone": { + "path": "flood.twotone.svg" + } + } + }, + { + "id": "safety_divider", + "name": "Safety Divider", + "variants": { + "outlined": { + "path": "safety_divider.outlined.svg" + }, + "round": { + "path": "safety_divider.round.svg" + }, + "sharp": { + "path": "safety_divider.sharp.svg" + }, + "default": { + "path": "safety_divider.default.svg" + }, + "twotone": { + "path": "safety_divider.twotone.svg" + } + } + }, + { + "id": "emoji_people", + "name": "Emoji People", + "variants": { + "outlined": { + "path": "emoji_people.outlined.svg" + }, + "round": { + "path": "emoji_people.round.svg" + }, + "sharp": { + "path": "emoji_people.sharp.svg" + }, + "default": { + "path": "emoji_people.default.svg" + }, + "twotone": { + "path": "emoji_people.twotone.svg" + } + } + }, + { + "id": "add_reaction", + "name": "Add Reaction", + "variants": { + "outlined": { + "path": "add_reaction.outlined.svg" + }, + "round": { + "path": "add_reaction.round.svg" + }, + "sharp": { + "path": "add_reaction.sharp.svg" + }, + "default": { + "path": "add_reaction.default.svg" + }, + "twotone": { + "path": "add_reaction.twotone.svg" + } + } + }, + { + "id": "handshake", + "name": "Handshake", + "variants": { + "outlined": { + "path": "handshake.outlined.svg" + }, + "round": { + "path": "handshake.round.svg" + }, + "sharp": { + "path": "handshake.sharp.svg" + }, + "default": { + "path": "handshake.default.svg" + }, + "twotone": { + "path": "handshake.twotone.svg" + } + } + }, + { + "id": "groups_2", + "name": "Groups 2", + "variants": { + "outlined": { + "path": "groups_2.outlined.svg" + }, + "round": { + "path": "groups_2.round.svg" + }, + "sharp": { + "path": "groups_2.sharp.svg" + }, + "default": { + "path": "groups_2.default.svg" + }, + "twotone": { + "path": "groups_2.twotone.svg" + } + } + }, + { + "id": "sports_martial_arts", + "name": "Sports Martial Arts", + "variants": { + "outlined": { + "path": "sports_martial_arts.outlined.svg" + }, + "round": { + "path": "sports_martial_arts.round.svg" + }, + "sharp": { + "path": "sports_martial_arts.sharp.svg" + }, + "default": { + "path": "sports_martial_arts.default.svg" + }, + "twotone": { + "path": "sports_martial_arts.twotone.svg" + } + } + }, + { + "id": "face_5", + "name": "Face 5", + "variants": { + "outlined": { + "path": "face_5.outlined.svg" + }, + "round": { + "path": "face_5.round.svg" + }, + "sharp": { + "path": "face_5.sharp.svg" + }, + "default": { + "path": "face_5.default.svg" + }, + "twotone": { + "path": "face_5.twotone.svg" + } + } + }, + { + "id": "group_off", + "name": "Group Off", + "variants": { + "outlined": { + "path": "group_off.outlined.svg" + }, + "round": { + "path": "group_off.round.svg" + }, + "sharp": { + "path": "group_off.sharp.svg" + }, + "default": { + "path": "group_off.default.svg" + }, + "twotone": { + "path": "group_off.twotone.svg" + } + } + }, + { + "id": "face_2", + "name": "Face 2", + "variants": { + "outlined": { + "path": "face_2.outlined.svg" + }, + "round": { + "path": "face_2.round.svg" + }, + "sharp": { + "path": "face_2.sharp.svg" + }, + "default": { + "path": "face_2.default.svg" + }, + "twotone": { + "path": "face_2.twotone.svg" + } + } + }, + { + "id": "psychology", + "name": "Psychology", + "variants": { + "outlined": { + "path": "psychology.outlined.svg" + }, + "round": { + "path": "psychology.round.svg" + }, + "sharp": { + "path": "psychology.sharp.svg" + }, + "default": { + "path": "psychology.default.svg" + }, + "twotone": { + "path": "psychology.twotone.svg" + } + } + }, + { + "id": "elderly", + "name": "Elderly", + "variants": { + "outlined": { + "path": "elderly.outlined.svg" + }, + "round": { + "path": "elderly.round.svg" + }, + "sharp": { + "path": "elderly.sharp.svg" + }, + "default": { + "path": "elderly.default.svg" + }, + "twotone": { + "path": "elderly.twotone.svg" + } + } + }, + { + "id": "science", + "name": "Science", + "variants": { + "outlined": { + "path": "science.outlined.svg" + }, + "round": { + "path": "science.round.svg" + }, + "sharp": { + "path": "science.sharp.svg" + }, + "default": { + "path": "science.default.svg" + }, + "twotone": { + "path": "science.twotone.svg" + } + } + }, + { + "id": "sanitizer", + "name": "Sanitizer", + "variants": { + "outlined": { + "path": "sanitizer.outlined.svg" + }, + "round": { + "path": "sanitizer.round.svg" + }, + "sharp": { + "path": "sanitizer.sharp.svg" + }, + "default": { + "path": "sanitizer.default.svg" + }, + "twotone": { + "path": "sanitizer.twotone.svg" + } + } + }, + { + "id": "single_bed", + "name": "Single Bed", + "variants": { + "outlined": { + "path": "single_bed.outlined.svg" + }, + "round": { + "path": "single_bed.round.svg" + }, + "sharp": { + "path": "single_bed.sharp.svg" + }, + "default": { + "path": "single_bed.default.svg" + }, + "twotone": { + "path": "single_bed.twotone.svg" + } + } + }, + { + "id": "fitbit", + "name": "Fitbit", + "variants": { + "outlined": { + "path": "fitbit.outlined.svg" + }, + "round": { + "path": "fitbit.round.svg" + }, + "sharp": { + "path": "fitbit.sharp.svg" + }, + "default": { + "path": "fitbit.default.svg" + }, + "twotone": { + "path": "fitbit.twotone.svg" + } + } + }, + { + "id": "back_hand", + "name": "Back Hand", + "variants": { + "outlined": { + "path": "back_hand.outlined.svg" + }, + "round": { + "path": "back_hand.round.svg" + }, + "sharp": { + "path": "back_hand.sharp.svg" + }, + "default": { + "path": "back_hand.default.svg" + }, + "twotone": { + "path": "back_hand.twotone.svg" + } + } + }, + { + "id": "whatshot", + "name": "Whatshot", + "variants": { + "outlined": { + "path": "whatshot.outlined.svg" + }, + "round": { + "path": "whatshot.round.svg" + }, + "sharp": { + "path": "whatshot.sharp.svg" + }, + "default": { + "path": "whatshot.default.svg" + }, + "twotone": { + "path": "whatshot.twotone.svg" + } + } + }, + { + "id": "self_improvement", + "name": "Self Improvement", + "variants": { + "outlined": { + "path": "self_improvement.outlined.svg" + }, + "round": { + "path": "self_improvement.round.svg" + }, + "sharp": { + "path": "self_improvement.sharp.svg" + }, + "default": { + "path": "self_improvement.default.svg" + }, + "twotone": { + "path": "self_improvement.twotone.svg" + } + } + }, + { + "id": "piano_off", + "name": "Piano Off", + "variants": { + "outlined": { + "path": "piano_off.outlined.svg" + }, + "round": { + "path": "piano_off.round.svg" + }, + "sharp": { + "path": "piano_off.sharp.svg" + }, + "default": { + "path": "piano_off.default.svg" + }, + "twotone": { + "path": "piano_off.twotone.svg" + } + } + }, + { + "id": "sentiment_very_dissatisfied", + "name": "Sentiment Very Dissatisfied", + "variants": { + "outlined": { + "path": "sentiment_very_dissatisfied.outlined.svg" + }, + "round": { + "path": "sentiment_very_dissatisfied.round.svg" + }, + "sharp": { + "path": "sentiment_very_dissatisfied.sharp.svg" + }, + "default": { + "path": "sentiment_very_dissatisfied.default.svg" + }, + "twotone": { + "path": "sentiment_very_dissatisfied.twotone.svg" + } + } + }, + { + "id": "roller_skating", + "name": "Roller Skating", + "variants": { + "outlined": { + "path": "roller_skating.outlined.svg" + }, + "round": { + "path": "roller_skating.round.svg" + }, + "sharp": { + "path": "roller_skating.sharp.svg" + }, + "default": { + "path": "roller_skating.default.svg" + }, + "twotone": { + "path": "roller_skating.twotone.svg" + } + } + }, + { + "id": "scuba_diving", + "name": "Scuba Diving", + "variants": { + "outlined": { + "path": "scuba_diving.outlined.svg" + }, + "round": { + "path": "scuba_diving.round.svg" + }, + "sharp": { + "path": "scuba_diving.sharp.svg" + }, + "default": { + "path": "scuba_diving.default.svg" + }, + "twotone": { + "path": "scuba_diving.twotone.svg" + } + } + }, + { + "id": "groups", + "name": "Groups", + "variants": { + "outlined": { + "path": "groups.outlined.svg" + }, + "round": { + "path": "groups.round.svg" + }, + "sharp": { + "path": "groups.sharp.svg" + }, + "default": { + "path": "groups.default.svg" + }, + "twotone": { + "path": "groups.twotone.svg" + } + } + }, + { + "id": "18_up_rating", + "name": "18 Up Rating", + "variants": { + "outlined": { + "path": "18_up_rating.outlined.svg" + }, + "round": { + "path": "18_up_rating.round.svg" + }, + "sharp": { + "path": "18_up_rating.sharp.svg" + }, + "default": { + "path": "18_up_rating.default.svg" + }, + "twotone": { + "path": "18_up_rating.twotone.svg" + } + } + }, + { + "id": "sports_mma", + "name": "Sports Mma", + "variants": { + "outlined": { + "path": "sports_mma.outlined.svg" + }, + "round": { + "path": "sports_mma.round.svg" + }, + "sharp": { + "path": "sports_mma.sharp.svg" + }, + "default": { + "path": "sports_mma.default.svg" + }, + "twotone": { + "path": "sports_mma.twotone.svg" + } + } + }, + { + "id": "severe_cold", + "name": "Severe Cold", + "variants": { + "outlined": { + "path": "severe_cold.outlined.svg" + }, + "round": { + "path": "severe_cold.round.svg" + }, + "sharp": { + "path": "severe_cold.sharp.svg" + }, + "default": { + "path": "severe_cold.default.svg" + }, + "twotone": { + "path": "severe_cold.twotone.svg" + } + } + }, + { + "id": "person_add", + "name": "Person Add", + "variants": { + "outlined": { + "path": "person_add.outlined.svg" + }, + "round": { + "path": "person_add.round.svg" + }, + "sharp": { + "path": "person_add.sharp.svg" + }, + "default": { + "path": "person_add.default.svg" + }, + "twotone": { + "path": "person_add.twotone.svg" + } + } + }, + { + "id": "sports", + "name": "Sports", + "variants": { + "outlined": { + "path": "sports.outlined.svg" + }, + "round": { + "path": "sports.round.svg" + }, + "sharp": { + "path": "sports.sharp.svg" + }, + "default": { + "path": "sports.default.svg" + }, + "twotone": { + "path": "sports.twotone.svg" + } + } + }, + { + "id": "sentiment_very_satisfied", + "name": "Sentiment Very Satisfied", + "variants": { + "outlined": { + "path": "sentiment_very_satisfied.outlined.svg" + }, + "round": { + "path": "sentiment_very_satisfied.round.svg" + }, + "sharp": { + "path": "sentiment_very_satisfied.sharp.svg" + }, + "default": { + "path": "sentiment_very_satisfied.default.svg" + }, + "twotone": { + "path": "sentiment_very_satisfied.twotone.svg" + } + } + }, + { + "id": "mood_bad", + "name": "Mood Bad", + "variants": { + "outlined": { + "path": "mood_bad.outlined.svg" + }, + "round": { + "path": "mood_bad.round.svg" + }, + "sharp": { + "path": "mood_bad.sharp.svg" + }, + "default": { + "path": "mood_bad.default.svg" + }, + "twotone": { + "path": "mood_bad.twotone.svg" + } + } + }, + { + "id": "downhill_skiing", + "name": "Downhill Skiing", + "variants": { + "outlined": { + "path": "downhill_skiing.outlined.svg" + }, + "round": { + "path": "downhill_skiing.round.svg" + }, + "sharp": { + "path": "downhill_skiing.sharp.svg" + }, + "default": { + "path": "downhill_skiing.default.svg" + }, + "twotone": { + "path": "downhill_skiing.twotone.svg" + } + } + }, + { + "id": "location_city", + "name": "Location City", + "variants": { + "outlined": { + "path": "location_city.outlined.svg" + }, + "round": { + "path": "location_city.round.svg" + }, + "sharp": { + "path": "location_city.sharp.svg" + }, + "default": { + "path": "location_city.default.svg" + }, + "twotone": { + "path": "location_city.twotone.svg" + } + } + }, + { + "id": "ios_share", + "name": "Ios Share", + "variants": { + "outlined": { + "path": "ios_share.outlined.svg" + }, + "round": { + "path": "ios_share.round.svg" + }, + "sharp": { + "path": "ios_share.sharp.svg" + }, + "default": { + "path": "ios_share.default.svg" + }, + "twotone": { + "path": "ios_share.twotone.svg" + } + } + }, + { + "id": "kayaking", + "name": "Kayaking", + "variants": { + "outlined": { + "path": "kayaking.outlined.svg" + }, + "round": { + "path": "kayaking.round.svg" + }, + "sharp": { + "path": "kayaking.sharp.svg" + }, + "default": { + "path": "kayaking.default.svg" + }, + "twotone": { + "path": "kayaking.twotone.svg" + } + } + }, + { + "id": "switch_account", + "name": "Switch Account", + "variants": { + "outlined": { + "path": "switch_account.outlined.svg" + }, + "round": { + "path": "switch_account.round.svg" + }, + "sharp": { + "path": "switch_account.sharp.svg" + }, + "default": { + "path": "switch_account.default.svg" + }, + "twotone": { + "path": "switch_account.twotone.svg" + } + } + }, + { + "id": "coronavirus", + "name": "Coronavirus", + "variants": { + "outlined": { + "path": "coronavirus.outlined.svg" + }, + "round": { + "path": "coronavirus.round.svg" + }, + "sharp": { + "path": "coronavirus.sharp.svg" + }, + "default": { + "path": "coronavirus.default.svg" + }, + "twotone": { + "path": "coronavirus.twotone.svg" + } + } + }, + { + "id": "landslide", + "name": "Landslide", + "variants": { + "outlined": { + "path": "landslide.outlined.svg" + }, + "round": { + "path": "landslide.round.svg" + }, + "sharp": { + "path": "landslide.sharp.svg" + }, + "default": { + "path": "landslide.default.svg" + }, + "twotone": { + "path": "landslide.twotone.svg" + } + } + }, + { + "id": "elderly_woman", + "name": "Elderly Woman", + "variants": { + "outlined": { + "path": "elderly_woman.outlined.svg" + }, + "round": { + "path": "elderly_woman.round.svg" + }, + "sharp": { + "path": "elderly_woman.sharp.svg" + }, + "default": { + "path": "elderly_woman.default.svg" + }, + "twotone": { + "path": "elderly_woman.twotone.svg" + } + } + }, + { + "id": "tornado", + "name": "Tornado", + "variants": { + "outlined": { + "path": "tornado.outlined.svg" + }, + "round": { + "path": "tornado.round.svg" + }, + "sharp": { + "path": "tornado.sharp.svg" + }, + "default": { + "path": "tornado.default.svg" + }, + "twotone": { + "path": "tornado.twotone.svg" + } + } + }, + { + "id": "nordic_walking", + "name": "Nordic Walking", + "variants": { + "outlined": { + "path": "nordic_walking.outlined.svg" + }, + "round": { + "path": "nordic_walking.round.svg" + }, + "sharp": { + "path": "nordic_walking.sharp.svg" + }, + "default": { + "path": "nordic_walking.default.svg" + }, + "twotone": { + "path": "nordic_walking.twotone.svg" + } + } + }, + { + "id": "sentiment_dissatisfied", + "name": "Sentiment Dissatisfied", + "variants": { + "outlined": { + "path": "sentiment_dissatisfied.outlined.svg" + }, + "round": { + "path": "sentiment_dissatisfied.round.svg" + }, + "sharp": { + "path": "sentiment_dissatisfied.sharp.svg" + }, + "default": { + "path": "sentiment_dissatisfied.default.svg" + }, + "twotone": { + "path": "sentiment_dissatisfied.twotone.svg" + } + } + }, + { + "id": "person_remove", + "name": "Person Remove", + "variants": { + "outlined": { + "path": "person_remove.outlined.svg" + }, + "round": { + "path": "person_remove.round.svg" + }, + "sharp": { + "path": "person_remove.sharp.svg" + }, + "default": { + "path": "person_remove.default.svg" + }, + "twotone": { + "path": "person_remove.twotone.svg" + } + } + }, + { + "id": "outdoor_grill", + "name": "Outdoor Grill", + "variants": { + "outlined": { + "path": "outdoor_grill.outlined.svg" + }, + "round": { + "path": "outdoor_grill.round.svg" + }, + "sharp": { + "path": "outdoor_grill.sharp.svg" + }, + "default": { + "path": "outdoor_grill.default.svg" + }, + "twotone": { + "path": "outdoor_grill.twotone.svg" + } + } + }, + { + "id": "notifications_none", + "name": "Notifications None", + "variants": { + "outlined": { + "path": "notifications_none.outlined.svg" + }, + "round": { + "path": "notifications_none.round.svg" + }, + "sharp": { + "path": "notifications_none.sharp.svg" + }, + "default": { + "path": "notifications_none.default.svg" + }, + "twotone": { + "path": "notifications_none.twotone.svg" + } + } + }, + { + "id": "architecture", + "name": "Architecture", + "variants": { + "outlined": { + "path": "architecture.outlined.svg" + }, + "round": { + "path": "architecture.round.svg" + }, + "sharp": { + "path": "architecture.sharp.svg" + }, + "default": { + "path": "architecture.default.svg" + }, + "twotone": { + "path": "architecture.twotone.svg" + } + } + }, + { + "id": "military_tech", + "name": "Military Tech", + "variants": { + "outlined": { + "path": "military_tech.outlined.svg" + }, + "round": { + "path": "military_tech.round.svg" + }, + "sharp": { + "path": "military_tech.sharp.svg" + }, + "default": { + "path": "military_tech.default.svg" + }, + "twotone": { + "path": "military_tech.twotone.svg" + } + } + }, + { + "id": "emoji_nature", + "name": "Emoji Nature", + "variants": { + "outlined": { + "path": "emoji_nature.outlined.svg" + }, + "round": { + "path": "emoji_nature.round.svg" + }, + "sharp": { + "path": "emoji_nature.sharp.svg" + }, + "default": { + "path": "emoji_nature.default.svg" + }, + "twotone": { + "path": "emoji_nature.twotone.svg" + } + } + }, + { + "id": "public", + "name": "Public", + "variants": { + "outlined": { + "path": "public.outlined.svg" + }, + "round": { + "path": "public.round.svg" + }, + "sharp": { + "path": "public.sharp.svg" + }, + "default": { + "path": "public.default.svg" + }, + "twotone": { + "path": "public.twotone.svg" + } + } + }, + { + "id": "pix", + "name": "Pix", + "variants": { + "outlined": { + "path": "pix.outlined.svg" + }, + "round": { + "path": "pix.round.svg" + }, + "sharp": { + "path": "pix.sharp.svg" + }, + "default": { + "path": "pix.default.svg" + }, + "twotone": { + "path": "pix.twotone.svg" + } + } + }, + { + "id": "facebook", + "name": "Facebook", + "variants": { + "outlined": { + "path": "facebook.outlined.svg" + }, + "round": { + "path": "facebook.round.svg" + }, + "sharp": { + "path": "facebook.sharp.svg" + }, + "default": { + "path": "facebook.default.svg" + }, + "twotone": { + "path": "facebook.twotone.svg" + } + } + }, + { + "id": "scoreboard", + "name": "Scoreboard", + "variants": { + "outlined": { + "path": "scoreboard.outlined.svg" + }, + "round": { + "path": "scoreboard.round.svg" + }, + "sharp": { + "path": "scoreboard.sharp.svg" + }, + "default": { + "path": "scoreboard.default.svg" + }, + "twotone": { + "path": "scoreboard.twotone.svg" + } + } + }, + { + "id": "connect_without_contact", + "name": "Connect Without Contact", + "variants": { + "outlined": { + "path": "connect_without_contact.outlined.svg" + }, + "round": { + "path": "connect_without_contact.round.svg" + }, + "sharp": { + "path": "connect_without_contact.sharp.svg" + }, + "default": { + "path": "connect_without_contact.default.svg" + }, + "twotone": { + "path": "connect_without_contact.twotone.svg" + } + } + }, + { + "id": "people_alt", + "name": "People Alt", + "variants": { + "outlined": { + "path": "people_alt.outlined.svg" + }, + "round": { + "path": "people_alt.round.svg" + }, + "sharp": { + "path": "people_alt.sharp.svg" + }, + "default": { + "path": "people_alt.default.svg" + }, + "twotone": { + "path": "people_alt.twotone.svg" + } + } + }, + { + "id": "dew_point", + "name": "Dew Point", + "variants": { + "default": { + "path": "dew_point.default.svg" + } + } + }, + { + "id": "king_bed", + "name": "King Bed", + "variants": { + "outlined": { + "path": "king_bed.outlined.svg" + }, + "round": { + "path": "king_bed.round.svg" + }, + "sharp": { + "path": "king_bed.sharp.svg" + }, + "default": { + "path": "king_bed.default.svg" + }, + "twotone": { + "path": "king_bed.twotone.svg" + } + } + }, + { + "id": "diversity_2", + "name": "Diversity 2", + "variants": { + "outlined": { + "path": "diversity_2.outlined.svg" + }, + "round": { + "path": "diversity_2.round.svg" + }, + "sharp": { + "path": "diversity_2.sharp.svg" + }, + "default": { + "path": "diversity_2.default.svg" + }, + "twotone": { + "path": "diversity_2.twotone.svg" + } + } + }, + { + "id": "sentiment_satisfied", + "name": "Sentiment Satisfied", + "variants": { + "outlined": { + "path": "sentiment_satisfied.outlined.svg" + }, + "round": { + "path": "sentiment_satisfied.round.svg" + }, + "sharp": { + "path": "sentiment_satisfied.sharp.svg" + }, + "default": { + "path": "sentiment_satisfied.default.svg" + }, + "twotone": { + "path": "sentiment_satisfied.twotone.svg" + } + } + }, + { + "id": "sports_gymnastics", + "name": "Sports Gymnastics", + "variants": { + "outlined": { + "path": "sports_gymnastics.outlined.svg" + }, + "round": { + "path": "sports_gymnastics.round.svg" + }, + "sharp": { + "path": "sports_gymnastics.sharp.svg" + }, + "default": { + "path": "sports_gymnastics.default.svg" + }, + "twotone": { + "path": "sports_gymnastics.twotone.svg" + } + } + }, + { + "id": "precision_manufacturing", + "name": "Precision Manufacturing", + "variants": { + "outlined": { + "path": "precision_manufacturing.outlined.svg" + }, + "round": { + "path": "precision_manufacturing.round.svg" + }, + "sharp": { + "path": "precision_manufacturing.sharp.svg" + }, + "default": { + "path": "precision_manufacturing.default.svg" + }, + "twotone": { + "path": "precision_manufacturing.twotone.svg" + } + } + }, + { + "id": "sports_kabaddi", + "name": "Sports Kabaddi", + "variants": { + "outlined": { + "path": "sports_kabaddi.outlined.svg" + }, + "round": { + "path": "sports_kabaddi.round.svg" + }, + "sharp": { + "path": "sports_kabaddi.sharp.svg" + }, + "default": { + "path": "sports_kabaddi.default.svg" + }, + "twotone": { + "path": "sports_kabaddi.twotone.svg" + } + } + }, + { + "id": "front_hand", + "name": "Front Hand", + "variants": { + "outlined": { + "path": "front_hand.outlined.svg" + }, + "round": { + "path": "front_hand.round.svg" + }, + "sharp": { + "path": "front_hand.sharp.svg" + }, + "default": { + "path": "front_hand.default.svg" + }, + "twotone": { + "path": "front_hand.twotone.svg" + } + } + }, + { + "id": "person_2", + "name": "Person 2", + "variants": { + "outlined": { + "path": "person_2.outlined.svg" + }, + "round": { + "path": "person_2.round.svg" + }, + "sharp": { + "path": "person_2.sharp.svg" + }, + "default": { + "path": "person_2.default.svg" + }, + "twotone": { + "path": "person_2.twotone.svg" + } + } + }, + { + "id": "snowboarding", + "name": "Snowboarding", + "variants": { + "outlined": { + "path": "snowboarding.outlined.svg" + }, + "round": { + "path": "snowboarding.round.svg" + }, + "sharp": { + "path": "snowboarding.sharp.svg" + }, + "default": { + "path": "snowboarding.default.svg" + }, + "twotone": { + "path": "snowboarding.twotone.svg" + } + } + }, + { + "id": "people", + "name": "People", + "variants": { + "outlined": { + "path": "people.outlined.svg" + }, + "round": { + "path": "people.round.svg" + }, + "sharp": { + "path": "people.sharp.svg" + }, + "default": { + "path": "people.default.svg" + }, + "twotone": { + "path": "people.twotone.svg" + } + } + }, + { + "id": "girl", + "name": "Girl", + "variants": { + "outlined": { + "path": "girl.outlined.svg" + }, + "round": { + "path": "girl.round.svg" + }, + "sharp": { + "path": "girl.sharp.svg" + }, + "default": { + "path": "girl.default.svg" + }, + "twotone": { + "path": "girl.twotone.svg" + } + } + }, + { + "id": "person_3", + "name": "Person 3", + "variants": { + "outlined": { + "path": "person_3.outlined.svg" + }, + "round": { + "path": "person_3.round.svg" + }, + "sharp": { + "path": "person_3.sharp.svg" + }, + "default": { + "path": "person_3.default.svg" + }, + "twotone": { + "path": "person_3.twotone.svg" + } + } + }, + { + "id": "add_moderator", + "name": "Add Moderator", + "variants": { + "outlined": { + "path": "add_moderator.outlined.svg" + }, + "round": { + "path": "add_moderator.round.svg" + }, + "sharp": { + "path": "add_moderator.sharp.svg" + }, + "default": { + "path": "add_moderator.default.svg" + }, + "twotone": { + "path": "add_moderator.twotone.svg" + } + } + }, + { + "id": "sports_esports", + "name": "Sports Esports", + "variants": { + "outlined": { + "path": "sports_esports.outlined.svg" + }, + "round": { + "path": "sports_esports.round.svg" + }, + "sharp": { + "path": "sports_esports.sharp.svg" + }, + "default": { + "path": "sports_esports.default.svg" + }, + "twotone": { + "path": "sports_esports.twotone.svg" + } + } + }, + { + "id": "person_4", + "name": "Person 4", + "variants": { + "outlined": { + "path": "person_4.outlined.svg" + }, + "round": { + "path": "person_4.round.svg" + }, + "sharp": { + "path": "person_4.sharp.svg" + }, + "default": { + "path": "person_4.default.svg" + }, + "twotone": { + "path": "person_4.twotone.svg" + } + } + }, + { + "id": "wallet", + "name": "Wallet", + "variants": { + "outlined": { + "path": "wallet.outlined.svg" + }, + "round": { + "path": "wallet.round.svg" + }, + "sharp": { + "path": "wallet.sharp.svg" + }, + "default": { + "path": "wallet.default.svg" + }, + "twotone": { + "path": "wallet.twotone.svg" + } + } + }, + { + "id": "diversity_3", + "name": "Diversity 3", + "variants": { + "outlined": { + "path": "diversity_3.outlined.svg" + }, + "round": { + "path": "diversity_3.round.svg" + }, + "sharp": { + "path": "diversity_3.sharp.svg" + }, + "default": { + "path": "diversity_3.default.svg" + }, + "twotone": { + "path": "diversity_3.twotone.svg" + } + } + }, + { + "id": "construction", + "name": "Construction", + "variants": { + "outlined": { + "path": "construction.outlined.svg" + }, + "round": { + "path": "construction.round.svg" + }, + "sharp": { + "path": "construction.sharp.svg" + }, + "default": { + "path": "construction.default.svg" + }, + "twotone": { + "path": "construction.twotone.svg" + } + } + }, + { + "id": "thumb_up_alt", + "name": "Thumb Up Alt", + "variants": { + "outlined": { + "path": "thumb_up_alt.outlined.svg" + }, + "round": { + "path": "thumb_up_alt.round.svg" + }, + "sharp": { + "path": "thumb_up_alt.sharp.svg" + }, + "default": { + "path": "thumb_up_alt.default.svg" + }, + "twotone": { + "path": "thumb_up_alt.twotone.svg" + } + } + }, + { + "id": "hive", + "name": "Hive", + "variants": { + "outlined": { + "path": "hive.outlined.svg" + }, + "round": { + "path": "hive.round.svg" + }, + "sharp": { + "path": "hive.sharp.svg" + }, + "default": { + "path": "hive.default.svg" + }, + "twotone": { + "path": "hive.twotone.svg" + } + } + }, + { + "id": "emoji_emotions", + "name": "Emoji Emotions", + "variants": { + "outlined": { + "path": "emoji_emotions.outlined.svg" + }, + "round": { + "path": "emoji_emotions.round.svg" + }, + "sharp": { + "path": "emoji_emotions.sharp.svg" + }, + "default": { + "path": "emoji_emotions.default.svg" + }, + "twotone": { + "path": "emoji_emotions.twotone.svg" + } + } + }, + { + "id": "clean_hands", + "name": "Clean Hands", + "variants": { + "outlined": { + "path": "clean_hands.outlined.svg" + }, + "round": { + "path": "clean_hands.round.svg" + }, + "sharp": { + "path": "clean_hands.sharp.svg" + }, + "default": { + "path": "clean_hands.default.svg" + }, + "twotone": { + "path": "clean_hands.twotone.svg" + } + } + }, + { + "id": "workspace_premium", + "name": "Workspace Premium", + "variants": { + "outlined": { + "path": "workspace_premium.outlined.svg" + }, + "round": { + "path": "workspace_premium.round.svg" + }, + "sharp": { + "path": "workspace_premium.sharp.svg" + }, + "default": { + "path": "workspace_premium.default.svg" + }, + "twotone": { + "path": "workspace_premium.twotone.svg" + } + } + }, + { + "id": "sports_baseball", + "name": "Sports Baseball", + "variants": { + "outlined": { + "path": "sports_baseball.outlined.svg" + }, + "round": { + "path": "sports_baseball.round.svg" + }, + "sharp": { + "path": "sports_baseball.sharp.svg" + }, + "default": { + "path": "sports_baseball.default.svg" + }, + "twotone": { + "path": "sports_baseball.twotone.svg" + } + } + }, + { + "id": "paragliding", + "name": "Paragliding", + "variants": { + "outlined": { + "path": "paragliding.outlined.svg" + }, + "round": { + "path": "paragliding.round.svg" + }, + "sharp": { + "path": "paragliding.sharp.svg" + }, + "default": { + "path": "paragliding.default.svg" + }, + "twotone": { + "path": "paragliding.twotone.svg" + } + } + }, + { + "id": "cookie", + "name": "Cookie", + "variants": { + "outlined": { + "path": "cookie.outlined.svg" + }, + "round": { + "path": "cookie.round.svg" + }, + "sharp": { + "path": "cookie.sharp.svg" + }, + "default": { + "path": "cookie.default.svg" + }, + "twotone": { + "path": "cookie.twotone.svg" + } + } + }, + { + "id": "sledding", + "name": "Sledding", + "variants": { + "outlined": { + "path": "sledding.outlined.svg" + }, + "round": { + "path": "sledding.round.svg" + }, + "sharp": { + "path": "sledding.sharp.svg" + }, + "default": { + "path": "sledding.default.svg" + }, + "twotone": { + "path": "sledding.twotone.svg" + } + } + }, + { + "id": "male", + "name": "Male", + "variants": { + "outlined": { + "path": "male.outlined.svg" + }, + "round": { + "path": "male.round.svg" + }, + "sharp": { + "path": "male.sharp.svg" + }, + "default": { + "path": "male.default.svg" + }, + "twotone": { + "path": "male.twotone.svg" + } + } + }, + { + "id": "follow_the_signs", + "name": "Follow The Signs", + "variants": { + "outlined": { + "path": "follow_the_signs.outlined.svg" + }, + "round": { + "path": "follow_the_signs.round.svg" + }, + "sharp": { + "path": "follow_the_signs.sharp.svg" + }, + "default": { + "path": "follow_the_signs.default.svg" + }, + "twotone": { + "path": "follow_the_signs.twotone.svg" + } + } + }, + { + "id": "sentiment_neutral", + "name": "Sentiment Neutral", + "variants": { + "outlined": { + "path": "sentiment_neutral.outlined.svg" + }, + "round": { + "path": "sentiment_neutral.round.svg" + }, + "sharp": { + "path": "sentiment_neutral.sharp.svg" + }, + "default": { + "path": "sentiment_neutral.default.svg" + }, + "twotone": { + "path": "sentiment_neutral.twotone.svg" + } + } + }, + { + "id": "no_luggage", + "name": "No Luggage", + "variants": { + "outlined": { + "path": "no_luggage.outlined.svg" + }, + "round": { + "path": "no_luggage.round.svg" + }, + "sharp": { + "path": "no_luggage.sharp.svg" + }, + "default": { + "path": "no_luggage.default.svg" + }, + "twotone": { + "path": "no_luggage.twotone.svg" + } + } + }, + { + "id": "heart_broken", + "name": "Heart Broken", + "variants": { + "outlined": { + "path": "heart_broken.outlined.svg" + }, + "round": { + "path": "heart_broken.round.svg" + }, + "sharp": { + "path": "heart_broken.sharp.svg" + }, + "default": { + "path": "heart_broken.default.svg" + }, + "twotone": { + "path": "heart_broken.twotone.svg" + } + } + }, + { + "id": "sports_soccer", + "name": "Sports Soccer", + "variants": { + "outlined": { + "path": "sports_soccer.outlined.svg" + }, + "round": { + "path": "sports_soccer.round.svg" + }, + "sharp": { + "path": "sports_soccer.sharp.svg" + }, + "default": { + "path": "sports_soccer.default.svg" + }, + "twotone": { + "path": "sports_soccer.twotone.svg" + } + } + }, + { + "id": "sports_football", + "name": "Sports Football", + "variants": { + "outlined": { + "path": "sports_football.outlined.svg" + }, + "round": { + "path": "sports_football.round.svg" + }, + "sharp": { + "path": "sports_football.sharp.svg" + }, + "default": { + "path": "sports_football.default.svg" + }, + "twotone": { + "path": "sports_football.twotone.svg" + } + } + }, + { + "id": "personal_injury", + "name": "Personal Injury", + "variants": { + "outlined": { + "path": "personal_injury.outlined.svg" + }, + "round": { + "path": "personal_injury.round.svg" + }, + "sharp": { + "path": "personal_injury.sharp.svg" + }, + "default": { + "path": "personal_injury.default.svg" + }, + "twotone": { + "path": "personal_injury.twotone.svg" + } + } + }, + { + "id": "notifications_off", + "name": "Notifications Off", + "variants": { + "outlined": { + "path": "notifications_off.outlined.svg" + }, + "round": { + "path": "notifications_off.round.svg" + }, + "sharp": { + "path": "notifications_off.sharp.svg" + }, + "default": { + "path": "notifications_off.default.svg" + }, + "twotone": { + "path": "notifications_off.twotone.svg" + } + } + }, + { + "id": "person_add_alt_1", + "name": "Person Add Alt 1", + "variants": { + "outlined": { + "path": "person_add_alt_1.outlined.svg" + }, + "round": { + "path": "person_add_alt_1.round.svg" + }, + "sharp": { + "path": "person_add_alt_1.sharp.svg" + }, + "default": { + "path": "person_add_alt_1.default.svg" + }, + "twotone": { + "path": "person_add_alt_1.twotone.svg" + } + } + }, + { + "id": "mood", + "name": "Mood", + "variants": { + "outlined": { + "path": "mood.outlined.svg" + }, + "round": { + "path": "mood.round.svg" + }, + "sharp": { + "path": "mood.sharp.svg" + }, + "default": { + "path": "mood.default.svg" + }, + "twotone": { + "path": "mood.twotone.svg" + } + } + }, + { + "id": "compost", + "name": "Compost", + "variants": { + "outlined": { + "path": "compost.outlined.svg" + }, + "round": { + "path": "compost.round.svg" + }, + "sharp": { + "path": "compost.sharp.svg" + }, + "default": { + "path": "compost.default.svg" + }, + "twotone": { + "path": "compost.twotone.svg" + } + } + }, + { + "id": "face_6", + "name": "Face 6", + "variants": { + "outlined": { + "path": "face_6.outlined.svg" + }, + "round": { + "path": "face_6.round.svg" + }, + "sharp": { + "path": "face_6.sharp.svg" + }, + "default": { + "path": "face_6.default.svg" + }, + "twotone": { + "path": "face_6.twotone.svg" + } + } + }, + { + "id": "female", + "name": "Female", + "variants": { + "outlined": { + "path": "female.outlined.svg" + }, + "round": { + "path": "female.round.svg" + }, + "sharp": { + "path": "female.sharp.svg" + }, + "default": { + "path": "female.default.svg" + }, + "twotone": { + "path": "female.twotone.svg" + } + } + }, + { + "id": "vaccines", + "name": "Vaccines", + "variants": { + "outlined": { + "path": "vaccines.outlined.svg" + }, + "round": { + "path": "vaccines.round.svg" + }, + "sharp": { + "path": "vaccines.sharp.svg" + }, + "default": { + "path": "vaccines.default.svg" + }, + "twotone": { + "path": "vaccines.twotone.svg" + } + } + }, + { + "id": "pages", + "name": "Pages", + "variants": { + "outlined": { + "path": "pages.outlined.svg" + }, + "round": { + "path": "pages.round.svg" + }, + "sharp": { + "path": "pages.sharp.svg" + }, + "default": { + "path": "pages.default.svg" + }, + "twotone": { + "path": "pages.twotone.svg" + } + } + }, + { + "id": "school", + "name": "School", + "variants": { + "outlined": { + "path": "school.outlined.svg" + }, + "round": { + "path": "school.round.svg" + }, + "sharp": { + "path": "school.sharp.svg" + }, + "default": { + "path": "school.default.svg" + }, + "twotone": { + "path": "school.twotone.svg" + } + } + }, + { + "id": "domain", + "name": "Domain", + "variants": { + "outlined": { + "path": "domain.outlined.svg" + }, + "round": { + "path": "domain.round.svg" + }, + "sharp": { + "path": "domain.sharp.svg" + }, + "default": { + "path": "domain.default.svg" + }, + "twotone": { + "path": "domain.twotone.svg" + } + } + }, + { + "id": "cyclone", + "name": "Cyclone", + "variants": { + "outlined": { + "path": "cyclone.outlined.svg" + }, + "round": { + "path": "cyclone.round.svg" + }, + "sharp": { + "path": "cyclone.sharp.svg" + }, + "default": { + "path": "cyclone.default.svg" + }, + "twotone": { + "path": "cyclone.twotone.svg" + } + } + }, + { + "id": "interests", + "name": "Interests", + "variants": { + "outlined": { + "path": "interests.outlined.svg" + }, + "round": { + "path": "interests.round.svg" + }, + "sharp": { + "path": "interests.sharp.svg" + }, + "default": { + "path": "interests.default.svg" + }, + "twotone": { + "path": "interests.twotone.svg" + } + } + }, + { + "id": "health_and_safety", + "name": "Health And Safety", + "variants": { + "outlined": { + "path": "health_and_safety.outlined.svg" + }, + "round": { + "path": "health_and_safety.round.svg" + }, + "sharp": { + "path": "health_and_safety.sharp.svg" + }, + "default": { + "path": "health_and_safety.default.svg" + }, + "twotone": { + "path": "health_and_safety.twotone.svg" + } + } + }, + { + "id": "emoji_objects", + "name": "Emoji Objects", + "variants": { + "outlined": { + "path": "emoji_objects.outlined.svg" + }, + "round": { + "path": "emoji_objects.round.svg" + }, + "sharp": { + "path": "emoji_objects.sharp.svg" + }, + "default": { + "path": "emoji_objects.default.svg" + }, + "twotone": { + "path": "emoji_objects.twotone.svg" + } + } + }, + { + "id": "emoji_food_beverage", + "name": "Emoji Food Beverage", + "variants": { + "outlined": { + "path": "emoji_food_beverage.outlined.svg" + }, + "round": { + "path": "emoji_food_beverage.round.svg" + }, + "sharp": { + "path": "emoji_food_beverage.sharp.svg" + }, + "default": { + "path": "emoji_food_beverage.default.svg" + }, + "twotone": { + "path": "emoji_food_beverage.twotone.svg" + } + } + }, + { + "id": "volcano", + "name": "Volcano", + "variants": { + "outlined": { + "path": "volcano.outlined.svg" + }, + "round": { + "path": "volcano.round.svg" + }, + "sharp": { + "path": "volcano.sharp.svg" + }, + "default": { + "path": "volcano.default.svg" + }, + "twotone": { + "path": "volcano.twotone.svg" + } + } + }, + { + "id": "ice_skating", + "name": "Ice Skating", + "variants": { + "outlined": { + "path": "ice_skating.outlined.svg" + }, + "round": { + "path": "ice_skating.round.svg" + }, + "sharp": { + "path": "ice_skating.sharp.svg" + }, + "default": { + "path": "ice_skating.default.svg" + }, + "twotone": { + "path": "ice_skating.twotone.svg" + } + } + }, + { + "id": "remove_moderator", + "name": "Remove Moderator", + "variants": { + "outlined": { + "path": "remove_moderator.outlined.svg" + }, + "round": { + "path": "remove_moderator.round.svg" + }, + "sharp": { + "path": "remove_moderator.sharp.svg" + }, + "default": { + "path": "remove_moderator.default.svg" + }, + "twotone": { + "path": "remove_moderator.twotone.svg" + } + } + }, + { + "id": "thunderstorm", + "name": "Thunderstorm", + "variants": { + "outlined": { + "path": "thunderstorm.outlined.svg" + }, + "round": { + "path": "thunderstorm.round.svg" + }, + "sharp": { + "path": "thunderstorm.sharp.svg" + }, + "default": { + "path": "thunderstorm.default.svg" + }, + "twotone": { + "path": "thunderstorm.twotone.svg" + } + } + }, + { + "id": "engineering", + "name": "Engineering", + "variants": { + "outlined": { + "path": "engineering.outlined.svg" + }, + "round": { + "path": "engineering.round.svg" + }, + "sharp": { + "path": "engineering.sharp.svg" + }, + "default": { + "path": "engineering.default.svg" + }, + "twotone": { + "path": "engineering.twotone.svg" + } + } + }, + { + "id": "person_add_alt", + "name": "Person Add Alt", + "variants": { + "outlined": { + "path": "person_add_alt.outlined.svg" + }, + "round": { + "path": "person_add_alt.round.svg" + }, + "sharp": { + "path": "person_add_alt.sharp.svg" + }, + "default": { + "path": "person_add_alt.default.svg" + }, + "twotone": { + "path": "person_add_alt.twotone.svg" + } + } + }, + { + "id": "snowshoeing", + "name": "Snowshoeing", + "variants": { + "outlined": { + "path": "snowshoeing.outlined.svg" + }, + "round": { + "path": "snowshoeing.round.svg" + }, + "sharp": { + "path": "snowshoeing.sharp.svg" + }, + "default": { + "path": "snowshoeing.default.svg" + }, + "twotone": { + "path": "snowshoeing.twotone.svg" + } + } + }, + { + "id": "emoji_transportation", + "name": "Emoji Transportation", + "variants": { + "outlined": { + "path": "emoji_transportation.outlined.svg" + }, + "round": { + "path": "emoji_transportation.round.svg" + }, + "sharp": { + "path": "emoji_transportation.sharp.svg" + }, + "default": { + "path": "emoji_transportation.default.svg" + }, + "twotone": { + "path": "emoji_transportation.twotone.svg" + } + } + }, + { + "id": "notifications", + "name": "Notifications", + "variants": { + "outlined": { + "path": "notifications.outlined.svg" + }, + "round": { + "path": "notifications.round.svg" + }, + "sharp": { + "path": "notifications.sharp.svg" + }, + "default": { + "path": "notifications.default.svg" + }, + "twotone": { + "path": "notifications.twotone.svg" + } + } + }, + { + "id": "travel_explore", + "name": "Travel Explore", + "variants": { + "outlined": { + "path": "travel_explore.outlined.svg" + }, + "round": { + "path": "travel_explore.round.svg" + }, + "sharp": { + "path": "travel_explore.sharp.svg" + }, + "default": { + "path": "travel_explore.default.svg" + }, + "twotone": { + "path": "travel_explore.twotone.svg" + } + } + }, + { + "id": "cruelty_free", + "name": "Cruelty Free", + "variants": { + "outlined": { + "path": "cruelty_free.outlined.svg" + }, + "round": { + "path": "cruelty_free.round.svg" + }, + "sharp": { + "path": "cruelty_free.sharp.svg" + }, + "default": { + "path": "cruelty_free.default.svg" + }, + "twotone": { + "path": "cruelty_free.twotone.svg" + } + } + }, + { + "id": "masks", + "name": "Masks", + "variants": { + "outlined": { + "path": "masks.outlined.svg" + }, + "round": { + "path": "masks.round.svg" + }, + "sharp": { + "path": "masks.sharp.svg" + }, + "default": { + "path": "masks.default.svg" + }, + "twotone": { + "path": "masks.twotone.svg" + } + } + }, + { + "id": "whatsapp", + "name": "Whatsapp", + "variants": { + "outlined": { + "path": "whatsapp.outlined.svg" + }, + "round": { + "path": "whatsapp.round.svg" + }, + "sharp": { + "path": "whatsapp.sharp.svg" + }, + "default": { + "path": "whatsapp.default.svg" + }, + "twotone": { + "path": "whatsapp.twotone.svg" + } + } + }, + { + "id": "deck", + "name": "Deck", + "variants": { + "outlined": { + "path": "deck.outlined.svg" + }, + "round": { + "path": "deck.round.svg" + }, + "sharp": { + "path": "deck.sharp.svg" + }, + "default": { + "path": "deck.default.svg" + }, + "twotone": { + "path": "deck.twotone.svg" + } + } + }, + { + "id": "psychology_alt", + "name": "Psychology Alt", + "variants": { + "outlined": { + "path": "psychology_alt.outlined.svg" + }, + "round": { + "path": "psychology_alt.round.svg" + }, + "sharp": { + "path": "psychology_alt.sharp.svg" + }, + "default": { + "path": "psychology_alt.default.svg" + }, + "twotone": { + "path": "psychology_alt.twotone.svg" + } + } + }, + { + "id": "transgender", + "name": "Transgender", + "variants": { + "outlined": { + "path": "transgender.outlined.svg" + }, + "round": { + "path": "transgender.round.svg" + }, + "sharp": { + "path": "transgender.sharp.svg" + }, + "default": { + "path": "transgender.default.svg" + }, + "twotone": { + "path": "transgender.twotone.svg" + } + } + }, + { + "id": "sports_motorsports", + "name": "Sports Motorsports", + "variants": { + "outlined": { + "path": "sports_motorsports.outlined.svg" + }, + "round": { + "path": "sports_motorsports.round.svg" + }, + "sharp": { + "path": "sports_motorsports.sharp.svg" + }, + "default": { + "path": "sports_motorsports.default.svg" + }, + "twotone": { + "path": "sports_motorsports.twotone.svg" + } + } + }, + { + "id": "cake", + "name": "Cake", + "variants": { + "outlined": { + "path": "cake.outlined.svg" + }, + "round": { + "path": "cake.round.svg" + }, + "sharp": { + "path": "cake.sharp.svg" + }, + "default": { + "path": "cake.default.svg" + }, + "twotone": { + "path": "cake.twotone.svg" + } + } + }, + { + "id": "edit_notifications", + "name": "Edit Notifications", + "variants": { + "outlined": { + "path": "edit_notifications.outlined.svg" + }, + "round": { + "path": "edit_notifications.round.svg" + }, + "sharp": { + "path": "edit_notifications.sharp.svg" + }, + "default": { + "path": "edit_notifications.default.svg" + }, + "twotone": { + "path": "edit_notifications.twotone.svg" + } + } + }, + { + "id": "social_distance", + "name": "Social Distance", + "variants": { + "outlined": { + "path": "social_distance.outlined.svg" + }, + "round": { + "path": "social_distance.round.svg" + }, + "sharp": { + "path": "social_distance.sharp.svg" + }, + "default": { + "path": "social_distance.default.svg" + }, + "twotone": { + "path": "social_distance.twotone.svg" + } + } + }, + { + "id": "emoji_flags", + "name": "Emoji Flags", + "variants": { + "outlined": { + "path": "emoji_flags.outlined.svg" + }, + "round": { + "path": "emoji_flags.round.svg" + }, + "sharp": { + "path": "emoji_flags.sharp.svg" + }, + "default": { + "path": "emoji_flags.default.svg" + }, + "twotone": { + "path": "emoji_flags.twotone.svg" + } + } + }, + { + "id": "poll", + "name": "Poll", + "variants": { + "outlined": { + "path": "poll.outlined.svg" + }, + "round": { + "path": "poll.round.svg" + }, + "sharp": { + "path": "poll.sharp.svg" + }, + "default": { + "path": "poll.default.svg" + }, + "twotone": { + "path": "poll.twotone.svg" + } + } + }, + { + "id": "woman", + "name": "Woman", + "variants": { + "outlined": { + "path": "woman.outlined.svg" + }, + "round": { + "path": "woman.round.svg" + }, + "sharp": { + "path": "woman.sharp.svg" + }, + "default": { + "path": "woman.default.svg" + }, + "twotone": { + "path": "woman.twotone.svg" + } + } + }, + { + "id": "co2", + "name": "Co2", + "variants": { + "outlined": { + "path": "co2.outlined.svg" + }, + "round": { + "path": "co2.round.svg" + }, + "sharp": { + "path": "co2.sharp.svg" + }, + "default": { + "path": "co2.default.svg" + }, + "twotone": { + "path": "co2.twotone.svg" + } + } + }, + { + "id": "sports_basketball", + "name": "Sports Basketball", + "variants": { + "outlined": { + "path": "sports_basketball.outlined.svg" + }, + "round": { + "path": "sports_basketball.round.svg" + }, + "sharp": { + "path": "sports_basketball.sharp.svg" + }, + "default": { + "path": "sports_basketball.default.svg" + }, + "twotone": { + "path": "sports_basketball.twotone.svg" + } + } + }, + { + "id": "people_outline", + "name": "People Outline", + "variants": { + "outlined": { + "path": "people_outline.outlined.svg" + }, + "round": { + "path": "people_outline.round.svg" + }, + "sharp": { + "path": "people_outline.sharp.svg" + }, + "default": { + "path": "people_outline.default.svg" + }, + "twotone": { + "path": "people_outline.twotone.svg" + } + } + }, + { + "id": "nights_stay", + "name": "Nights Stay", + "variants": { + "outlined": { + "path": "nights_stay.outlined.svg" + }, + "round": { + "path": "nights_stay.round.svg" + }, + "sharp": { + "path": "nights_stay.sharp.svg" + }, + "default": { + "path": "nights_stay.default.svg" + }, + "twotone": { + "path": "nights_stay.twotone.svg" + } + } + }, + { + "id": "hiking", + "name": "Hiking", + "variants": { + "outlined": { + "path": "hiking.outlined.svg" + }, + "round": { + "path": "hiking.round.svg" + }, + "sharp": { + "path": "hiking.sharp.svg" + }, + "default": { + "path": "hiking.default.svg" + }, + "twotone": { + "path": "hiking.twotone.svg" + } + } + }, + { + "id": "notification_add", + "name": "Notification Add", + "variants": { + "outlined": { + "path": "notification_add.outlined.svg" + }, + "round": { + "path": "notification_add.round.svg" + }, + "sharp": { + "path": "notification_add.sharp.svg" + }, + "default": { + "path": "notification_add.default.svg" + }, + "twotone": { + "path": "notification_add.twotone.svg" + } + } + }, + { + "id": "kitesurfing", + "name": "Kitesurfing", + "variants": { + "outlined": { + "path": "kitesurfing.outlined.svg" + }, + "round": { + "path": "kitesurfing.round.svg" + }, + "sharp": { + "path": "kitesurfing.sharp.svg" + }, + "default": { + "path": "kitesurfing.default.svg" + }, + "twotone": { + "path": "kitesurfing.twotone.svg" + } + } + }, + { + "id": "share", + "name": "Share", + "variants": { + "outlined": { + "path": "share.outlined.svg" + }, + "round": { + "path": "share.round.svg" + }, + "sharp": { + "path": "share.sharp.svg" + }, + "default": { + "path": "share.default.svg" + }, + "twotone": { + "path": "share.twotone.svg" + } + } + }, + { + "id": "notifications_active", + "name": "Notifications Active", + "variants": { + "outlined": { + "path": "notifications_active.outlined.svg" + }, + "round": { + "path": "notifications_active.round.svg" + }, + "sharp": { + "path": "notifications_active.sharp.svg" + }, + "default": { + "path": "notifications_active.default.svg" + }, + "twotone": { + "path": "notifications_active.twotone.svg" + } + } + }, + { + "id": "question_answer", + "name": "Question Answer", + "variants": { + "outlined": { + "path": "question_answer.outlined.svg" + }, + "round": { + "path": "question_answer.round.svg" + }, + "sharp": { + "path": "question_answer.sharp.svg" + }, + "default": { + "path": "question_answer.default.svg" + }, + "twotone": { + "path": "question_answer.twotone.svg" + } + } + }, + { + "id": "gavel", + "name": "Gavel", + "variants": { + "outlined": { + "path": "gavel.outlined.svg" + }, + "round": { + "path": "gavel.round.svg" + }, + "sharp": { + "path": "gavel.sharp.svg" + }, + "default": { + "path": "gavel.default.svg" + }, + "twotone": { + "path": "gavel.twotone.svg" + } + } + }, + { + "id": "add_shopping_cart", + "name": "Add Shopping Cart", + "variants": { + "outlined": { + "path": "add_shopping_cart.outlined.svg" + }, + "round": { + "path": "add_shopping_cart.round.svg" + }, + "sharp": { + "path": "add_shopping_cart.sharp.svg" + }, + "default": { + "path": "add_shopping_cart.default.svg" + }, + "twotone": { + "path": "add_shopping_cart.twotone.svg" + } + } + }, + { + "id": "token", + "name": "Token", + "variants": { + "outlined": { + "path": "token.outlined.svg" + }, + "round": { + "path": "token.round.svg" + }, + "sharp": { + "path": "token.sharp.svg" + }, + "default": { + "path": "token.default.svg" + }, + "twotone": { + "path": "token.twotone.svg" + } + } + }, + { + "id": "swipe_down", + "name": "Swipe Down", + "variants": { + "outlined": { + "path": "swipe_down.outlined.svg" + }, + "round": { + "path": "swipe_down.round.svg" + }, + "sharp": { + "path": "swipe_down.sharp.svg" + }, + "default": { + "path": "swipe_down.default.svg" + }, + "twotone": { + "path": "swipe_down.twotone.svg" + } + } + }, + { + "id": "shopping_bag", + "name": "Shopping Bag", + "variants": { + "outlined": { + "path": "shopping_bag.outlined.svg" + }, + "round": { + "path": "shopping_bag.round.svg" + }, + "sharp": { + "path": "shopping_bag.sharp.svg" + }, + "default": { + "path": "shopping_bag.default.svg" + }, + "twotone": { + "path": "shopping_bag.twotone.svg" + } + } + }, + { + "id": "edit_square", + "name": "Edit Square", + "variants": { + "default": { + "path": "edit_square.default.svg" + } + } + }, + { + "id": "delete_outline", + "name": "Delete Outline", + "variants": { + "outlined": { + "path": "delete_outline.outlined.svg" + }, + "round": { + "path": "delete_outline.round.svg" + }, + "sharp": { + "path": "delete_outline.sharp.svg" + }, + "default": { + "path": "delete_outline.default.svg" + }, + "twotone": { + "path": "delete_outline.twotone.svg" + } + } + }, + { + "id": "webhook", + "name": "Webhook", + "variants": { + "outlined": { + "path": "webhook.outlined.svg" + }, + "round": { + "path": "webhook.round.svg" + }, + "sharp": { + "path": "webhook.sharp.svg" + }, + "default": { + "path": "webhook.default.svg" + }, + "twotone": { + "path": "webhook.twotone.svg" + } + } + }, + { + "id": "highlight_alt", + "name": "Highlight Alt", + "variants": { + "outlined": { + "path": "highlight_alt.outlined.svg" + }, + "round": { + "path": "highlight_alt.round.svg" + }, + "sharp": { + "path": "highlight_alt.sharp.svg" + }, + "default": { + "path": "highlight_alt.default.svg" + }, + "twotone": { + "path": "highlight_alt.twotone.svg" + } + } + }, + { + "id": "outbox", + "name": "Outbox", + "variants": { + "outlined": { + "path": "outbox.outlined.svg" + }, + "round": { + "path": "outbox.round.svg" + }, + "sharp": { + "path": "outbox.sharp.svg" + }, + "default": { + "path": "outbox.default.svg" + }, + "twotone": { + "path": "outbox.twotone.svg" + } + } + }, + { + "id": "commit", + "name": "Commit", + "variants": { + "outlined": { + "path": "commit.outlined.svg" + }, + "round": { + "path": "commit.round.svg" + }, + "sharp": { + "path": "commit.sharp.svg" + }, + "default": { + "path": "commit.default.svg" + }, + "twotone": { + "path": "commit.twotone.svg" + } + } + }, + { + "id": "density_large", + "name": "Density Large", + "variants": { + "outlined": { + "path": "density_large.outlined.svg" + }, + "round": { + "path": "density_large.round.svg" + }, + "sharp": { + "path": "density_large.sharp.svg" + }, + "default": { + "path": "density_large.default.svg" + }, + "twotone": { + "path": "density_large.twotone.svg" + } + } + }, + { + "id": "search_off", + "name": "Search Off", + "variants": { + "outlined": { + "path": "search_off.outlined.svg" + }, + "round": { + "path": "search_off.round.svg" + }, + "sharp": { + "path": "search_off.sharp.svg" + }, + "default": { + "path": "search_off.default.svg" + }, + "twotone": { + "path": "search_off.twotone.svg" + } + } + }, + { + "id": "remove_shopping_cart", + "name": "Remove Shopping Cart", + "variants": { + "outlined": { + "path": "remove_shopping_cart.outlined.svg" + }, + "round": { + "path": "remove_shopping_cart.round.svg" + }, + "sharp": { + "path": "remove_shopping_cart.sharp.svg" + }, + "default": { + "path": "remove_shopping_cart.default.svg" + }, + "twotone": { + "path": "remove_shopping_cart.twotone.svg" + } + } + }, + { + "id": "dashboard_customize", + "name": "Dashboard Customize", + "variants": { + "outlined": { + "path": "dashboard_customize.outlined.svg" + }, + "round": { + "path": "dashboard_customize.round.svg" + }, + "sharp": { + "path": "dashboard_customize.sharp.svg" + }, + "default": { + "path": "dashboard_customize.default.svg" + }, + "twotone": { + "path": "dashboard_customize.twotone.svg" + } + } + }, + { + "id": "https", + "name": "Https", + "variants": { + "outlined": { + "path": "https.outlined.svg" + }, + "round": { + "path": "https.round.svg" + }, + "sharp": { + "path": "https.sharp.svg" + }, + "default": { + "path": "https.default.svg" + }, + "twotone": { + "path": "https.twotone.svg" + } + } + }, + { + "id": "swap_horiz", + "name": "Swap Horiz", + "variants": { + "outlined": { + "path": "swap_horiz.outlined.svg" + }, + "round": { + "path": "swap_horiz.round.svg" + }, + "sharp": { + "path": "swap_horiz.sharp.svg" + }, + "default": { + "path": "swap_horiz.default.svg" + }, + "twotone": { + "path": "swap_horiz.twotone.svg" + } + } + }, + { + "id": "swipe_vertical", + "name": "Swipe Vertical", + "variants": { + "outlined": { + "path": "swipe_vertical.outlined.svg" + }, + "round": { + "path": "swipe_vertical.round.svg" + }, + "sharp": { + "path": "swipe_vertical.sharp.svg" + }, + "default": { + "path": "swipe_vertical.default.svg" + }, + "twotone": { + "path": "swipe_vertical.twotone.svg" + } + } + }, + { + "id": "join_inner", + "name": "Join Inner", + "variants": { + "outlined": { + "path": "join_inner.outlined.svg" + }, + "round": { + "path": "join_inner.round.svg" + }, + "sharp": { + "path": "join_inner.sharp.svg" + }, + "default": { + "path": "join_inner.default.svg" + }, + "twotone": { + "path": "join_inner.twotone.svg" + } + } + }, + { + "id": "settings_applications", + "name": "Settings Applications", + "variants": { + "outlined": { + "path": "settings_applications.outlined.svg" + }, + "round": { + "path": "settings_applications.round.svg" + }, + "sharp": { + "path": "settings_applications.sharp.svg" + }, + "default": { + "path": "settings_applications.default.svg" + }, + "twotone": { + "path": "settings_applications.twotone.svg" + } + } + }, + { + "id": "settings", + "name": "Settings", + "variants": { + "outlined": { + "path": "settings.outlined.svg" + }, + "round": { + "path": "settings.round.svg" + }, + "sharp": { + "path": "settings.sharp.svg" + }, + "default": { + "path": "settings.default.svg" + }, + "twotone": { + "path": "settings.twotone.svg" + } + } + }, + { + "id": "home", + "name": "Home", + "variants": { + "outlined": { + "path": "home.outlined.svg" + }, + "round": { + "path": "home.round.svg" + }, + "sharp": { + "path": "home.sharp.svg" + }, + "default": { + "path": "home.default.svg" + }, + "twotone": { + "path": "home.twotone.svg" + } + } + }, + { + "id": "thumb_down", + "name": "Thumb Down", + "variants": { + "outlined": { + "path": "thumb_down.outlined.svg" + }, + "round": { + "path": "thumb_down.round.svg" + }, + "sharp": { + "path": "thumb_down.sharp.svg" + }, + "default": { + "path": "thumb_down.default.svg" + }, + "twotone": { + "path": "thumb_down.twotone.svg" + } + } + }, + { + "id": "trending_up", + "name": "Trending Up", + "variants": { + "outlined": { + "path": "trending_up.outlined.svg" + }, + "round": { + "path": "trending_up.round.svg" + }, + "sharp": { + "path": "trending_up.sharp.svg" + }, + "default": { + "path": "trending_up.default.svg" + }, + "twotone": { + "path": "trending_up.twotone.svg" + } + } + }, + { + "id": "abc", + "name": "Abc", + "variants": { + "outlined": { + "path": "abc.outlined.svg" + }, + "round": { + "path": "abc.round.svg" + }, + "sharp": { + "path": "abc.sharp.svg" + }, + "default": { + "path": "abc.default.svg" + }, + "twotone": { + "path": "abc.twotone.svg" + } + } + }, + { + "id": "swipe_left_alt", + "name": "Swipe Left Alt", + "variants": { + "outlined": { + "path": "swipe_left_alt.outlined.svg" + }, + "round": { + "path": "swipe_left_alt.round.svg" + }, + "sharp": { + "path": "swipe_left_alt.sharp.svg" + }, + "default": { + "path": "swipe_left_alt.default.svg" + }, + "twotone": { + "path": "swipe_left_alt.twotone.svg" + } + } + }, + { + "id": "plagiarism", + "name": "Plagiarism", + "variants": { + "outlined": { + "path": "plagiarism.outlined.svg" + }, + "round": { + "path": "plagiarism.round.svg" + }, + "sharp": { + "path": "plagiarism.sharp.svg" + }, + "default": { + "path": "plagiarism.default.svg" + }, + "twotone": { + "path": "plagiarism.twotone.svg" + } + } + }, + { + "id": "app_blocking", + "name": "App Blocking", + "variants": { + "outlined": { + "path": "app_blocking.outlined.svg" + }, + "round": { + "path": "app_blocking.round.svg" + }, + "sharp": { + "path": "app_blocking.sharp.svg" + }, + "default": { + "path": "app_blocking.default.svg" + }, + "twotone": { + "path": "app_blocking.twotone.svg" + } + } + }, + { + "id": "sensors", + "name": "Sensors", + "variants": { + "outlined": { + "path": "sensors.outlined.svg" + }, + "round": { + "path": "sensors.round.svg" + }, + "sharp": { + "path": "sensors.sharp.svg" + }, + "default": { + "path": "sensors.default.svg" + }, + "twotone": { + "path": "sensors.twotone.svg" + } + } + }, + { + "id": "fit_screen", + "name": "Fit Screen", + "variants": { + "outlined": { + "path": "fit_screen.outlined.svg" + }, + "round": { + "path": "fit_screen.round.svg" + }, + "sharp": { + "path": "fit_screen.sharp.svg" + }, + "default": { + "path": "fit_screen.default.svg" + }, + "twotone": { + "path": "fit_screen.twotone.svg" + } + } + }, + { + "id": "reorder", + "name": "Reorder", + "variants": { + "outlined": { + "path": "reorder.outlined.svg" + }, + "round": { + "path": "reorder.round.svg" + }, + "sharp": { + "path": "reorder.sharp.svg" + }, + "default": { + "path": "reorder.default.svg" + }, + "twotone": { + "path": "reorder.twotone.svg" + } + } + }, + { + "id": "view_stream", + "name": "View Stream", + "variants": { + "outlined": { + "path": "view_stream.outlined.svg" + }, + "round": { + "path": "view_stream.round.svg" + }, + "sharp": { + "path": "view_stream.sharp.svg" + }, + "default": { + "path": "view_stream.default.svg" + }, + "twotone": { + "path": "view_stream.twotone.svg" + } + } + }, + { + "id": "compress", + "name": "Compress", + "variants": { + "outlined": { + "path": "compress.outlined.svg" + }, + "round": { + "path": "compress.round.svg" + }, + "sharp": { + "path": "compress.sharp.svg" + }, + "default": { + "path": "compress.default.svg" + }, + "twotone": { + "path": "compress.twotone.svg" + } + } + }, + { + "id": "build_circle", + "name": "Build Circle", + "variants": { + "outlined": { + "path": "build_circle.outlined.svg" + }, + "round": { + "path": "build_circle.round.svg" + }, + "sharp": { + "path": "build_circle.sharp.svg" + }, + "default": { + "path": "build_circle.default.svg" + }, + "twotone": { + "path": "build_circle.twotone.svg" + } + } + }, + { + "id": "join_full", + "name": "Join Full", + "variants": { + "outlined": { + "path": "join_full.outlined.svg" + }, + "round": { + "path": "join_full.round.svg" + }, + "sharp": { + "path": "join_full.sharp.svg" + }, + "default": { + "path": "join_full.default.svg" + }, + "twotone": { + "path": "join_full.twotone.svg" + } + } + }, + { + "id": "addchart", + "name": "Addchart", + "variants": { + "outlined": { + "path": "addchart.outlined.svg" + }, + "round": { + "path": "addchart.round.svg" + }, + "sharp": { + "path": "addchart.sharp.svg" + }, + "default": { + "path": "addchart.default.svg" + }, + "twotone": { + "path": "addchart.twotone.svg" + } + } + }, + { + "id": "thumb_down_off_alt", + "name": "Thumb Down Off Alt", + "variants": { + "outlined": { + "path": "thumb_down_off_alt.outlined.svg" + }, + "round": { + "path": "thumb_down_off_alt.round.svg" + }, + "sharp": { + "path": "thumb_down_off_alt.sharp.svg" + }, + "default": { + "path": "thumb_down_off_alt.default.svg" + }, + "twotone": { + "path": "thumb_down_off_alt.twotone.svg" + } + } + }, + { + "id": "disabled_by_default", + "name": "Disabled By Default", + "variants": { + "outlined": { + "path": "disabled_by_default.outlined.svg" + }, + "round": { + "path": "disabled_by_default.round.svg" + }, + "sharp": { + "path": "disabled_by_default.sharp.svg" + }, + "default": { + "path": "disabled_by_default.default.svg" + }, + "twotone": { + "path": "disabled_by_default.twotone.svg" + } + } + }, + { + "id": "settings_accessibility", + "name": "Settings Accessibility", + "variants": { + "outlined": { + "path": "settings_accessibility.outlined.svg" + }, + "round": { + "path": "settings_accessibility.round.svg" + }, + "sharp": { + "path": "settings_accessibility.sharp.svg" + }, + "default": { + "path": "settings_accessibility.default.svg" + }, + "twotone": { + "path": "settings_accessibility.twotone.svg" + } + } + }, + { + "id": "g_translate", + "name": "G Translate", + "variants": { + "outlined": { + "path": "g_translate.outlined.svg" + }, + "round": { + "path": "g_translate.round.svg" + }, + "sharp": { + "path": "g_translate.sharp.svg" + }, + "default": { + "path": "g_translate.default.svg" + }, + "twotone": { + "path": "g_translate.twotone.svg" + } + } + }, + { + "id": "view_module", + "name": "View Module", + "variants": { + "outlined": { + "path": "view_module.outlined.svg" + }, + "round": { + "path": "view_module.round.svg" + }, + "sharp": { + "path": "view_module.sharp.svg" + }, + "default": { + "path": "view_module.default.svg" + }, + "twotone": { + "path": "view_module.twotone.svg" + } + } + }, + { + "id": "view_list", + "name": "View List", + "variants": { + "outlined": { + "path": "view_list.outlined.svg" + }, + "round": { + "path": "view_list.round.svg" + }, + "sharp": { + "path": "view_list.sharp.svg" + }, + "default": { + "path": "view_list.default.svg" + }, + "twotone": { + "path": "view_list.twotone.svg" + } + } + }, + { + "id": "home_filled", + "name": "Home Filled", + "variants": { + "default": { + "path": "home_filled.default.svg" + } + } + }, + { + "id": "help_outline", + "name": "Help Outline", + "variants": { + "outlined": { + "path": "help_outline.outlined.svg" + }, + "round": { + "path": "help_outline.round.svg" + }, + "sharp": { + "path": "help_outline.sharp.svg" + }, + "default": { + "path": "help_outline.default.svg" + }, + "twotone": { + "path": "help_outline.twotone.svg" + } + } + }, + { + "id": "settings_phone", + "name": "Settings Phone", + "variants": { + "outlined": { + "path": "settings_phone.outlined.svg" + }, + "round": { + "path": "settings_phone.round.svg" + }, + "sharp": { + "path": "settings_phone.sharp.svg" + }, + "default": { + "path": "settings_phone.default.svg" + }, + "twotone": { + "path": "settings_phone.twotone.svg" + } + } + }, + { + "id": "credit_card", + "name": "Credit Card", + "variants": { + "outlined": { + "path": "credit_card.outlined.svg" + }, + "round": { + "path": "credit_card.round.svg" + }, + "sharp": { + "path": "credit_card.sharp.svg" + }, + "default": { + "path": "credit_card.default.svg" + }, + "twotone": { + "path": "credit_card.twotone.svg" + } + } + }, + { + "id": "contactless", + "name": "Contactless", + "variants": { + "outlined": { + "path": "contactless.outlined.svg" + }, + "round": { + "path": "contactless.round.svg" + }, + "sharp": { + "path": "contactless.sharp.svg" + }, + "default": { + "path": "contactless.default.svg" + }, + "twotone": { + "path": "contactless.twotone.svg" + } + } + }, + { + "id": "toc", + "name": "Toc", + "variants": { + "outlined": { + "path": "toc.outlined.svg" + }, + "round": { + "path": "toc.round.svg" + }, + "sharp": { + "path": "toc.sharp.svg" + }, + "default": { + "path": "toc.default.svg" + }, + "twotone": { + "path": "toc.twotone.svg" + } + } + }, + { + "id": "upgrade", + "name": "Upgrade", + "variants": { + "outlined": { + "path": "upgrade.outlined.svg" + }, + "round": { + "path": "upgrade.round.svg" + }, + "sharp": { + "path": "upgrade.sharp.svg" + }, + "default": { + "path": "upgrade.default.svg" + }, + "twotone": { + "path": "upgrade.twotone.svg" + } + } + }, + { + "id": "expand", + "name": "Expand", + "variants": { + "outlined": { + "path": "expand.outlined.svg" + }, + "round": { + "path": "expand.round.svg" + }, + "sharp": { + "path": "expand.sharp.svg" + }, + "default": { + "path": "expand.default.svg" + }, + "twotone": { + "path": "expand.twotone.svg" + } + } + }, + { + "id": "drag_indicator", + "name": "Drag Indicator", + "variants": { + "outlined": { + "path": "drag_indicator.outlined.svg" + }, + "round": { + "path": "drag_indicator.round.svg" + }, + "sharp": { + "path": "drag_indicator.sharp.svg" + }, + "default": { + "path": "drag_indicator.default.svg" + }, + "twotone": { + "path": "drag_indicator.twotone.svg" + } + } + }, + { + "id": "event_repeat", + "name": "Event Repeat", + "variants": { + "outlined": { + "path": "event_repeat.outlined.svg" + }, + "round": { + "path": "event_repeat.round.svg" + }, + "sharp": { + "path": "event_repeat.sharp.svg" + }, + "default": { + "path": "event_repeat.default.svg" + }, + "twotone": { + "path": "event_repeat.twotone.svg" + } + } + }, + { + "id": "schedule", + "name": "Schedule", + "variants": { + "outlined": { + "path": "schedule.outlined.svg" + }, + "round": { + "path": "schedule.round.svg" + }, + "sharp": { + "path": "schedule.sharp.svg" + }, + "default": { + "path": "schedule.default.svg" + }, + "twotone": { + "path": "schedule.twotone.svg" + } + } + }, + { + "id": "highlight_off", + "name": "Highlight Off", + "variants": { + "outlined": { + "path": "highlight_off.outlined.svg" + }, + "round": { + "path": "highlight_off.round.svg" + }, + "sharp": { + "path": "highlight_off.sharp.svg" + }, + "default": { + "path": "highlight_off.default.svg" + }, + "twotone": { + "path": "highlight_off.twotone.svg" + } + } + }, + { + "id": "task_alt", + "name": "Task Alt", + "variants": { + "outlined": { + "path": "task_alt.outlined.svg" + }, + "round": { + "path": "task_alt.round.svg" + }, + "sharp": { + "path": "task_alt.sharp.svg" + }, + "default": { + "path": "task_alt.default.svg" + }, + "twotone": { + "path": "task_alt.twotone.svg" + } + } + }, + { + "id": "contact_support", + "name": "Contact Support", + "variants": { + "outlined": { + "path": "contact_support.outlined.svg" + }, + "round": { + "path": "contact_support.round.svg" + }, + "sharp": { + "path": "contact_support.sharp.svg" + }, + "default": { + "path": "contact_support.default.svg" + }, + "twotone": { + "path": "contact_support.twotone.svg" + } + } + }, + { + "id": "pregnant_woman", + "name": "Pregnant Woman", + "variants": { + "outlined": { + "path": "pregnant_woman.outlined.svg" + }, + "round": { + "path": "pregnant_woman.round.svg" + }, + "sharp": { + "path": "pregnant_woman.sharp.svg" + }, + "default": { + "path": "pregnant_woman.default.svg" + }, + "twotone": { + "path": "pregnant_woman.twotone.svg" + } + } + }, + { + "id": "tab_unselected", + "name": "Tab Unselected", + "variants": { + "outlined": { + "path": "tab_unselected.outlined.svg" + }, + "round": { + "path": "tab_unselected.round.svg" + }, + "sharp": { + "path": "tab_unselected.sharp.svg" + }, + "default": { + "path": "tab_unselected.default.svg" + }, + "twotone": { + "path": "tab_unselected.twotone.svg" + } + } + }, + { + "id": "watch_later", + "name": "Watch Later", + "variants": { + "outlined": { + "path": "watch_later.outlined.svg" + }, + "round": { + "path": "watch_later.round.svg" + }, + "sharp": { + "path": "watch_later.sharp.svg" + }, + "default": { + "path": "watch_later.default.svg" + }, + "twotone": { + "path": "watch_later.twotone.svg" + } + } + }, + { + "id": "room", + "name": "Room", + "variants": { + "outlined": { + "path": "room.outlined.svg" + }, + "round": { + "path": "room.round.svg" + }, + "sharp": { + "path": "room.sharp.svg" + }, + "default": { + "path": "room.default.svg" + }, + "twotone": { + "path": "room.twotone.svg" + } + } + }, + { + "id": "star_rate", + "name": "Star Rate", + "variants": { + "outlined": { + "path": "star_rate.outlined.svg" + }, + "round": { + "path": "star_rate.round.svg" + }, + "sharp": { + "path": "star_rate.sharp.svg" + }, + "default": { + "path": "star_rate.default.svg" + }, + "twotone": { + "path": "star_rate.twotone.svg" + } + } + }, + { + "id": "published_with_changes", + "name": "Published With Changes", + "variants": { + "outlined": { + "path": "published_with_changes.outlined.svg" + }, + "round": { + "path": "published_with_changes.round.svg" + }, + "sharp": { + "path": "published_with_changes.sharp.svg" + }, + "default": { + "path": "published_with_changes.default.svg" + }, + "twotone": { + "path": "published_with_changes.twotone.svg" + } + } + }, + { + "id": "grading", + "name": "Grading", + "variants": { + "outlined": { + "path": "grading.outlined.svg" + }, + "round": { + "path": "grading.round.svg" + }, + "sharp": { + "path": "grading.sharp.svg" + }, + "default": { + "path": "grading.default.svg" + }, + "twotone": { + "path": "grading.twotone.svg" + } + } + }, + { + "id": "lightbulb_circle", + "name": "Lightbulb Circle", + "variants": { + "outlined": { + "path": "lightbulb_circle.outlined.svg" + }, + "round": { + "path": "lightbulb_circle.round.svg" + }, + "sharp": { + "path": "lightbulb_circle.sharp.svg" + }, + "default": { + "path": "lightbulb_circle.default.svg" + }, + "twotone": { + "path": "lightbulb_circle.twotone.svg" + } + } + }, + { + "id": "perm_data_setting", + "name": "Perm Data Setting", + "variants": { + "outlined": { + "path": "perm_data_setting.outlined.svg" + }, + "round": { + "path": "perm_data_setting.round.svg" + }, + "sharp": { + "path": "perm_data_setting.sharp.svg" + }, + "default": { + "path": "perm_data_setting.default.svg" + }, + "twotone": { + "path": "perm_data_setting.twotone.svg" + } + } + }, + { + "id": "pageview", + "name": "Pageview", + "variants": { + "outlined": { + "path": "pageview.outlined.svg" + }, + "round": { + "path": "pageview.round.svg" + }, + "sharp": { + "path": "pageview.sharp.svg" + }, + "default": { + "path": "pageview.default.svg" + }, + "twotone": { + "path": "pageview.twotone.svg" + } + } + }, + { + "id": "edit_document", + "name": "Edit Document", + "variants": { + "default": { + "path": "edit_document.default.svg" + } + } + }, + { + "id": "bookmark", + "name": "Bookmark", + "variants": { + "outlined": { + "path": "bookmark.outlined.svg" + }, + "round": { + "path": "bookmark.round.svg" + }, + "sharp": { + "path": "bookmark.sharp.svg" + }, + "default": { + "path": "bookmark.default.svg" + }, + "twotone": { + "path": "bookmark.twotone.svg" + } + } + }, + { + "id": "check_circle", + "name": "Check Circle", + "variants": { + "outlined": { + "path": "check_circle.outlined.svg" + }, + "round": { + "path": "check_circle.round.svg" + }, + "sharp": { + "path": "check_circle.sharp.svg" + }, + "default": { + "path": "check_circle.default.svg" + }, + "twotone": { + "path": "check_circle.twotone.svg" + } + } + }, + { + "id": "pin_end", + "name": "Pin End", + "variants": { + "outlined": { + "path": "pin_end.outlined.svg" + }, + "round": { + "path": "pin_end.round.svg" + }, + "sharp": { + "path": "pin_end.sharp.svg" + }, + "default": { + "path": "pin_end.default.svg" + }, + "twotone": { + "path": "pin_end.twotone.svg" + } + } + }, + { + "id": "file_present", + "name": "File Present", + "variants": { + "outlined": { + "path": "file_present.outlined.svg" + }, + "round": { + "path": "file_present.round.svg" + }, + "sharp": { + "path": "file_present.sharp.svg" + }, + "default": { + "path": "file_present.default.svg" + }, + "twotone": { + "path": "file_present.twotone.svg" + } + } + }, + { + "id": "savings", + "name": "Savings", + "variants": { + "outlined": { + "path": "savings.outlined.svg" + }, + "round": { + "path": "savings.round.svg" + }, + "sharp": { + "path": "savings.sharp.svg" + }, + "default": { + "path": "savings.default.svg" + }, + "twotone": { + "path": "savings.twotone.svg" + } + } + }, + { + "id": "fingerprint", + "name": "Fingerprint", + "variants": { + "outlined": { + "path": "fingerprint.outlined.svg" + }, + "round": { + "path": "fingerprint.round.svg" + }, + "sharp": { + "path": "fingerprint.sharp.svg" + }, + "default": { + "path": "fingerprint.default.svg" + }, + "twotone": { + "path": "fingerprint.twotone.svg" + } + } + }, + { + "id": "calendar_view_month", + "name": "Calendar View Month", + "variants": { + "outlined": { + "path": "calendar_view_month.outlined.svg" + }, + "round": { + "path": "calendar_view_month.round.svg" + }, + "sharp": { + "path": "calendar_view_month.sharp.svg" + }, + "default": { + "path": "calendar_view_month.default.svg" + }, + "twotone": { + "path": "calendar_view_month.twotone.svg" + } + } + }, + { + "id": "extension", + "name": "Extension", + "variants": { + "outlined": { + "path": "extension.outlined.svg" + }, + "round": { + "path": "extension.round.svg" + }, + "sharp": { + "path": "extension.sharp.svg" + }, + "default": { + "path": "extension.default.svg" + }, + "twotone": { + "path": "extension.twotone.svg" + } + } + }, + { + "id": "credit_card_off", + "name": "Credit Card Off", + "variants": { + "outlined": { + "path": "credit_card_off.outlined.svg" + }, + "round": { + "path": "credit_card_off.round.svg" + }, + "sharp": { + "path": "credit_card_off.sharp.svg" + }, + "default": { + "path": "credit_card_off.default.svg" + }, + "twotone": { + "path": "credit_card_off.twotone.svg" + } + } + }, + { + "id": "visibility_off", + "name": "Visibility Off", + "variants": { + "outlined": { + "path": "visibility_off.outlined.svg" + }, + "round": { + "path": "visibility_off.round.svg" + }, + "sharp": { + "path": "visibility_off.sharp.svg" + }, + "default": { + "path": "visibility_off.default.svg" + }, + "twotone": { + "path": "visibility_off.twotone.svg" + } + } + }, + { + "id": "rowing", + "name": "Rowing", + "variants": { + "outlined": { + "path": "rowing.outlined.svg" + }, + "round": { + "path": "rowing.round.svg" + }, + "sharp": { + "path": "rowing.sharp.svg" + }, + "default": { + "path": "rowing.default.svg" + }, + "twotone": { + "path": "rowing.twotone.svg" + } + } + }, + { + "id": "perm_identity", + "name": "Perm Identity", + "variants": { + "outlined": { + "path": "perm_identity.outlined.svg" + }, + "round": { + "path": "perm_identity.round.svg" + }, + "sharp": { + "path": "perm_identity.sharp.svg" + }, + "default": { + "path": "perm_identity.default.svg" + }, + "twotone": { + "path": "perm_identity.twotone.svg" + } + } + }, + { + "id": "alarm_on", + "name": "Alarm On", + "variants": { + "outlined": { + "path": "alarm_on.outlined.svg" + }, + "round": { + "path": "alarm_on.round.svg" + }, + "sharp": { + "path": "alarm_on.sharp.svg" + }, + "default": { + "path": "alarm_on.default.svg" + }, + "twotone": { + "path": "alarm_on.twotone.svg" + } + } + }, + { + "id": "vertical_split", + "name": "Vertical Split", + "variants": { + "outlined": { + "path": "vertical_split.outlined.svg" + }, + "round": { + "path": "vertical_split.round.svg" + }, + "sharp": { + "path": "vertical_split.sharp.svg" + }, + "default": { + "path": "vertical_split.default.svg" + }, + "twotone": { + "path": "vertical_split.twotone.svg" + } + } + }, + { + "id": "troubleshoot", + "name": "Troubleshoot", + "variants": { + "outlined": { + "path": "troubleshoot.outlined.svg" + }, + "round": { + "path": "troubleshoot.round.svg" + }, + "sharp": { + "path": "troubleshoot.sharp.svg" + }, + "default": { + "path": "troubleshoot.default.svg" + }, + "twotone": { + "path": "troubleshoot.twotone.svg" + } + } + }, + { + "id": "settings_brightness", + "name": "Settings Brightness", + "variants": { + "outlined": { + "path": "settings_brightness.outlined.svg" + }, + "round": { + "path": "settings_brightness.round.svg" + }, + "sharp": { + "path": "settings_brightness.sharp.svg" + }, + "default": { + "path": "settings_brightness.default.svg" + }, + "twotone": { + "path": "settings_brightness.twotone.svg" + } + } + }, + { + "id": "settings_input_svideo", + "name": "Settings Input Svideo", + "variants": { + "outlined": { + "path": "settings_input_svideo.outlined.svg" + }, + "round": { + "path": "settings_input_svideo.round.svg" + }, + "sharp": { + "path": "settings_input_svideo.sharp.svg" + }, + "default": { + "path": "settings_input_svideo.default.svg" + }, + "twotone": { + "path": "settings_input_svideo.twotone.svg" + } + } + }, + { + "id": "rebase_edit", + "name": "Rebase Edit", + "variants": { + "default": { + "path": "rebase_edit.default.svg" + } + } + }, + { + "id": "fact_check", + "name": "Fact Check", + "variants": { + "outlined": { + "path": "fact_check.outlined.svg" + }, + "round": { + "path": "fact_check.round.svg" + }, + "sharp": { + "path": "fact_check.sharp.svg" + }, + "default": { + "path": "fact_check.default.svg" + }, + "twotone": { + "path": "fact_check.twotone.svg" + } + } + }, + { + "id": "settings_input_antenna", + "name": "Settings Input Antenna", + "variants": { + "outlined": { + "path": "settings_input_antenna.outlined.svg" + }, + "round": { + "path": "settings_input_antenna.round.svg" + }, + "sharp": { + "path": "settings_input_antenna.sharp.svg" + }, + "default": { + "path": "settings_input_antenna.default.svg" + }, + "twotone": { + "path": "settings_input_antenna.twotone.svg" + } + } + }, + { + "id": "not_started", + "name": "Not Started", + "variants": { + "outlined": { + "path": "not_started.outlined.svg" + }, + "round": { + "path": "not_started.round.svg" + }, + "sharp": { + "path": "not_started.sharp.svg" + }, + "default": { + "path": "not_started.default.svg" + }, + "twotone": { + "path": "not_started.twotone.svg" + } + } + }, + { + "id": "contact_page", + "name": "Contact Page", + "variants": { + "outlined": { + "path": "contact_page.outlined.svg" + }, + "round": { + "path": "contact_page.round.svg" + }, + "sharp": { + "path": "contact_page.sharp.svg" + }, + "default": { + "path": "contact_page.default.svg" + }, + "twotone": { + "path": "contact_page.twotone.svg" + } + } + }, + { + "id": "settings_voice", + "name": "Settings Voice", + "variants": { + "outlined": { + "path": "settings_voice.outlined.svg" + }, + "round": { + "path": "settings_voice.round.svg" + }, + "sharp": { + "path": "settings_voice.sharp.svg" + }, + "default": { + "path": "settings_voice.default.svg" + }, + "twotone": { + "path": "settings_voice.twotone.svg" + } + } + }, + { + "id": "update", + "name": "Update", + "variants": { + "outlined": { + "path": "update.outlined.svg" + }, + "round": { + "path": "update.round.svg" + }, + "sharp": { + "path": "update.sharp.svg" + }, + "default": { + "path": "update.default.svg" + }, + "twotone": { + "path": "update.twotone.svg" + } + } + }, + { + "id": "app_shortcut", + "name": "App Shortcut", + "variants": { + "outlined": { + "path": "app_shortcut.outlined.svg" + }, + "round": { + "path": "app_shortcut.round.svg" + }, + "sharp": { + "path": "app_shortcut.sharp.svg" + }, + "default": { + "path": "app_shortcut.default.svg" + }, + "twotone": { + "path": "app_shortcut.twotone.svg" + } + } + }, + { + "id": "face_unlock", + "name": "Face Unlock", + "variants": { + "outlined": { + "path": "face_unlock.outlined.svg" + }, + "round": { + "path": "face_unlock.round.svg" + }, + "sharp": { + "path": "face_unlock.sharp.svg" + }, + "twotone": { + "path": "face_unlock.twotone.svg" + } + } + }, + { + "id": "label_off", + "name": "Label Off", + "variants": { + "outlined": { + "path": "label_off.outlined.svg" + }, + "round": { + "path": "label_off.round.svg" + }, + "sharp": { + "path": "label_off.sharp.svg" + }, + "default": { + "path": "label_off.default.svg" + }, + "twotone": { + "path": "label_off.twotone.svg" + } + } + }, + { + "id": "unfold_less_double", + "name": "Unfold Less Double", + "variants": { + "outlined": { + "path": "unfold_less_double.outlined.svg" + }, + "round": { + "path": "unfold_less_double.round.svg" + }, + "sharp": { + "path": "unfold_less_double.sharp.svg" + }, + "default": { + "path": "unfold_less_double.default.svg" + }, + "twotone": { + "path": "unfold_less_double.twotone.svg" + } + } + }, + { + "id": "delete", + "name": "Delete", + "variants": { + "outlined": { + "path": "delete.outlined.svg" + }, + "round": { + "path": "delete.round.svg" + }, + "sharp": { + "path": "delete.sharp.svg" + }, + "default": { + "path": "delete.default.svg" + }, + "twotone": { + "path": "delete.twotone.svg" + } + } + }, + { + "id": "view_column", + "name": "View Column", + "variants": { + "outlined": { + "path": "view_column.outlined.svg" + }, + "round": { + "path": "view_column.round.svg" + }, + "sharp": { + "path": "view_column.sharp.svg" + }, + "default": { + "path": "view_column.default.svg" + }, + "twotone": { + "path": "view_column.twotone.svg" + } + } + }, + { + "id": "offline_bolt", + "name": "Offline Bolt", + "variants": { + "outlined": { + "path": "offline_bolt.outlined.svg" + }, + "round": { + "path": "offline_bolt.round.svg" + }, + "sharp": { + "path": "offline_bolt.sharp.svg" + }, + "default": { + "path": "offline_bolt.default.svg" + }, + "twotone": { + "path": "offline_bolt.twotone.svg" + } + } + }, + { + "id": "view_array", + "name": "View Array", + "variants": { + "outlined": { + "path": "view_array.outlined.svg" + }, + "round": { + "path": "view_array.round.svg" + }, + "sharp": { + "path": "view_array.sharp.svg" + }, + "default": { + "path": "view_array.default.svg" + }, + "twotone": { + "path": "view_array.twotone.svg" + } + } + }, + { + "id": "perm_contact_calendar", + "name": "Perm Contact Calendar", + "variants": { + "outlined": { + "path": "perm_contact_calendar.outlined.svg" + }, + "round": { + "path": "perm_contact_calendar.round.svg" + }, + "sharp": { + "path": "perm_contact_calendar.sharp.svg" + }, + "default": { + "path": "perm_contact_calendar.default.svg" + }, + "twotone": { + "path": "perm_contact_calendar.twotone.svg" + } + } + }, + { + "id": "unpublished", + "name": "Unpublished", + "variants": { + "outlined": { + "path": "unpublished.outlined.svg" + }, + "round": { + "path": "unpublished.round.svg" + }, + "sharp": { + "path": "unpublished.sharp.svg" + }, + "default": { + "path": "unpublished.default.svg" + }, + "twotone": { + "path": "unpublished.twotone.svg" + } + } + }, + { + "id": "swipe_up", + "name": "Swipe Up", + "variants": { + "outlined": { + "path": "swipe_up.outlined.svg" + }, + "round": { + "path": "swipe_up.round.svg" + }, + "sharp": { + "path": "swipe_up.sharp.svg" + }, + "default": { + "path": "swipe_up.default.svg" + }, + "twotone": { + "path": "swipe_up.twotone.svg" + } + } + }, + { + "id": "visibility", + "name": "Visibility", + "variants": { + "outlined": { + "path": "visibility.outlined.svg" + }, + "round": { + "path": "visibility.round.svg" + }, + "sharp": { + "path": "visibility.sharp.svg" + }, + "default": { + "path": "visibility.default.svg" + }, + "twotone": { + "path": "visibility.twotone.svg" + } + } + }, + { + "id": "note_add", + "name": "Note Add", + "variants": { + "outlined": { + "path": "note_add.outlined.svg" + }, + "round": { + "path": "note_add.round.svg" + }, + "sharp": { + "path": "note_add.sharp.svg" + }, + "default": { + "path": "note_add.default.svg" + }, + "twotone": { + "path": "note_add.twotone.svg" + } + } + }, + { + "id": "lock_person", + "name": "Lock Person", + "variants": { + "outlined": { + "path": "lock_person.outlined.svg" + }, + "round": { + "path": "lock_person.round.svg" + }, + "sharp": { + "path": "lock_person.sharp.svg" + }, + "default": { + "path": "lock_person.default.svg" + }, + "twotone": { + "path": "lock_person.twotone.svg" + } + } + }, + { + "id": "face", + "name": "Face", + "variants": { + "outlined": { + "path": "face.outlined.svg" + }, + "round": { + "path": "face.round.svg" + }, + "sharp": { + "path": "face.sharp.svg" + }, + "default": { + "path": "face.default.svg" + }, + "twotone": { + "path": "face.twotone.svg" + } + } + }, + { + "id": "verified", + "name": "Verified", + "variants": { + "outlined": { + "path": "verified.outlined.svg" + }, + "round": { + "path": "verified.round.svg" + }, + "sharp": { + "path": "verified.sharp.svg" + }, + "default": { + "path": "verified.default.svg" + }, + "twotone": { + "path": "verified.twotone.svg" + } + } + }, + { + "id": "css", + "name": "Css", + "variants": { + "outlined": { + "path": "css.outlined.svg" + }, + "round": { + "path": "css.round.svg" + }, + "sharp": { + "path": "css.sharp.svg" + }, + "default": { + "path": "css.default.svg" + }, + "twotone": { + "path": "css.twotone.svg" + } + } + }, + { + "id": "today", + "name": "Today", + "variants": { + "outlined": { + "path": "today.outlined.svg" + }, + "round": { + "path": "today.round.svg" + }, + "sharp": { + "path": "today.sharp.svg" + }, + "default": { + "path": "today.default.svg" + }, + "twotone": { + "path": "today.twotone.svg" + } + } + }, + { + "id": "join_right", + "name": "Join Right", + "variants": { + "outlined": { + "path": "join_right.outlined.svg" + }, + "round": { + "path": "join_right.round.svg" + }, + "sharp": { + "path": "join_right.sharp.svg" + }, + "default": { + "path": "join_right.default.svg" + }, + "twotone": { + "path": "join_right.twotone.svg" + } + } + }, + { + "id": "data_thresholding", + "name": "Data Thresholding", + "variants": { + "outlined": { + "path": "data_thresholding.outlined.svg" + }, + "round": { + "path": "data_thresholding.round.svg" + }, + "sharp": { + "path": "data_thresholding.sharp.svg" + }, + "default": { + "path": "data_thresholding.default.svg" + }, + "twotone": { + "path": "data_thresholding.twotone.svg" + } + } + }, + { + "id": "manage_accounts", + "name": "Manage Accounts", + "variants": { + "outlined": { + "path": "manage_accounts.outlined.svg" + }, + "round": { + "path": "manage_accounts.round.svg" + }, + "sharp": { + "path": "manage_accounts.sharp.svg" + }, + "default": { + "path": "manage_accounts.default.svg" + }, + "twotone": { + "path": "manage_accounts.twotone.svg" + } + } + }, + { + "id": "subtitles_off", + "name": "Subtitles Off", + "variants": { + "outlined": { + "path": "subtitles_off.outlined.svg" + }, + "round": { + "path": "subtitles_off.round.svg" + }, + "sharp": { + "path": "subtitles_off.sharp.svg" + }, + "default": { + "path": "subtitles_off.default.svg" + }, + "twotone": { + "path": "subtitles_off.twotone.svg" + } + } + }, + { + "id": "lock_reset", + "name": "Lock Reset", + "variants": { + "outlined": { + "path": "lock_reset.outlined.svg" + }, + "round": { + "path": "lock_reset.round.svg" + }, + "sharp": { + "path": "lock_reset.sharp.svg" + }, + "default": { + "path": "lock_reset.default.svg" + }, + "twotone": { + "path": "lock_reset.twotone.svg" + } + } + }, + { + "id": "flaky", + "name": "Flaky", + "variants": { + "outlined": { + "path": "flaky.outlined.svg" + }, + "round": { + "path": "flaky.round.svg" + }, + "sharp": { + "path": "flaky.sharp.svg" + }, + "default": { + "path": "flaky.default.svg" + }, + "twotone": { + "path": "flaky.twotone.svg" + } + } + }, + { + "id": "translate", + "name": "Translate", + "variants": { + "outlined": { + "path": "translate.outlined.svg" + }, + "round": { + "path": "translate.round.svg" + }, + "sharp": { + "path": "translate.sharp.svg" + }, + "default": { + "path": "translate.default.svg" + }, + "twotone": { + "path": "translate.twotone.svg" + } + } + }, + { + "id": "settings_ethernet", + "name": "Settings Ethernet", + "variants": { + "outlined": { + "path": "settings_ethernet.outlined.svg" + }, + "round": { + "path": "settings_ethernet.round.svg" + }, + "sharp": { + "path": "settings_ethernet.sharp.svg" + }, + "default": { + "path": "settings_ethernet.default.svg" + }, + "twotone": { + "path": "settings_ethernet.twotone.svg" + } + } + }, + { + "id": "lock_open", + "name": "Lock Open", + "variants": { + "outlined": { + "path": "lock_open.outlined.svg" + }, + "round": { + "path": "lock_open.round.svg" + }, + "sharp": { + "path": "lock_open.sharp.svg" + }, + "default": { + "path": "lock_open.default.svg" + }, + "twotone": { + "path": "lock_open.twotone.svg" + } + } + }, + { + "id": "input", + "name": "Input", + "variants": { + "outlined": { + "path": "input.outlined.svg" + }, + "round": { + "path": "input.round.svg" + }, + "sharp": { + "path": "input.sharp.svg" + }, + "default": { + "path": "input.default.svg" + }, + "twotone": { + "path": "input.twotone.svg" + } + } + }, + { + "id": "fax", + "name": "Fax", + "variants": { + "outlined": { + "path": "fax.outlined.svg" + }, + "round": { + "path": "fax.round.svg" + }, + "sharp": { + "path": "fax.sharp.svg" + }, + "default": { + "path": "fax.default.svg" + }, + "twotone": { + "path": "fax.twotone.svg" + } + } + }, + { + "id": "settings_cell", + "name": "Settings Cell", + "variants": { + "outlined": { + "path": "settings_cell.outlined.svg" + }, + "round": { + "path": "settings_cell.round.svg" + }, + "sharp": { + "path": "settings_cell.sharp.svg" + }, + "default": { + "path": "settings_cell.default.svg" + }, + "twotone": { + "path": "settings_cell.twotone.svg" + } + } + }, + { + "id": "hide_source", + "name": "Hide Source", + "variants": { + "outlined": { + "path": "hide_source.outlined.svg" + }, + "round": { + "path": "hide_source.round.svg" + }, + "sharp": { + "path": "hide_source.sharp.svg" + }, + "default": { + "path": "hide_source.default.svg" + }, + "twotone": { + "path": "hide_source.twotone.svg" + } + } + }, + { + "id": "settings_bluetooth", + "name": "Settings Bluetooth", + "variants": { + "outlined": { + "path": "settings_bluetooth.outlined.svg" + }, + "round": { + "path": "settings_bluetooth.round.svg" + }, + "sharp": { + "path": "settings_bluetooth.sharp.svg" + }, + "default": { + "path": "settings_bluetooth.default.svg" + }, + "twotone": { + "path": "settings_bluetooth.twotone.svg" + } + } + }, + { + "id": "trending_flat", + "name": "Trending Flat", + "variants": { + "outlined": { + "path": "trending_flat.outlined.svg" + }, + "round": { + "path": "trending_flat.round.svg" + }, + "sharp": { + "path": "trending_flat.sharp.svg" + }, + "default": { + "path": "trending_flat.default.svg" + }, + "twotone": { + "path": "trending_flat.twotone.svg" + } + } + }, + { + "id": "swap_vertical_circle", + "name": "Swap Vertical Circle", + "variants": { + "outlined": { + "path": "swap_vertical_circle.outlined.svg" + }, + "round": { + "path": "swap_vertical_circle.round.svg" + }, + "sharp": { + "path": "swap_vertical_circle.sharp.svg" + }, + "default": { + "path": "swap_vertical_circle.default.svg" + }, + "twotone": { + "path": "swap_vertical_circle.twotone.svg" + } + } + }, + { + "id": "pets", + "name": "Pets", + "variants": { + "outlined": { + "path": "pets.outlined.svg" + }, + "round": { + "path": "pets.round.svg" + }, + "sharp": { + "path": "pets.sharp.svg" + }, + "default": { + "path": "pets.default.svg" + }, + "twotone": { + "path": "pets.twotone.svg" + } + } + }, + { + "id": "assignment_ind", + "name": "Assignment Ind", + "variants": { + "outlined": { + "path": "assignment_ind.outlined.svg" + }, + "round": { + "path": "assignment_ind.round.svg" + }, + "sharp": { + "path": "assignment_ind.sharp.svg" + }, + "default": { + "path": "assignment_ind.default.svg" + }, + "twotone": { + "path": "assignment_ind.twotone.svg" + } + } + }, + { + "id": "outbond", + "name": "Outbond", + "variants": { + "outlined": { + "path": "outbond.outlined.svg" + }, + "round": { + "path": "outbond.round.svg" + }, + "sharp": { + "path": "outbond.sharp.svg" + }, + "default": { + "path": "outbond.default.svg" + }, + "twotone": { + "path": "outbond.twotone.svg" + } + } + }, + { + "id": "network_ping", + "name": "Network Ping", + "variants": { + "outlined": { + "path": "network_ping.outlined.svg" + }, + "round": { + "path": "network_ping.round.svg" + }, + "sharp": { + "path": "network_ping.sharp.svg" + }, + "default": { + "path": "network_ping.default.svg" + }, + "twotone": { + "path": "network_ping.twotone.svg" + } + } + }, + { + "id": "barcode_reader", + "name": "Barcode Reader", + "variants": { + "default": { + "path": "barcode_reader.default.svg" + } + } + }, + { + "id": "launch", + "name": "Launch", + "variants": { + "outlined": { + "path": "launch.outlined.svg" + }, + "round": { + "path": "launch.round.svg" + }, + "sharp": { + "path": "launch.sharp.svg" + }, + "default": { + "path": "launch.default.svg" + }, + "twotone": { + "path": "launch.twotone.svg" + } + } + }, + { + "id": "arrow_circle_down", + "name": "Arrow Circle Down", + "variants": { + "outlined": { + "path": "arrow_circle_down.outlined.svg" + }, + "round": { + "path": "arrow_circle_down.round.svg" + }, + "sharp": { + "path": "arrow_circle_down.sharp.svg" + }, + "default": { + "path": "arrow_circle_down.default.svg" + }, + "twotone": { + "path": "arrow_circle_down.twotone.svg" + } + } + }, + { + "id": "supervisor_account", + "name": "Supervisor Account", + "variants": { + "outlined": { + "path": "supervisor_account.outlined.svg" + }, + "round": { + "path": "supervisor_account.round.svg" + }, + "sharp": { + "path": "supervisor_account.sharp.svg" + }, + "default": { + "path": "supervisor_account.default.svg" + }, + "twotone": { + "path": "supervisor_account.twotone.svg" + } + } + }, + { + "id": "payment", + "name": "Payment", + "variants": { + "outlined": { + "path": "payment.outlined.svg" + }, + "round": { + "path": "payment.round.svg" + }, + "sharp": { + "path": "payment.sharp.svg" + }, + "default": { + "path": "payment.default.svg" + }, + "twotone": { + "path": "payment.twotone.svg" + } + } + }, + { + "id": "text_rotate_vertical", + "name": "Text Rotate Vertical", + "variants": { + "outlined": { + "path": "text_rotate_vertical.outlined.svg" + }, + "round": { + "path": "text_rotate_vertical.round.svg" + }, + "sharp": { + "path": "text_rotate_vertical.sharp.svg" + }, + "default": { + "path": "text_rotate_vertical.default.svg" + }, + "twotone": { + "path": "text_rotate_vertical.twotone.svg" + } + } + }, + { + "id": "picture_in_picture_alt", + "name": "Picture In Picture Alt", + "variants": { + "outlined": { + "path": "picture_in_picture_alt.outlined.svg" + }, + "round": { + "path": "picture_in_picture_alt.round.svg" + }, + "sharp": { + "path": "picture_in_picture_alt.sharp.svg" + }, + "default": { + "path": "picture_in_picture_alt.default.svg" + }, + "twotone": { + "path": "picture_in_picture_alt.twotone.svg" + } + } + }, + { + "id": "work_history", + "name": "Work History", + "variants": { + "outlined": { + "path": "work_history.outlined.svg" + }, + "round": { + "path": "work_history.round.svg" + }, + "sharp": { + "path": "work_history.sharp.svg" + }, + "default": { + "path": "work_history.default.svg" + }, + "twotone": { + "path": "work_history.twotone.svg" + } + } + }, + { + "id": "shop_two", + "name": "Shop Two", + "variants": { + "outlined": { + "path": "shop_two.outlined.svg" + }, + "round": { + "path": "shop_two.round.svg" + }, + "sharp": { + "path": "shop_two.sharp.svg" + }, + "default": { + "path": "shop_two.default.svg" + }, + "twotone": { + "path": "shop_two.twotone.svg" + } + } + }, + { + "id": "assignment_returned", + "name": "Assignment Returned", + "variants": { + "outlined": { + "path": "assignment_returned.outlined.svg" + }, + "round": { + "path": "assignment_returned.round.svg" + }, + "sharp": { + "path": "assignment_returned.sharp.svg" + }, + "default": { + "path": "assignment_returned.default.svg" + }, + "twotone": { + "path": "assignment_returned.twotone.svg" + } + } + }, + { + "id": "repartition", + "name": "Repartition", + "variants": { + "outlined": { + "path": "repartition.outlined.svg" + }, + "round": { + "path": "repartition.round.svg" + }, + "sharp": { + "path": "repartition.sharp.svg" + }, + "default": { + "path": "repartition.default.svg" + }, + "twotone": { + "path": "repartition.twotone.svg" + } + } + }, + { + "id": "wysiwyg", + "name": "Wysiwyg", + "variants": { + "outlined": { + "path": "wysiwyg.outlined.svg" + }, + "round": { + "path": "wysiwyg.round.svg" + }, + "sharp": { + "path": "wysiwyg.sharp.svg" + }, + "default": { + "path": "wysiwyg.default.svg" + }, + "twotone": { + "path": "wysiwyg.twotone.svg" + } + } + }, + { + "id": "pin_invoke", + "name": "Pin Invoke", + "variants": { + "outlined": { + "path": "pin_invoke.outlined.svg" + }, + "round": { + "path": "pin_invoke.round.svg" + }, + "sharp": { + "path": "pin_invoke.sharp.svg" + }, + "default": { + "path": "pin_invoke.default.svg" + }, + "twotone": { + "path": "pin_invoke.twotone.svg" + } + } + }, + { + "id": "system_update_alt", + "name": "System Update Alt", + "variants": { + "outlined": { + "path": "system_update_alt.outlined.svg" + }, + "round": { + "path": "system_update_alt.round.svg" + }, + "sharp": { + "path": "system_update_alt.sharp.svg" + }, + "default": { + "path": "system_update_alt.default.svg" + }, + "twotone": { + "path": "system_update_alt.twotone.svg" + } + } + }, + { + "id": "picture_in_picture", + "name": "Picture In Picture", + "variants": { + "outlined": { + "path": "picture_in_picture.outlined.svg" + }, + "round": { + "path": "picture_in_picture.round.svg" + }, + "sharp": { + "path": "picture_in_picture.sharp.svg" + }, + "default": { + "path": "picture_in_picture.default.svg" + }, + "twotone": { + "path": "picture_in_picture.twotone.svg" + } + } + }, + { + "id": "compare_arrows", + "name": "Compare Arrows", + "variants": { + "outlined": { + "path": "compare_arrows.outlined.svg" + }, + "round": { + "path": "compare_arrows.round.svg" + }, + "sharp": { + "path": "compare_arrows.sharp.svg" + }, + "default": { + "path": "compare_arrows.default.svg" + }, + "twotone": { + "path": "compare_arrows.twotone.svg" + } + } + }, + { + "id": "perm_device_information", + "name": "Perm Device Information", + "variants": { + "outlined": { + "path": "perm_device_information.outlined.svg" + }, + "round": { + "path": "perm_device_information.round.svg" + }, + "sharp": { + "path": "perm_device_information.sharp.svg" + }, + "default": { + "path": "perm_device_information.default.svg" + }, + "twotone": { + "path": "perm_device_information.twotone.svg" + } + } + }, + { + "id": "source", + "name": "Source", + "variants": { + "outlined": { + "path": "source.outlined.svg" + }, + "round": { + "path": "source.round.svg" + }, + "sharp": { + "path": "source.sharp.svg" + }, + "default": { + "path": "source.default.svg" + }, + "twotone": { + "path": "source.twotone.svg" + } + } + }, + { + "id": "space_dashboard", + "name": "Space Dashboard", + "variants": { + "outlined": { + "path": "space_dashboard.outlined.svg" + }, + "round": { + "path": "space_dashboard.round.svg" + }, + "sharp": { + "path": "space_dashboard.sharp.svg" + }, + "default": { + "path": "space_dashboard.default.svg" + }, + "twotone": { + "path": "space_dashboard.twotone.svg" + } + } + }, + { + "id": "density_small", + "name": "Density Small", + "variants": { + "outlined": { + "path": "density_small.outlined.svg" + }, + "round": { + "path": "density_small.round.svg" + }, + "sharp": { + "path": "density_small.sharp.svg" + }, + "default": { + "path": "density_small.default.svg" + }, + "twotone": { + "path": "density_small.twotone.svg" + } + } + }, + { + "id": "arrow_outward", + "name": "Arrow Outward", + "variants": { + "outlined": { + "path": "arrow_outward.outlined.svg" + }, + "round": { + "path": "arrow_outward.round.svg" + }, + "sharp": { + "path": "arrow_outward.sharp.svg" + }, + "default": { + "path": "arrow_outward.default.svg" + }, + "twotone": { + "path": "arrow_outward.twotone.svg" + } + } + }, + { + "id": "pending_actions", + "name": "Pending Actions", + "variants": { + "outlined": { + "path": "pending_actions.outlined.svg" + }, + "round": { + "path": "pending_actions.round.svg" + }, + "sharp": { + "path": "pending_actions.sharp.svg" + }, + "default": { + "path": "pending_actions.default.svg" + }, + "twotone": { + "path": "pending_actions.twotone.svg" + } + } + }, + { + "id": "segment", + "name": "Segment", + "variants": { + "outlined": { + "path": "segment.outlined.svg" + }, + "round": { + "path": "segment.round.svg" + }, + "sharp": { + "path": "segment.sharp.svg" + }, + "default": { + "path": "segment.default.svg" + }, + "twotone": { + "path": "segment.twotone.svg" + } + } + }, + { + "id": "view_comfy_alt", + "name": "View Comfy Alt", + "variants": { + "outlined": { + "path": "view_comfy_alt.outlined.svg" + }, + "round": { + "path": "view_comfy_alt.round.svg" + }, + "sharp": { + "path": "view_comfy_alt.sharp.svg" + }, + "default": { + "path": "view_comfy_alt.default.svg" + }, + "twotone": { + "path": "view_comfy_alt.twotone.svg" + } + } + }, + { + "id": "add_home", + "name": "Add Home", + "variants": { + "outlined": { + "path": "add_home.outlined.svg" + }, + "round": { + "path": "add_home.round.svg" + }, + "sharp": { + "path": "add_home.sharp.svg" + }, + "default": { + "path": "add_home.default.svg" + }, + "twotone": { + "path": "add_home.twotone.svg" + } + } + }, + { + "id": "settings_overscan", + "name": "Settings Overscan", + "variants": { + "outlined": { + "path": "settings_overscan.outlined.svg" + }, + "round": { + "path": "settings_overscan.round.svg" + }, + "sharp": { + "path": "settings_overscan.sharp.svg" + }, + "default": { + "path": "settings_overscan.default.svg" + }, + "twotone": { + "path": "settings_overscan.twotone.svg" + } + } + }, + { + "id": "open_in_full", + "name": "Open In Full", + "variants": { + "outlined": { + "path": "open_in_full.outlined.svg" + }, + "round": { + "path": "open_in_full.round.svg" + }, + "sharp": { + "path": "open_in_full.sharp.svg" + }, + "default": { + "path": "open_in_full.default.svg" + }, + "twotone": { + "path": "open_in_full.twotone.svg" + } + } + }, + { + "id": "theaters", + "name": "Theaters", + "variants": { + "outlined": { + "path": "theaters.outlined.svg" + }, + "round": { + "path": "theaters.round.svg" + }, + "sharp": { + "path": "theaters.sharp.svg" + }, + "default": { + "path": "theaters.default.svg" + }, + "twotone": { + "path": "theaters.twotone.svg" + } + } + }, + { + "id": "spatial_audio", + "name": "Spatial Audio", + "variants": { + "outlined": { + "path": "spatial_audio.outlined.svg" + }, + "round": { + "path": "spatial_audio.round.svg" + }, + "sharp": { + "path": "spatial_audio.sharp.svg" + }, + "default": { + "path": "spatial_audio.default.svg" + }, + "twotone": { + "path": "spatial_audio.twotone.svg" + } + } + }, + { + "id": "settings_remote", + "name": "Settings Remote", + "variants": { + "outlined": { + "path": "settings_remote.outlined.svg" + }, + "round": { + "path": "settings_remote.round.svg" + }, + "sharp": { + "path": "settings_remote.sharp.svg" + }, + "default": { + "path": "settings_remote.default.svg" + }, + "twotone": { + "path": "settings_remote.twotone.svg" + } + } + }, + { + "id": "swap_vert", + "name": "Swap Vert", + "variants": { + "outlined": { + "path": "swap_vert.outlined.svg" + }, + "round": { + "path": "swap_vert.round.svg" + }, + "sharp": { + "path": "swap_vert.sharp.svg" + }, + "default": { + "path": "swap_vert.default.svg" + }, + "twotone": { + "path": "swap_vert.twotone.svg" + } + } + }, + { + "id": "shop", + "name": "Shop", + "variants": { + "outlined": { + "path": "shop.outlined.svg" + }, + "round": { + "path": "shop.round.svg" + }, + "sharp": { + "path": "shop.sharp.svg" + }, + "default": { + "path": "shop.default.svg" + }, + "twotone": { + "path": "shop.twotone.svg" + } + } + }, + { + "id": "calendar_view_day", + "name": "Calendar View Day", + "variants": { + "outlined": { + "path": "calendar_view_day.outlined.svg" + }, + "round": { + "path": "calendar_view_day.round.svg" + }, + "sharp": { + "path": "calendar_view_day.sharp.svg" + }, + "default": { + "path": "calendar_view_day.default.svg" + }, + "twotone": { + "path": "calendar_view_day.twotone.svg" + } + } + }, + { + "id": "percent", + "name": "Percent", + "variants": { + "outlined": { + "path": "percent.outlined.svg" + }, + "round": { + "path": "percent.round.svg" + }, + "sharp": { + "path": "percent.sharp.svg" + }, + "default": { + "path": "percent.default.svg" + }, + "twotone": { + "path": "percent.twotone.svg" + } + } + }, + { + "id": "thumb_up", + "name": "Thumb Up", + "variants": { + "outlined": { + "path": "thumb_up.outlined.svg" + }, + "round": { + "path": "thumb_up.round.svg" + }, + "sharp": { + "path": "thumb_up.sharp.svg" + }, + "default": { + "path": "thumb_up.default.svg" + }, + "twotone": { + "path": "thumb_up.twotone.svg" + } + } + }, + { + "id": "flip_to_front", + "name": "Flip To Front", + "variants": { + "outlined": { + "path": "flip_to_front.outlined.svg" + }, + "round": { + "path": "flip_to_front.round.svg" + }, + "sharp": { + "path": "flip_to_front.sharp.svg" + }, + "default": { + "path": "flip_to_front.default.svg" + }, + "twotone": { + "path": "flip_to_front.twotone.svg" + } + } + }, + { + "id": "subject", + "name": "Subject", + "variants": { + "outlined": { + "path": "subject.outlined.svg" + }, + "round": { + "path": "subject.round.svg" + }, + "sharp": { + "path": "subject.sharp.svg" + }, + "default": { + "path": "subject.default.svg" + }, + "twotone": { + "path": "subject.twotone.svg" + } + } + }, + { + "id": "flip_to_back", + "name": "Flip To Back", + "variants": { + "outlined": { + "path": "flip_to_back.outlined.svg" + }, + "round": { + "path": "flip_to_back.round.svg" + }, + "sharp": { + "path": "flip_to_back.sharp.svg" + }, + "default": { + "path": "flip_to_back.default.svg" + }, + "twotone": { + "path": "flip_to_back.twotone.svg" + } + } + }, + { + "id": "shop_2", + "name": "Shop 2", + "variants": { + "outlined": { + "path": "shop_2.outlined.svg" + }, + "round": { + "path": "shop_2.round.svg" + }, + "sharp": { + "path": "shop_2.sharp.svg" + }, + "default": { + "path": "shop_2.default.svg" + }, + "twotone": { + "path": "shop_2.twotone.svg" + } + } + }, + { + "id": "spatial_audio_off", + "name": "Spatial Audio Off", + "variants": { + "outlined": { + "path": "spatial_audio_off.outlined.svg" + }, + "round": { + "path": "spatial_audio_off.round.svg" + }, + "sharp": { + "path": "spatial_audio_off.sharp.svg" + }, + "default": { + "path": "spatial_audio_off.default.svg" + }, + "twotone": { + "path": "spatial_audio_off.twotone.svg" + } + } + }, + { + "id": "sensors_off", + "name": "Sensors Off", + "variants": { + "outlined": { + "path": "sensors_off.outlined.svg" + }, + "round": { + "path": "sensors_off.round.svg" + }, + "sharp": { + "path": "sensors_off.sharp.svg" + }, + "default": { + "path": "sensors_off.default.svg" + }, + "twotone": { + "path": "sensors_off.twotone.svg" + } + } + }, + { + "id": "done_outline", + "name": "Done Outline", + "variants": { + "outlined": { + "path": "done_outline.outlined.svg" + }, + "round": { + "path": "done_outline.round.svg" + }, + "sharp": { + "path": "done_outline.sharp.svg" + }, + "default": { + "path": "done_outline.default.svg" + }, + "twotone": { + "path": "done_outline.twotone.svg" + } + } + }, + { + "id": "lock", + "name": "Lock", + "variants": { + "outlined": { + "path": "lock.outlined.svg" + }, + "round": { + "path": "lock.round.svg" + }, + "sharp": { + "path": "lock.sharp.svg" + }, + "default": { + "path": "lock.default.svg" + }, + "twotone": { + "path": "lock.twotone.svg" + } + } + }, + { + "id": "output", + "name": "Output", + "variants": { + "outlined": { + "path": "output.outlined.svg" + }, + "round": { + "path": "output.round.svg" + }, + "sharp": { + "path": "output.sharp.svg" + }, + "default": { + "path": "output.default.svg" + }, + "twotone": { + "path": "output.twotone.svg" + } + } + }, + { + "id": "code", + "name": "Code", + "variants": { + "outlined": { + "path": "code.outlined.svg" + }, + "round": { + "path": "code.round.svg" + }, + "sharp": { + "path": "code.sharp.svg" + }, + "default": { + "path": "code.default.svg" + }, + "twotone": { + "path": "code.twotone.svg" + } + } + }, + { + "id": "stars", + "name": "Stars", + "variants": { + "outlined": { + "path": "stars.outlined.svg" + }, + "round": { + "path": "stars.round.svg" + }, + "sharp": { + "path": "stars.sharp.svg" + }, + "default": { + "path": "stars.default.svg" + }, + "twotone": { + "path": "stars.twotone.svg" + } + } + }, + { + "id": "label", + "name": "Label", + "variants": { + "outlined": { + "path": "label.outlined.svg" + }, + "round": { + "path": "label.round.svg" + }, + "sharp": { + "path": "label.sharp.svg" + }, + "default": { + "path": "label.default.svg" + }, + "twotone": { + "path": "label.twotone.svg" + } + } + }, + { + "id": "lightbulb_outline", + "name": "Lightbulb Outline", + "variants": { + "round": { + "path": "lightbulb_outline.round.svg" + }, + "sharp": { + "path": "lightbulb_outline.sharp.svg" + }, + "default": { + "path": "lightbulb_outline.default.svg" + }, + "twotone": { + "path": "lightbulb_outline.twotone.svg" + } + } + }, + { + "id": "settings_backup_restore", + "name": "Settings Backup Restore", + "variants": { + "outlined": { + "path": "settings_backup_restore.outlined.svg" + }, + "round": { + "path": "settings_backup_restore.round.svg" + }, + "sharp": { + "path": "settings_backup_restore.sharp.svg" + }, + "default": { + "path": "settings_backup_restore.default.svg" + }, + "twotone": { + "path": "settings_backup_restore.twotone.svg" + } + } + }, + { + "id": "view_quilt", + "name": "View Quilt", + "variants": { + "outlined": { + "path": "view_quilt.outlined.svg" + }, + "round": { + "path": "view_quilt.round.svg" + }, + "sharp": { + "path": "view_quilt.sharp.svg" + }, + "default": { + "path": "view_quilt.default.svg" + }, + "twotone": { + "path": "view_quilt.twotone.svg" + } + } + }, + { + "id": "hls_off", + "name": "Hls Off", + "variants": { + "outlined": { + "path": "hls_off.outlined.svg" + }, + "round": { + "path": "hls_off.round.svg" + }, + "sharp": { + "path": "hls_off.sharp.svg" + }, + "default": { + "path": "hls_off.default.svg" + }, + "twotone": { + "path": "hls_off.twotone.svg" + } + } + }, + { + "id": "currency_exchange", + "name": "Currency Exchange", + "variants": { + "outlined": { + "path": "currency_exchange.outlined.svg" + }, + "round": { + "path": "currency_exchange.round.svg" + }, + "sharp": { + "path": "currency_exchange.sharp.svg" + }, + "default": { + "path": "currency_exchange.default.svg" + }, + "twotone": { + "path": "currency_exchange.twotone.svg" + } + } + }, + { + "id": "redeem", + "name": "Redeem", + "variants": { + "outlined": { + "path": "redeem.outlined.svg" + }, + "round": { + "path": "redeem.round.svg" + }, + "sharp": { + "path": "redeem.sharp.svg" + }, + "default": { + "path": "redeem.default.svg" + }, + "twotone": { + "path": "redeem.twotone.svg" + } + } + }, + { + "id": "polymer", + "name": "Polymer", + "variants": { + "outlined": { + "path": "polymer.outlined.svg" + }, + "round": { + "path": "polymer.round.svg" + }, + "sharp": { + "path": "polymer.sharp.svg" + }, + "default": { + "path": "polymer.default.svg" + }, + "twotone": { + "path": "polymer.twotone.svg" + } + } + }, + { + "id": "saved_search", + "name": "Saved Search", + "variants": { + "outlined": { + "path": "saved_search.outlined.svg" + }, + "round": { + "path": "saved_search.round.svg" + }, + "sharp": { + "path": "saved_search.sharp.svg" + }, + "default": { + "path": "saved_search.default.svg" + }, + "twotone": { + "path": "saved_search.twotone.svg" + } + } + }, + { + "id": "terminal", + "name": "Terminal", + "variants": { + "outlined": { + "path": "terminal.outlined.svg" + }, + "round": { + "path": "terminal.round.svg" + }, + "sharp": { + "path": "terminal.sharp.svg" + }, + "default": { + "path": "terminal.default.svg" + }, + "twotone": { + "path": "terminal.twotone.svg" + } + } + }, + { + "id": "find_replace", + "name": "Find Replace", + "variants": { + "outlined": { + "path": "find_replace.outlined.svg" + }, + "round": { + "path": "find_replace.round.svg" + }, + "sharp": { + "path": "find_replace.sharp.svg" + }, + "default": { + "path": "find_replace.default.svg" + }, + "twotone": { + "path": "find_replace.twotone.svg" + } + } + }, + { + "id": "event_seat", + "name": "Event Seat", + "variants": { + "outlined": { + "path": "event_seat.outlined.svg" + }, + "round": { + "path": "event_seat.round.svg" + }, + "sharp": { + "path": "event_seat.sharp.svg" + }, + "default": { + "path": "event_seat.default.svg" + }, + "twotone": { + "path": "event_seat.twotone.svg" + } + } + }, + { + "id": "spellcheck", + "name": "Spellcheck", + "variants": { + "outlined": { + "path": "spellcheck.outlined.svg" + }, + "round": { + "path": "spellcheck.round.svg" + }, + "sharp": { + "path": "spellcheck.sharp.svg" + }, + "default": { + "path": "spellcheck.default.svg" + }, + "twotone": { + "path": "spellcheck.twotone.svg" + } + } + }, + { + "id": "unfold_more_double", + "name": "Unfold More Double", + "variants": { + "outlined": { + "path": "unfold_more_double.outlined.svg" + }, + "round": { + "path": "unfold_more_double.round.svg" + }, + "sharp": { + "path": "unfold_more_double.sharp.svg" + }, + "default": { + "path": "unfold_more_double.default.svg" + }, + "twotone": { + "path": "unfold_more_double.twotone.svg" + } + } + }, + { + "id": "wifi_protected_setup", + "name": "Wifi Protected Setup", + "variants": { + "outlined": { + "path": "wifi_protected_setup.outlined.svg" + }, + "round": { + "path": "wifi_protected_setup.round.svg" + }, + "sharp": { + "path": "wifi_protected_setup.sharp.svg" + }, + "default": { + "path": "wifi_protected_setup.default.svg" + }, + "twotone": { + "path": "wifi_protected_setup.twotone.svg" + } + } + }, + { + "id": "balance", + "name": "Balance", + "variants": { + "outlined": { + "path": "balance.outlined.svg" + }, + "round": { + "path": "balance.round.svg" + }, + "sharp": { + "path": "balance.sharp.svg" + }, + "default": { + "path": "balance.default.svg" + }, + "twotone": { + "path": "balance.twotone.svg" + } + } + }, + { + "id": "view_timeline", + "name": "View Timeline", + "variants": { + "outlined": { + "path": "view_timeline.outlined.svg" + }, + "round": { + "path": "view_timeline.round.svg" + }, + "sharp": { + "path": "view_timeline.sharp.svg" + }, + "default": { + "path": "view_timeline.default.svg" + }, + "twotone": { + "path": "view_timeline.twotone.svg" + } + } + }, + { + "id": "swipe", + "name": "Swipe", + "variants": { + "outlined": { + "path": "swipe.outlined.svg" + }, + "round": { + "path": "swipe.round.svg" + }, + "sharp": { + "path": "swipe.sharp.svg" + }, + "default": { + "path": "swipe.default.svg" + }, + "twotone": { + "path": "swipe.twotone.svg" + } + } + }, + { + "id": "admin_panel_settings", + "name": "Admin Panel Settings", + "variants": { + "outlined": { + "path": "admin_panel_settings.outlined.svg" + }, + "round": { + "path": "admin_panel_settings.round.svg" + }, + "sharp": { + "path": "admin_panel_settings.sharp.svg" + }, + "default": { + "path": "admin_panel_settings.default.svg" + }, + "twotone": { + "path": "admin_panel_settings.twotone.svg" + } + } + }, + { + "id": "assignment", + "name": "Assignment", + "variants": { + "outlined": { + "path": "assignment.outlined.svg" + }, + "round": { + "path": "assignment.round.svg" + }, + "sharp": { + "path": "assignment.sharp.svg" + }, + "default": { + "path": "assignment.default.svg" + }, + "twotone": { + "path": "assignment.twotone.svg" + } + } + }, + { + "id": "code_off", + "name": "Code Off", + "variants": { + "outlined": { + "path": "code_off.outlined.svg" + }, + "round": { + "path": "code_off.round.svg" + }, + "sharp": { + "path": "code_off.sharp.svg" + }, + "default": { + "path": "code_off.default.svg" + }, + "twotone": { + "path": "code_off.twotone.svg" + } + } + }, + { + "id": "flutter_dash", + "name": "Flutter Dash", + "variants": { + "outlined": { + "path": "flutter_dash.outlined.svg" + }, + "round": { + "path": "flutter_dash.round.svg" + }, + "sharp": { + "path": "flutter_dash.sharp.svg" + }, + "default": { + "path": "flutter_dash.default.svg" + }, + "twotone": { + "path": "flutter_dash.twotone.svg" + } + } + }, + { + "id": "view_compact_alt", + "name": "View Compact Alt", + "variants": { + "outlined": { + "path": "view_compact_alt.outlined.svg" + }, + "round": { + "path": "view_compact_alt.round.svg" + }, + "sharp": { + "path": "view_compact_alt.sharp.svg" + }, + "default": { + "path": "view_compact_alt.default.svg" + }, + "twotone": { + "path": "view_compact_alt.twotone.svg" + } + } + }, + { + "id": "view_in_ar", + "name": "View In Ar", + "variants": { + "outlined": { + "path": "view_in_ar.outlined.svg" + }, + "round": { + "path": "view_in_ar.round.svg" + }, + "sharp": { + "path": "view_in_ar.sharp.svg" + }, + "default": { + "path": "view_in_ar.default.svg" + }, + "twotone": { + "path": "view_in_ar.twotone.svg" + } + } + }, + { + "id": "logout", + "name": "Logout", + "variants": { + "outlined": { + "path": "logout.outlined.svg" + }, + "round": { + "path": "logout.round.svg" + }, + "sharp": { + "path": "logout.sharp.svg" + }, + "default": { + "path": "logout.default.svg" + }, + "twotone": { + "path": "logout.twotone.svg" + } + } + }, + { + "id": "favorite", + "name": "Favorite", + "variants": { + "outlined": { + "path": "favorite.outlined.svg" + }, + "round": { + "path": "favorite.round.svg" + }, + "sharp": { + "path": "favorite.sharp.svg" + }, + "default": { + "path": "favorite.default.svg" + }, + "twotone": { + "path": "favorite.twotone.svg" + } + } + }, + { + "id": "html", + "name": "Html", + "variants": { + "outlined": { + "path": "html.outlined.svg" + }, + "round": { + "path": "html.round.svg" + }, + "sharp": { + "path": "html.sharp.svg" + }, + "default": { + "path": "html.default.svg" + }, + "twotone": { + "path": "html.twotone.svg" + } + } + }, + { + "id": "install_desktop", + "name": "Install Desktop", + "variants": { + "outlined": { + "path": "install_desktop.outlined.svg" + }, + "round": { + "path": "install_desktop.round.svg" + }, + "sharp": { + "path": "install_desktop.sharp.svg" + }, + "default": { + "path": "install_desktop.default.svg" + }, + "twotone": { + "path": "install_desktop.twotone.svg" + } + } + }, + { + "id": "language", + "name": "Language", + "variants": { + "outlined": { + "path": "language.outlined.svg" + }, + "round": { + "path": "language.round.svg" + }, + "sharp": { + "path": "language.sharp.svg" + }, + "default": { + "path": "language.default.svg" + }, + "twotone": { + "path": "language.twotone.svg" + } + } + }, + { + "id": "cached", + "name": "Cached", + "variants": { + "outlined": { + "path": "cached.outlined.svg" + }, + "round": { + "path": "cached.round.svg" + }, + "sharp": { + "path": "cached.sharp.svg" + }, + "default": { + "path": "cached.default.svg" + }, + "twotone": { + "path": "cached.twotone.svg" + } + } + }, + { + "id": "label_important", + "name": "Label Important", + "variants": { + "outlined": { + "path": "label_important.outlined.svg" + }, + "round": { + "path": "label_important.round.svg" + }, + "sharp": { + "path": "label_important.sharp.svg" + }, + "default": { + "path": "label_important.default.svg" + }, + "twotone": { + "path": "label_important.twotone.svg" + } + } + }, + { + "id": "leaderboard", + "name": "Leaderboard", + "variants": { + "outlined": { + "path": "leaderboard.outlined.svg" + }, + "round": { + "path": "leaderboard.round.svg" + }, + "sharp": { + "path": "leaderboard.sharp.svg" + }, + "default": { + "path": "leaderboard.default.svg" + }, + "twotone": { + "path": "leaderboard.twotone.svg" + } + } + }, + { + "id": "markunread_mailbox", + "name": "Markunread Mailbox", + "variants": { + "outlined": { + "path": "markunread_mailbox.outlined.svg" + }, + "round": { + "path": "markunread_mailbox.round.svg" + }, + "sharp": { + "path": "markunread_mailbox.sharp.svg" + }, + "default": { + "path": "markunread_mailbox.default.svg" + }, + "twotone": { + "path": "markunread_mailbox.twotone.svg" + } + } + }, + { + "id": "thumbs_up_down", + "name": "Thumbs Up Down", + "variants": { + "outlined": { + "path": "thumbs_up_down.outlined.svg" + }, + "round": { + "path": "thumbs_up_down.round.svg" + }, + "sharp": { + "path": "thumbs_up_down.sharp.svg" + }, + "default": { + "path": "thumbs_up_down.default.svg" + }, + "twotone": { + "path": "thumbs_up_down.twotone.svg" + } + } + }, + { + "id": "horizontal_split", + "name": "Horizontal Split", + "variants": { + "outlined": { + "path": "horizontal_split.outlined.svg" + }, + "round": { + "path": "horizontal_split.round.svg" + }, + "sharp": { + "path": "horizontal_split.sharp.svg" + }, + "default": { + "path": "horizontal_split.default.svg" + }, + "twotone": { + "path": "horizontal_split.twotone.svg" + } + } + }, + { + "id": "arrow_right_alt", + "name": "Arrow Right Alt", + "variants": { + "outlined": { + "path": "arrow_right_alt.outlined.svg" + }, + "round": { + "path": "arrow_right_alt.round.svg" + }, + "sharp": { + "path": "arrow_right_alt.sharp.svg" + }, + "default": { + "path": "arrow_right_alt.default.svg" + }, + "twotone": { + "path": "arrow_right_alt.twotone.svg" + } + } + }, + { + "id": "loyalty", + "name": "Loyalty", + "variants": { + "outlined": { + "path": "loyalty.outlined.svg" + }, + "round": { + "path": "loyalty.round.svg" + }, + "sharp": { + "path": "loyalty.sharp.svg" + }, + "default": { + "path": "loyalty.default.svg" + }, + "twotone": { + "path": "loyalty.twotone.svg" + } + } + }, + { + "id": "bug_report", + "name": "Bug Report", + "variants": { + "outlined": { + "path": "bug_report.outlined.svg" + }, + "round": { + "path": "bug_report.round.svg" + }, + "sharp": { + "path": "bug_report.sharp.svg" + }, + "default": { + "path": "bug_report.default.svg" + }, + "twotone": { + "path": "bug_report.twotone.svg" + } + } + }, + { + "id": "pan_tool", + "name": "Pan Tool", + "variants": { + "outlined": { + "path": "pan_tool.outlined.svg" + }, + "round": { + "path": "pan_tool.round.svg" + }, + "sharp": { + "path": "pan_tool.sharp.svg" + }, + "default": { + "path": "pan_tool.default.svg" + }, + "twotone": { + "path": "pan_tool.twotone.svg" + } + } + }, + { + "id": "edit_calendar", + "name": "Edit Calendar", + "variants": { + "outlined": { + "path": "edit_calendar.outlined.svg" + }, + "round": { + "path": "edit_calendar.round.svg" + }, + "sharp": { + "path": "edit_calendar.sharp.svg" + }, + "default": { + "path": "edit_calendar.default.svg" + }, + "twotone": { + "path": "edit_calendar.twotone.svg" + } + } + }, + { + "id": "add_card", + "name": "Add Card", + "variants": { + "outlined": { + "path": "add_card.outlined.svg" + }, + "round": { + "path": "add_card.round.svg" + }, + "sharp": { + "path": "add_card.sharp.svg" + }, + "default": { + "path": "add_card.default.svg" + }, + "twotone": { + "path": "add_card.twotone.svg" + } + } + }, + { + "id": "work_off", + "name": "Work Off", + "variants": { + "outlined": { + "path": "work_off.outlined.svg" + }, + "round": { + "path": "work_off.round.svg" + }, + "sharp": { + "path": "work_off.sharp.svg" + }, + "default": { + "path": "work_off.default.svg" + }, + "twotone": { + "path": "work_off.twotone.svg" + } + } + }, + { + "id": "autorenew", + "name": "Autorenew", + "variants": { + "outlined": { + "path": "autorenew.outlined.svg" + }, + "round": { + "path": "autorenew.round.svg" + }, + "sharp": { + "path": "autorenew.sharp.svg" + }, + "default": { + "path": "autorenew.default.svg" + }, + "twotone": { + "path": "autorenew.twotone.svg" + } + } + }, + { + "id": "assessment", + "name": "Assessment", + "variants": { + "outlined": { + "path": "assessment.outlined.svg" + }, + "round": { + "path": "assessment.round.svg" + }, + "sharp": { + "path": "assessment.sharp.svg" + }, + "default": { + "path": "assessment.default.svg" + }, + "twotone": { + "path": "assessment.twotone.svg" + } + } + }, + { + "id": "assignment_late", + "name": "Assignment Late", + "variants": { + "outlined": { + "path": "assignment_late.outlined.svg" + }, + "round": { + "path": "assignment_late.round.svg" + }, + "sharp": { + "path": "assignment_late.sharp.svg" + }, + "default": { + "path": "assignment_late.default.svg" + }, + "twotone": { + "path": "assignment_late.twotone.svg" + } + } + }, + { + "id": "settings_input_composite", + "name": "Settings Input Composite", + "variants": { + "outlined": { + "path": "settings_input_composite.outlined.svg" + }, + "round": { + "path": "settings_input_composite.round.svg" + }, + "sharp": { + "path": "settings_input_composite.sharp.svg" + }, + "default": { + "path": "settings_input_composite.default.svg" + }, + "twotone": { + "path": "settings_input_composite.twotone.svg" + } + } + }, + { + "id": "tab", + "name": "Tab", + "variants": { + "outlined": { + "path": "tab.outlined.svg" + }, + "round": { + "path": "tab.round.svg" + }, + "sharp": { + "path": "tab.sharp.svg" + }, + "default": { + "path": "tab.default.svg" + }, + "twotone": { + "path": "tab.twotone.svg" + } + } + }, + { + "id": "done_all", + "name": "Done All", + "variants": { + "outlined": { + "path": "done_all.outlined.svg" + }, + "round": { + "path": "done_all.round.svg" + }, + "sharp": { + "path": "done_all.sharp.svg" + }, + "default": { + "path": "done_all.default.svg" + }, + "twotone": { + "path": "done_all.twotone.svg" + } + } + }, + { + "id": "php", + "name": "Php", + "variants": { + "outlined": { + "path": "php.outlined.svg" + }, + "round": { + "path": "php.round.svg" + }, + "sharp": { + "path": "php.sharp.svg" + }, + "default": { + "path": "php.default.svg" + }, + "twotone": { + "path": "php.twotone.svg" + } + } + }, + { + "id": "paid", + "name": "Paid", + "variants": { + "outlined": { + "path": "paid.outlined.svg" + }, + "round": { + "path": "paid.round.svg" + }, + "sharp": { + "path": "paid.sharp.svg" + }, + "default": { + "path": "paid.default.svg" + }, + "twotone": { + "path": "paid.twotone.svg" + } + } + }, + { + "id": "on_device_training", + "name": "On Device Training", + "variants": { + "outlined": { + "path": "on_device_training.outlined.svg" + }, + "round": { + "path": "on_device_training.round.svg" + }, + "sharp": { + "path": "on_device_training.sharp.svg" + }, + "default": { + "path": "on_device_training.default.svg" + }, + "twotone": { + "path": "on_device_training.twotone.svg" + } + } + }, + { + "id": "mediation", + "name": "Mediation", + "variants": { + "outlined": { + "path": "mediation.outlined.svg" + }, + "round": { + "path": "mediation.round.svg" + }, + "sharp": { + "path": "mediation.sharp.svg" + }, + "default": { + "path": "mediation.default.svg" + }, + "twotone": { + "path": "mediation.twotone.svg" + } + } + }, + { + "id": "turned_in", + "name": "Turned In", + "variants": { + "outlined": { + "path": "turned_in.outlined.svg" + }, + "round": { + "path": "turned_in.round.svg" + }, + "sharp": { + "path": "turned_in.sharp.svg" + }, + "default": { + "path": "turned_in.default.svg" + }, + "twotone": { + "path": "turned_in.twotone.svg" + } + } + }, + { + "id": "join_left", + "name": "Join Left", + "variants": { + "outlined": { + "path": "join_left.outlined.svg" + }, + "round": { + "path": "join_left.round.svg" + }, + "sharp": { + "path": "join_left.sharp.svg" + }, + "default": { + "path": "join_left.default.svg" + }, + "twotone": { + "path": "join_left.twotone.svg" + } + } + }, + { + "id": "eco", + "name": "Eco", + "variants": { + "outlined": { + "path": "eco.outlined.svg" + }, + "round": { + "path": "eco.round.svg" + }, + "sharp": { + "path": "eco.sharp.svg" + }, + "default": { + "path": "eco.default.svg" + }, + "twotone": { + "path": "eco.twotone.svg" + } + } + }, + { + "id": "work_outline", + "name": "Work Outline", + "variants": { + "outlined": { + "path": "work_outline.outlined.svg" + }, + "round": { + "path": "work_outline.round.svg" + }, + "sharp": { + "path": "work_outline.sharp.svg" + }, + "default": { + "path": "work_outline.default.svg" + }, + "twotone": { + "path": "work_outline.twotone.svg" + } + } + }, + { + "id": "print", + "name": "Print", + "variants": { + "outlined": { + "path": "print.outlined.svg" + }, + "round": { + "path": "print.round.svg" + }, + "sharp": { + "path": "print.sharp.svg" + }, + "default": { + "path": "print.default.svg" + }, + "twotone": { + "path": "print.twotone.svg" + } + } + }, + { + "id": "grade", + "name": "Grade", + "variants": { + "outlined": { + "path": "grade.outlined.svg" + }, + "round": { + "path": "grade.round.svg" + }, + "sharp": { + "path": "grade.sharp.svg" + }, + "default": { + "path": "grade.default.svg" + }, + "twotone": { + "path": "grade.twotone.svg" + } + } + }, + { + "id": "satellite_alt", + "name": "Satellite Alt", + "variants": { + "outlined": { + "path": "satellite_alt.outlined.svg" + }, + "round": { + "path": "satellite_alt.round.svg" + }, + "sharp": { + "path": "satellite_alt.sharp.svg" + }, + "default": { + "path": "satellite_alt.default.svg" + }, + "twotone": { + "path": "satellite_alt.twotone.svg" + } + } + }, + { + "id": "supervised_user_circle", + "name": "Supervised User Circle", + "variants": { + "outlined": { + "path": "supervised_user_circle.outlined.svg" + }, + "round": { + "path": "supervised_user_circle.round.svg" + }, + "sharp": { + "path": "supervised_user_circle.sharp.svg" + }, + "default": { + "path": "supervised_user_circle.default.svg" + }, + "twotone": { + "path": "supervised_user_circle.twotone.svg" + } + } + }, + { + "id": "view_cozy", + "name": "View Cozy", + "variants": { + "outlined": { + "path": "view_cozy.outlined.svg" + }, + "round": { + "path": "view_cozy.round.svg" + }, + "sharp": { + "path": "view_cozy.sharp.svg" + }, + "default": { + "path": "view_cozy.default.svg" + }, + "twotone": { + "path": "view_cozy.twotone.svg" + } + } + }, + { + "id": "feedback", + "name": "Feedback", + "variants": { + "outlined": { + "path": "feedback.outlined.svg" + }, + "round": { + "path": "feedback.round.svg" + }, + "sharp": { + "path": "feedback.sharp.svg" + }, + "default": { + "path": "feedback.default.svg" + }, + "twotone": { + "path": "feedback.twotone.svg" + } + } + }, + { + "id": "explore", + "name": "Explore", + "variants": { + "outlined": { + "path": "explore.outlined.svg" + }, + "round": { + "path": "explore.round.svg" + }, + "sharp": { + "path": "explore.sharp.svg" + }, + "default": { + "path": "explore.default.svg" + }, + "twotone": { + "path": "explore.twotone.svg" + } + } + }, + { + "id": "query_builder", + "name": "Query Builder", + "variants": { + "outlined": { + "path": "query_builder.outlined.svg" + }, + "round": { + "path": "query_builder.round.svg" + }, + "sharp": { + "path": "query_builder.sharp.svg" + }, + "default": { + "path": "query_builder.default.svg" + }, + "twotone": { + "path": "query_builder.twotone.svg" + } + } + }, + { + "id": "rule", + "name": "Rule", + "variants": { + "outlined": { + "path": "rule.outlined.svg" + }, + "round": { + "path": "rule.round.svg" + }, + "sharp": { + "path": "rule.sharp.svg" + }, + "default": { + "path": "rule.default.svg" + }, + "twotone": { + "path": "rule.twotone.svg" + } + } + }, + { + "id": "send_and_archive", + "name": "Send And Archive", + "variants": { + "outlined": { + "path": "send_and_archive.outlined.svg" + }, + "round": { + "path": "send_and_archive.round.svg" + }, + "sharp": { + "path": "send_and_archive.sharp.svg" + }, + "default": { + "path": "send_and_archive.default.svg" + }, + "twotone": { + "path": "send_and_archive.twotone.svg" + } + } + }, + { + "id": "hotel_class", + "name": "Hotel Class", + "variants": { + "outlined": { + "path": "hotel_class.outlined.svg" + }, + "round": { + "path": "hotel_class.round.svg" + }, + "sharp": { + "path": "hotel_class.sharp.svg" + }, + "default": { + "path": "hotel_class.default.svg" + }, + "twotone": { + "path": "hotel_class.twotone.svg" + } + } + }, + { + "id": "search", + "name": "Search", + "variants": { + "outlined": { + "path": "search.outlined.svg" + }, + "round": { + "path": "search.round.svg" + }, + "sharp": { + "path": "search.sharp.svg" + }, + "default": { + "path": "search.default.svg" + }, + "twotone": { + "path": "search.twotone.svg" + } + } + }, + { + "id": "perm_media", + "name": "Perm Media", + "variants": { + "outlined": { + "path": "perm_media.outlined.svg" + }, + "round": { + "path": "perm_media.round.svg" + }, + "sharp": { + "path": "perm_media.sharp.svg" + }, + "default": { + "path": "perm_media.default.svg" + }, + "twotone": { + "path": "perm_media.twotone.svg" + } + } + }, + { + "id": "bookmark_add", + "name": "Bookmark Add", + "variants": { + "outlined": { + "path": "bookmark_add.outlined.svg" + }, + "round": { + "path": "bookmark_add.round.svg" + }, + "sharp": { + "path": "bookmark_add.sharp.svg" + }, + "default": { + "path": "bookmark_add.default.svg" + }, + "twotone": { + "path": "bookmark_add.twotone.svg" + } + } + }, + { + "id": "help_center", + "name": "Help Center", + "variants": { + "outlined": { + "path": "help_center.outlined.svg" + }, + "round": { + "path": "help_center.round.svg" + }, + "sharp": { + "path": "help_center.sharp.svg" + }, + "default": { + "path": "help_center.default.svg" + }, + "twotone": { + "path": "help_center.twotone.svg" + } + } + }, + { + "id": "perm_scan_wifi", + "name": "Perm Scan Wifi", + "variants": { + "outlined": { + "path": "perm_scan_wifi.outlined.svg" + }, + "round": { + "path": "perm_scan_wifi.round.svg" + }, + "sharp": { + "path": "perm_scan_wifi.sharp.svg" + }, + "default": { + "path": "perm_scan_wifi.default.svg" + }, + "twotone": { + "path": "perm_scan_wifi.twotone.svg" + } + } + }, + { + "id": "spatial_tracking", + "name": "Spatial Tracking", + "variants": { + "outlined": { + "path": "spatial_tracking.outlined.svg" + }, + "round": { + "path": "spatial_tracking.round.svg" + }, + "sharp": { + "path": "spatial_tracking.sharp.svg" + }, + "default": { + "path": "spatial_tracking.default.svg" + }, + "twotone": { + "path": "spatial_tracking.twotone.svg" + } + } + }, + { + "id": "info", + "name": "Info", + "variants": { + "outlined": { + "path": "info.outlined.svg" + }, + "round": { + "path": "info.round.svg" + }, + "sharp": { + "path": "info.sharp.svg" + }, + "default": { + "path": "info.default.svg" + }, + "twotone": { + "path": "info.twotone.svg" + } + } + }, + { + "id": "dashboard", + "name": "Dashboard", + "variants": { + "outlined": { + "path": "dashboard.outlined.svg" + }, + "round": { + "path": "dashboard.round.svg" + }, + "sharp": { + "path": "dashboard.sharp.svg" + }, + "default": { + "path": "dashboard.default.svg" + }, + "twotone": { + "path": "dashboard.twotone.svg" + } + } + }, + { + "id": "trending_down", + "name": "Trending Down", + "variants": { + "outlined": { + "path": "trending_down.outlined.svg" + }, + "round": { + "path": "trending_down.round.svg" + }, + "sharp": { + "path": "trending_down.sharp.svg" + }, + "default": { + "path": "trending_down.default.svg" + }, + "twotone": { + "path": "trending_down.twotone.svg" + } + } + }, + { + "id": "donut_small", + "name": "Donut Small", + "variants": { + "outlined": { + "path": "donut_small.outlined.svg" + }, + "round": { + "path": "donut_small.round.svg" + }, + "sharp": { + "path": "donut_small.sharp.svg" + }, + "default": { + "path": "donut_small.default.svg" + }, + "twotone": { + "path": "donut_small.twotone.svg" + } + } + }, + { + "id": "bookmark_border", + "name": "Bookmark Border", + "variants": { + "outlined": { + "path": "bookmark_border.outlined.svg" + }, + "round": { + "path": "bookmark_border.round.svg" + }, + "sharp": { + "path": "bookmark_border.sharp.svg" + }, + "default": { + "path": "bookmark_border.default.svg" + }, + "twotone": { + "path": "bookmark_border.twotone.svg" + } + } + }, + { + "id": "outlet", + "name": "Outlet", + "variants": { + "outlined": { + "path": "outlet.outlined.svg" + }, + "round": { + "path": "outlet.round.svg" + }, + "sharp": { + "path": "outlet.sharp.svg" + }, + "default": { + "path": "outlet.default.svg" + }, + "twotone": { + "path": "outlet.twotone.svg" + } + } + }, + { + "id": "hourglass_full", + "name": "Hourglass Full", + "variants": { + "outlined": { + "path": "hourglass_full.outlined.svg" + }, + "round": { + "path": "hourglass_full.round.svg" + }, + "sharp": { + "path": "hourglass_full.sharp.svg" + }, + "default": { + "path": "hourglass_full.default.svg" + }, + "twotone": { + "path": "hourglass_full.twotone.svg" + } + } + }, + { + "id": "outgoing_mail", + "name": "Outgoing Mail", + "variants": { + "default": { + "path": "outgoing_mail.default.svg" + } + } + }, + { + "id": "pan_tool_alt", + "name": "Pan Tool Alt", + "variants": { + "outlined": { + "path": "pan_tool_alt.outlined.svg" + }, + "round": { + "path": "pan_tool_alt.round.svg" + }, + "sharp": { + "path": "pan_tool_alt.sharp.svg" + }, + "default": { + "path": "pan_tool_alt.default.svg" + }, + "twotone": { + "path": "pan_tool_alt.twotone.svg" + } + } + }, + { + "id": "zoom_out", + "name": "Zoom Out", + "variants": { + "outlined": { + "path": "zoom_out.outlined.svg" + }, + "round": { + "path": "zoom_out.round.svg" + }, + "sharp": { + "path": "zoom_out.sharp.svg" + }, + "default": { + "path": "zoom_out.default.svg" + }, + "twotone": { + "path": "zoom_out.twotone.svg" + } + } + }, + { + "id": "group_work", + "name": "Group Work", + "variants": { + "outlined": { + "path": "group_work.outlined.svg" + }, + "round": { + "path": "group_work.round.svg" + }, + "sharp": { + "path": "group_work.sharp.svg" + }, + "default": { + "path": "group_work.default.svg" + }, + "twotone": { + "path": "group_work.twotone.svg" + } + } + }, + { + "id": "turned_in_not", + "name": "Turned In Not", + "variants": { + "outlined": { + "path": "turned_in_not.outlined.svg" + }, + "round": { + "path": "turned_in_not.round.svg" + }, + "sharp": { + "path": "turned_in_not.sharp.svg" + }, + "default": { + "path": "turned_in_not.default.svg" + }, + "twotone": { + "path": "turned_in_not.twotone.svg" + } + } + }, + { + "id": "arrow_circle_up", + "name": "Arrow Circle Up", + "variants": { + "outlined": { + "path": "arrow_circle_up.outlined.svg" + }, + "round": { + "path": "arrow_circle_up.round.svg" + }, + "sharp": { + "path": "arrow_circle_up.sharp.svg" + }, + "default": { + "path": "arrow_circle_up.default.svg" + }, + "twotone": { + "path": "arrow_circle_up.twotone.svg" + } + } + }, + { + "id": "privacy_tip", + "name": "Privacy Tip", + "variants": { + "outlined": { + "path": "privacy_tip.outlined.svg" + }, + "round": { + "path": "privacy_tip.round.svg" + }, + "sharp": { + "path": "privacy_tip.sharp.svg" + }, + "default": { + "path": "privacy_tip.default.svg" + }, + "twotone": { + "path": "privacy_tip.twotone.svg" + } + } + }, + { + "id": "bookmark_remove", + "name": "Bookmark Remove", + "variants": { + "outlined": { + "path": "bookmark_remove.outlined.svg" + }, + "round": { + "path": "bookmark_remove.round.svg" + }, + "sharp": { + "path": "bookmark_remove.sharp.svg" + }, + "default": { + "path": "bookmark_remove.default.svg" + }, + "twotone": { + "path": "bookmark_remove.twotone.svg" + } + } + }, + { + "id": "voice_over_off", + "name": "Voice Over Off", + "variants": { + "outlined": { + "path": "voice_over_off.outlined.svg" + }, + "round": { + "path": "voice_over_off.round.svg" + }, + "sharp": { + "path": "voice_over_off.sharp.svg" + }, + "default": { + "path": "voice_over_off.default.svg" + }, + "twotone": { + "path": "voice_over_off.twotone.svg" + } + } + }, + { + "id": "receipt", + "name": "Receipt", + "variants": { + "outlined": { + "path": "receipt.outlined.svg" + }, + "round": { + "path": "receipt.round.svg" + }, + "sharp": { + "path": "receipt.sharp.svg" + }, + "default": { + "path": "receipt.default.svg" + }, + "twotone": { + "path": "receipt.twotone.svg" + } + } + }, + { + "id": "hourglass_disabled", + "name": "Hourglass Disabled", + "variants": { + "outlined": { + "path": "hourglass_disabled.outlined.svg" + }, + "round": { + "path": "hourglass_disabled.round.svg" + }, + "sharp": { + "path": "hourglass_disabled.sharp.svg" + }, + "default": { + "path": "hourglass_disabled.default.svg" + }, + "twotone": { + "path": "hourglass_disabled.twotone.svg" + } + } + }, + { + "id": "quickreply", + "name": "Quickreply", + "variants": { + "outlined": { + "path": "quickreply.outlined.svg" + }, + "round": { + "path": "quickreply.round.svg" + }, + "sharp": { + "path": "quickreply.sharp.svg" + }, + "default": { + "path": "quickreply.default.svg" + }, + "twotone": { + "path": "quickreply.twotone.svg" + } + } + }, + { + "id": "eject", + "name": "Eject", + "variants": { + "outlined": { + "path": "eject.outlined.svg" + }, + "round": { + "path": "eject.round.svg" + }, + "sharp": { + "path": "eject.sharp.svg" + }, + "default": { + "path": "eject.default.svg" + }, + "twotone": { + "path": "eject.twotone.svg" + } + } + }, + { + "id": "card_membership", + "name": "Card Membership", + "variants": { + "outlined": { + "path": "card_membership.outlined.svg" + }, + "round": { + "path": "card_membership.round.svg" + }, + "sharp": { + "path": "card_membership.sharp.svg" + }, + "default": { + "path": "card_membership.default.svg" + }, + "twotone": { + "path": "card_membership.twotone.svg" + } + } + }, + { + "id": "verified_user", + "name": "Verified User", + "variants": { + "outlined": { + "path": "verified_user.outlined.svg" + }, + "round": { + "path": "verified_user.round.svg" + }, + "sharp": { + "path": "verified_user.sharp.svg" + }, + "default": { + "path": "verified_user.default.svg" + }, + "twotone": { + "path": "verified_user.twotone.svg" + } + } + }, + { + "id": "close_fullscreen", + "name": "Close Fullscreen", + "variants": { + "outlined": { + "path": "close_fullscreen.outlined.svg" + }, + "round": { + "path": "close_fullscreen.round.svg" + }, + "sharp": { + "path": "close_fullscreen.sharp.svg" + }, + "default": { + "path": "close_fullscreen.default.svg" + }, + "twotone": { + "path": "close_fullscreen.twotone.svg" + } + } + }, + { + "id": "width_wide", + "name": "Width Wide", + "variants": { + "outlined": { + "path": "width_wide.outlined.svg" + }, + "round": { + "path": "width_wide.round.svg" + }, + "sharp": { + "path": "width_wide.sharp.svg" + }, + "default": { + "path": "width_wide.default.svg" + }, + "twotone": { + "path": "width_wide.twotone.svg" + } + } + }, + { + "id": "alarm_add", + "name": "Alarm Add", + "variants": { + "outlined": { + "path": "alarm_add.outlined.svg" + }, + "round": { + "path": "alarm_add.round.svg" + }, + "sharp": { + "path": "alarm_add.sharp.svg" + }, + "default": { + "path": "alarm_add.default.svg" + }, + "twotone": { + "path": "alarm_add.twotone.svg" + } + } + }, + { + "id": "done", + "name": "Done", + "variants": { + "outlined": { + "path": "done.outlined.svg" + }, + "round": { + "path": "done.round.svg" + }, + "sharp": { + "path": "done.sharp.svg" + }, + "default": { + "path": "done.default.svg" + }, + "twotone": { + "path": "done.twotone.svg" + } + } + }, + { + "id": "label_outline", + "name": "Label Outline", + "variants": { + "round": { + "path": "label_outline.round.svg" + }, + "sharp": { + "path": "label_outline.sharp.svg" + }, + "default": { + "path": "label_outline.default.svg" + }, + "twotone": { + "path": "label_outline.twotone.svg" + } + } + }, + { + "id": "bookmarks", + "name": "Bookmarks", + "variants": { + "outlined": { + "path": "bookmarks.outlined.svg" + }, + "round": { + "path": "bookmarks.round.svg" + }, + "sharp": { + "path": "bookmarks.sharp.svg" + }, + "default": { + "path": "bookmarks.default.svg" + }, + "twotone": { + "path": "bookmarks.twotone.svg" + } + } + }, + { + "id": "swipe_right", + "name": "Swipe Right", + "variants": { + "outlined": { + "path": "swipe_right.outlined.svg" + }, + "round": { + "path": "swipe_right.round.svg" + }, + "sharp": { + "path": "swipe_right.sharp.svg" + }, + "default": { + "path": "swipe_right.default.svg" + }, + "twotone": { + "path": "swipe_right.twotone.svg" + } + } + }, + { + "id": "explore_off", + "name": "Explore Off", + "variants": { + "outlined": { + "path": "explore_off.outlined.svg" + }, + "round": { + "path": "explore_off.round.svg" + }, + "sharp": { + "path": "explore_off.sharp.svg" + }, + "default": { + "path": "explore_off.default.svg" + }, + "twotone": { + "path": "explore_off.twotone.svg" + } + } + }, + { + "id": "track_changes", + "name": "Track Changes", + "variants": { + "outlined": { + "path": "track_changes.outlined.svg" + }, + "round": { + "path": "track_changes.round.svg" + }, + "sharp": { + "path": "track_changes.sharp.svg" + }, + "default": { + "path": "track_changes.default.svg" + }, + "twotone": { + "path": "track_changes.twotone.svg" + } + } + }, + { + "id": "description", + "name": "Description", + "variants": { + "outlined": { + "path": "description.outlined.svg" + }, + "round": { + "path": "description.round.svg" + }, + "sharp": { + "path": "description.sharp.svg" + }, + "default": { + "path": "description.default.svg" + }, + "twotone": { + "path": "description.twotone.svg" + } + } + }, + { + "id": "touch_app", + "name": "Touch App", + "variants": { + "outlined": { + "path": "touch_app.outlined.svg" + }, + "round": { + "path": "touch_app.round.svg" + }, + "sharp": { + "path": "touch_app.sharp.svg" + }, + "default": { + "path": "touch_app.default.svg" + }, + "twotone": { + "path": "touch_app.twotone.svg" + } + } + }, + { + "id": "support", + "name": "Support", + "variants": { + "outlined": { + "path": "support.outlined.svg" + }, + "round": { + "path": "support.round.svg" + }, + "sharp": { + "path": "support.sharp.svg" + }, + "default": { + "path": "support.default.svg" + }, + "twotone": { + "path": "support.twotone.svg" + } + } + }, + { + "id": "generating_tokens", + "name": "Generating Tokens", + "variants": { + "outlined": { + "path": "generating_tokens.outlined.svg" + }, + "round": { + "path": "generating_tokens.round.svg" + }, + "sharp": { + "path": "generating_tokens.sharp.svg" + }, + "default": { + "path": "generating_tokens.default.svg" + }, + "twotone": { + "path": "generating_tokens.twotone.svg" + } + } + }, + { + "id": "opacity", + "name": "Opacity", + "variants": { + "outlined": { + "path": "opacity.outlined.svg" + }, + "round": { + "path": "opacity.round.svg" + }, + "sharp": { + "path": "opacity.sharp.svg" + }, + "default": { + "path": "opacity.default.svg" + }, + "twotone": { + "path": "opacity.twotone.svg" + } + } + }, + { + "id": "settings_input_component", + "name": "Settings Input Component", + "variants": { + "outlined": { + "path": "settings_input_component.outlined.svg" + }, + "round": { + "path": "settings_input_component.round.svg" + }, + "sharp": { + "path": "settings_input_component.sharp.svg" + }, + "default": { + "path": "settings_input_component.default.svg" + }, + "twotone": { + "path": "settings_input_component.twotone.svg" + } + } + }, + { + "id": "book_online", + "name": "Book Online", + "variants": { + "outlined": { + "path": "book_online.outlined.svg" + }, + "round": { + "path": "book_online.round.svg" + }, + "sharp": { + "path": "book_online.sharp.svg" + }, + "default": { + "path": "book_online.default.svg" + }, + "twotone": { + "path": "book_online.twotone.svg" + } + } + }, + { + "id": "dynamic_form", + "name": "Dynamic Form", + "variants": { + "outlined": { + "path": "dynamic_form.outlined.svg" + }, + "round": { + "path": "dynamic_form.round.svg" + }, + "sharp": { + "path": "dynamic_form.sharp.svg" + }, + "default": { + "path": "dynamic_form.default.svg" + }, + "twotone": { + "path": "dynamic_form.twotone.svg" + } + } + }, + { + "id": "lock_clock", + "name": "Lock Clock", + "variants": { + "outlined": { + "path": "lock_clock.outlined.svg" + }, + "round": { + "path": "lock_clock.round.svg" + }, + "sharp": { + "path": "lock_clock.sharp.svg" + }, + "default": { + "path": "lock_clock.default.svg" + }, + "twotone": { + "path": "lock_clock.twotone.svg" + } + } + }, + { + "id": "get_app", + "name": "Get App", + "variants": { + "outlined": { + "path": "get_app.outlined.svg" + }, + "round": { + "path": "get_app.round.svg" + }, + "sharp": { + "path": "get_app.sharp.svg" + }, + "default": { + "path": "get_app.default.svg" + }, + "twotone": { + "path": "get_app.twotone.svg" + } + } + }, + { + "id": "speaker_notes_off", + "name": "Speaker Notes Off", + "variants": { + "outlined": { + "path": "speaker_notes_off.outlined.svg" + }, + "round": { + "path": "speaker_notes_off.round.svg" + }, + "sharp": { + "path": "speaker_notes_off.sharp.svg" + }, + "default": { + "path": "speaker_notes_off.default.svg" + }, + "twotone": { + "path": "speaker_notes_off.twotone.svg" + } + } + }, + { + "id": "filter_list_alt", + "name": "Filter List Alt", + "variants": { + "default": { + "path": "filter_list_alt.default.svg" + } + } + }, + { + "id": "http", + "name": "Http", + "variants": { + "outlined": { + "path": "http.outlined.svg" + }, + "round": { + "path": "http.round.svg" + }, + "sharp": { + "path": "http.sharp.svg" + }, + "default": { + "path": "http.default.svg" + }, + "twotone": { + "path": "http.twotone.svg" + } + } + }, + { + "id": "shopping_cart_checkout", + "name": "Shopping Cart Checkout", + "variants": { + "outlined": { + "path": "shopping_cart_checkout.outlined.svg" + }, + "round": { + "path": "shopping_cart_checkout.round.svg" + }, + "sharp": { + "path": "shopping_cart_checkout.sharp.svg" + }, + "default": { + "path": "shopping_cart_checkout.default.svg" + }, + "twotone": { + "path": "shopping_cart_checkout.twotone.svg" + } + } + }, + { + "id": "dangerous", + "name": "Dangerous", + "variants": { + "outlined": { + "path": "dangerous.outlined.svg" + }, + "round": { + "path": "dangerous.round.svg" + }, + "sharp": { + "path": "dangerous.sharp.svg" + }, + "default": { + "path": "dangerous.default.svg" + }, + "twotone": { + "path": "dangerous.twotone.svg" + } + } + }, + { + "id": "important_devices", + "name": "Important Devices", + "variants": { + "outlined": { + "path": "important_devices.outlined.svg" + }, + "round": { + "path": "important_devices.round.svg" + }, + "sharp": { + "path": "important_devices.sharp.svg" + }, + "default": { + "path": "important_devices.default.svg" + }, + "twotone": { + "path": "important_devices.twotone.svg" + } + } + }, + { + "id": "flight_takeoff", + "name": "Flight Takeoff", + "variants": { + "outlined": { + "path": "flight_takeoff.outlined.svg" + }, + "round": { + "path": "flight_takeoff.round.svg" + }, + "sharp": { + "path": "flight_takeoff.sharp.svg" + }, + "default": { + "path": "flight_takeoff.default.svg" + }, + "twotone": { + "path": "flight_takeoff.twotone.svg" + } + } + }, + { + "id": "noise_aware", + "name": "Noise Aware", + "variants": { + "outlined": { + "path": "noise_aware.outlined.svg" + }, + "round": { + "path": "noise_aware.round.svg" + }, + "sharp": { + "path": "noise_aware.sharp.svg" + }, + "default": { + "path": "noise_aware.default.svg" + }, + "twotone": { + "path": "noise_aware.twotone.svg" + } + } + }, + { + "id": "pinch", + "name": "Pinch", + "variants": { + "outlined": { + "path": "pinch.outlined.svg" + }, + "round": { + "path": "pinch.round.svg" + }, + "sharp": { + "path": "pinch.sharp.svg" + }, + "default": { + "path": "pinch.default.svg" + }, + "twotone": { + "path": "pinch.twotone.svg" + } + } + }, + { + "id": "swipe_left", + "name": "Swipe Left", + "variants": { + "outlined": { + "path": "swipe_left.outlined.svg" + }, + "round": { + "path": "swipe_left.round.svg" + }, + "sharp": { + "path": "swipe_left.sharp.svg" + }, + "default": { + "path": "swipe_left.default.svg" + }, + "twotone": { + "path": "swipe_left.twotone.svg" + } + } + }, + { + "id": "bookmark_added", + "name": "Bookmark Added", + "variants": { + "outlined": { + "path": "bookmark_added.outlined.svg" + }, + "round": { + "path": "bookmark_added.round.svg" + }, + "sharp": { + "path": "bookmark_added.sharp.svg" + }, + "default": { + "path": "bookmark_added.default.svg" + }, + "twotone": { + "path": "bookmark_added.twotone.svg" + } + } + }, + { + "id": "check_circle_outline", + "name": "Check Circle Outline", + "variants": { + "outlined": { + "path": "check_circle_outline.outlined.svg" + }, + "round": { + "path": "check_circle_outline.round.svg" + }, + "sharp": { + "path": "check_circle_outline.sharp.svg" + }, + "default": { + "path": "check_circle_outline.default.svg" + }, + "twotone": { + "path": "check_circle_outline.twotone.svg" + } + } + }, + { + "id": "text_rotate_up", + "name": "Text Rotate Up", + "variants": { + "outlined": { + "path": "text_rotate_up.outlined.svg" + }, + "round": { + "path": "text_rotate_up.round.svg" + }, + "sharp": { + "path": "text_rotate_up.sharp.svg" + }, + "default": { + "path": "text_rotate_up.default.svg" + }, + "twotone": { + "path": "text_rotate_up.twotone.svg" + } + } + }, + { + "id": "work", + "name": "Work", + "variants": { + "outlined": { + "path": "work.outlined.svg" + }, + "round": { + "path": "work.round.svg" + }, + "sharp": { + "path": "work.sharp.svg" + }, + "default": { + "path": "work.default.svg" + }, + "twotone": { + "path": "work.twotone.svg" + } + } + }, + { + "id": "settings_power", + "name": "Settings Power", + "variants": { + "outlined": { + "path": "settings_power.outlined.svg" + }, + "round": { + "path": "settings_power.round.svg" + }, + "sharp": { + "path": "settings_power.sharp.svg" + }, + "default": { + "path": "settings_power.default.svg" + }, + "twotone": { + "path": "settings_power.twotone.svg" + } + } + }, + { + "id": "hls", + "name": "Hls", + "variants": { + "outlined": { + "path": "hls.outlined.svg" + }, + "round": { + "path": "hls.round.svg" + }, + "sharp": { + "path": "hls.sharp.svg" + }, + "default": { + "path": "hls.default.svg" + }, + "twotone": { + "path": "hls.twotone.svg" + } + } + }, + { + "id": "list", + "name": "List", + "variants": { + "outlined": { + "path": "list.outlined.svg" + }, + "round": { + "path": "list.round.svg" + }, + "sharp": { + "path": "list.sharp.svg" + }, + "default": { + "path": "list.default.svg" + }, + "twotone": { + "path": "list.twotone.svg" + } + } + }, + { + "id": "android", + "name": "Android", + "variants": { + "outlined": { + "path": "android.outlined.svg" + }, + "round": { + "path": "android.round.svg" + }, + "sharp": { + "path": "android.sharp.svg" + }, + "default": { + "path": "android.default.svg" + }, + "twotone": { + "path": "android.twotone.svg" + } + } + }, + { + "id": "settings_input_hdmi", + "name": "Settings Input Hdmi", + "variants": { + "outlined": { + "path": "settings_input_hdmi.outlined.svg" + }, + "round": { + "path": "settings_input_hdmi.round.svg" + }, + "sharp": { + "path": "settings_input_hdmi.sharp.svg" + }, + "default": { + "path": "settings_input_hdmi.default.svg" + }, + "twotone": { + "path": "settings_input_hdmi.twotone.svg" + } + } + }, + { + "id": "extension_off", + "name": "Extension Off", + "variants": { + "outlined": { + "path": "extension_off.outlined.svg" + }, + "round": { + "path": "extension_off.round.svg" + }, + "sharp": { + "path": "extension_off.sharp.svg" + }, + "default": { + "path": "extension_off.default.svg" + }, + "twotone": { + "path": "extension_off.twotone.svg" + } + } + }, + { + "id": "browse_gallery", + "name": "Browse Gallery", + "variants": { + "outlined": { + "path": "browse_gallery.outlined.svg" + }, + "round": { + "path": "browse_gallery.round.svg" + }, + "sharp": { + "path": "browse_gallery.sharp.svg" + }, + "default": { + "path": "browse_gallery.default.svg" + }, + "twotone": { + "path": "browse_gallery.twotone.svg" + } + } + }, + { + "id": "calendar_view_week", + "name": "Calendar View Week", + "variants": { + "outlined": { + "path": "calendar_view_week.outlined.svg" + }, + "round": { + "path": "calendar_view_week.round.svg" + }, + "sharp": { + "path": "calendar_view_week.sharp.svg" + }, + "default": { + "path": "calendar_view_week.default.svg" + }, + "twotone": { + "path": "calendar_view_week.twotone.svg" + } + } + }, + { + "id": "manage_history", + "name": "Manage History", + "variants": { + "outlined": { + "path": "manage_history.outlined.svg" + }, + "round": { + "path": "manage_history.round.svg" + }, + "sharp": { + "path": "manage_history.sharp.svg" + }, + "default": { + "path": "manage_history.default.svg" + }, + "twotone": { + "path": "manage_history.twotone.svg" + } + } + }, + { + "id": "favorite_border", + "name": "Favorite Border", + "variants": { + "outlined": { + "path": "favorite_border.outlined.svg" + }, + "round": { + "path": "favorite_border.round.svg" + }, + "sharp": { + "path": "favorite_border.sharp.svg" + }, + "default": { + "path": "favorite_border.default.svg" + }, + "twotone": { + "path": "favorite_border.twotone.svg" + } + } + }, + { + "id": "mark_as_unread", + "name": "Mark As Unread", + "variants": { + "outlined": { + "path": "mark_as_unread.outlined.svg" + }, + "round": { + "path": "mark_as_unread.round.svg" + }, + "sharp": { + "path": "mark_as_unread.sharp.svg" + }, + "default": { + "path": "mark_as_unread.default.svg" + }, + "twotone": { + "path": "mark_as_unread.twotone.svg" + } + } + }, + { + "id": "card_travel", + "name": "Card Travel", + "variants": { + "outlined": { + "path": "card_travel.outlined.svg" + }, + "round": { + "path": "card_travel.round.svg" + }, + "sharp": { + "path": "card_travel.sharp.svg" + }, + "default": { + "path": "card_travel.default.svg" + }, + "twotone": { + "path": "card_travel.twotone.svg" + } + } + }, + { + "id": "history", + "name": "History", + "variants": { + "outlined": { + "path": "history.outlined.svg" + }, + "round": { + "path": "history.round.svg" + }, + "sharp": { + "path": "history.sharp.svg" + }, + "default": { + "path": "history.default.svg" + }, + "twotone": { + "path": "history.twotone.svg" + } + } + }, + { + "id": "accessibility_new", + "name": "Accessibility New", + "variants": { + "outlined": { + "path": "accessibility_new.outlined.svg" + }, + "round": { + "path": "accessibility_new.round.svg" + }, + "sharp": { + "path": "accessibility_new.sharp.svg" + }, + "default": { + "path": "accessibility_new.default.svg" + }, + "twotone": { + "path": "accessibility_new.twotone.svg" + } + } + }, + { + "id": "view_week", + "name": "View Week", + "variants": { + "outlined": { + "path": "view_week.outlined.svg" + }, + "round": { + "path": "view_week.round.svg" + }, + "sharp": { + "path": "view_week.sharp.svg" + }, + "default": { + "path": "view_week.default.svg" + }, + "twotone": { + "path": "view_week.twotone.svg" + } + } + }, + { + "id": "book", + "name": "Book", + "variants": { + "outlined": { + "path": "book.outlined.svg" + }, + "round": { + "path": "book.round.svg" + }, + "sharp": { + "path": "book.sharp.svg" + }, + "default": { + "path": "book.default.svg" + }, + "twotone": { + "path": "book.twotone.svg" + } + } + }, + { + "id": "smart_button", + "name": "Smart Button", + "variants": { + "outlined": { + "path": "smart_button.outlined.svg" + }, + "round": { + "path": "smart_button.round.svg" + }, + "sharp": { + "path": "smart_button.sharp.svg" + }, + "default": { + "path": "smart_button.default.svg" + }, + "twotone": { + "path": "smart_button.twotone.svg" + } + } + }, + { + "id": "not_accessible", + "name": "Not Accessible", + "variants": { + "outlined": { + "path": "not_accessible.outlined.svg" + }, + "round": { + "path": "not_accessible.round.svg" + }, + "sharp": { + "path": "not_accessible.sharp.svg" + }, + "default": { + "path": "not_accessible.default.svg" + }, + "twotone": { + "path": "not_accessible.twotone.svg" + } + } + }, + { + "id": "commute", + "name": "Commute", + "variants": { + "outlined": { + "path": "commute.outlined.svg" + }, + "round": { + "path": "commute.round.svg" + }, + "sharp": { + "path": "commute.sharp.svg" + }, + "default": { + "path": "commute.default.svg" + }, + "twotone": { + "path": "commute.twotone.svg" + } + } + }, + { + "id": "free_cancellation", + "name": "Free Cancellation", + "variants": { + "outlined": { + "path": "free_cancellation.outlined.svg" + }, + "round": { + "path": "free_cancellation.round.svg" + }, + "sharp": { + "path": "free_cancellation.sharp.svg" + }, + "default": { + "path": "free_cancellation.default.svg" + }, + "twotone": { + "path": "free_cancellation.twotone.svg" + } + } + }, + { + "id": "arrow_circle_right", + "name": "Arrow Circle Right", + "variants": { + "outlined": { + "path": "arrow_circle_right.outlined.svg" + }, + "round": { + "path": "arrow_circle_right.round.svg" + }, + "sharp": { + "path": "arrow_circle_right.sharp.svg" + }, + "default": { + "path": "arrow_circle_right.default.svg" + }, + "twotone": { + "path": "arrow_circle_right.twotone.svg" + } + } + }, + { + "id": "filter_alt_off", + "name": "Filter Alt Off", + "variants": { + "outlined": { + "path": "filter_alt_off.outlined.svg" + }, + "round": { + "path": "filter_alt_off.round.svg" + }, + "sharp": { + "path": "filter_alt_off.sharp.svg" + }, + "default": { + "path": "filter_alt_off.default.svg" + }, + "twotone": { + "path": "filter_alt_off.twotone.svg" + } + } + }, + { + "id": "edit_off", + "name": "Edit Off", + "variants": { + "outlined": { + "path": "edit_off.outlined.svg" + }, + "round": { + "path": "edit_off.round.svg" + }, + "sharp": { + "path": "edit_off.sharp.svg" + }, + "default": { + "path": "edit_off.default.svg" + }, + "twotone": { + "path": "edit_off.twotone.svg" + } + } + }, + { + "id": "perm_phone_msg", + "name": "Perm Phone Msg", + "variants": { + "outlined": { + "path": "perm_phone_msg.outlined.svg" + }, + "round": { + "path": "perm_phone_msg.round.svg" + }, + "sharp": { + "path": "perm_phone_msg.sharp.svg" + }, + "default": { + "path": "perm_phone_msg.default.svg" + }, + "twotone": { + "path": "perm_phone_msg.twotone.svg" + } + } + }, + { + "id": "try", + "name": "Try", + "variants": { + "outlined": { + "path": "try.outlined.svg" + }, + "round": { + "path": "try.round.svg" + }, + "sharp": { + "path": "try.sharp.svg" + }, + "default": { + "path": "try.default.svg" + }, + "twotone": { + "path": "try.twotone.svg" + } + } + }, + { + "id": "class", + "name": "Class", + "variants": { + "outlined": { + "path": "class.outlined.svg" + }, + "round": { + "path": "class.round.svg" + }, + "sharp": { + "path": "class.sharp.svg" + }, + "default": { + "path": "class.default.svg" + }, + "twotone": { + "path": "class.twotone.svg" + } + } + }, + { + "id": "tour", + "name": "Tour", + "variants": { + "outlined": { + "path": "tour.outlined.svg" + }, + "round": { + "path": "tour.round.svg" + }, + "sharp": { + "path": "tour.sharp.svg" + }, + "default": { + "path": "tour.default.svg" + }, + "twotone": { + "path": "tour.twotone.svg" + } + } + }, + { + "id": "gif_box", + "name": "Gif Box", + "variants": { + "outlined": { + "path": "gif_box.outlined.svg" + }, + "round": { + "path": "gif_box.round.svg" + }, + "sharp": { + "path": "gif_box.sharp.svg" + }, + "default": { + "path": "gif_box.default.svg" + }, + "twotone": { + "path": "gif_box.twotone.svg" + } + } + }, + { + "id": "schedule_send", + "name": "Schedule Send", + "variants": { + "outlined": { + "path": "schedule_send.outlined.svg" + }, + "round": { + "path": "schedule_send.round.svg" + }, + "sharp": { + "path": "schedule_send.sharp.svg" + }, + "default": { + "path": "schedule_send.default.svg" + }, + "twotone": { + "path": "schedule_send.twotone.svg" + } + } + }, + { + "id": "production_quantity_limits", + "name": "Production Quantity Limits", + "variants": { + "outlined": { + "path": "production_quantity_limits.outlined.svg" + }, + "round": { + "path": "production_quantity_limits.round.svg" + }, + "sharp": { + "path": "production_quantity_limits.sharp.svg" + }, + "default": { + "path": "production_quantity_limits.default.svg" + }, + "twotone": { + "path": "production_quantity_limits.twotone.svg" + } + } + }, + { + "id": "sticky_note_2", + "name": "Sticky Note 2", + "variants": { + "outlined": { + "path": "sticky_note_2.outlined.svg" + }, + "round": { + "path": "sticky_note_2.round.svg" + }, + "sharp": { + "path": "sticky_note_2.sharp.svg" + }, + "default": { + "path": "sticky_note_2.default.svg" + }, + "twotone": { + "path": "sticky_note_2.twotone.svg" + } + } + }, + { + "id": "update_disabled", + "name": "Update Disabled", + "variants": { + "outlined": { + "path": "update_disabled.outlined.svg" + }, + "round": { + "path": "update_disabled.round.svg" + }, + "sharp": { + "path": "update_disabled.sharp.svg" + }, + "default": { + "path": "update_disabled.default.svg" + }, + "twotone": { + "path": "update_disabled.twotone.svg" + } + } + }, + { + "id": "speaker_notes", + "name": "Speaker Notes", + "variants": { + "outlined": { + "path": "speaker_notes.outlined.svg" + }, + "round": { + "path": "speaker_notes.round.svg" + }, + "sharp": { + "path": "speaker_notes.sharp.svg" + }, + "default": { + "path": "speaker_notes.default.svg" + }, + "twotone": { + "path": "speaker_notes.twotone.svg" + } + } + }, + { + "id": "api", + "name": "Api", + "variants": { + "outlined": { + "path": "api.outlined.svg" + }, + "round": { + "path": "api.round.svg" + }, + "sharp": { + "path": "api.sharp.svg" + }, + "default": { + "path": "api.default.svg" + }, + "twotone": { + "path": "api.twotone.svg" + } + } + }, + { + "id": "invert_colors", + "name": "Invert Colors", + "variants": { + "outlined": { + "path": "invert_colors.outlined.svg" + }, + "round": { + "path": "invert_colors.round.svg" + }, + "sharp": { + "path": "invert_colors.sharp.svg" + }, + "default": { + "path": "invert_colors.default.svg" + }, + "twotone": { + "path": "invert_colors.twotone.svg" + } + } + }, + { + "id": "width_normal", + "name": "Width Normal", + "variants": { + "outlined": { + "path": "width_normal.outlined.svg" + }, + "round": { + "path": "width_normal.round.svg" + }, + "sharp": { + "path": "width_normal.sharp.svg" + }, + "default": { + "path": "width_normal.default.svg" + }, + "twotone": { + "path": "width_normal.twotone.svg" + } + } + }, + { + "id": "open_in_browser", + "name": "Open In Browser", + "variants": { + "outlined": { + "path": "open_in_browser.outlined.svg" + }, + "round": { + "path": "open_in_browser.round.svg" + }, + "sharp": { + "path": "open_in_browser.sharp.svg" + }, + "default": { + "path": "open_in_browser.default.svg" + }, + "twotone": { + "path": "open_in_browser.twotone.svg" + } + } + }, + { + "id": "hourglass_empty", + "name": "Hourglass Empty", + "variants": { + "outlined": { + "path": "hourglass_empty.outlined.svg" + }, + "round": { + "path": "hourglass_empty.round.svg" + }, + "sharp": { + "path": "hourglass_empty.sharp.svg" + }, + "default": { + "path": "hourglass_empty.default.svg" + }, + "twotone": { + "path": "hourglass_empty.twotone.svg" + } + } + }, + { + "id": "backup_table", + "name": "Backup Table", + "variants": { + "outlined": { + "path": "backup_table.outlined.svg" + }, + "round": { + "path": "backup_table.round.svg" + }, + "sharp": { + "path": "backup_table.sharp.svg" + }, + "default": { + "path": "backup_table.default.svg" + }, + "twotone": { + "path": "backup_table.twotone.svg" + } + } + }, + { + "id": "exit_to_app", + "name": "Exit To App", + "variants": { + "outlined": { + "path": "exit_to_app.outlined.svg" + }, + "round": { + "path": "exit_to_app.round.svg" + }, + "sharp": { + "path": "exit_to_app.sharp.svg" + }, + "default": { + "path": "exit_to_app.default.svg" + }, + "twotone": { + "path": "exit_to_app.twotone.svg" + } + } + }, + { + "id": "switch_access_shortcut", + "name": "Switch Access Shortcut", + "variants": { + "outlined": { + "path": "switch_access_shortcut.outlined.svg" + }, + "round": { + "path": "switch_access_shortcut.round.svg" + }, + "sharp": { + "path": "switch_access_shortcut.sharp.svg" + }, + "default": { + "path": "switch_access_shortcut.default.svg" + }, + "twotone": { + "path": "switch_access_shortcut.twotone.svg" + } + } + }, + { + "id": "text_rotation_angleup", + "name": "Text Rotation Angleup", + "variants": { + "outlined": { + "path": "text_rotation_angleup.outlined.svg" + }, + "round": { + "path": "text_rotation_angleup.round.svg" + }, + "sharp": { + "path": "text_rotation_angleup.sharp.svg" + }, + "default": { + "path": "text_rotation_angleup.default.svg" + }, + "twotone": { + "path": "text_rotation_angleup.twotone.svg" + } + } + }, + { + "id": "open_in_new", + "name": "Open In New", + "variants": { + "outlined": { + "path": "open_in_new.outlined.svg" + }, + "round": { + "path": "open_in_new.round.svg" + }, + "sharp": { + "path": "open_in_new.sharp.svg" + }, + "default": { + "path": "open_in_new.default.svg" + }, + "twotone": { + "path": "open_in_new.twotone.svg" + } + } + }, + { + "id": "lock_outline", + "name": "Lock Outline", + "variants": { + "round": { + "path": "lock_outline.round.svg" + }, + "sharp": { + "path": "lock_outline.sharp.svg" + }, + "default": { + "path": "lock_outline.default.svg" + }, + "twotone": { + "path": "lock_outline.twotone.svg" + } + } + }, + { + "id": "preview", + "name": "Preview", + "variants": { + "outlined": { + "path": "preview.outlined.svg" + }, + "round": { + "path": "preview.round.svg" + }, + "sharp": { + "path": "preview.sharp.svg" + }, + "default": { + "path": "preview.default.svg" + }, + "twotone": { + "path": "preview.twotone.svg" + } + } + }, + { + "id": "calendar_today", + "name": "Calendar Today", + "variants": { + "outlined": { + "path": "calendar_today.outlined.svg" + }, + "round": { + "path": "calendar_today.round.svg" + }, + "sharp": { + "path": "calendar_today.sharp.svg" + }, + "default": { + "path": "calendar_today.default.svg" + }, + "twotone": { + "path": "calendar_today.twotone.svg" + } + } + }, + { + "id": "3d_rotation", + "name": "3D Rotation", + "variants": { + "outlined": { + "path": "3d_rotation.outlined.svg" + }, + "round": { + "path": "3d_rotation.round.svg" + }, + "sharp": { + "path": "3d_rotation.sharp.svg" + }, + "default": { + "path": "3d_rotation.default.svg" + }, + "twotone": { + "path": "3d_rotation.twotone.svg" + } + } + }, + { + "id": "assignment_add", + "name": "Assignment Add", + "variants": { + "default": { + "path": "assignment_add.default.svg" + } + } + }, + { + "id": "history_toggle_off", + "name": "History Toggle Off", + "variants": { + "outlined": { + "path": "history_toggle_off.outlined.svg" + }, + "round": { + "path": "history_toggle_off.round.svg" + }, + "sharp": { + "path": "history_toggle_off.sharp.svg" + }, + "default": { + "path": "history_toggle_off.default.svg" + }, + "twotone": { + "path": "history_toggle_off.twotone.svg" + } + } + }, + { + "id": "account_box", + "name": "Account Box", + "variants": { + "outlined": { + "path": "account_box.outlined.svg" + }, + "round": { + "path": "account_box.round.svg" + }, + "sharp": { + "path": "account_box.sharp.svg" + }, + "default": { + "path": "account_box.default.svg" + }, + "twotone": { + "path": "account_box.twotone.svg" + } + } + }, + { + "id": "account_balance_wallet", + "name": "Account Balance Wallet", + "variants": { + "outlined": { + "path": "account_balance_wallet.outlined.svg" + }, + "round": { + "path": "account_balance_wallet.round.svg" + }, + "sharp": { + "path": "account_balance_wallet.sharp.svg" + }, + "default": { + "path": "account_balance_wallet.default.svg" + }, + "twotone": { + "path": "account_balance_wallet.twotone.svg" + } + } + }, + { + "id": "copyright", + "name": "Copyright", + "variants": { + "outlined": { + "path": "copyright.outlined.svg" + }, + "round": { + "path": "copyright.round.svg" + }, + "sharp": { + "path": "copyright.sharp.svg" + }, + "default": { + "path": "copyright.default.svg" + }, + "twotone": { + "path": "copyright.twotone.svg" + } + } + }, + { + "id": "outbound", + "name": "Outbound", + "variants": { + "outlined": { + "path": "outbound.outlined.svg" + }, + "round": { + "path": "outbound.round.svg" + }, + "sharp": { + "path": "outbound.sharp.svg" + }, + "default": { + "path": "outbound.default.svg" + }, + "twotone": { + "path": "outbound.twotone.svg" + } + } + }, + { + "id": "lightbulb", + "name": "Lightbulb", + "variants": { + "outlined": { + "path": "lightbulb.outlined.svg" + }, + "round": { + "path": "lightbulb.round.svg" + }, + "sharp": { + "path": "lightbulb.sharp.svg" + }, + "default": { + "path": "lightbulb.default.svg" + }, + "twotone": { + "path": "lightbulb.twotone.svg" + } + } + }, + { + "id": "display_settings", + "name": "Display Settings", + "variants": { + "outlined": { + "path": "display_settings.outlined.svg" + }, + "round": { + "path": "display_settings.round.svg" + }, + "sharp": { + "path": "display_settings.sharp.svg" + }, + "default": { + "path": "display_settings.default.svg" + }, + "twotone": { + "path": "display_settings.twotone.svg" + } + } + }, + { + "id": "rocket", + "name": "Rocket", + "variants": { + "outlined": { + "path": "rocket.outlined.svg" + }, + "round": { + "path": "rocket.round.svg" + }, + "sharp": { + "path": "rocket.sharp.svg" + }, + "default": { + "path": "rocket.default.svg" + }, + "twotone": { + "path": "rocket.twotone.svg" + } + } + }, + { + "id": "filter_alt", + "name": "Filter Alt", + "variants": { + "outlined": { + "path": "filter_alt.outlined.svg" + }, + "round": { + "path": "filter_alt.round.svg" + }, + "sharp": { + "path": "filter_alt.sharp.svg" + }, + "default": { + "path": "filter_alt.default.svg" + }, + "twotone": { + "path": "filter_alt.twotone.svg" + } + } + }, + { + "id": "disabled_visible", + "name": "Disabled Visible", + "variants": { + "outlined": { + "path": "disabled_visible.outlined.svg" + }, + "round": { + "path": "disabled_visible.round.svg" + }, + "sharp": { + "path": "disabled_visible.sharp.svg" + }, + "default": { + "path": "disabled_visible.default.svg" + }, + "twotone": { + "path": "disabled_visible.twotone.svg" + } + } + }, + { + "id": "anchor", + "name": "Anchor", + "variants": { + "outlined": { + "path": "anchor.outlined.svg" + }, + "round": { + "path": "anchor.round.svg" + }, + "sharp": { + "path": "anchor.sharp.svg" + }, + "default": { + "path": "anchor.default.svg" + }, + "twotone": { + "path": "anchor.twotone.svg" + } + } + }, + { + "id": "change_history", + "name": "Change History", + "variants": { + "outlined": { + "path": "change_history.outlined.svg" + }, + "round": { + "path": "change_history.round.svg" + }, + "sharp": { + "path": "change_history.sharp.svg" + }, + "default": { + "path": "change_history.default.svg" + }, + "twotone": { + "path": "change_history.twotone.svg" + } + } + }, + { + "id": "power_settings_new", + "name": "Power Settings New", + "variants": { + "outlined": { + "path": "power_settings_new.outlined.svg" + }, + "round": { + "path": "power_settings_new.round.svg" + }, + "sharp": { + "path": "power_settings_new.sharp.svg" + }, + "default": { + "path": "power_settings_new.default.svg" + }, + "twotone": { + "path": "power_settings_new.twotone.svg" + } + } + }, + { + "id": "card_giftcard", + "name": "Card Giftcard", + "variants": { + "outlined": { + "path": "card_giftcard.outlined.svg" + }, + "round": { + "path": "card_giftcard.round.svg" + }, + "sharp": { + "path": "card_giftcard.sharp.svg" + }, + "default": { + "path": "card_giftcard.default.svg" + }, + "twotone": { + "path": "card_giftcard.twotone.svg" + } + } + }, + { + "id": "find_in_page", + "name": "Find In Page", + "variants": { + "outlined": { + "path": "find_in_page.outlined.svg" + }, + "round": { + "path": "find_in_page.round.svg" + }, + "sharp": { + "path": "find_in_page.sharp.svg" + }, + "default": { + "path": "find_in_page.default.svg" + }, + "twotone": { + "path": "find_in_page.twotone.svg" + } + } + }, + { + "id": "text_rotation_down", + "name": "Text Rotation Down", + "variants": { + "outlined": { + "path": "text_rotation_down.outlined.svg" + }, + "round": { + "path": "text_rotation_down.round.svg" + }, + "sharp": { + "path": "text_rotation_down.sharp.svg" + }, + "default": { + "path": "text_rotation_down.default.svg" + }, + "twotone": { + "path": "text_rotation_down.twotone.svg" + } + } + }, + { + "id": "build", + "name": "Build", + "variants": { + "outlined": { + "path": "build.outlined.svg" + }, + "round": { + "path": "build.round.svg" + }, + "sharp": { + "path": "build.sharp.svg" + }, + "default": { + "path": "build.default.svg" + }, + "twotone": { + "path": "build.twotone.svg" + } + } + }, + { + "id": "noise_control_off", + "name": "Noise Control Off", + "variants": { + "outlined": { + "path": "noise_control_off.outlined.svg" + }, + "round": { + "path": "noise_control_off.round.svg" + }, + "sharp": { + "path": "noise_control_off.sharp.svg" + }, + "default": { + "path": "noise_control_off.default.svg" + }, + "twotone": { + "path": "noise_control_off.twotone.svg" + } + } + }, + { + "id": "rounded_corner", + "name": "Rounded Corner", + "variants": { + "outlined": { + "path": "rounded_corner.outlined.svg" + }, + "round": { + "path": "rounded_corner.round.svg" + }, + "sharp": { + "path": "rounded_corner.sharp.svg" + }, + "default": { + "path": "rounded_corner.default.svg" + }, + "twotone": { + "path": "rounded_corner.twotone.svg" + } + } + }, + { + "id": "alarm", + "name": "Alarm", + "variants": { + "outlined": { + "path": "alarm.outlined.svg" + }, + "round": { + "path": "alarm.round.svg" + }, + "sharp": { + "path": "alarm.sharp.svg" + }, + "default": { + "path": "alarm.default.svg" + }, + "twotone": { + "path": "alarm.twotone.svg" + } + } + }, + { + "id": "accessible", + "name": "Accessible", + "variants": { + "outlined": { + "path": "accessible.outlined.svg" + }, + "round": { + "path": "accessible.round.svg" + }, + "sharp": { + "path": "accessible.sharp.svg" + }, + "default": { + "path": "accessible.default.svg" + }, + "twotone": { + "path": "accessible.twotone.svg" + } + } + }, + { + "id": "play_for_work", + "name": "Play For Work", + "variants": { + "outlined": { + "path": "play_for_work.outlined.svg" + }, + "round": { + "path": "play_for_work.round.svg" + }, + "sharp": { + "path": "play_for_work.sharp.svg" + }, + "default": { + "path": "play_for_work.default.svg" + }, + "twotone": { + "path": "play_for_work.twotone.svg" + } + } + }, + { + "id": "javascript", + "name": "Javascript", + "variants": { + "outlined": { + "path": "javascript.outlined.svg" + }, + "round": { + "path": "javascript.round.svg" + }, + "sharp": { + "path": "javascript.sharp.svg" + }, + "default": { + "path": "javascript.default.svg" + }, + "twotone": { + "path": "javascript.twotone.svg" + } + } + }, + { + "id": "zoom_in", + "name": "Zoom In", + "variants": { + "outlined": { + "path": "zoom_in.outlined.svg" + }, + "round": { + "path": "zoom_in.round.svg" + }, + "sharp": { + "path": "zoom_in.sharp.svg" + }, + "default": { + "path": "zoom_in.default.svg" + }, + "twotone": { + "path": "zoom_in.twotone.svg" + } + } + }, + { + "id": "article", + "name": "Article", + "variants": { + "outlined": { + "path": "article.outlined.svg" + }, + "round": { + "path": "article.round.svg" + }, + "sharp": { + "path": "article.sharp.svg" + }, + "default": { + "path": "article.default.svg" + }, + "twotone": { + "path": "article.twotone.svg" + } + } + }, + { + "id": "swipe_down_alt", + "name": "Swipe Down Alt", + "variants": { + "outlined": { + "path": "swipe_down_alt.outlined.svg" + }, + "round": { + "path": "swipe_down_alt.round.svg" + }, + "sharp": { + "path": "swipe_down_alt.sharp.svg" + }, + "default": { + "path": "swipe_down_alt.default.svg" + }, + "twotone": { + "path": "swipe_down_alt.twotone.svg" + } + } + }, + { + "id": "account_circle", + "name": "Account Circle", + "variants": { + "outlined": { + "path": "account_circle.outlined.svg" + }, + "round": { + "path": "account_circle.round.svg" + }, + "sharp": { + "path": "account_circle.sharp.svg" + }, + "default": { + "path": "account_circle.default.svg" + }, + "twotone": { + "path": "account_circle.twotone.svg" + } + } + }, + { + "id": "maximize", + "name": "Maximize", + "variants": { + "outlined": { + "path": "maximize.outlined.svg" + }, + "round": { + "path": "maximize.round.svg" + }, + "sharp": { + "path": "maximize.sharp.svg" + }, + "default": { + "path": "maximize.default.svg" + }, + "twotone": { + "path": "maximize.twotone.svg" + } + } + }, + { + "id": "date_range", + "name": "Date Range", + "variants": { + "outlined": { + "path": "date_range.outlined.svg" + }, + "round": { + "path": "date_range.round.svg" + }, + "sharp": { + "path": "date_range.sharp.svg" + }, + "default": { + "path": "date_range.default.svg" + }, + "twotone": { + "path": "date_range.twotone.svg" + } + } + }, + { + "id": "model_training", + "name": "Model Training", + "variants": { + "outlined": { + "path": "model_training.outlined.svg" + }, + "round": { + "path": "model_training.round.svg" + }, + "sharp": { + "path": "model_training.sharp.svg" + }, + "default": { + "path": "model_training.default.svg" + }, + "twotone": { + "path": "model_training.twotone.svg" + } + } + }, + { + "id": "install_mobile", + "name": "Install Mobile", + "variants": { + "outlined": { + "path": "install_mobile.outlined.svg" + }, + "round": { + "path": "install_mobile.round.svg" + }, + "sharp": { + "path": "install_mobile.sharp.svg" + }, + "default": { + "path": "install_mobile.default.svg" + }, + "twotone": { + "path": "install_mobile.twotone.svg" + } + } + }, + { + "id": "label_important_outline", + "name": "Label Important Outline", + "variants": { + "round": { + "path": "label_important_outline.round.svg" + }, + "sharp": { + "path": "label_important_outline.sharp.svg" + }, + "default": { + "path": "label_important_outline.default.svg" + }, + "twotone": { + "path": "label_important_outline.twotone.svg" + } + } + }, + { + "id": "text_rotation_angledown", + "name": "Text Rotation Angledown", + "variants": { + "outlined": { + "path": "text_rotation_angledown.outlined.svg" + }, + "round": { + "path": "text_rotation_angledown.round.svg" + }, + "sharp": { + "path": "text_rotation_angledown.sharp.svg" + }, + "default": { + "path": "text_rotation_angledown.default.svg" + }, + "twotone": { + "path": "text_rotation_angledown.twotone.svg" + } + } + }, + { + "id": "info_outline", + "name": "Info Outline", + "variants": { + "round": { + "path": "info_outline.round.svg" + }, + "sharp": { + "path": "info_outline.sharp.svg" + }, + "default": { + "path": "info_outline.default.svg" + }, + "twotone": { + "path": "info_outline.twotone.svg" + } + } + }, + { + "id": "text_rotation_none", + "name": "Text Rotation None", + "variants": { + "outlined": { + "path": "text_rotation_none.outlined.svg" + }, + "round": { + "path": "text_rotation_none.round.svg" + }, + "sharp": { + "path": "text_rotation_none.sharp.svg" + }, + "default": { + "path": "text_rotation_none.default.svg" + }, + "twotone": { + "path": "text_rotation_none.twotone.svg" + } + } + }, + { + "id": "cancel_schedule_send", + "name": "Cancel Schedule Send", + "variants": { + "outlined": { + "path": "cancel_schedule_send.outlined.svg" + }, + "round": { + "path": "cancel_schedule_send.round.svg" + }, + "sharp": { + "path": "cancel_schedule_send.sharp.svg" + }, + "default": { + "path": "cancel_schedule_send.default.svg" + }, + "twotone": { + "path": "cancel_schedule_send.twotone.svg" + } + } + }, + { + "id": "youtube_searched_for", + "name": "Youtube Searched For", + "variants": { + "outlined": { + "path": "youtube_searched_for.outlined.svg" + }, + "round": { + "path": "youtube_searched_for.round.svg" + }, + "sharp": { + "path": "youtube_searched_for.sharp.svg" + }, + "default": { + "path": "youtube_searched_for.default.svg" + }, + "twotone": { + "path": "youtube_searched_for.twotone.svg" + } + } + }, + { + "id": "donut_large", + "name": "Donut Large", + "variants": { + "outlined": { + "path": "donut_large.outlined.svg" + }, + "round": { + "path": "donut_large.round.svg" + }, + "sharp": { + "path": "donut_large.sharp.svg" + }, + "default": { + "path": "donut_large.default.svg" + }, + "twotone": { + "path": "donut_large.twotone.svg" + } + } + }, + { + "id": "line_style", + "name": "Line Style", + "variants": { + "outlined": { + "path": "line_style.outlined.svg" + }, + "round": { + "path": "line_style.round.svg" + }, + "sharp": { + "path": "line_style.sharp.svg" + }, + "default": { + "path": "line_style.default.svg" + }, + "twotone": { + "path": "line_style.twotone.svg" + } + } + }, + { + "id": "no_accounts", + "name": "No Accounts", + "variants": { + "outlined": { + "path": "no_accounts.outlined.svg" + }, + "round": { + "path": "no_accounts.round.svg" + }, + "sharp": { + "path": "no_accounts.sharp.svg" + }, + "default": { + "path": "no_accounts.default.svg" + }, + "twotone": { + "path": "no_accounts.twotone.svg" + } + } + }, + { + "id": "remove_done", + "name": "Remove Done", + "variants": { + "outlined": { + "path": "remove_done.outlined.svg" + }, + "round": { + "path": "remove_done.round.svg" + }, + "sharp": { + "path": "remove_done.sharp.svg" + }, + "default": { + "path": "remove_done.default.svg" + }, + "twotone": { + "path": "remove_done.twotone.svg" + } + } + }, + { + "id": "restore_from_trash", + "name": "Restore From Trash", + "variants": { + "outlined": { + "path": "restore_from_trash.outlined.svg" + }, + "round": { + "path": "restore_from_trash.round.svg" + }, + "sharp": { + "path": "restore_from_trash.sharp.svg" + }, + "default": { + "path": "restore_from_trash.default.svg" + }, + "twotone": { + "path": "restore_from_trash.twotone.svg" + } + } + }, + { + "id": "sync_alt", + "name": "Sync Alt", + "variants": { + "outlined": { + "path": "sync_alt.outlined.svg" + }, + "round": { + "path": "sync_alt.round.svg" + }, + "sharp": { + "path": "sync_alt.sharp.svg" + }, + "default": { + "path": "sync_alt.default.svg" + }, + "twotone": { + "path": "sync_alt.twotone.svg" + } + } + }, + { + "id": "backup", + "name": "Backup", + "variants": { + "outlined": { + "path": "backup.outlined.svg" + }, + "round": { + "path": "backup.round.svg" + }, + "sharp": { + "path": "backup.sharp.svg" + }, + "default": { + "path": "backup.default.svg" + }, + "twotone": { + "path": "backup.twotone.svg" + } + } + }, + { + "id": "swipe_up_alt", + "name": "Swipe Up Alt", + "variants": { + "outlined": { + "path": "swipe_up_alt.outlined.svg" + }, + "round": { + "path": "swipe_up_alt.round.svg" + }, + "sharp": { + "path": "swipe_up_alt.sharp.svg" + }, + "default": { + "path": "swipe_up_alt.default.svg" + }, + "twotone": { + "path": "swipe_up_alt.twotone.svg" + } + } + }, + { + "id": "announcement", + "name": "Announcement", + "variants": { + "outlined": { + "path": "announcement.outlined.svg" + }, + "round": { + "path": "announcement.round.svg" + }, + "sharp": { + "path": "announcement.sharp.svg" + }, + "default": { + "path": "announcement.default.svg" + }, + "twotone": { + "path": "announcement.twotone.svg" + } + } + }, + { + "id": "assignment_turned_in", + "name": "Assignment Turned In", + "variants": { + "outlined": { + "path": "assignment_turned_in.outlined.svg" + }, + "round": { + "path": "assignment_turned_in.round.svg" + }, + "sharp": { + "path": "assignment_turned_in.sharp.svg" + }, + "default": { + "path": "assignment_turned_in.default.svg" + }, + "twotone": { + "path": "assignment_turned_in.twotone.svg" + } + } + }, + { + "id": "density_medium", + "name": "Density Medium", + "variants": { + "outlined": { + "path": "density_medium.outlined.svg" + }, + "round": { + "path": "density_medium.round.svg" + }, + "sharp": { + "path": "density_medium.sharp.svg" + }, + "default": { + "path": "density_medium.default.svg" + }, + "twotone": { + "path": "density_medium.twotone.svg" + } + } + }, + { + "id": "dns", + "name": "Dns", + "variants": { + "outlined": { + "path": "dns.outlined.svg" + }, + "round": { + "path": "dns.round.svg" + }, + "sharp": { + "path": "dns.sharp.svg" + }, + "default": { + "path": "dns.default.svg" + }, + "twotone": { + "path": "dns.twotone.svg" + } + } + }, + { + "id": "record_voice_over", + "name": "Record Voice Over", + "variants": { + "outlined": { + "path": "record_voice_over.outlined.svg" + }, + "round": { + "path": "record_voice_over.round.svg" + }, + "sharp": { + "path": "record_voice_over.sharp.svg" + }, + "default": { + "path": "record_voice_over.default.svg" + }, + "twotone": { + "path": "record_voice_over.twotone.svg" + } + } + }, + { + "id": "integration_instructions", + "name": "Integration Instructions", + "variants": { + "outlined": { + "path": "integration_instructions.outlined.svg" + }, + "round": { + "path": "integration_instructions.round.svg" + }, + "sharp": { + "path": "integration_instructions.sharp.svg" + }, + "default": { + "path": "integration_instructions.default.svg" + }, + "twotone": { + "path": "integration_instructions.twotone.svg" + } + } + }, + { + "id": "switch_access_shortcut_add", + "name": "Switch Access Shortcut Add", + "variants": { + "outlined": { + "path": "switch_access_shortcut_add.outlined.svg" + }, + "round": { + "path": "switch_access_shortcut_add.round.svg" + }, + "sharp": { + "path": "switch_access_shortcut_add.sharp.svg" + }, + "default": { + "path": "switch_access_shortcut_add.default.svg" + }, + "twotone": { + "path": "switch_access_shortcut_add.twotone.svg" + } + } + }, + { + "id": "camera_enhance", + "name": "Camera Enhance", + "variants": { + "outlined": { + "path": "camera_enhance.outlined.svg" + }, + "round": { + "path": "camera_enhance.round.svg" + }, + "sharp": { + "path": "camera_enhance.sharp.svg" + }, + "default": { + "path": "camera_enhance.default.svg" + }, + "twotone": { + "path": "camera_enhance.twotone.svg" + } + } + }, + { + "id": "accessibility", + "name": "Accessibility", + "variants": { + "outlined": { + "path": "accessibility.outlined.svg" + }, + "round": { + "path": "accessibility.round.svg" + }, + "sharp": { + "path": "accessibility.sharp.svg" + }, + "default": { + "path": "accessibility.default.svg" + }, + "twotone": { + "path": "accessibility.twotone.svg" + } + } + }, + { + "id": "private_connectivity", + "name": "Private Connectivity", + "variants": { + "outlined": { + "path": "private_connectivity.outlined.svg" + }, + "round": { + "path": "private_connectivity.round.svg" + }, + "sharp": { + "path": "private_connectivity.sharp.svg" + }, + "default": { + "path": "private_connectivity.default.svg" + }, + "twotone": { + "path": "private_connectivity.twotone.svg" + } + } + }, + { + "id": "all_inbox", + "name": "All Inbox", + "variants": { + "outlined": { + "path": "all_inbox.outlined.svg" + }, + "round": { + "path": "all_inbox.round.svg" + }, + "sharp": { + "path": "all_inbox.sharp.svg" + }, + "default": { + "path": "all_inbox.default.svg" + }, + "twotone": { + "path": "all_inbox.twotone.svg" + } + } + }, + { + "id": "timeline", + "name": "Timeline", + "variants": { + "outlined": { + "path": "timeline.outlined.svg" + }, + "round": { + "path": "timeline.round.svg" + }, + "sharp": { + "path": "timeline.sharp.svg" + }, + "default": { + "path": "timeline.default.svg" + }, + "twotone": { + "path": "timeline.twotone.svg" + } + } + }, + { + "id": "rocket_launch", + "name": "Rocket Launch", + "variants": { + "outlined": { + "path": "rocket_launch.outlined.svg" + }, + "round": { + "path": "rocket_launch.round.svg" + }, + "sharp": { + "path": "rocket_launch.sharp.svg" + }, + "default": { + "path": "rocket_launch.default.svg" + }, + "twotone": { + "path": "rocket_launch.twotone.svg" + } + } + }, + { + "id": "restore", + "name": "Restore", + "variants": { + "outlined": { + "path": "restore.outlined.svg" + }, + "round": { + "path": "restore.round.svg" + }, + "sharp": { + "path": "restore.sharp.svg" + }, + "default": { + "path": "restore.default.svg" + }, + "twotone": { + "path": "restore.twotone.svg" + } + } + }, + { + "id": "toll", + "name": "Toll", + "variants": { + "outlined": { + "path": "toll.outlined.svg" + }, + "round": { + "path": "toll.round.svg" + }, + "sharp": { + "path": "toll.sharp.svg" + }, + "default": { + "path": "toll.default.svg" + }, + "twotone": { + "path": "toll.twotone.svg" + } + } + }, + { + "id": "width_full", + "name": "Width Full", + "variants": { + "outlined": { + "path": "width_full.outlined.svg" + }, + "round": { + "path": "width_full.round.svg" + }, + "sharp": { + "path": "width_full.sharp.svg" + }, + "default": { + "path": "width_full.default.svg" + }, + "twotone": { + "path": "width_full.twotone.svg" + } + } + }, + { + "id": "view_sidebar", + "name": "View Sidebar", + "variants": { + "outlined": { + "path": "view_sidebar.outlined.svg" + }, + "round": { + "path": "view_sidebar.round.svg" + }, + "sharp": { + "path": "view_sidebar.sharp.svg" + }, + "default": { + "path": "view_sidebar.default.svg" + }, + "twotone": { + "path": "view_sidebar.twotone.svg" + } + } + }, + { + "id": "perm_camera_mic", + "name": "Perm Camera Mic", + "variants": { + "outlined": { + "path": "perm_camera_mic.outlined.svg" + }, + "round": { + "path": "perm_camera_mic.round.svg" + }, + "sharp": { + "path": "perm_camera_mic.sharp.svg" + }, + "default": { + "path": "perm_camera_mic.default.svg" + }, + "twotone": { + "path": "perm_camera_mic.twotone.svg" + } + } + }, + { + "id": "123", + "name": "123", + "variants": { + "outlined": { + "path": "123.outlined.svg" + }, + "round": { + "path": "123.round.svg" + }, + "sharp": { + "path": "123.sharp.svg" + }, + "default": { + "path": "123.default.svg" + }, + "twotone": { + "path": "123.twotone.svg" + } + } + }, + { + "id": "online_prediction", + "name": "Online Prediction", + "variants": { + "outlined": { + "path": "online_prediction.outlined.svg" + }, + "round": { + "path": "online_prediction.round.svg" + }, + "sharp": { + "path": "online_prediction.sharp.svg" + }, + "default": { + "path": "online_prediction.default.svg" + }, + "twotone": { + "path": "online_prediction.twotone.svg" + } + } + }, + { + "id": "shopping_cart", + "name": "Shopping Cart", + "variants": { + "outlined": { + "path": "shopping_cart.outlined.svg" + }, + "round": { + "path": "shopping_cart.round.svg" + }, + "sharp": { + "path": "shopping_cart.sharp.svg" + }, + "default": { + "path": "shopping_cart.default.svg" + }, + "twotone": { + "path": "shopping_cart.twotone.svg" + } + } + }, + { + "id": "event", + "name": "Event", + "variants": { + "outlined": { + "path": "event.outlined.svg" + }, + "round": { + "path": "event.round.svg" + }, + "sharp": { + "path": "event.sharp.svg" + }, + "default": { + "path": "event.default.svg" + }, + "twotone": { + "path": "event.twotone.svg" + } + } + }, + { + "id": "view_headline", + "name": "View Headline", + "variants": { + "outlined": { + "path": "view_headline.outlined.svg" + }, + "round": { + "path": "view_headline.round.svg" + }, + "sharp": { + "path": "view_headline.sharp.svg" + }, + "default": { + "path": "view_headline.default.svg" + }, + "twotone": { + "path": "view_headline.twotone.svg" + } + } + }, + { + "id": "minimize", + "name": "Minimize", + "variants": { + "outlined": { + "path": "minimize.outlined.svg" + }, + "round": { + "path": "minimize.round.svg" + }, + "sharp": { + "path": "minimize.sharp.svg" + }, + "default": { + "path": "minimize.default.svg" + }, + "twotone": { + "path": "minimize.twotone.svg" + } + } + }, + { + "id": "circle_notifications", + "name": "Circle Notifications", + "variants": { + "outlined": { + "path": "circle_notifications.outlined.svg" + }, + "round": { + "path": "circle_notifications.round.svg" + }, + "sharp": { + "path": "circle_notifications.sharp.svg" + }, + "default": { + "path": "circle_notifications.default.svg" + }, + "twotone": { + "path": "circle_notifications.twotone.svg" + } + } + }, + { + "id": "accessible_forward", + "name": "Accessible Forward", + "variants": { + "outlined": { + "path": "accessible_forward.outlined.svg" + }, + "round": { + "path": "accessible_forward.round.svg" + }, + "sharp": { + "path": "accessible_forward.sharp.svg" + }, + "default": { + "path": "accessible_forward.default.svg" + }, + "twotone": { + "path": "accessible_forward.twotone.svg" + } + } + }, + { + "id": "aspect_ratio", + "name": "Aspect Ratio", + "variants": { + "outlined": { + "path": "aspect_ratio.outlined.svg" + }, + "round": { + "path": "aspect_ratio.round.svg" + }, + "sharp": { + "path": "aspect_ratio.sharp.svg" + }, + "default": { + "path": "aspect_ratio.default.svg" + }, + "twotone": { + "path": "aspect_ratio.twotone.svg" + } + } + }, + { + "id": "tips_and_updates", + "name": "Tips And Updates", + "variants": { + "outlined": { + "path": "tips_and_updates.outlined.svg" + }, + "round": { + "path": "tips_and_updates.round.svg" + }, + "sharp": { + "path": "tips_and_updates.sharp.svg" + }, + "default": { + "path": "tips_and_updates.default.svg" + }, + "twotone": { + "path": "tips_and_updates.twotone.svg" + } + } + }, + { + "id": "new_label", + "name": "New Label", + "variants": { + "outlined": { + "path": "new_label.outlined.svg" + }, + "round": { + "path": "new_label.round.svg" + }, + "sharp": { + "path": "new_label.sharp.svg" + }, + "default": { + "path": "new_label.default.svg" + }, + "twotone": { + "path": "new_label.twotone.svg" + } + } + }, + { + "id": "transcribe", + "name": "Transcribe", + "variants": { + "outlined": { + "path": "transcribe.outlined.svg" + }, + "round": { + "path": "transcribe.round.svg" + }, + "sharp": { + "path": "transcribe.sharp.svg" + }, + "default": { + "path": "transcribe.default.svg" + }, + "twotone": { + "path": "transcribe.twotone.svg" + } + } + }, + { + "id": "arrow_circle_left", + "name": "Arrow Circle Left", + "variants": { + "outlined": { + "path": "arrow_circle_left.outlined.svg" + }, + "round": { + "path": "arrow_circle_left.round.svg" + }, + "sharp": { + "path": "arrow_circle_left.sharp.svg" + }, + "default": { + "path": "arrow_circle_left.default.svg" + }, + "twotone": { + "path": "arrow_circle_left.twotone.svg" + } + } + }, + { + "id": "euro_symbol", + "name": "Euro Symbol", + "variants": { + "outlined": { + "path": "euro_symbol.outlined.svg" + }, + "round": { + "path": "euro_symbol.round.svg" + }, + "sharp": { + "path": "euro_symbol.sharp.svg" + }, + "default": { + "path": "euro_symbol.default.svg" + }, + "twotone": { + "path": "euro_symbol.twotone.svg" + } + } + }, + { + "id": "delete_forever", + "name": "Delete Forever", + "variants": { + "outlined": { + "path": "delete_forever.outlined.svg" + }, + "round": { + "path": "delete_forever.round.svg" + }, + "sharp": { + "path": "delete_forever.sharp.svg" + }, + "default": { + "path": "delete_forever.default.svg" + }, + "twotone": { + "path": "delete_forever.twotone.svg" + } + } + }, + { + "id": "restore_page", + "name": "Restore Page", + "variants": { + "outlined": { + "path": "restore_page.outlined.svg" + }, + "round": { + "path": "restore_page.round.svg" + }, + "sharp": { + "path": "restore_page.sharp.svg" + }, + "default": { + "path": "restore_page.default.svg" + }, + "twotone": { + "path": "restore_page.twotone.svg" + } + } + }, + { + "id": "login", + "name": "Login", + "variants": { + "outlined": { + "path": "login.outlined.svg" + }, + "round": { + "path": "login.round.svg" + }, + "sharp": { + "path": "login.sharp.svg" + }, + "default": { + "path": "login.default.svg" + }, + "twotone": { + "path": "login.twotone.svg" + } + } + }, + { + "id": "view_kanban", + "name": "View Kanban", + "variants": { + "outlined": { + "path": "view_kanban.outlined.svg" + }, + "round": { + "path": "view_kanban.round.svg" + }, + "sharp": { + "path": "view_kanban.sharp.svg" + }, + "default": { + "path": "view_kanban.default.svg" + }, + "twotone": { + "path": "view_kanban.twotone.svg" + } + } + }, + { + "id": "chrome_reader_mode", + "name": "Chrome Reader Mode", + "variants": { + "outlined": { + "path": "chrome_reader_mode.outlined.svg" + }, + "round": { + "path": "chrome_reader_mode.round.svg" + }, + "sharp": { + "path": "chrome_reader_mode.sharp.svg" + }, + "default": { + "path": "chrome_reader_mode.default.svg" + }, + "twotone": { + "path": "chrome_reader_mode.twotone.svg" + } + } + }, + { + "id": "alarm_off", + "name": "Alarm Off", + "variants": { + "outlined": { + "path": "alarm_off.outlined.svg" + }, + "round": { + "path": "alarm_off.round.svg" + }, + "sharp": { + "path": "alarm_off.sharp.svg" + }, + "default": { + "path": "alarm_off.default.svg" + }, + "twotone": { + "path": "alarm_off.twotone.svg" + } + } + }, + { + "id": "batch_prediction", + "name": "Batch Prediction", + "variants": { + "outlined": { + "path": "batch_prediction.outlined.svg" + }, + "round": { + "path": "batch_prediction.round.svg" + }, + "sharp": { + "path": "batch_prediction.sharp.svg" + }, + "default": { + "path": "batch_prediction.default.svg" + }, + "twotone": { + "path": "batch_prediction.twotone.svg" + } + } + }, + { + "id": "report_problem", + "name": "Report Problem", + "variants": { + "outlined": { + "path": "report_problem.outlined.svg" + }, + "round": { + "path": "report_problem.round.svg" + }, + "sharp": { + "path": "report_problem.sharp.svg" + }, + "default": { + "path": "report_problem.default.svg" + }, + "twotone": { + "path": "report_problem.twotone.svg" + } + } + }, + { + "id": "view_carousel", + "name": "View Carousel", + "variants": { + "outlined": { + "path": "view_carousel.outlined.svg" + }, + "round": { + "path": "view_carousel.round.svg" + }, + "sharp": { + "path": "view_carousel.sharp.svg" + }, + "default": { + "path": "view_carousel.default.svg" + }, + "twotone": { + "path": "view_carousel.twotone.svg" + } + } + }, + { + "id": "next_plan", + "name": "Next Plan", + "variants": { + "outlined": { + "path": "next_plan.outlined.svg" + }, + "round": { + "path": "next_plan.round.svg" + }, + "sharp": { + "path": "next_plan.sharp.svg" + }, + "default": { + "path": "next_plan.default.svg" + }, + "twotone": { + "path": "next_plan.twotone.svg" + } + } + }, + { + "id": "calendar_month", + "name": "Calendar Month", + "variants": { + "outlined": { + "path": "calendar_month.outlined.svg" + }, + "round": { + "path": "calendar_month.round.svg" + }, + "sharp": { + "path": "calendar_month.sharp.svg" + }, + "default": { + "path": "calendar_month.default.svg" + }, + "twotone": { + "path": "calendar_month.twotone.svg" + } + } + }, + { + "id": "nightlight_round", + "name": "Nightlight Round", + "variants": { + "outlined": { + "path": "nightlight_round.outlined.svg" + }, + "round": { + "path": "nightlight_round.round.svg" + }, + "sharp": { + "path": "nightlight_round.sharp.svg" + }, + "default": { + "path": "nightlight_round.default.svg" + }, + "twotone": { + "path": "nightlight_round.twotone.svg" + } + } + }, + { + "id": "data_exploration", + "name": "Data Exploration", + "variants": { + "outlined": { + "path": "data_exploration.outlined.svg" + }, + "round": { + "path": "data_exploration.round.svg" + }, + "sharp": { + "path": "data_exploration.sharp.svg" + }, + "default": { + "path": "data_exploration.default.svg" + }, + "twotone": { + "path": "data_exploration.twotone.svg" + } + } + }, + { + "id": "view_day", + "name": "View Day", + "variants": { + "outlined": { + "path": "view_day.outlined.svg" + }, + "round": { + "path": "view_day.round.svg" + }, + "sharp": { + "path": "view_day.sharp.svg" + }, + "default": { + "path": "view_day.default.svg" + }, + "twotone": { + "path": "view_day.twotone.svg" + } + } + }, + { + "id": "assignment_return", + "name": "Assignment Return", + "variants": { + "outlined": { + "path": "assignment_return.outlined.svg" + }, + "round": { + "path": "assignment_return.round.svg" + }, + "sharp": { + "path": "assignment_return.sharp.svg" + }, + "default": { + "path": "assignment_return.default.svg" + }, + "twotone": { + "path": "assignment_return.twotone.svg" + } + } + }, + { + "id": "ads_click", + "name": "Ads Click", + "variants": { + "outlined": { + "path": "ads_click.outlined.svg" + }, + "round": { + "path": "ads_click.round.svg" + }, + "sharp": { + "path": "ads_click.sharp.svg" + }, + "default": { + "path": "ads_click.default.svg" + }, + "twotone": { + "path": "ads_click.twotone.svg" + } + } + }, + { + "id": "assured_workload", + "name": "Assured Workload", + "variants": { + "outlined": { + "path": "assured_workload.outlined.svg" + }, + "round": { + "path": "assured_workload.round.svg" + }, + "sharp": { + "path": "assured_workload.sharp.svg" + }, + "default": { + "path": "assured_workload.default.svg" + }, + "twotone": { + "path": "assured_workload.twotone.svg" + } + } + }, + { + "id": "thumb_up_off_alt", + "name": "Thumb Up Off Alt", + "variants": { + "outlined": { + "path": "thumb_up_off_alt.outlined.svg" + }, + "round": { + "path": "thumb_up_off_alt.round.svg" + }, + "sharp": { + "path": "thumb_up_off_alt.sharp.svg" + }, + "default": { + "path": "thumb_up_off_alt.default.svg" + }, + "twotone": { + "path": "thumb_up_off_alt.twotone.svg" + } + } + }, + { + "id": "table_view", + "name": "Table View", + "variants": { + "outlined": { + "path": "table_view.outlined.svg" + }, + "round": { + "path": "table_view.round.svg" + }, + "sharp": { + "path": "table_view.sharp.svg" + }, + "default": { + "path": "table_view.default.svg" + }, + "twotone": { + "path": "table_view.twotone.svg" + } + } + }, + { + "id": "flight_land", + "name": "Flight Land", + "variants": { + "outlined": { + "path": "flight_land.outlined.svg" + }, + "round": { + "path": "flight_land.round.svg" + }, + "sharp": { + "path": "flight_land.sharp.svg" + }, + "default": { + "path": "flight_land.default.svg" + }, + "twotone": { + "path": "flight_land.twotone.svg" + } + } + }, + { + "id": "line_weight", + "name": "Line Weight", + "variants": { + "outlined": { + "path": "line_weight.outlined.svg" + }, + "round": { + "path": "line_weight.round.svg" + }, + "sharp": { + "path": "line_weight.sharp.svg" + }, + "default": { + "path": "line_weight.default.svg" + }, + "twotone": { + "path": "line_weight.twotone.svg" + } + } + }, + { + "id": "help", + "name": "Help", + "variants": { + "outlined": { + "path": "help.outlined.svg" + }, + "round": { + "path": "help.round.svg" + }, + "sharp": { + "path": "help.sharp.svg" + }, + "default": { + "path": "help.default.svg" + }, + "twotone": { + "path": "help.twotone.svg" + } + } + }, + { + "id": "question_mark", + "name": "Question Mark", + "variants": { + "outlined": { + "path": "question_mark.outlined.svg" + }, + "round": { + "path": "question_mark.round.svg" + }, + "sharp": { + "path": "question_mark.sharp.svg" + }, + "default": { + "path": "question_mark.default.svg" + }, + "twotone": { + "path": "question_mark.twotone.svg" + } + } + }, + { + "id": "request_page", + "name": "Request Page", + "variants": { + "outlined": { + "path": "request_page.outlined.svg" + }, + "round": { + "path": "request_page.round.svg" + }, + "sharp": { + "path": "request_page.sharp.svg" + }, + "default": { + "path": "request_page.default.svg" + }, + "twotone": { + "path": "request_page.twotone.svg" + } + } + }, + { + "id": "offline_pin", + "name": "Offline Pin", + "variants": { + "outlined": { + "path": "offline_pin.outlined.svg" + }, + "round": { + "path": "offline_pin.round.svg" + }, + "sharp": { + "path": "offline_pin.sharp.svg" + }, + "default": { + "path": "offline_pin.default.svg" + }, + "twotone": { + "path": "offline_pin.twotone.svg" + } + } + }, + { + "id": "analytics", + "name": "Analytics", + "variants": { + "outlined": { + "path": "analytics.outlined.svg" + }, + "round": { + "path": "analytics.round.svg" + }, + "sharp": { + "path": "analytics.sharp.svg" + }, + "default": { + "path": "analytics.default.svg" + }, + "twotone": { + "path": "analytics.twotone.svg" + } + } + }, + { + "id": "view_agenda", + "name": "View Agenda", + "variants": { + "outlined": { + "path": "view_agenda.outlined.svg" + }, + "round": { + "path": "view_agenda.round.svg" + }, + "sharp": { + "path": "view_agenda.sharp.svg" + }, + "default": { + "path": "view_agenda.default.svg" + }, + "twotone": { + "path": "view_agenda.twotone.svg" + } + } + }, + { + "id": "open_with", + "name": "Open With", + "variants": { + "outlined": { + "path": "open_with.outlined.svg" + }, + "round": { + "path": "open_with.round.svg" + }, + "sharp": { + "path": "open_with.sharp.svg" + }, + "default": { + "path": "open_with.default.svg" + }, + "twotone": { + "path": "open_with.twotone.svg" + } + } + }, + { + "id": "pending", + "name": "Pending", + "variants": { + "outlined": { + "path": "pending.outlined.svg" + }, + "round": { + "path": "pending.round.svg" + }, + "sharp": { + "path": "pending.sharp.svg" + }, + "default": { + "path": "pending.default.svg" + }, + "twotone": { + "path": "pending.twotone.svg" + } + } + }, + { + "id": "add_to_drive", + "name": "Add To Drive", + "variants": { + "outlined": { + "path": "add_to_drive.outlined.svg" + }, + "round": { + "path": "add_to_drive.round.svg" + }, + "sharp": { + "path": "add_to_drive.sharp.svg" + }, + "default": { + "path": "add_to_drive.default.svg" + }, + "twotone": { + "path": "add_to_drive.twotone.svg" + } + } + }, + { + "id": "shopping_basket", + "name": "Shopping Basket", + "variants": { + "outlined": { + "path": "shopping_basket.outlined.svg" + }, + "round": { + "path": "shopping_basket.round.svg" + }, + "sharp": { + "path": "shopping_basket.sharp.svg" + }, + "default": { + "path": "shopping_basket.default.svg" + }, + "twotone": { + "path": "shopping_basket.twotone.svg" + } + } + }, + { + "id": "store", + "name": "Store", + "variants": { + "outlined": { + "path": "store.outlined.svg" + }, + "round": { + "path": "store.round.svg" + }, + "sharp": { + "path": "store.sharp.svg" + }, + "default": { + "path": "store.default.svg" + }, + "twotone": { + "path": "store.twotone.svg" + } + } + }, + { + "id": "account_balance", + "name": "Account Balance", + "variants": { + "outlined": { + "path": "account_balance.outlined.svg" + }, + "round": { + "path": "account_balance.round.svg" + }, + "sharp": { + "path": "account_balance.sharp.svg" + }, + "default": { + "path": "account_balance.default.svg" + }, + "twotone": { + "path": "account_balance.twotone.svg" + } + } + }, + { + "id": "add_task", + "name": "Add Task", + "variants": { + "outlined": { + "path": "add_task.outlined.svg" + }, + "round": { + "path": "add_task.round.svg" + }, + "sharp": { + "path": "add_task.sharp.svg" + }, + "default": { + "path": "add_task.default.svg" + }, + "twotone": { + "path": "add_task.twotone.svg" + } + } + }, + { + "id": "swap_horizontal_circle", + "name": "Swap Horizontal Circle", + "variants": { + "outlined": { + "path": "swap_horizontal_circle.outlined.svg" + }, + "round": { + "path": "swap_horizontal_circle.round.svg" + }, + "sharp": { + "path": "swap_horizontal_circle.sharp.svg" + }, + "default": { + "path": "swap_horizontal_circle.default.svg" + }, + "twotone": { + "path": "swap_horizontal_circle.twotone.svg" + } + } + }, + { + "id": "gif", + "name": "Gif", + "variants": { + "outlined": { + "path": "gif.outlined.svg" + }, + "round": { + "path": "gif.round.svg" + }, + "sharp": { + "path": "gif.sharp.svg" + }, + "default": { + "path": "gif.default.svg" + }, + "twotone": { + "path": "gif.twotone.svg" + } + } + }, + { + "id": "comment_bank", + "name": "Comment Bank", + "variants": { + "outlined": { + "path": "comment_bank.outlined.svg" + }, + "round": { + "path": "comment_bank.round.svg" + }, + "sharp": { + "path": "comment_bank.sharp.svg" + }, + "default": { + "path": "comment_bank.default.svg" + }, + "twotone": { + "path": "comment_bank.twotone.svg" + } + } + }, + { + "id": "open_in_new_off", + "name": "Open In New Off", + "variants": { + "outlined": { + "path": "open_in_new_off.outlined.svg" + }, + "round": { + "path": "open_in_new_off.round.svg" + }, + "sharp": { + "path": "open_in_new_off.sharp.svg" + }, + "default": { + "path": "open_in_new_off.default.svg" + }, + "twotone": { + "path": "open_in_new_off.twotone.svg" + } + } + }, + { + "id": "all_out", + "name": "All Out", + "variants": { + "outlined": { + "path": "all_out.outlined.svg" + }, + "round": { + "path": "all_out.round.svg" + }, + "sharp": { + "path": "all_out.sharp.svg" + }, + "default": { + "path": "all_out.default.svg" + }, + "twotone": { + "path": "all_out.twotone.svg" + } + } + }, + { + "id": "swipe_right_alt", + "name": "Swipe Right Alt", + "variants": { + "outlined": { + "path": "swipe_right_alt.outlined.svg" + }, + "round": { + "path": "swipe_right_alt.round.svg" + }, + "sharp": { + "path": "swipe_right_alt.sharp.svg" + }, + "default": { + "path": "swipe_right_alt.default.svg" + }, + "twotone": { + "path": "swipe_right_alt.twotone.svg" + } + } + }, + { + "id": "cameraswitch", + "name": "Cameraswitch", + "variants": { + "outlined": { + "path": "cameraswitch.outlined.svg" + }, + "round": { + "path": "cameraswitch.round.svg" + }, + "sharp": { + "path": "cameraswitch.sharp.svg" + }, + "default": { + "path": "cameraswitch.default.svg" + }, + "twotone": { + "path": "cameraswitch.twotone.svg" + } + } + }, + { + "id": "flashlight_off", + "name": "Flashlight Off", + "variants": { + "outlined": { + "path": "flashlight_off.outlined.svg" + }, + "round": { + "path": "flashlight_off.round.svg" + }, + "sharp": { + "path": "flashlight_off.sharp.svg" + }, + "default": { + "path": "flashlight_off.default.svg" + }, + "twotone": { + "path": "flashlight_off.twotone.svg" + } + } + }, + { + "id": "signal_wifi_1_bar_lock", + "name": "Signal Wifi 1 Bar Lock", + "variants": { + "twotone": { + "path": "signal_wifi_1_bar_lock.twotone.svg" + } + } + }, + { + "id": "sports_score", + "name": "Sports Score", + "variants": { + "outlined": { + "path": "sports_score.outlined.svg" + }, + "round": { + "path": "sports_score.round.svg" + }, + "sharp": { + "path": "sports_score.sharp.svg" + }, + "default": { + "path": "sports_score.default.svg" + }, + "twotone": { + "path": "sports_score.twotone.svg" + } + } + }, + { + "id": "battery_3_bar", + "name": "Battery 3 Bar", + "variants": { + "outlined": { + "path": "battery_3_bar.outlined.svg" + }, + "round": { + "path": "battery_3_bar.round.svg" + }, + "sharp": { + "path": "battery_3_bar.sharp.svg" + }, + "default": { + "path": "battery_3_bar.default.svg" + }, + "twotone": { + "path": "battery_3_bar.twotone.svg" + } + } + }, + { + "id": "4g_plus_mobiledata", + "name": "4G Plus Mobiledata", + "variants": { + "outlined": { + "path": "4g_plus_mobiledata.outlined.svg" + }, + "round": { + "path": "4g_plus_mobiledata.round.svg" + }, + "sharp": { + "path": "4g_plus_mobiledata.sharp.svg" + }, + "default": { + "path": "4g_plus_mobiledata.default.svg" + }, + "twotone": { + "path": "4g_plus_mobiledata.twotone.svg" + } + } + }, + { + "id": "bluetooth_searching", + "name": "Bluetooth Searching", + "variants": { + "outlined": { + "path": "bluetooth_searching.outlined.svg" + }, + "round": { + "path": "bluetooth_searching.round.svg" + }, + "sharp": { + "path": "bluetooth_searching.sharp.svg" + }, + "default": { + "path": "bluetooth_searching.default.svg" + }, + "twotone": { + "path": "bluetooth_searching.twotone.svg" + } + } + }, + { + "id": "wifi_channel", + "name": "Wifi Channel", + "variants": { + "outlined": { + "path": "wifi_channel.outlined.svg" + }, + "round": { + "path": "wifi_channel.round.svg" + }, + "sharp": { + "path": "wifi_channel.sharp.svg" + }, + "default": { + "path": "wifi_channel.default.svg" + }, + "twotone": { + "path": "wifi_channel.twotone.svg" + } + } + }, + { + "id": "nightlight", + "name": "Nightlight", + "variants": { + "outlined": { + "path": "nightlight.outlined.svg" + }, + "round": { + "path": "nightlight.round.svg" + }, + "sharp": { + "path": "nightlight.sharp.svg" + }, + "default": { + "path": "nightlight.default.svg" + }, + "twotone": { + "path": "nightlight.twotone.svg" + } + } + }, + { + "id": "battery_2_bar", + "name": "Battery 2 Bar", + "variants": { + "outlined": { + "path": "battery_2_bar.outlined.svg" + }, + "round": { + "path": "battery_2_bar.round.svg" + }, + "sharp": { + "path": "battery_2_bar.sharp.svg" + }, + "default": { + "path": "battery_2_bar.default.svg" + }, + "twotone": { + "path": "battery_2_bar.twotone.svg" + } + } + }, + { + "id": "signal_wifi_statusbar_null", + "name": "Signal Wifi Statusbar Null", + "variants": { + "outlined": { + "path": "signal_wifi_statusbar_null.outlined.svg" + }, + "round": { + "path": "signal_wifi_statusbar_null.round.svg" + }, + "sharp": { + "path": "signal_wifi_statusbar_null.sharp.svg" + }, + "default": { + "path": "signal_wifi_statusbar_null.default.svg" + }, + "twotone": { + "path": "signal_wifi_statusbar_null.twotone.svg" + } + } + }, + { + "id": "wifi_tethering_off", + "name": "Wifi Tethering Off", + "variants": { + "outlined": { + "path": "wifi_tethering_off.outlined.svg" + }, + "round": { + "path": "wifi_tethering_off.round.svg" + }, + "sharp": { + "path": "wifi_tethering_off.sharp.svg" + }, + "default": { + "path": "wifi_tethering_off.default.svg" + }, + "twotone": { + "path": "wifi_tethering_off.twotone.svg" + } + } + }, + { + "id": "share_location", + "name": "Share Location", + "variants": { + "outlined": { + "path": "share_location.outlined.svg" + }, + "round": { + "path": "share_location.round.svg" + }, + "sharp": { + "path": "share_location.sharp.svg" + }, + "default": { + "path": "share_location.default.svg" + }, + "twotone": { + "path": "share_location.twotone.svg" + } + } + }, + { + "id": "signal_wifi_statusbar_not_connected", + "name": "Signal Wifi Statusbar Not Connected", + "variants": { + "twotone": { + "path": "signal_wifi_statusbar_not_connected.twotone.svg" + } + } + }, + { + "id": "signal_wifi_statusbar_connected_no_internet_1", + "name": "Signal Wifi Statusbar Connected No Internet 1", + "variants": { + "twotone": { + "path": "signal_wifi_statusbar_connected_no_internet_1.twotone.svg" + } + } + }, + { + "id": "signal_wifi_off", + "name": "Signal Wifi Off", + "variants": { + "outlined": { + "path": "signal_wifi_off.outlined.svg" + }, + "round": { + "path": "signal_wifi_off.round.svg" + }, + "sharp": { + "path": "signal_wifi_off.sharp.svg" + }, + "default": { + "path": "signal_wifi_off.default.svg" + }, + "twotone": { + "path": "signal_wifi_off.twotone.svg" + } + } + }, + { + "id": "fluorescent", + "name": "Fluorescent", + "variants": { + "outlined": { + "path": "fluorescent.outlined.svg" + }, + "round": { + "path": "fluorescent.round.svg" + }, + "sharp": { + "path": "fluorescent.sharp.svg" + }, + "default": { + "path": "fluorescent.default.svg" + }, + "twotone": { + "path": "fluorescent.twotone.svg" + } + } + }, + { + "id": "tungsten", + "name": "Tungsten", + "variants": { + "outlined": { + "path": "tungsten.outlined.svg" + }, + "round": { + "path": "tungsten.round.svg" + }, + "sharp": { + "path": "tungsten.sharp.svg" + }, + "default": { + "path": "tungsten.default.svg" + }, + "twotone": { + "path": "tungsten.twotone.svg" + } + } + }, + { + "id": "restart_alt", + "name": "Restart Alt", + "variants": { + "outlined": { + "path": "restart_alt.outlined.svg" + }, + "round": { + "path": "restart_alt.round.svg" + }, + "sharp": { + "path": "restart_alt.sharp.svg" + }, + "default": { + "path": "restart_alt.default.svg" + }, + "twotone": { + "path": "restart_alt.twotone.svg" + } + } + }, + { + "id": "fmd_bad", + "name": "Fmd Bad", + "variants": { + "outlined": { + "path": "fmd_bad.outlined.svg" + }, + "round": { + "path": "fmd_bad.round.svg" + }, + "sharp": { + "path": "fmd_bad.sharp.svg" + }, + "default": { + "path": "fmd_bad.default.svg" + }, + "twotone": { + "path": "fmd_bad.twotone.svg" + } + } + }, + { + "id": "shortcut", + "name": "Shortcut", + "variants": { + "outlined": { + "path": "shortcut.outlined.svg" + }, + "round": { + "path": "shortcut.round.svg" + }, + "sharp": { + "path": "shortcut.sharp.svg" + }, + "default": { + "path": "shortcut.default.svg" + }, + "twotone": { + "path": "shortcut.twotone.svg" + } + } + }, + { + "id": "sell", + "name": "Sell", + "variants": { + "outlined": { + "path": "sell.outlined.svg" + }, + "round": { + "path": "sell.round.svg" + }, + "sharp": { + "path": "sell.sharp.svg" + }, + "default": { + "path": "sell.default.svg" + }, + "twotone": { + "path": "sell.twotone.svg" + } + } + }, + { + "id": "access_alarm", + "name": "Access Alarm", + "variants": { + "outlined": { + "path": "access_alarm.outlined.svg" + }, + "round": { + "path": "access_alarm.round.svg" + }, + "sharp": { + "path": "access_alarm.sharp.svg" + }, + "default": { + "path": "access_alarm.default.svg" + }, + "twotone": { + "path": "access_alarm.twotone.svg" + } + } + }, + { + "id": "gpp_maybe", + "name": "Gpp Maybe", + "variants": { + "outlined": { + "path": "gpp_maybe.outlined.svg" + }, + "round": { + "path": "gpp_maybe.round.svg" + }, + "sharp": { + "path": "gpp_maybe.sharp.svg" + }, + "default": { + "path": "gpp_maybe.default.svg" + }, + "twotone": { + "path": "gpp_maybe.twotone.svg" + } + } + }, + { + "id": "location_disabled", + "name": "Location Disabled", + "variants": { + "outlined": { + "path": "location_disabled.outlined.svg" + }, + "round": { + "path": "location_disabled.round.svg" + }, + "sharp": { + "path": "location_disabled.sharp.svg" + }, + "default": { + "path": "location_disabled.default.svg" + }, + "twotone": { + "path": "location_disabled.twotone.svg" + } + } + }, + { + "id": "gpp_good", + "name": "Gpp Good", + "variants": { + "outlined": { + "path": "gpp_good.outlined.svg" + }, + "round": { + "path": "gpp_good.round.svg" + }, + "sharp": { + "path": "gpp_good.sharp.svg" + }, + "default": { + "path": "gpp_good.default.svg" + }, + "twotone": { + "path": "gpp_good.twotone.svg" + } + } + }, + { + "id": "battery_0_bar", + "name": "Battery 0 Bar", + "variants": { + "outlined": { + "path": "battery_0_bar.outlined.svg" + }, + "round": { + "path": "battery_0_bar.round.svg" + }, + "sharp": { + "path": "battery_0_bar.sharp.svg" + }, + "default": { + "path": "battery_0_bar.default.svg" + }, + "twotone": { + "path": "battery_0_bar.twotone.svg" + } + } + }, + { + "id": "battery_1_bar", + "name": "Battery 1 Bar", + "variants": { + "outlined": { + "path": "battery_1_bar.outlined.svg" + }, + "round": { + "path": "battery_1_bar.round.svg" + }, + "sharp": { + "path": "battery_1_bar.sharp.svg" + }, + "default": { + "path": "battery_1_bar.default.svg" + }, + "twotone": { + "path": "battery_1_bar.twotone.svg" + } + } + }, + { + "id": "hdr_auto", + "name": "Hdr Auto", + "variants": { + "outlined": { + "path": "hdr_auto.outlined.svg" + }, + "round": { + "path": "hdr_auto.round.svg" + }, + "sharp": { + "path": "hdr_auto.sharp.svg" + }, + "default": { + "path": "hdr_auto.default.svg" + }, + "twotone": { + "path": "hdr_auto.twotone.svg" + } + } + }, + { + "id": "brightness_high", + "name": "Brightness High", + "variants": { + "outlined": { + "path": "brightness_high.outlined.svg" + }, + "round": { + "path": "brightness_high.round.svg" + }, + "sharp": { + "path": "brightness_high.sharp.svg" + }, + "default": { + "path": "brightness_high.default.svg" + }, + "twotone": { + "path": "brightness_high.twotone.svg" + } + } + }, + { + "id": "signal_cellular_nodata", + "name": "Signal Cellular Nodata", + "variants": { + "outlined": { + "path": "signal_cellular_nodata.outlined.svg" + }, + "round": { + "path": "signal_cellular_nodata.round.svg" + }, + "sharp": { + "path": "signal_cellular_nodata.sharp.svg" + }, + "default": { + "path": "signal_cellular_nodata.default.svg" + }, + "twotone": { + "path": "signal_cellular_nodata.twotone.svg" + } + } + }, + { + "id": "screenshot", + "name": "Screenshot", + "variants": { + "outlined": { + "path": "screenshot.outlined.svg" + }, + "round": { + "path": "screenshot.round.svg" + }, + "sharp": { + "path": "screenshot.sharp.svg" + }, + "default": { + "path": "screenshot.default.svg" + }, + "twotone": { + "path": "screenshot.twotone.svg" + } + } + }, + { + "id": "password", + "name": "Password", + "variants": { + "outlined": { + "path": "password.outlined.svg" + }, + "round": { + "path": "password.round.svg" + }, + "sharp": { + "path": "password.sharp.svg" + }, + "default": { + "path": "password.default.svg" + }, + "twotone": { + "path": "password.twotone.svg" + } + } + }, + { + "id": "pin", + "name": "Pin", + "variants": { + "outlined": { + "path": "pin.outlined.svg" + }, + "round": { + "path": "pin.round.svg" + }, + "sharp": { + "path": "pin.sharp.svg" + }, + "default": { + "path": "pin.default.svg" + }, + "twotone": { + "path": "pin.twotone.svg" + } + } + }, + { + "id": "signal_wifi_connected_no_internet_2", + "name": "Signal Wifi Connected No Internet 2", + "variants": { + "twotone": { + "path": "signal_wifi_connected_no_internet_2.twotone.svg" + } + } + }, + { + "id": "signal_wifi_statusbar_connected_no_internet", + "name": "Signal Wifi Statusbar Connected No Internet", + "variants": { + "twotone": { + "path": "signal_wifi_statusbar_connected_no_internet.twotone.svg" + } + } + }, + { + "id": "battery_full", + "name": "Battery Full", + "variants": { + "outlined": { + "path": "battery_full.outlined.svg" + }, + "round": { + "path": "battery_full.round.svg" + }, + "sharp": { + "path": "battery_full.sharp.svg" + }, + "default": { + "path": "battery_full.default.svg" + }, + "twotone": { + "path": "battery_full.twotone.svg" + } + } + }, + { + "id": "hdr_on_select", + "name": "Hdr On Select", + "variants": { + "outlined": { + "path": "hdr_on_select.outlined.svg" + }, + "round": { + "path": "hdr_on_select.round.svg" + }, + "sharp": { + "path": "hdr_on_select.sharp.svg" + }, + "default": { + "path": "hdr_on_select.default.svg" + }, + "twotone": { + "path": "hdr_on_select.twotone.svg" + } + } + }, + { + "id": "signal_cellular_alt_1_bar", + "name": "Signal Cellular Alt 1 Bar", + "variants": { + "outlined": { + "path": "signal_cellular_alt_1_bar.outlined.svg" + }, + "round": { + "path": "signal_cellular_alt_1_bar.round.svg" + }, + "sharp": { + "path": "signal_cellular_alt_1_bar.sharp.svg" + }, + "default": { + "path": "signal_cellular_alt_1_bar.default.svg" + }, + "twotone": { + "path": "signal_cellular_alt_1_bar.twotone.svg" + } + } + }, + { + "id": "do_not_disturb_on_total_silence", + "name": "Do Not Disturb On Total Silence", + "variants": { + "outlined": { + "path": "do_not_disturb_on_total_silence.outlined.svg" + }, + "round": { + "path": "do_not_disturb_on_total_silence.round.svg" + }, + "sharp": { + "path": "do_not_disturb_on_total_silence.sharp.svg" + }, + "default": { + "path": "do_not_disturb_on_total_silence.default.svg" + }, + "twotone": { + "path": "do_not_disturb_on_total_silence.twotone.svg" + } + } + }, + { + "id": "hdr_auto_select", + "name": "Hdr Auto Select", + "variants": { + "outlined": { + "path": "hdr_auto_select.outlined.svg" + }, + "round": { + "path": "hdr_auto_select.round.svg" + }, + "sharp": { + "path": "hdr_auto_select.sharp.svg" + }, + "default": { + "path": "hdr_auto_select.default.svg" + }, + "twotone": { + "path": "hdr_auto_select.twotone.svg" + } + } + }, + { + "id": "battery_5_bar", + "name": "Battery 5 Bar", + "variants": { + "outlined": { + "path": "battery_5_bar.outlined.svg" + }, + "round": { + "path": "battery_5_bar.round.svg" + }, + "sharp": { + "path": "battery_5_bar.sharp.svg" + }, + "default": { + "path": "battery_5_bar.default.svg" + }, + "twotone": { + "path": "battery_5_bar.twotone.svg" + } + } + }, + { + "id": "battery_4_bar", + "name": "Battery 4 Bar", + "variants": { + "outlined": { + "path": "battery_4_bar.outlined.svg" + }, + "round": { + "path": "battery_4_bar.round.svg" + }, + "sharp": { + "path": "battery_4_bar.sharp.svg" + }, + "default": { + "path": "battery_4_bar.default.svg" + }, + "twotone": { + "path": "battery_4_bar.twotone.svg" + } + } + }, + { + "id": "location_searching", + "name": "Location Searching", + "variants": { + "outlined": { + "path": "location_searching.outlined.svg" + }, + "round": { + "path": "location_searching.round.svg" + }, + "sharp": { + "path": "location_searching.sharp.svg" + }, + "default": { + "path": "location_searching.default.svg" + }, + "twotone": { + "path": "location_searching.twotone.svg" + } + } + }, + { + "id": "usb_off", + "name": "Usb Off", + "variants": { + "outlined": { + "path": "usb_off.outlined.svg" + }, + "round": { + "path": "usb_off.round.svg" + }, + "sharp": { + "path": "usb_off.sharp.svg" + }, + "default": { + "path": "usb_off.default.svg" + }, + "twotone": { + "path": "usb_off.twotone.svg" + } + } + }, + { + "id": "monitor_weight", + "name": "Monitor Weight", + "variants": { + "outlined": { + "path": "monitor_weight.outlined.svg" + }, + "round": { + "path": "monitor_weight.round.svg" + }, + "sharp": { + "path": "monitor_weight.sharp.svg" + }, + "default": { + "path": "monitor_weight.default.svg" + }, + "twotone": { + "path": "monitor_weight.twotone.svg" + } + } + }, + { + "id": "access_alarms", + "name": "Access Alarms", + "variants": { + "outlined": { + "path": "access_alarms.outlined.svg" + }, + "round": { + "path": "access_alarms.round.svg" + }, + "sharp": { + "path": "access_alarms.sharp.svg" + }, + "default": { + "path": "access_alarms.default.svg" + }, + "twotone": { + "path": "access_alarms.twotone.svg" + } + } + }, + { + "id": "dark_mode", + "name": "Dark Mode", + "variants": { + "outlined": { + "path": "dark_mode.outlined.svg" + }, + "round": { + "path": "dark_mode.round.svg" + }, + "sharp": { + "path": "dark_mode.sharp.svg" + }, + "default": { + "path": "dark_mode.default.svg" + }, + "twotone": { + "path": "dark_mode.twotone.svg" + } + } + }, + { + "id": "signal_wifi_connected_no_internet_4", + "name": "Signal Wifi Connected No Internet 4", + "variants": { + "outlined": { + "path": "signal_wifi_connected_no_internet_4.outlined.svg" + }, + "round": { + "path": "signal_wifi_connected_no_internet_4.round.svg" + }, + "sharp": { + "path": "signal_wifi_connected_no_internet_4.sharp.svg" + }, + "default": { + "path": "signal_wifi_connected_no_internet_4.default.svg" + }, + "twotone": { + "path": "signal_wifi_connected_no_internet_4.twotone.svg" + } + } + }, + { + "id": "water", + "name": "Water", + "variants": { + "outlined": { + "path": "water.outlined.svg" + }, + "round": { + "path": "water.round.svg" + }, + "sharp": { + "path": "water.sharp.svg" + }, + "default": { + "path": "water.default.svg" + }, + "twotone": { + "path": "water.twotone.svg" + } + } + }, + { + "id": "signal_cellular_alt_2_bar", + "name": "Signal Cellular Alt 2 Bar", + "variants": { + "outlined": { + "path": "signal_cellular_alt_2_bar.outlined.svg" + }, + "round": { + "path": "signal_cellular_alt_2_bar.round.svg" + }, + "sharp": { + "path": "signal_cellular_alt_2_bar.sharp.svg" + }, + "default": { + "path": "signal_cellular_alt_2_bar.default.svg" + }, + "twotone": { + "path": "signal_cellular_alt_2_bar.twotone.svg" + } + } + }, + { + "id": "timer_10_select", + "name": "Timer 10 Select", + "variants": { + "outlined": { + "path": "timer_10_select.outlined.svg" + }, + "round": { + "path": "timer_10_select.round.svg" + }, + "sharp": { + "path": "timer_10_select.sharp.svg" + }, + "default": { + "path": "timer_10_select.default.svg" + }, + "twotone": { + "path": "timer_10_select.twotone.svg" + } + } + }, + { + "id": "signal_wifi_connected_no_internet_3", + "name": "Signal Wifi Connected No Internet 3", + "variants": { + "twotone": { + "path": "signal_wifi_connected_no_internet_3.twotone.svg" + } + } + }, + { + "id": "battery_6_bar", + "name": "Battery 6 Bar", + "variants": { + "outlined": { + "path": "battery_6_bar.outlined.svg" + }, + "round": { + "path": "battery_6_bar.round.svg" + }, + "sharp": { + "path": "battery_6_bar.sharp.svg" + }, + "default": { + "path": "battery_6_bar.default.svg" + }, + "twotone": { + "path": "battery_6_bar.twotone.svg" + } + } + }, + { + "id": "brightness_low", + "name": "Brightness Low", + "variants": { + "outlined": { + "path": "brightness_low.outlined.svg" + }, + "round": { + "path": "brightness_low.round.svg" + }, + "sharp": { + "path": "brightness_low.sharp.svg" + }, + "default": { + "path": "brightness_low.default.svg" + }, + "twotone": { + "path": "brightness_low.twotone.svg" + } + } + }, + { + "id": "battery_saver", + "name": "Battery Saver", + "variants": { + "outlined": { + "path": "battery_saver.outlined.svg" + }, + "round": { + "path": "battery_saver.round.svg" + }, + "sharp": { + "path": "battery_saver.sharp.svg" + }, + "default": { + "path": "battery_saver.default.svg" + }, + "twotone": { + "path": "battery_saver.twotone.svg" + } + } + }, + { + "id": "price_change", + "name": "Price Change", + "variants": { + "outlined": { + "path": "price_change.outlined.svg" + }, + "round": { + "path": "price_change.round.svg" + }, + "sharp": { + "path": "price_change.sharp.svg" + }, + "default": { + "path": "price_change.default.svg" + }, + "twotone": { + "path": "price_change.twotone.svg" + } + } + }, + { + "id": "settings_suggest", + "name": "Settings Suggest", + "variants": { + "outlined": { + "path": "settings_suggest.outlined.svg" + }, + "round": { + "path": "settings_suggest.round.svg" + }, + "sharp": { + "path": "settings_suggest.sharp.svg" + }, + "default": { + "path": "settings_suggest.default.svg" + }, + "twotone": { + "path": "settings_suggest.twotone.svg" + } + } + }, + { + "id": "sd_storage", + "name": "Sd Storage", + "variants": { + "outlined": { + "path": "sd_storage.outlined.svg" + }, + "round": { + "path": "sd_storage.round.svg" + }, + "sharp": { + "path": "sd_storage.sharp.svg" + }, + "default": { + "path": "sd_storage.default.svg" + }, + "twotone": { + "path": "sd_storage.twotone.svg" + } + } + }, + { + "id": "4g_mobiledata", + "name": "4G Mobiledata", + "variants": { + "outlined": { + "path": "4g_mobiledata.outlined.svg" + }, + "round": { + "path": "4g_mobiledata.round.svg" + }, + "sharp": { + "path": "4g_mobiledata.sharp.svg" + }, + "default": { + "path": "4g_mobiledata.default.svg" + }, + "twotone": { + "path": "4g_mobiledata.twotone.svg" + } + } + }, + { + "id": "note_alt", + "name": "Note Alt", + "variants": { + "outlined": { + "path": "note_alt.outlined.svg" + }, + "round": { + "path": "note_alt.round.svg" + }, + "sharp": { + "path": "note_alt.sharp.svg" + }, + "default": { + "path": "note_alt.default.svg" + }, + "twotone": { + "path": "note_alt.twotone.svg" + } + } + }, + { + "id": "brightness_auto", + "name": "Brightness Auto", + "variants": { + "outlined": { + "path": "brightness_auto.outlined.svg" + }, + "round": { + "path": "brightness_auto.round.svg" + }, + "sharp": { + "path": "brightness_auto.sharp.svg" + }, + "default": { + "path": "brightness_auto.default.svg" + }, + "twotone": { + "path": "brightness_auto.twotone.svg" + } + } + }, + { + "id": "flashlight_on", + "name": "Flashlight On", + "variants": { + "outlined": { + "path": "flashlight_on.outlined.svg" + }, + "round": { + "path": "flashlight_on.round.svg" + }, + "sharp": { + "path": "flashlight_on.sharp.svg" + }, + "default": { + "path": "flashlight_on.default.svg" + }, + "twotone": { + "path": "flashlight_on.twotone.svg" + } + } + }, + { + "id": "airplanemode_active", + "name": "Airplanemode Active", + "variants": { + "outlined": { + "path": "airplanemode_active.outlined.svg" + }, + "round": { + "path": "airplanemode_active.round.svg" + }, + "sharp": { + "path": "airplanemode_active.sharp.svg" + }, + "default": { + "path": "airplanemode_active.default.svg" + }, + "twotone": { + "path": "airplanemode_active.twotone.svg" + } + } + }, + { + "id": "dataset", + "name": "Dataset", + "variants": { + "outlined": { + "path": "dataset.outlined.svg" + }, + "round": { + "path": "dataset.round.svg" + }, + "sharp": { + "path": "dataset.sharp.svg" + }, + "default": { + "path": "dataset.default.svg" + }, + "twotone": { + "path": "dataset.twotone.svg" + } + } + }, + { + "id": "grid_goldenratio", + "name": "Grid Goldenratio", + "variants": { + "outlined": { + "path": "grid_goldenratio.outlined.svg" + }, + "round": { + "path": "grid_goldenratio.round.svg" + }, + "sharp": { + "path": "grid_goldenratio.sharp.svg" + }, + "default": { + "path": "grid_goldenratio.default.svg" + }, + "twotone": { + "path": "grid_goldenratio.twotone.svg" + } + } + }, + { + "id": "battery_charging_30", + "name": "Battery Charging 30", + "variants": { + "twotone": { + "path": "battery_charging_30.twotone.svg" + } + } + }, + { + "id": "light_mode", + "name": "Light Mode", + "variants": { + "outlined": { + "path": "light_mode.outlined.svg" + }, + "round": { + "path": "light_mode.round.svg" + }, + "sharp": { + "path": "light_mode.sharp.svg" + }, + "default": { + "path": "light_mode.default.svg" + }, + "twotone": { + "path": "light_mode.twotone.svg" + } + } + }, + { + "id": "network_wifi", + "name": "Network Wifi", + "variants": { + "outlined": { + "path": "network_wifi.outlined.svg" + }, + "round": { + "path": "network_wifi.round.svg" + }, + "sharp": { + "path": "network_wifi.sharp.svg" + }, + "default": { + "path": "network_wifi.default.svg" + }, + "twotone": { + "path": "network_wifi.twotone.svg" + } + } + }, + { + "id": "data_usage", + "name": "Data Usage", + "variants": { + "outlined": { + "path": "data_usage.outlined.svg" + }, + "round": { + "path": "data_usage.round.svg" + }, + "sharp": { + "path": "data_usage.sharp.svg" + }, + "default": { + "path": "data_usage.default.svg" + }, + "twotone": { + "path": "data_usage.twotone.svg" + } + } + }, + { + "id": "r_mobiledata", + "name": "R Mobiledata", + "variants": { + "outlined": { + "path": "r_mobiledata.outlined.svg" + }, + "round": { + "path": "r_mobiledata.round.svg" + }, + "sharp": { + "path": "r_mobiledata.sharp.svg" + }, + "default": { + "path": "r_mobiledata.default.svg" + }, + "twotone": { + "path": "r_mobiledata.twotone.svg" + } + } + }, + { + "id": "signal_cellular_4_bar", + "name": "Signal Cellular 4 Bar", + "variants": { + "outlined": { + "path": "signal_cellular_4_bar.outlined.svg" + }, + "round": { + "path": "signal_cellular_4_bar.round.svg" + }, + "sharp": { + "path": "signal_cellular_4_bar.sharp.svg" + }, + "default": { + "path": "signal_cellular_4_bar.default.svg" + }, + "twotone": { + "path": "signal_cellular_4_bar.twotone.svg" + } + } + }, + { + "id": "gps_not_fixed", + "name": "Gps Not Fixed", + "variants": { + "outlined": { + "path": "gps_not_fixed.outlined.svg" + }, + "round": { + "path": "gps_not_fixed.round.svg" + }, + "sharp": { + "path": "gps_not_fixed.sharp.svg" + }, + "default": { + "path": "gps_not_fixed.default.svg" + }, + "twotone": { + "path": "gps_not_fixed.twotone.svg" + } + } + }, + { + "id": "signal_cellular_null", + "name": "Signal Cellular Null", + "variants": { + "outlined": { + "path": "signal_cellular_null.outlined.svg" + }, + "round": { + "path": "signal_cellular_null.round.svg" + }, + "sharp": { + "path": "signal_cellular_null.sharp.svg" + }, + "default": { + "path": "signal_cellular_null.default.svg" + }, + "twotone": { + "path": "signal_cellular_null.twotone.svg" + } + } + }, + { + "id": "settings_system_daydream", + "name": "Settings System Daydream", + "variants": { + "outlined": { + "path": "settings_system_daydream.outlined.svg" + }, + "round": { + "path": "settings_system_daydream.round.svg" + }, + "sharp": { + "path": "settings_system_daydream.sharp.svg" + }, + "default": { + "path": "settings_system_daydream.default.svg" + }, + "twotone": { + "path": "settings_system_daydream.twotone.svg" + } + } + }, + { + "id": "screen_lock_portrait", + "name": "Screen Lock Portrait", + "variants": { + "outlined": { + "path": "screen_lock_portrait.outlined.svg" + }, + "round": { + "path": "screen_lock_portrait.round.svg" + }, + "sharp": { + "path": "screen_lock_portrait.sharp.svg" + }, + "default": { + "path": "screen_lock_portrait.default.svg" + }, + "twotone": { + "path": "screen_lock_portrait.twotone.svg" + } + } + }, + { + "id": "battery_charging_90", + "name": "Battery Charging 90", + "variants": { + "twotone": { + "path": "battery_charging_90.twotone.svg" + } + } + }, + { + "id": "security_update_good", + "name": "Security Update Good", + "variants": { + "outlined": { + "path": "security_update_good.outlined.svg" + }, + "round": { + "path": "security_update_good.round.svg" + }, + "sharp": { + "path": "security_update_good.sharp.svg" + }, + "default": { + "path": "security_update_good.default.svg" + }, + "twotone": { + "path": "security_update_good.twotone.svg" + } + } + }, + { + "id": "wifi_1_bar", + "name": "Wifi 1 Bar", + "variants": { + "outlined": { + "path": "wifi_1_bar.outlined.svg" + }, + "round": { + "path": "wifi_1_bar.round.svg" + }, + "sharp": { + "path": "wifi_1_bar.sharp.svg" + }, + "default": { + "path": "wifi_1_bar.default.svg" + }, + "twotone": { + "path": "wifi_1_bar.twotone.svg" + } + } + }, + { + "id": "wifi_calling_1", + "name": "Wifi Calling 1", + "variants": { + "twotone": { + "path": "wifi_calling_1.twotone.svg" + } + } + }, + { + "id": "hdr_off_select", + "name": "Hdr Off Select", + "variants": { + "outlined": { + "path": "hdr_off_select.outlined.svg" + }, + "round": { + "path": "hdr_off_select.round.svg" + }, + "sharp": { + "path": "hdr_off_select.sharp.svg" + }, + "default": { + "path": "hdr_off_select.default.svg" + }, + "twotone": { + "path": "hdr_off_select.twotone.svg" + } + } + }, + { + "id": "graphic_eq", + "name": "Graphic Eq", + "variants": { + "outlined": { + "path": "graphic_eq.outlined.svg" + }, + "round": { + "path": "graphic_eq.round.svg" + }, + "sharp": { + "path": "graphic_eq.sharp.svg" + }, + "default": { + "path": "graphic_eq.default.svg" + }, + "twotone": { + "path": "graphic_eq.twotone.svg" + } + } + }, + { + "id": "system_security_update_good", + "name": "System Security Update Good", + "variants": { + "outlined": { + "path": "system_security_update_good.outlined.svg" + }, + "round": { + "path": "system_security_update_good.round.svg" + }, + "sharp": { + "path": "system_security_update_good.sharp.svg" + }, + "default": { + "path": "system_security_update_good.default.svg" + }, + "twotone": { + "path": "system_security_update_good.twotone.svg" + } + } + }, + { + "id": "summarize", + "name": "Summarize", + "variants": { + "outlined": { + "path": "summarize.outlined.svg" + }, + "round": { + "path": "summarize.round.svg" + }, + "sharp": { + "path": "summarize.sharp.svg" + }, + "default": { + "path": "summarize.default.svg" + }, + "twotone": { + "path": "summarize.twotone.svg" + } + } + }, + { + "id": "quiz", + "name": "Quiz", + "variants": { + "outlined": { + "path": "quiz.outlined.svg" + }, + "round": { + "path": "quiz.round.svg" + }, + "sharp": { + "path": "quiz.sharp.svg" + }, + "default": { + "path": "quiz.default.svg" + }, + "twotone": { + "path": "quiz.twotone.svg" + } + } + }, + { + "id": "aod", + "name": "Aod", + "variants": { + "outlined": { + "path": "aod.outlined.svg" + }, + "round": { + "path": "aod.round.svg" + }, + "sharp": { + "path": "aod.sharp.svg" + }, + "default": { + "path": "aod.default.svg" + }, + "twotone": { + "path": "aod.twotone.svg" + } + } + }, + { + "id": "signal_cellular_1_bar", + "name": "Signal Cellular 1 Bar", + "variants": { + "twotone": { + "path": "signal_cellular_1_bar.twotone.svg" + } + } + }, + { + "id": "screen_rotation", + "name": "Screen Rotation", + "variants": { + "outlined": { + "path": "screen_rotation.outlined.svg" + }, + "round": { + "path": "screen_rotation.round.svg" + }, + "sharp": { + "path": "screen_rotation.sharp.svg" + }, + "default": { + "path": "screen_rotation.default.svg" + }, + "twotone": { + "path": "screen_rotation.twotone.svg" + } + } + }, + { + "id": "signal_cellular_0_bar", + "name": "Signal Cellular 0 Bar", + "variants": { + "outlined": { + "path": "signal_cellular_0_bar.outlined.svg" + }, + "round": { + "path": "signal_cellular_0_bar.round.svg" + }, + "sharp": { + "path": "signal_cellular_0_bar.sharp.svg" + }, + "default": { + "path": "signal_cellular_0_bar.default.svg" + }, + "twotone": { + "path": "signal_cellular_0_bar.twotone.svg" + } + } + }, + { + "id": "sim_card_download", + "name": "Sim Card Download", + "variants": { + "outlined": { + "path": "sim_card_download.outlined.svg" + }, + "round": { + "path": "sim_card_download.round.svg" + }, + "sharp": { + "path": "sim_card_download.sharp.svg" + }, + "default": { + "path": "sim_card_download.default.svg" + }, + "twotone": { + "path": "sim_card_download.twotone.svg" + } + } + }, + { + "id": "h_plus_mobiledata", + "name": "H Plus Mobiledata", + "variants": { + "outlined": { + "path": "h_plus_mobiledata.outlined.svg" + }, + "round": { + "path": "h_plus_mobiledata.round.svg" + }, + "sharp": { + "path": "h_plus_mobiledata.sharp.svg" + }, + "default": { + "path": "h_plus_mobiledata.default.svg" + }, + "twotone": { + "path": "h_plus_mobiledata.twotone.svg" + } + } + }, + { + "id": "security_update_warning", + "name": "Security Update Warning", + "variants": { + "outlined": { + "path": "security_update_warning.outlined.svg" + }, + "round": { + "path": "security_update_warning.round.svg" + }, + "sharp": { + "path": "security_update_warning.sharp.svg" + }, + "default": { + "path": "security_update_warning.default.svg" + }, + "twotone": { + "path": "security_update_warning.twotone.svg" + } + } + }, + { + "id": "media_bluetooth_on", + "name": "Media Bluetooth On", + "variants": { + "outlined": { + "path": "media_bluetooth_on.outlined.svg" + }, + "round": { + "path": "media_bluetooth_on.round.svg" + }, + "sharp": { + "path": "media_bluetooth_on.sharp.svg" + }, + "default": { + "path": "media_bluetooth_on.default.svg" + }, + "twotone": { + "path": "media_bluetooth_on.twotone.svg" + } + } + }, + { + "id": "mobile_friendly", + "name": "Mobile Friendly", + "variants": { + "outlined": { + "path": "mobile_friendly.outlined.svg" + }, + "round": { + "path": "mobile_friendly.round.svg" + }, + "sharp": { + "path": "mobile_friendly.sharp.svg" + }, + "default": { + "path": "mobile_friendly.default.svg" + }, + "twotone": { + "path": "mobile_friendly.twotone.svg" + } + } + }, + { + "id": "edgesensor_low", + "name": "Edgesensor Low", + "variants": { + "outlined": { + "path": "edgesensor_low.outlined.svg" + }, + "round": { + "path": "edgesensor_low.round.svg" + }, + "sharp": { + "path": "edgesensor_low.sharp.svg" + }, + "default": { + "path": "edgesensor_low.default.svg" + }, + "twotone": { + "path": "edgesensor_low.twotone.svg" + } + } + }, + { + "id": "gps_off", + "name": "Gps Off", + "variants": { + "outlined": { + "path": "gps_off.outlined.svg" + }, + "round": { + "path": "gps_off.round.svg" + }, + "sharp": { + "path": "gps_off.sharp.svg" + }, + "default": { + "path": "gps_off.default.svg" + }, + "twotone": { + "path": "gps_off.twotone.svg" + } + } + }, + { + "id": "wifi_2_bar", + "name": "Wifi 2 Bar", + "variants": { + "outlined": { + "path": "wifi_2_bar.outlined.svg" + }, + "round": { + "path": "wifi_2_bar.round.svg" + }, + "sharp": { + "path": "wifi_2_bar.sharp.svg" + }, + "default": { + "path": "wifi_2_bar.default.svg" + }, + "twotone": { + "path": "wifi_2_bar.twotone.svg" + } + } + }, + { + "id": "battery_30", + "name": "Battery 30", + "variants": { + "twotone": { + "path": "battery_30.twotone.svg" + } + } + }, + { + "id": "battery_charging_full", + "name": "Battery Charging Full", + "variants": { + "outlined": { + "path": "battery_charging_full.outlined.svg" + }, + "round": { + "path": "battery_charging_full.round.svg" + }, + "sharp": { + "path": "battery_charging_full.sharp.svg" + }, + "default": { + "path": "battery_charging_full.default.svg" + }, + "twotone": { + "path": "battery_charging_full.twotone.svg" + } + } + }, + { + "id": "edgesensor_high", + "name": "Edgesensor High", + "variants": { + "outlined": { + "path": "edgesensor_high.outlined.svg" + }, + "round": { + "path": "edgesensor_high.round.svg" + }, + "sharp": { + "path": "edgesensor_high.sharp.svg" + }, + "default": { + "path": "edgesensor_high.default.svg" + }, + "twotone": { + "path": "edgesensor_high.twotone.svg" + } + } + }, + { + "id": "air", + "name": "Air", + "variants": { + "outlined": { + "path": "air.outlined.svg" + }, + "round": { + "path": "air.round.svg" + }, + "sharp": { + "path": "air.sharp.svg" + }, + "default": { + "path": "air.default.svg" + }, + "twotone": { + "path": "air.twotone.svg" + } + } + }, + { + "id": "signal_cellular_2_bar", + "name": "Signal Cellular 2 Bar", + "variants": { + "twotone": { + "path": "signal_cellular_2_bar.twotone.svg" + } + } + }, + { + "id": "wifi_find", + "name": "Wifi Find", + "variants": { + "outlined": { + "path": "wifi_find.outlined.svg" + }, + "round": { + "path": "wifi_find.round.svg" + }, + "sharp": { + "path": "wifi_find.sharp.svg" + }, + "default": { + "path": "wifi_find.default.svg" + }, + "twotone": { + "path": "wifi_find.twotone.svg" + } + } + }, + { + "id": "signal_cellular_3_bar", + "name": "Signal Cellular 3 Bar", + "variants": { + "twotone": { + "path": "signal_cellular_3_bar.twotone.svg" + } + } + }, + { + "id": "lte_plus_mobiledata", + "name": "Lte Plus Mobiledata", + "variants": { + "outlined": { + "path": "lte_plus_mobiledata.outlined.svg" + }, + "round": { + "path": "lte_plus_mobiledata.round.svg" + }, + "sharp": { + "path": "lte_plus_mobiledata.sharp.svg" + }, + "default": { + "path": "lte_plus_mobiledata.default.svg" + }, + "twotone": { + "path": "lte_plus_mobiledata.twotone.svg" + } + } + }, + { + "id": "bluetooth_connected", + "name": "Bluetooth Connected", + "variants": { + "outlined": { + "path": "bluetooth_connected.outlined.svg" + }, + "round": { + "path": "bluetooth_connected.round.svg" + }, + "sharp": { + "path": "bluetooth_connected.sharp.svg" + }, + "default": { + "path": "bluetooth_connected.default.svg" + }, + "twotone": { + "path": "bluetooth_connected.twotone.svg" + } + } + }, + { + "id": "wifi_tethering", + "name": "Wifi Tethering", + "variants": { + "outlined": { + "path": "wifi_tethering.outlined.svg" + }, + "round": { + "path": "wifi_tethering.round.svg" + }, + "sharp": { + "path": "wifi_tethering.sharp.svg" + }, + "default": { + "path": "wifi_tethering.default.svg" + }, + "twotone": { + "path": "wifi_tethering.twotone.svg" + } + } + }, + { + "id": "battery_90", + "name": "Battery 90", + "variants": { + "twotone": { + "path": "battery_90.twotone.svg" + } + } + }, + { + "id": "system_security_update", + "name": "System Security Update", + "variants": { + "outlined": { + "path": "system_security_update.outlined.svg" + }, + "round": { + "path": "system_security_update.round.svg" + }, + "sharp": { + "path": "system_security_update.sharp.svg" + }, + "default": { + "path": "system_security_update.default.svg" + }, + "twotone": { + "path": "system_security_update.twotone.svg" + } + } + }, + { + "id": "storage", + "name": "Storage", + "variants": { + "outlined": { + "path": "storage.outlined.svg" + }, + "round": { + "path": "storage.round.svg" + }, + "sharp": { + "path": "storage.sharp.svg" + }, + "default": { + "path": "storage.default.svg" + }, + "twotone": { + "path": "storage.twotone.svg" + } + } + }, + { + "id": "media_bluetooth_off", + "name": "Media Bluetooth Off", + "variants": { + "outlined": { + "path": "media_bluetooth_off.outlined.svg" + }, + "round": { + "path": "media_bluetooth_off.round.svg" + }, + "sharp": { + "path": "media_bluetooth_off.sharp.svg" + }, + "default": { + "path": "media_bluetooth_off.default.svg" + }, + "twotone": { + "path": "media_bluetooth_off.twotone.svg" + } + } + }, + { + "id": "lte_mobiledata", + "name": "Lte Mobiledata", + "variants": { + "outlined": { + "path": "lte_mobiledata.outlined.svg" + }, + "round": { + "path": "lte_mobiledata.round.svg" + }, + "sharp": { + "path": "lte_mobiledata.sharp.svg" + }, + "default": { + "path": "lte_mobiledata.default.svg" + }, + "twotone": { + "path": "lte_mobiledata.twotone.svg" + } + } + }, + { + "id": "discount", + "name": "Discount", + "variants": { + "outlined": { + "path": "discount.outlined.svg" + }, + "round": { + "path": "discount.round.svg" + }, + "sharp": { + "path": "discount.sharp.svg" + }, + "default": { + "path": "discount.default.svg" + }, + "twotone": { + "path": "discount.twotone.svg" + } + } + }, + { + "id": "signal_cellular_connected_no_internet_3_bar", + "name": "Signal Cellular Connected No Internet 3 Bar", + "variants": { + "twotone": { + "path": "signal_cellular_connected_no_internet_3_bar.twotone.svg" + } + } + }, + { + "id": "add_to_home_screen", + "name": "Add To Home Screen", + "variants": { + "outlined": { + "path": "add_to_home_screen.outlined.svg" + }, + "round": { + "path": "add_to_home_screen.round.svg" + }, + "sharp": { + "path": "add_to_home_screen.sharp.svg" + }, + "default": { + "path": "add_to_home_screen.default.svg" + }, + "twotone": { + "path": "add_to_home_screen.twotone.svg" + } + } + }, + { + "id": "battery_20", + "name": "Battery 20", + "variants": { + "twotone": { + "path": "battery_20.twotone.svg" + } + } + }, + { + "id": "splitscreen", + "name": "Splitscreen", + "variants": { + "outlined": { + "path": "splitscreen.outlined.svg" + }, + "round": { + "path": "splitscreen.round.svg" + }, + "sharp": { + "path": "splitscreen.sharp.svg" + }, + "default": { + "path": "splitscreen.default.svg" + }, + "twotone": { + "path": "splitscreen.twotone.svg" + } + } + }, + { + "id": "macro_off", + "name": "Macro Off", + "variants": { + "outlined": { + "path": "macro_off.outlined.svg" + }, + "round": { + "path": "macro_off.round.svg" + }, + "sharp": { + "path": "macro_off.sharp.svg" + }, + "default": { + "path": "macro_off.default.svg" + }, + "twotone": { + "path": "macro_off.twotone.svg" + } + } + }, + { + "id": "monitor_heart", + "name": "Monitor Heart", + "variants": { + "outlined": { + "path": "monitor_heart.outlined.svg" + }, + "round": { + "path": "monitor_heart.round.svg" + }, + "sharp": { + "path": "monitor_heart.sharp.svg" + }, + "default": { + "path": "monitor_heart.default.svg" + }, + "twotone": { + "path": "monitor_heart.twotone.svg" + } + } + }, + { + "id": "signal_wifi_statusbar_connected_no_internet_2", + "name": "Signal Wifi Statusbar Connected No Internet 2", + "variants": { + "twotone": { + "path": "signal_wifi_statusbar_connected_no_internet_2.twotone.svg" + } + } + }, + { + "id": "timer_3_select", + "name": "Timer 3 Select", + "variants": { + "outlined": { + "path": "timer_3_select.outlined.svg" + }, + "round": { + "path": "timer_3_select.round.svg" + }, + "sharp": { + "path": "timer_3_select.sharp.svg" + }, + "default": { + "path": "timer_3_select.default.svg" + }, + "twotone": { + "path": "timer_3_select.twotone.svg" + } + } + }, + { + "id": "usb", + "name": "Usb", + "variants": { + "outlined": { + "path": "usb.outlined.svg" + }, + "round": { + "path": "usb.round.svg" + }, + "sharp": { + "path": "usb.sharp.svg" + }, + "default": { + "path": "usb.default.svg" + }, + "twotone": { + "path": "usb.twotone.svg" + } + } + }, + { + "id": "flourescent", + "name": "Flourescent", + "variants": { + "outlined": { + "path": "flourescent.outlined.svg" + }, + "round": { + "path": "flourescent.round.svg" + }, + "sharp": { + "path": "flourescent.sharp.svg" + }, + "default": { + "path": "flourescent.default.svg" + }, + "twotone": { + "path": "flourescent.twotone.svg" + } + } + }, + { + "id": "play_lesson", + "name": "Play Lesson", + "variants": { + "outlined": { + "path": "play_lesson.outlined.svg" + }, + "round": { + "path": "play_lesson.round.svg" + }, + "sharp": { + "path": "play_lesson.sharp.svg" + }, + "default": { + "path": "play_lesson.default.svg" + }, + "twotone": { + "path": "play_lesson.twotone.svg" + } + } + }, + { + "id": "reset_tv", + "name": "Reset Tv", + "variants": { + "outlined": { + "path": "reset_tv.outlined.svg" + }, + "round": { + "path": "reset_tv.round.svg" + }, + "sharp": { + "path": "reset_tv.sharp.svg" + }, + "default": { + "path": "reset_tv.default.svg" + }, + "twotone": { + "path": "reset_tv.twotone.svg" + } + } + }, + { + "id": "battery_80", + "name": "Battery 80", + "variants": { + "twotone": { + "path": "battery_80.twotone.svg" + } + } + }, + { + "id": "mobiledata_off", + "name": "Mobiledata Off", + "variants": { + "outlined": { + "path": "mobiledata_off.outlined.svg" + }, + "round": { + "path": "mobiledata_off.round.svg" + }, + "sharp": { + "path": "mobiledata_off.sharp.svg" + }, + "default": { + "path": "mobiledata_off.default.svg" + }, + "twotone": { + "path": "mobiledata_off.twotone.svg" + } + } + }, + { + "id": "signal_cellular_connected_no_internet_2_bar", + "name": "Signal Cellular Connected No Internet 2 Bar", + "variants": { + "twotone": { + "path": "signal_cellular_connected_no_internet_2_bar.twotone.svg" + } + } + }, + { + "id": "signal_cellular_connected_no_internet_0_bar", + "name": "Signal Cellular Connected No Internet 0 Bar", + "variants": { + "outlined": { + "path": "signal_cellular_connected_no_internet_0_bar.outlined.svg" + }, + "round": { + "path": "signal_cellular_connected_no_internet_0_bar.round.svg" + }, + "sharp": { + "path": "signal_cellular_connected_no_internet_0_bar.sharp.svg" + }, + "default": { + "path": "signal_cellular_connected_no_internet_0_bar.default.svg" + }, + "twotone": { + "path": "signal_cellular_connected_no_internet_0_bar.twotone.svg" + } + } + }, + { + "id": "signal_wifi_statusbar_connected_no_internet_4", + "name": "Signal Wifi Statusbar Connected No Internet 4", + "variants": { + "outlined": { + "path": "signal_wifi_statusbar_connected_no_internet_4.outlined.svg" + }, + "round": { + "path": "signal_wifi_statusbar_connected_no_internet_4.round.svg" + }, + "sharp": { + "path": "signal_wifi_statusbar_connected_no_internet_4.sharp.svg" + }, + "default": { + "path": "signal_wifi_statusbar_connected_no_internet_4.default.svg" + }, + "twotone": { + "path": "signal_wifi_statusbar_connected_no_internet_4.twotone.svg" + } + } + }, + { + "id": "nearby_off", + "name": "Nearby Off", + "variants": { + "outlined": { + "path": "nearby_off.outlined.svg" + }, + "round": { + "path": "nearby_off.round.svg" + }, + "sharp": { + "path": "nearby_off.sharp.svg" + }, + "default": { + "path": "nearby_off.default.svg" + }, + "twotone": { + "path": "nearby_off.twotone.svg" + } + } + }, + { + "id": "signal_wifi_statusbar_connected_no_internet_3", + "name": "Signal Wifi Statusbar Connected No Internet 3", + "variants": { + "twotone": { + "path": "signal_wifi_statusbar_connected_no_internet_3.twotone.svg" + } + } + }, + { + "id": "g_mobiledata", + "name": "G Mobiledata", + "variants": { + "outlined": { + "path": "g_mobiledata.outlined.svg" + }, + "round": { + "path": "g_mobiledata.round.svg" + }, + "sharp": { + "path": "g_mobiledata.sharp.svg" + }, + "default": { + "path": "g_mobiledata.default.svg" + }, + "twotone": { + "path": "g_mobiledata.twotone.svg" + } + } + }, + { + "id": "mode_night", + "name": "Mode Night", + "variants": { + "outlined": { + "path": "mode_night.outlined.svg" + }, + "round": { + "path": "mode_night.round.svg" + }, + "sharp": { + "path": "mode_night.sharp.svg" + }, + "default": { + "path": "mode_night.default.svg" + }, + "twotone": { + "path": "mode_night.twotone.svg" + } + } + }, + { + "id": "fmd_good", + "name": "Fmd Good", + "variants": { + "outlined": { + "path": "fmd_good.outlined.svg" + }, + "round": { + "path": "fmd_good.round.svg" + }, + "sharp": { + "path": "fmd_good.sharp.svg" + }, + "default": { + "path": "fmd_good.default.svg" + }, + "twotone": { + "path": "fmd_good.twotone.svg" + } + } + }, + { + "id": "devices_fold", + "name": "Devices Fold", + "variants": { + "outlined": { + "path": "devices_fold.outlined.svg" + }, + "round": { + "path": "devices_fold.round.svg" + }, + "sharp": { + "path": "devices_fold.sharp.svg" + }, + "default": { + "path": "devices_fold.default.svg" + }, + "twotone": { + "path": "devices_fold.twotone.svg" + } + } + }, + { + "id": "60fps", + "name": "60Fps", + "variants": { + "outlined": { + "path": "60fps.outlined.svg" + }, + "round": { + "path": "60fps.round.svg" + }, + "sharp": { + "path": "60fps.sharp.svg" + }, + "default": { + "path": "60fps.default.svg" + }, + "twotone": { + "path": "60fps.twotone.svg" + } + } + }, + { + "id": "grid_3x3", + "name": "Grid 3X3", + "variants": { + "outlined": { + "path": "grid_3x3.outlined.svg" + }, + "round": { + "path": "grid_3x3.round.svg" + }, + "sharp": { + "path": "grid_3x3.sharp.svg" + }, + "default": { + "path": "grid_3x3.default.svg" + }, + "twotone": { + "path": "grid_3x3.twotone.svg" + } + } + }, + { + "id": "thermostat", + "name": "Thermostat", + "variants": { + "outlined": { + "path": "thermostat.outlined.svg" + }, + "round": { + "path": "thermostat.round.svg" + }, + "sharp": { + "path": "thermostat.sharp.svg" + }, + "default": { + "path": "thermostat.default.svg" + }, + "twotone": { + "path": "thermostat.twotone.svg" + } + } + }, + { + "id": "signal_cellular_connected_no_internet_1_bar", + "name": "Signal Cellular Connected No Internet 1 Bar", + "variants": { + "twotone": { + "path": "signal_cellular_connected_no_internet_1_bar.twotone.svg" + } + } + }, + { + "id": "cable", + "name": "Cable", + "variants": { + "outlined": { + "path": "cable.outlined.svg" + }, + "round": { + "path": "cable.round.svg" + }, + "sharp": { + "path": "cable.sharp.svg" + }, + "default": { + "path": "cable.default.svg" + }, + "twotone": { + "path": "cable.twotone.svg" + } + } + }, + { + "id": "battery_charging_20", + "name": "Battery Charging 20", + "variants": { + "twotone": { + "path": "battery_charging_20.twotone.svg" + } + } + }, + { + "id": "gps_fixed", + "name": "Gps Fixed", + "variants": { + "outlined": { + "path": "gps_fixed.outlined.svg" + }, + "round": { + "path": "gps_fixed.round.svg" + }, + "sharp": { + "path": "gps_fixed.sharp.svg" + }, + "default": { + "path": "gps_fixed.default.svg" + }, + "twotone": { + "path": "gps_fixed.twotone.svg" + } + } + }, + { + "id": "add_alarm", + "name": "Add Alarm", + "variants": { + "outlined": { + "path": "add_alarm.outlined.svg" + }, + "round": { + "path": "add_alarm.round.svg" + }, + "sharp": { + "path": "add_alarm.sharp.svg" + }, + "default": { + "path": "add_alarm.default.svg" + }, + "twotone": { + "path": "add_alarm.twotone.svg" + } + } + }, + { + "id": "nfc", + "name": "Nfc", + "variants": { + "outlined": { + "path": "nfc.outlined.svg" + }, + "round": { + "path": "nfc.round.svg" + }, + "sharp": { + "path": "nfc.sharp.svg" + }, + "default": { + "path": "nfc.default.svg" + }, + "twotone": { + "path": "nfc.twotone.svg" + } + } + }, + { + "id": "signal_wifi_bad", + "name": "Signal Wifi Bad", + "variants": { + "outlined": { + "path": "signal_wifi_bad.outlined.svg" + }, + "round": { + "path": "signal_wifi_bad.round.svg" + }, + "sharp": { + "path": "signal_wifi_bad.sharp.svg" + }, + "default": { + "path": "signal_wifi_bad.default.svg" + }, + "twotone": { + "path": "signal_wifi_bad.twotone.svg" + } + } + }, + { + "id": "bluetooth", + "name": "Bluetooth", + "variants": { + "outlined": { + "path": "bluetooth.outlined.svg" + }, + "round": { + "path": "bluetooth.round.svg" + }, + "sharp": { + "path": "bluetooth.sharp.svg" + }, + "default": { + "path": "bluetooth.default.svg" + }, + "twotone": { + "path": "bluetooth.twotone.svg" + } + } + }, + { + "id": "battery_unknown", + "name": "Battery Unknown", + "variants": { + "outlined": { + "path": "battery_unknown.outlined.svg" + }, + "round": { + "path": "battery_unknown.round.svg" + }, + "sharp": { + "path": "battery_unknown.sharp.svg" + }, + "default": { + "path": "battery_unknown.default.svg" + }, + "twotone": { + "path": "battery_unknown.twotone.svg" + } + } + }, + { + "id": "bluetooth_drive", + "name": "Bluetooth Drive", + "variants": { + "outlined": { + "path": "bluetooth_drive.outlined.svg" + }, + "round": { + "path": "bluetooth_drive.round.svg" + }, + "sharp": { + "path": "bluetooth_drive.sharp.svg" + }, + "default": { + "path": "bluetooth_drive.default.svg" + }, + "twotone": { + "path": "bluetooth_drive.twotone.svg" + } + } + }, + { + "id": "screen_lock_landscape", + "name": "Screen Lock Landscape", + "variants": { + "outlined": { + "path": "screen_lock_landscape.outlined.svg" + }, + "round": { + "path": "screen_lock_landscape.round.svg" + }, + "sharp": { + "path": "screen_lock_landscape.sharp.svg" + }, + "default": { + "path": "screen_lock_landscape.default.svg" + }, + "twotone": { + "path": "screen_lock_landscape.twotone.svg" + } + } + }, + { + "id": "signal_wifi_connected_no_internet_1", + "name": "Signal Wifi Connected No Internet 1", + "variants": { + "twotone": { + "path": "signal_wifi_connected_no_internet_1.twotone.svg" + } + } + }, + { + "id": "30fps", + "name": "30Fps", + "variants": { + "outlined": { + "path": "30fps.outlined.svg" + }, + "round": { + "path": "30fps.round.svg" + }, + "sharp": { + "path": "30fps.sharp.svg" + }, + "default": { + "path": "30fps.default.svg" + }, + "twotone": { + "path": "30fps.twotone.svg" + } + } + }, + { + "id": "access_time_filled", + "name": "Access Time Filled", + "variants": { + "outlined": { + "path": "access_time_filled.outlined.svg" + }, + "round": { + "path": "access_time_filled.round.svg" + }, + "sharp": { + "path": "access_time_filled.sharp.svg" + }, + "default": { + "path": "access_time_filled.default.svg" + }, + "twotone": { + "path": "access_time_filled.twotone.svg" + } + } + }, + { + "id": "network_wifi_1_bar", + "name": "Network Wifi 1 Bar", + "variants": { + "outlined": { + "path": "network_wifi_1_bar.outlined.svg" + }, + "round": { + "path": "network_wifi_1_bar.round.svg" + }, + "sharp": { + "path": "network_wifi_1_bar.sharp.svg" + }, + "default": { + "path": "network_wifi_1_bar.default.svg" + }, + "twotone": { + "path": "network_wifi_1_bar.twotone.svg" + } + } + }, + { + "id": "price_check", + "name": "Price Check", + "variants": { + "outlined": { + "path": "price_check.outlined.svg" + }, + "round": { + "path": "price_check.round.svg" + }, + "sharp": { + "path": "price_check.sharp.svg" + }, + "default": { + "path": "price_check.default.svg" + }, + "twotone": { + "path": "price_check.twotone.svg" + } + } + }, + { + "id": "task", + "name": "Task", + "variants": { + "outlined": { + "path": "task.outlined.svg" + }, + "round": { + "path": "task.round.svg" + }, + "sharp": { + "path": "task.sharp.svg" + }, + "default": { + "path": "task.default.svg" + }, + "twotone": { + "path": "task.twotone.svg" + } + } + }, + { + "id": "signal_cellular_connected_no_internet_4_bar", + "name": "Signal Cellular Connected No Internet 4 Bar", + "variants": { + "outlined": { + "path": "signal_cellular_connected_no_internet_4_bar.outlined.svg" + }, + "round": { + "path": "signal_cellular_connected_no_internet_4_bar.round.svg" + }, + "sharp": { + "path": "signal_cellular_connected_no_internet_4_bar.sharp.svg" + }, + "default": { + "path": "signal_cellular_connected_no_internet_4_bar.default.svg" + }, + "twotone": { + "path": "signal_cellular_connected_no_internet_4_bar.twotone.svg" + } + } + }, + { + "id": "battery_charging_80", + "name": "Battery Charging 80", + "variants": { + "twotone": { + "path": "battery_charging_80.twotone.svg" + } + } + }, + { + "id": "network_wifi_3_bar", + "name": "Network Wifi 3 Bar", + "variants": { + "outlined": { + "path": "network_wifi_3_bar.outlined.svg" + }, + "round": { + "path": "network_wifi_3_bar.round.svg" + }, + "sharp": { + "path": "network_wifi_3_bar.sharp.svg" + }, + "default": { + "path": "network_wifi_3_bar.default.svg" + }, + "twotone": { + "path": "network_wifi_3_bar.twotone.svg" + } + } + }, + { + "id": "mode_standby", + "name": "Mode Standby", + "variants": { + "outlined": { + "path": "mode_standby.outlined.svg" + }, + "round": { + "path": "mode_standby.round.svg" + }, + "sharp": { + "path": "mode_standby.sharp.svg" + }, + "default": { + "path": "mode_standby.default.svg" + }, + "twotone": { + "path": "mode_standby.twotone.svg" + } + } + }, + { + "id": "bloodtype", + "name": "Bloodtype", + "variants": { + "outlined": { + "path": "bloodtype.outlined.svg" + }, + "round": { + "path": "bloodtype.round.svg" + }, + "sharp": { + "path": "bloodtype.sharp.svg" + }, + "default": { + "path": "bloodtype.default.svg" + }, + "twotone": { + "path": "bloodtype.twotone.svg" + } + } + }, + { + "id": "3g_mobiledata", + "name": "3G Mobiledata", + "variants": { + "outlined": { + "path": "3g_mobiledata.outlined.svg" + }, + "round": { + "path": "3g_mobiledata.round.svg" + }, + "sharp": { + "path": "3g_mobiledata.sharp.svg" + }, + "default": { + "path": "3g_mobiledata.default.svg" + }, + "twotone": { + "path": "3g_mobiledata.twotone.svg" + } + } + }, + { + "id": "signal_wifi_2_bar_lock", + "name": "Signal Wifi 2 Bar Lock", + "variants": { + "twotone": { + "path": "signal_wifi_2_bar_lock.twotone.svg" + } + } + }, + { + "id": "signal_wifi_3_bar_lock", + "name": "Signal Wifi 3 Bar Lock", + "variants": { + "twotone": { + "path": "signal_wifi_3_bar_lock.twotone.svg" + } + } + }, + { + "id": "screen_search_desktop", + "name": "Screen Search Desktop", + "variants": { + "outlined": { + "path": "screen_search_desktop.outlined.svg" + }, + "round": { + "path": "screen_search_desktop.round.svg" + }, + "sharp": { + "path": "screen_search_desktop.sharp.svg" + }, + "default": { + "path": "screen_search_desktop.default.svg" + }, + "twotone": { + "path": "screen_search_desktop.twotone.svg" + } + } + }, + { + "id": "brightness_medium", + "name": "Brightness Medium", + "variants": { + "outlined": { + "path": "brightness_medium.outlined.svg" + }, + "round": { + "path": "brightness_medium.round.svg" + }, + "sharp": { + "path": "brightness_medium.sharp.svg" + }, + "default": { + "path": "brightness_medium.default.svg" + }, + "twotone": { + "path": "brightness_medium.twotone.svg" + } + } + }, + { + "id": "credit_score", + "name": "Credit Score", + "variants": { + "outlined": { + "path": "credit_score.outlined.svg" + }, + "round": { + "path": "credit_score.round.svg" + }, + "sharp": { + "path": "credit_score.sharp.svg" + }, + "default": { + "path": "credit_score.default.svg" + }, + "twotone": { + "path": "credit_score.twotone.svg" + } + } + }, + { + "id": "wallpaper", + "name": "Wallpaper", + "variants": { + "outlined": { + "path": "wallpaper.outlined.svg" + }, + "round": { + "path": "wallpaper.round.svg" + }, + "sharp": { + "path": "wallpaper.sharp.svg" + }, + "default": { + "path": "wallpaper.default.svg" + }, + "twotone": { + "path": "wallpaper.twotone.svg" + } + } + }, + { + "id": "airplane_ticket", + "name": "Airplane Ticket", + "variants": { + "outlined": { + "path": "airplane_ticket.outlined.svg" + }, + "round": { + "path": "airplane_ticket.round.svg" + }, + "sharp": { + "path": "airplane_ticket.sharp.svg" + }, + "default": { + "path": "airplane_ticket.default.svg" + }, + "twotone": { + "path": "airplane_ticket.twotone.svg" + } + } + }, + { + "id": "signal_wifi_connected_no_internet_0", + "name": "Signal Wifi Connected No Internet 0", + "variants": { + "twotone": { + "path": "signal_wifi_connected_no_internet_0.twotone.svg" + } + } + }, + { + "id": "nearby_error", + "name": "Nearby Error", + "variants": { + "outlined": { + "path": "nearby_error.outlined.svg" + }, + "round": { + "path": "nearby_error.round.svg" + }, + "sharp": { + "path": "nearby_error.sharp.svg" + }, + "default": { + "path": "nearby_error.default.svg" + }, + "twotone": { + "path": "nearby_error.twotone.svg" + } + } + }, + { + "id": "network_wifi_2_bar", + "name": "Network Wifi 2 Bar", + "variants": { + "outlined": { + "path": "network_wifi_2_bar.outlined.svg" + }, + "round": { + "path": "network_wifi_2_bar.round.svg" + }, + "sharp": { + "path": "network_wifi_2_bar.sharp.svg" + }, + "default": { + "path": "network_wifi_2_bar.default.svg" + }, + "twotone": { + "path": "network_wifi_2_bar.twotone.svg" + } + } + }, + { + "id": "lens_blur", + "name": "Lens Blur", + "variants": { + "outlined": { + "path": "lens_blur.outlined.svg" + }, + "round": { + "path": "lens_blur.round.svg" + }, + "sharp": { + "path": "lens_blur.sharp.svg" + }, + "default": { + "path": "lens_blur.default.svg" + }, + "twotone": { + "path": "lens_blur.twotone.svg" + } + } + }, + { + "id": "lan", + "name": "Lan", + "variants": { + "outlined": { + "path": "lan.outlined.svg" + }, + "round": { + "path": "lan.round.svg" + }, + "sharp": { + "path": "lan.sharp.svg" + }, + "default": { + "path": "lan.default.svg" + }, + "twotone": { + "path": "lan.twotone.svg" + } + } + }, + { + "id": "signal_cellular_no_sim", + "name": "Signal Cellular No Sim", + "variants": { + "outlined": { + "path": "signal_cellular_no_sim.outlined.svg" + }, + "round": { + "path": "signal_cellular_no_sim.round.svg" + }, + "sharp": { + "path": "signal_cellular_no_sim.sharp.svg" + }, + "default": { + "path": "signal_cellular_no_sim.default.svg" + }, + "twotone": { + "path": "signal_cellular_no_sim.twotone.svg" + } + } + }, + { + "id": "battery_charging_50", + "name": "Battery Charging 50", + "variants": { + "twotone": { + "path": "battery_charging_50.twotone.svg" + } + } + }, + { + "id": "access_time", + "name": "Access Time", + "variants": { + "outlined": { + "path": "access_time.outlined.svg" + }, + "round": { + "path": "access_time.round.svg" + }, + "sharp": { + "path": "access_time.sharp.svg" + }, + "default": { + "path": "access_time.default.svg" + }, + "twotone": { + "path": "access_time.twotone.svg" + } + } + }, + { + "id": "wifi_tethering_error", + "name": "Wifi Tethering Error", + "variants": { + "outlined": { + "path": "wifi_tethering_error.outlined.svg" + }, + "round": { + "path": "wifi_tethering_error.round.svg" + }, + "sharp": { + "path": "wifi_tethering_error.sharp.svg" + }, + "default": { + "path": "wifi_tethering_error.default.svg" + }, + "twotone": { + "path": "wifi_tethering_error.twotone.svg" + } + } + }, + { + "id": "phishing", + "name": "Phishing", + "variants": { + "outlined": { + "path": "phishing.outlined.svg" + }, + "round": { + "path": "phishing.round.svg" + }, + "sharp": { + "path": "phishing.sharp.svg" + }, + "default": { + "path": "phishing.default.svg" + }, + "twotone": { + "path": "phishing.twotone.svg" + } + } + }, + { + "id": "signal_wifi_1_bar", + "name": "Signal Wifi 1 Bar", + "variants": { + "twotone": { + "path": "signal_wifi_1_bar.twotone.svg" + } + } + }, + { + "id": "developer_mode", + "name": "Developer Mode", + "variants": { + "outlined": { + "path": "developer_mode.outlined.svg" + }, + "round": { + "path": "developer_mode.round.svg" + }, + "sharp": { + "path": "developer_mode.sharp.svg" + }, + "default": { + "path": "developer_mode.default.svg" + }, + "twotone": { + "path": "developer_mode.twotone.svg" + } + } + }, + { + "id": "rsvp", + "name": "Rsvp", + "variants": { + "outlined": { + "path": "rsvp.outlined.svg" + }, + "round": { + "path": "rsvp.round.svg" + }, + "sharp": { + "path": "rsvp.sharp.svg" + }, + "default": { + "path": "rsvp.default.svg" + }, + "twotone": { + "path": "rsvp.twotone.svg" + } + } + }, + { + "id": "signal_wifi_0_bar", + "name": "Signal Wifi 0 Bar", + "variants": { + "outlined": { + "path": "signal_wifi_0_bar.outlined.svg" + }, + "round": { + "path": "signal_wifi_0_bar.round.svg" + }, + "sharp": { + "path": "signal_wifi_0_bar.sharp.svg" + }, + "default": { + "path": "signal_wifi_0_bar.default.svg" + }, + "twotone": { + "path": "signal_wifi_0_bar.twotone.svg" + } + } + }, + { + "id": "dataset_linked", + "name": "Dataset Linked", + "variants": { + "outlined": { + "path": "dataset_linked.outlined.svg" + }, + "round": { + "path": "dataset_linked.round.svg" + }, + "sharp": { + "path": "dataset_linked.sharp.svg" + }, + "default": { + "path": "dataset_linked.default.svg" + }, + "twotone": { + "path": "dataset_linked.twotone.svg" + } + } + }, + { + "id": "h_mobiledata", + "name": "H Mobiledata", + "variants": { + "outlined": { + "path": "h_mobiledata.outlined.svg" + }, + "round": { + "path": "h_mobiledata.round.svg" + }, + "sharp": { + "path": "h_mobiledata.sharp.svg" + }, + "default": { + "path": "h_mobiledata.default.svg" + }, + "twotone": { + "path": "h_mobiledata.twotone.svg" + } + } + }, + { + "id": "grid_4x4", + "name": "Grid 4X4", + "variants": { + "outlined": { + "path": "grid_4x4.outlined.svg" + }, + "round": { + "path": "grid_4x4.round.svg" + }, + "sharp": { + "path": "grid_4x4.sharp.svg" + }, + "default": { + "path": "grid_4x4.default.svg" + }, + "twotone": { + "path": "grid_4x4.twotone.svg" + } + } + }, + { + "id": "mobile_off", + "name": "Mobile Off", + "variants": { + "outlined": { + "path": "mobile_off.outlined.svg" + }, + "round": { + "path": "mobile_off.round.svg" + }, + "sharp": { + "path": "mobile_off.sharp.svg" + }, + "default": { + "path": "mobile_off.default.svg" + }, + "twotone": { + "path": "mobile_off.twotone.svg" + } + } + }, + { + "id": "medication", + "name": "Medication", + "variants": { + "outlined": { + "path": "medication.outlined.svg" + }, + "round": { + "path": "medication.round.svg" + }, + "sharp": { + "path": "medication.sharp.svg" + }, + "default": { + "path": "medication.default.svg" + }, + "twotone": { + "path": "medication.twotone.svg" + } + } + }, + { + "id": "security_update", + "name": "Security Update", + "variants": { + "outlined": { + "path": "security_update.outlined.svg" + }, + "round": { + "path": "security_update.round.svg" + }, + "sharp": { + "path": "security_update.sharp.svg" + }, + "default": { + "path": "security_update.default.svg" + }, + "twotone": { + "path": "security_update.twotone.svg" + } + } + }, + { + "id": "pattern", + "name": "Pattern", + "variants": { + "outlined": { + "path": "pattern.outlined.svg" + }, + "round": { + "path": "pattern.round.svg" + }, + "sharp": { + "path": "pattern.sharp.svg" + }, + "default": { + "path": "pattern.default.svg" + }, + "twotone": { + "path": "pattern.twotone.svg" + } + } + }, + { + "id": "signal_wifi_2_bar", + "name": "Signal Wifi 2 Bar", + "variants": { + "twotone": { + "path": "signal_wifi_2_bar.twotone.svg" + } + } + }, + { + "id": "gpp_bad", + "name": "Gpp Bad", + "variants": { + "outlined": { + "path": "gpp_bad.outlined.svg" + }, + "round": { + "path": "gpp_bad.round.svg" + }, + "sharp": { + "path": "gpp_bad.sharp.svg" + }, + "default": { + "path": "gpp_bad.default.svg" + }, + "twotone": { + "path": "gpp_bad.twotone.svg" + } + } + }, + { + "id": "battery_charging_60", + "name": "Battery Charging 60", + "variants": { + "twotone": { + "path": "battery_charging_60.twotone.svg" + } + } + }, + { + "id": "signal_wifi_4_bar_lock", + "name": "Signal Wifi 4 Bar Lock", + "variants": { + "outlined": { + "path": "signal_wifi_4_bar_lock.outlined.svg" + }, + "round": { + "path": "signal_wifi_4_bar_lock.round.svg" + }, + "sharp": { + "path": "signal_wifi_4_bar_lock.sharp.svg" + }, + "default": { + "path": "signal_wifi_4_bar_lock.default.svg" + }, + "twotone": { + "path": "signal_wifi_4_bar_lock.twotone.svg" + } + } + }, + { + "id": "radar", + "name": "Radar", + "variants": { + "outlined": { + "path": "radar.outlined.svg" + }, + "round": { + "path": "radar.round.svg" + }, + "sharp": { + "path": "radar.sharp.svg" + }, + "default": { + "path": "radar.default.svg" + }, + "twotone": { + "path": "radar.twotone.svg" + } + } + }, + { + "id": "wifi_password", + "name": "Wifi Password", + "variants": { + "outlined": { + "path": "wifi_password.outlined.svg" + }, + "round": { + "path": "wifi_password.round.svg" + }, + "sharp": { + "path": "wifi_password.sharp.svg" + }, + "default": { + "path": "wifi_password.default.svg" + }, + "twotone": { + "path": "wifi_password.twotone.svg" + } + } + }, + { + "id": "signal_wifi_statusbar_4_bar", + "name": "Signal Wifi Statusbar 4 Bar", + "variants": { + "outlined": { + "path": "signal_wifi_statusbar_4_bar.outlined.svg" + }, + "round": { + "path": "signal_wifi_statusbar_4_bar.round.svg" + }, + "sharp": { + "path": "signal_wifi_statusbar_4_bar.sharp.svg" + }, + "default": { + "path": "signal_wifi_statusbar_4_bar.default.svg" + }, + "twotone": { + "path": "signal_wifi_statusbar_4_bar.twotone.svg" + } + } + }, + { + "id": "wifi_lock", + "name": "Wifi Lock", + "variants": { + "outlined": { + "path": "wifi_lock.outlined.svg" + }, + "round": { + "path": "wifi_lock.round.svg" + }, + "sharp": { + "path": "wifi_lock.sharp.svg" + }, + "default": { + "path": "wifi_lock.default.svg" + }, + "twotone": { + "path": "wifi_lock.twotone.svg" + } + } + }, + { + "id": "signal_wifi_3_bar", + "name": "Signal Wifi 3 Bar", + "variants": { + "twotone": { + "path": "signal_wifi_3_bar.twotone.svg" + } + } + }, + { + "id": "e_mobiledata", + "name": "E Mobiledata", + "variants": { + "outlined": { + "path": "e_mobiledata.outlined.svg" + }, + "round": { + "path": "e_mobiledata.round.svg" + }, + "sharp": { + "path": "e_mobiledata.sharp.svg" + }, + "default": { + "path": "e_mobiledata.default.svg" + }, + "twotone": { + "path": "e_mobiledata.twotone.svg" + } + } + }, + { + "id": "1x_mobiledata", + "name": "1X Mobiledata", + "variants": { + "outlined": { + "path": "1x_mobiledata.outlined.svg" + }, + "round": { + "path": "1x_mobiledata.round.svg" + }, + "sharp": { + "path": "1x_mobiledata.sharp.svg" + }, + "default": { + "path": "1x_mobiledata.default.svg" + }, + "twotone": { + "path": "1x_mobiledata.twotone.svg" + } + } + }, + { + "id": "network_cell", + "name": "Network Cell", + "variants": { + "outlined": { + "path": "network_cell.outlined.svg" + }, + "round": { + "path": "network_cell.round.svg" + }, + "sharp": { + "path": "network_cell.sharp.svg" + }, + "default": { + "path": "network_cell.default.svg" + }, + "twotone": { + "path": "network_cell.twotone.svg" + } + } + }, + { + "id": "airplanemode_inactive", + "name": "Airplanemode Inactive", + "variants": { + "outlined": { + "path": "airplanemode_inactive.outlined.svg" + }, + "round": { + "path": "airplanemode_inactive.round.svg" + }, + "sharp": { + "path": "airplanemode_inactive.sharp.svg" + }, + "default": { + "path": "airplanemode_inactive.default.svg" + }, + "twotone": { + "path": "airplanemode_inactive.twotone.svg" + } + } + }, + { + "id": "data_saver_on", + "name": "Data Saver On", + "variants": { + "outlined": { + "path": "data_saver_on.outlined.svg" + }, + "round": { + "path": "data_saver_on.round.svg" + }, + "sharp": { + "path": "data_saver_on.sharp.svg" + }, + "default": { + "path": "data_saver_on.default.svg" + }, + "twotone": { + "path": "data_saver_on.twotone.svg" + } + } + }, + { + "id": "battery_50", + "name": "Battery 50", + "variants": { + "twotone": { + "path": "battery_50.twotone.svg" + } + } + }, + { + "id": "bluetooth_disabled", + "name": "Bluetooth Disabled", + "variants": { + "outlined": { + "path": "bluetooth_disabled.outlined.svg" + }, + "round": { + "path": "bluetooth_disabled.round.svg" + }, + "sharp": { + "path": "bluetooth_disabled.sharp.svg" + }, + "default": { + "path": "bluetooth_disabled.default.svg" + }, + "twotone": { + "path": "bluetooth_disabled.twotone.svg" + } + } + }, + { + "id": "wifi_tethering_error_rounded", + "name": "Wifi Tethering Error Rounded", + "variants": { + "outlined": { + "path": "wifi_tethering_error_rounded.outlined.svg" + }, + "round": { + "path": "wifi_tethering_error_rounded.round.svg" + }, + "sharp": { + "path": "wifi_tethering_error_rounded.sharp.svg" + }, + "default": { + "path": "wifi_tethering_error_rounded.default.svg" + }, + "twotone": { + "path": "wifi_tethering_error_rounded.twotone.svg" + } + } + }, + { + "id": "screen_lock_rotation", + "name": "Screen Lock Rotation", + "variants": { + "outlined": { + "path": "screen_lock_rotation.outlined.svg" + }, + "round": { + "path": "screen_lock_rotation.round.svg" + }, + "sharp": { + "path": "screen_lock_rotation.sharp.svg" + }, + "default": { + "path": "screen_lock_rotation.default.svg" + }, + "twotone": { + "path": "screen_lock_rotation.twotone.svg" + } + } + }, + { + "id": "system_security_update_warning", + "name": "System Security Update Warning", + "variants": { + "outlined": { + "path": "system_security_update_warning.outlined.svg" + }, + "round": { + "path": "system_security_update_warning.round.svg" + }, + "sharp": { + "path": "system_security_update_warning.sharp.svg" + }, + "default": { + "path": "system_security_update_warning.default.svg" + }, + "twotone": { + "path": "system_security_update_warning.twotone.svg" + } + } + }, + { + "id": "signal_wifi_statusbar_1_bar", + "name": "Signal Wifi Statusbar 1 Bar", + "variants": { + "twotone": { + "path": "signal_wifi_statusbar_1_bar.twotone.svg" + } + } + }, + { + "id": "remember_me", + "name": "Remember Me", + "variants": { + "outlined": { + "path": "remember_me.outlined.svg" + }, + "round": { + "path": "remember_me.round.svg" + }, + "sharp": { + "path": "remember_me.sharp.svg" + }, + "default": { + "path": "remember_me.default.svg" + }, + "twotone": { + "path": "remember_me.twotone.svg" + } + } + }, + { + "id": "wifi_calling_2", + "name": "Wifi Calling 2", + "variants": { + "twotone": { + "path": "wifi_calling_2.twotone.svg" + } + } + }, + { + "id": "storm", + "name": "Storm", + "variants": { + "outlined": { + "path": "storm.outlined.svg" + }, + "round": { + "path": "storm.round.svg" + }, + "sharp": { + "path": "storm.sharp.svg" + }, + "default": { + "path": "storm.default.svg" + }, + "twotone": { + "path": "storm.twotone.svg" + } + } + }, + { + "id": "punch_clock", + "name": "Punch Clock", + "variants": { + "outlined": { + "path": "punch_clock.outlined.svg" + }, + "round": { + "path": "punch_clock.round.svg" + }, + "sharp": { + "path": "punch_clock.sharp.svg" + }, + "default": { + "path": "punch_clock.default.svg" + }, + "twotone": { + "path": "punch_clock.twotone.svg" + } + } + }, + { + "id": "signal_cellular_alt", + "name": "Signal Cellular Alt", + "variants": { + "outlined": { + "path": "signal_cellular_alt.outlined.svg" + }, + "round": { + "path": "signal_cellular_alt.round.svg" + }, + "sharp": { + "path": "signal_cellular_alt.sharp.svg" + }, + "default": { + "path": "signal_cellular_alt.default.svg" + }, + "twotone": { + "path": "signal_cellular_alt.twotone.svg" + } + } + }, + { + "id": "widgets", + "name": "Widgets", + "variants": { + "outlined": { + "path": "widgets.outlined.svg" + }, + "round": { + "path": "widgets.round.svg" + }, + "sharp": { + "path": "widgets.sharp.svg" + }, + "default": { + "path": "widgets.default.svg" + }, + "twotone": { + "path": "widgets.twotone.svg" + } + } + }, + { + "id": "data_saver_off", + "name": "Data Saver Off", + "variants": { + "outlined": { + "path": "data_saver_off.outlined.svg" + }, + "round": { + "path": "data_saver_off.round.svg" + }, + "sharp": { + "path": "data_saver_off.sharp.svg" + }, + "default": { + "path": "data_saver_off.default.svg" + }, + "twotone": { + "path": "data_saver_off.twotone.svg" + } + } + }, + { + "id": "signal_wifi_4_bar", + "name": "Signal Wifi 4 Bar", + "variants": { + "outlined": { + "path": "signal_wifi_4_bar.outlined.svg" + }, + "round": { + "path": "signal_wifi_4_bar.round.svg" + }, + "sharp": { + "path": "signal_wifi_4_bar.sharp.svg" + }, + "default": { + "path": "signal_wifi_4_bar.default.svg" + }, + "twotone": { + "path": "signal_wifi_4_bar.twotone.svg" + } + } + }, + { + "id": "signal_cellular_off", + "name": "Signal Cellular Off", + "variants": { + "outlined": { + "path": "signal_cellular_off.outlined.svg" + }, + "round": { + "path": "signal_cellular_off.round.svg" + }, + "sharp": { + "path": "signal_cellular_off.sharp.svg" + }, + "default": { + "path": "signal_cellular_off.default.svg" + }, + "twotone": { + "path": "signal_cellular_off.twotone.svg" + } + } + }, + { + "id": "battery_60", + "name": "Battery 60", + "variants": { + "twotone": { + "path": "battery_60.twotone.svg" + } + } + }, + { + "id": "signal_wifi_statusbar_3_bar", + "name": "Signal Wifi Statusbar 3 Bar", + "variants": { + "twotone": { + "path": "signal_wifi_statusbar_3_bar.twotone.svg" + } + } + }, + { + "id": "signal_wifi_statusbar_2_bar", + "name": "Signal Wifi Statusbar 2 Bar", + "variants": { + "twotone": { + "path": "signal_wifi_statusbar_2_bar.twotone.svg" + } + } + }, + { + "id": "battery_std", + "name": "Battery Std", + "variants": { + "outlined": { + "path": "battery_std.outlined.svg" + }, + "round": { + "path": "battery_std.round.svg" + }, + "sharp": { + "path": "battery_std.sharp.svg" + }, + "default": { + "path": "battery_std.default.svg" + }, + "twotone": { + "path": "battery_std.twotone.svg" + } + } + }, + { + "id": "devices", + "name": "Devices", + "variants": { + "outlined": { + "path": "devices.outlined.svg" + }, + "round": { + "path": "devices.round.svg" + }, + "sharp": { + "path": "devices.sharp.svg" + }, + "default": { + "path": "devices.default.svg" + }, + "twotone": { + "path": "devices.twotone.svg" + } + } + }, + { + "id": "battery_alert", + "name": "Battery Alert", + "variants": { + "outlined": { + "path": "battery_alert.outlined.svg" + }, + "round": { + "path": "battery_alert.round.svg" + }, + "sharp": { + "path": "battery_alert.sharp.svg" + }, + "default": { + "path": "battery_alert.default.svg" + }, + "twotone": { + "path": "battery_alert.twotone.svg" + } + } + }, + { + "id": "send_to_mobile", + "name": "Send To Mobile", + "variants": { + "outlined": { + "path": "send_to_mobile.outlined.svg" + }, + "round": { + "path": "send_to_mobile.round.svg" + }, + "sharp": { + "path": "send_to_mobile.sharp.svg" + }, + "default": { + "path": "send_to_mobile.default.svg" + }, + "twotone": { + "path": "send_to_mobile.twotone.svg" + } + } + }, + { + "id": "reviews", + "name": "Reviews", + "variants": { + "outlined": { + "path": "reviews.outlined.svg" + }, + "round": { + "path": "reviews.round.svg" + }, + "sharp": { + "path": "reviews.sharp.svg" + }, + "default": { + "path": "reviews.default.svg" + }, + "twotone": { + "path": "reviews.twotone.svg" + } + } + }, + { + "id": "screenshot_monitor", + "name": "Screenshot Monitor", + "variants": { + "outlined": { + "path": "screenshot_monitor.outlined.svg" + }, + "round": { + "path": "screenshot_monitor.round.svg" + }, + "sharp": { + "path": "screenshot_monitor.sharp.svg" + }, + "default": { + "path": "screenshot_monitor.default.svg" + }, + "twotone": { + "path": "screenshot_monitor.twotone.svg" + } + } + }, + { + "id": "wifi_calling_3", + "name": "Wifi Calling 3", + "variants": { + "outlined": { + "path": "wifi_calling_3.outlined.svg" + }, + "round": { + "path": "wifi_calling_3.round.svg" + }, + "sharp": { + "path": "wifi_calling_3.sharp.svg" + }, + "default": { + "path": "wifi_calling_3.default.svg" + }, + "twotone": { + "path": "wifi_calling_3.twotone.svg" + } + } + }, + { + "id": "medication_liquid", + "name": "Medication Liquid", + "variants": { + "outlined": { + "path": "medication_liquid.outlined.svg" + }, + "round": { + "path": "medication_liquid.round.svg" + }, + "sharp": { + "path": "medication_liquid.sharp.svg" + }, + "default": { + "path": "medication_liquid.default.svg" + }, + "twotone": { + "path": "medication_liquid.twotone.svg" + } + } + }, + { + "id": "device_thermostat", + "name": "Device Thermostat", + "variants": { + "outlined": { + "path": "device_thermostat.outlined.svg" + }, + "round": { + "path": "device_thermostat.round.svg" + }, + "sharp": { + "path": "device_thermostat.sharp.svg" + }, + "default": { + "path": "device_thermostat.default.svg" + }, + "twotone": { + "path": "device_thermostat.twotone.svg" + } + } + }, + { + "id": "ad_units", + "name": "Ad Units", + "variants": { + "outlined": { + "path": "ad_units.outlined.svg" + }, + "round": { + "path": "ad_units.round.svg" + }, + "sharp": { + "path": "ad_units.sharp.svg" + }, + "default": { + "path": "ad_units.default.svg" + }, + "twotone": { + "path": "ad_units.twotone.svg" + } + } + }, + { + "id": "ssid_chart", + "name": "Ssid Chart", + "variants": { + "outlined": { + "path": "ssid_chart.outlined.svg" + }, + "round": { + "path": "ssid_chart.round.svg" + }, + "sharp": { + "path": "ssid_chart.sharp.svg" + }, + "default": { + "path": "ssid_chart.default.svg" + }, + "twotone": { + "path": "ssid_chart.twotone.svg" + } + } + }, + { + "id": "dvr", + "name": "Dvr", + "variants": { + "outlined": { + "path": "dvr.outlined.svg" + }, + "round": { + "path": "dvr.round.svg" + }, + "sharp": { + "path": "dvr.sharp.svg" + }, + "default": { + "path": "dvr.default.svg" + }, + "twotone": { + "path": "dvr.twotone.svg" + } + } + }, + { + "id": "qr_code_scanner", + "name": "Qr Code Scanner", + "variants": { + "outlined": { + "path": "qr_code_scanner.outlined.svg" + }, + "round": { + "path": "qr_code_scanner.round.svg" + }, + "sharp": { + "path": "qr_code_scanner.sharp.svg" + }, + "default": { + "path": "qr_code_scanner.default.svg" + }, + "twotone": { + "path": "qr_code_scanner.twotone.svg" + } + } + }, + { + "id": "alternate_email", + "name": "Alternate Email", + "variants": { + "outlined": { + "path": "alternate_email.outlined.svg" + }, + "round": { + "path": "alternate_email.round.svg" + }, + "sharp": { + "path": "alternate_email.sharp.svg" + }, + "default": { + "path": "alternate_email.default.svg" + }, + "twotone": { + "path": "alternate_email.twotone.svg" + } + } + }, + { + "id": "rss_feed", + "name": "Rss Feed", + "variants": { + "outlined": { + "path": "rss_feed.outlined.svg" + }, + "round": { + "path": "rss_feed.round.svg" + }, + "sharp": { + "path": "rss_feed.sharp.svg" + }, + "default": { + "path": "rss_feed.default.svg" + }, + "twotone": { + "path": "rss_feed.twotone.svg" + } + } + }, + { + "id": "3p", + "name": "3P", + "variants": { + "outlined": { + "path": "3p.outlined.svg" + }, + "round": { + "path": "3p.round.svg" + }, + "sharp": { + "path": "3p.sharp.svg" + }, + "default": { + "path": "3p.default.svg" + }, + "twotone": { + "path": "3p.twotone.svg" + } + } + }, + { + "id": "phone_enabled", + "name": "Phone Enabled", + "variants": { + "outlined": { + "path": "phone_enabled.outlined.svg" + }, + "round": { + "path": "phone_enabled.round.svg" + }, + "sharp": { + "path": "phone_enabled.sharp.svg" + }, + "default": { + "path": "phone_enabled.default.svg" + }, + "twotone": { + "path": "phone_enabled.twotone.svg" + } + } + }, + { + "id": "app_registration", + "name": "App Registration", + "variants": { + "outlined": { + "path": "app_registration.outlined.svg" + }, + "round": { + "path": "app_registration.round.svg" + }, + "sharp": { + "path": "app_registration.sharp.svg" + }, + "default": { + "path": "app_registration.default.svg" + }, + "twotone": { + "path": "app_registration.twotone.svg" + } + } + }, + { + "id": "cell_tower", + "name": "Cell Tower", + "variants": { + "outlined": { + "path": "cell_tower.outlined.svg" + }, + "round": { + "path": "cell_tower.round.svg" + }, + "sharp": { + "path": "cell_tower.sharp.svg" + }, + "default": { + "path": "cell_tower.default.svg" + }, + "twotone": { + "path": "cell_tower.twotone.svg" + } + } + }, + { + "id": "person_search", + "name": "Person Search", + "variants": { + "outlined": { + "path": "person_search.outlined.svg" + }, + "round": { + "path": "person_search.round.svg" + }, + "sharp": { + "path": "person_search.sharp.svg" + }, + "default": { + "path": "person_search.default.svg" + }, + "twotone": { + "path": "person_search.twotone.svg" + } + } + }, + { + "id": "ring_volume", + "name": "Ring Volume", + "variants": { + "outlined": { + "path": "ring_volume.outlined.svg" + }, + "round": { + "path": "ring_volume.round.svg" + }, + "sharp": { + "path": "ring_volume.sharp.svg" + }, + "default": { + "path": "ring_volume.default.svg" + }, + "twotone": { + "path": "ring_volume.twotone.svg" + } + } + }, + { + "id": "import_contacts", + "name": "Import Contacts", + "variants": { + "outlined": { + "path": "import_contacts.outlined.svg" + }, + "round": { + "path": "import_contacts.round.svg" + }, + "sharp": { + "path": "import_contacts.sharp.svg" + }, + "default": { + "path": "import_contacts.default.svg" + }, + "twotone": { + "path": "import_contacts.twotone.svg" + } + } + }, + { + "id": "mail_lock", + "name": "Mail Lock", + "variants": { + "outlined": { + "path": "mail_lock.outlined.svg" + }, + "round": { + "path": "mail_lock.round.svg" + }, + "sharp": { + "path": "mail_lock.sharp.svg" + }, + "default": { + "path": "mail_lock.default.svg" + }, + "twotone": { + "path": "mail_lock.twotone.svg" + } + } + }, + { + "id": "list_alt", + "name": "List Alt", + "variants": { + "outlined": { + "path": "list_alt.outlined.svg" + }, + "round": { + "path": "list_alt.round.svg" + }, + "sharp": { + "path": "list_alt.sharp.svg" + }, + "default": { + "path": "list_alt.default.svg" + }, + "twotone": { + "path": "list_alt.twotone.svg" + } + } + }, + { + "id": "stay_primary_portrait", + "name": "Stay Primary Portrait", + "variants": { + "outlined": { + "path": "stay_primary_portrait.outlined.svg" + }, + "round": { + "path": "stay_primary_portrait.round.svg" + }, + "sharp": { + "path": "stay_primary_portrait.sharp.svg" + }, + "default": { + "path": "stay_primary_portrait.default.svg" + }, + "twotone": { + "path": "stay_primary_portrait.twotone.svg" + } + } + }, + { + "id": "import_export", + "name": "Import Export", + "variants": { + "outlined": { + "path": "import_export.outlined.svg" + }, + "round": { + "path": "import_export.round.svg" + }, + "sharp": { + "path": "import_export.sharp.svg" + }, + "default": { + "path": "import_export.default.svg" + }, + "twotone": { + "path": "import_export.twotone.svg" + } + } + }, + { + "id": "sentiment_satisfied_alt", + "name": "Sentiment Satisfied Alt", + "variants": { + "outlined": { + "path": "sentiment_satisfied_alt.outlined.svg" + }, + "round": { + "path": "sentiment_satisfied_alt.round.svg" + }, + "sharp": { + "path": "sentiment_satisfied_alt.sharp.svg" + }, + "default": { + "path": "sentiment_satisfied_alt.default.svg" + }, + "twotone": { + "path": "sentiment_satisfied_alt.twotone.svg" + } + } + }, + { + "id": "mark_chat_unread", + "name": "Mark Chat Unread", + "variants": { + "outlined": { + "path": "mark_chat_unread.outlined.svg" + }, + "round": { + "path": "mark_chat_unread.round.svg" + }, + "sharp": { + "path": "mark_chat_unread.sharp.svg" + }, + "default": { + "path": "mark_chat_unread.default.svg" + }, + "twotone": { + "path": "mark_chat_unread.twotone.svg" + } + } + }, + { + "id": "spoke", + "name": "Spoke", + "variants": { + "outlined": { + "path": "spoke.outlined.svg" + }, + "round": { + "path": "spoke.round.svg" + }, + "sharp": { + "path": "spoke.sharp.svg" + }, + "default": { + "path": "spoke.default.svg" + }, + "twotone": { + "path": "spoke.twotone.svg" + } + } + }, + { + "id": "chat", + "name": "Chat", + "variants": { + "outlined": { + "path": "chat.outlined.svg" + }, + "round": { + "path": "chat.round.svg" + }, + "sharp": { + "path": "chat.sharp.svg" + }, + "default": { + "path": "chat.default.svg" + }, + "twotone": { + "path": "chat.twotone.svg" + } + } + }, + { + "id": "mobile_screen_share", + "name": "Mobile Screen Share", + "variants": { + "outlined": { + "path": "mobile_screen_share.outlined.svg" + }, + "round": { + "path": "mobile_screen_share.round.svg" + }, + "sharp": { + "path": "mobile_screen_share.sharp.svg" + }, + "default": { + "path": "mobile_screen_share.default.svg" + }, + "twotone": { + "path": "mobile_screen_share.twotone.svg" + } + } + }, + { + "id": "mark_email_read", + "name": "Mark Email Read", + "variants": { + "outlined": { + "path": "mark_email_read.outlined.svg" + }, + "round": { + "path": "mark_email_read.round.svg" + }, + "sharp": { + "path": "mark_email_read.sharp.svg" + }, + "default": { + "path": "mark_email_read.default.svg" + }, + "twotone": { + "path": "mark_email_read.twotone.svg" + } + } + }, + { + "id": "qr_code_2", + "name": "Qr Code 2", + "variants": { + "outlined": { + "path": "qr_code_2.outlined.svg" + }, + "round": { + "path": "qr_code_2.round.svg" + }, + "sharp": { + "path": "qr_code_2.sharp.svg" + }, + "default": { + "path": "qr_code_2.default.svg" + }, + "twotone": { + "path": "qr_code_2.twotone.svg" + } + } + }, + { + "id": "rtt", + "name": "Rtt", + "variants": { + "outlined": { + "path": "rtt.outlined.svg" + }, + "round": { + "path": "rtt.round.svg" + }, + "sharp": { + "path": "rtt.sharp.svg" + }, + "default": { + "path": "rtt.default.svg" + }, + "twotone": { + "path": "rtt.twotone.svg" + } + } + }, + { + "id": "forward_to_inbox", + "name": "Forward To Inbox", + "variants": { + "outlined": { + "path": "forward_to_inbox.outlined.svg" + }, + "round": { + "path": "forward_to_inbox.round.svg" + }, + "sharp": { + "path": "forward_to_inbox.sharp.svg" + }, + "default": { + "path": "forward_to_inbox.default.svg" + }, + "twotone": { + "path": "forward_to_inbox.twotone.svg" + } + } + }, + { + "id": "contact_phone", + "name": "Contact Phone", + "variants": { + "outlined": { + "path": "contact_phone.outlined.svg" + }, + "round": { + "path": "contact_phone.round.svg" + }, + "sharp": { + "path": "contact_phone.sharp.svg" + }, + "default": { + "path": "contact_phone.default.svg" + }, + "twotone": { + "path": "contact_phone.twotone.svg" + } + } + }, + { + "id": "domain_disabled", + "name": "Domain Disabled", + "variants": { + "outlined": { + "path": "domain_disabled.outlined.svg" + }, + "round": { + "path": "domain_disabled.round.svg" + }, + "sharp": { + "path": "domain_disabled.sharp.svg" + }, + "default": { + "path": "domain_disabled.default.svg" + }, + "twotone": { + "path": "domain_disabled.twotone.svg" + } + } + }, + { + "id": "comment", + "name": "Comment", + "variants": { + "outlined": { + "path": "comment.outlined.svg" + }, + "round": { + "path": "comment.round.svg" + }, + "sharp": { + "path": "comment.sharp.svg" + }, + "default": { + "path": "comment.default.svg" + }, + "twotone": { + "path": "comment.twotone.svg" + } + } + }, + { + "id": "stay_current_portrait", + "name": "Stay Current Portrait", + "variants": { + "outlined": { + "path": "stay_current_portrait.outlined.svg" + }, + "round": { + "path": "stay_current_portrait.round.svg" + }, + "sharp": { + "path": "stay_current_portrait.sharp.svg" + }, + "default": { + "path": "stay_current_portrait.default.svg" + }, + "twotone": { + "path": "stay_current_portrait.twotone.svg" + } + } + }, + { + "id": "mail_outline", + "name": "Mail Outline", + "variants": { + "outlined": { + "path": "mail_outline.outlined.svg" + }, + "round": { + "path": "mail_outline.round.svg" + }, + "sharp": { + "path": "mail_outline.sharp.svg" + }, + "default": { + "path": "mail_outline.default.svg" + }, + "twotone": { + "path": "mail_outline.twotone.svg" + } + } + }, + { + "id": "key_off", + "name": "Key Off", + "variants": { + "outlined": { + "path": "key_off.outlined.svg" + }, + "round": { + "path": "key_off.round.svg" + }, + "sharp": { + "path": "key_off.sharp.svg" + }, + "default": { + "path": "key_off.default.svg" + }, + "twotone": { + "path": "key_off.twotone.svg" + } + } + }, + { + "id": "cancel_presentation", + "name": "Cancel Presentation", + "variants": { + "outlined": { + "path": "cancel_presentation.outlined.svg" + }, + "round": { + "path": "cancel_presentation.round.svg" + }, + "sharp": { + "path": "cancel_presentation.sharp.svg" + }, + "default": { + "path": "cancel_presentation.default.svg" + }, + "twotone": { + "path": "cancel_presentation.twotone.svg" + } + } + }, + { + "id": "mark_unread_chat_alt", + "name": "Mark Unread Chat Alt", + "variants": { + "outlined": { + "path": "mark_unread_chat_alt.outlined.svg" + }, + "round": { + "path": "mark_unread_chat_alt.round.svg" + }, + "sharp": { + "path": "mark_unread_chat_alt.sharp.svg" + }, + "default": { + "path": "mark_unread_chat_alt.default.svg" + }, + "twotone": { + "path": "mark_unread_chat_alt.twotone.svg" + } + } + }, + { + "id": "nat", + "name": "Nat", + "variants": { + "outlined": { + "path": "nat.outlined.svg" + }, + "round": { + "path": "nat.round.svg" + }, + "sharp": { + "path": "nat.sharp.svg" + }, + "default": { + "path": "nat.default.svg" + }, + "twotone": { + "path": "nat.twotone.svg" + } + } + }, + { + "id": "contacts", + "name": "Contacts", + "variants": { + "outlined": { + "path": "contacts.outlined.svg" + }, + "round": { + "path": "contacts.round.svg" + }, + "sharp": { + "path": "contacts.sharp.svg" + }, + "default": { + "path": "contacts.default.svg" + }, + "twotone": { + "path": "contacts.twotone.svg" + } + } + }, + { + "id": "phonelink_ring", + "name": "Phonelink Ring", + "variants": { + "outlined": { + "path": "phonelink_ring.outlined.svg" + }, + "round": { + "path": "phonelink_ring.round.svg" + }, + "sharp": { + "path": "phonelink_ring.sharp.svg" + }, + "default": { + "path": "phonelink_ring.default.svg" + }, + "twotone": { + "path": "phonelink_ring.twotone.svg" + } + } + }, + { + "id": "chat_bubble", + "name": "Chat Bubble", + "variants": { + "outlined": { + "path": "chat_bubble.outlined.svg" + }, + "round": { + "path": "chat_bubble.round.svg" + }, + "sharp": { + "path": "chat_bubble.sharp.svg" + }, + "default": { + "path": "chat_bubble.default.svg" + }, + "twotone": { + "path": "chat_bubble.twotone.svg" + } + } + }, + { + "id": "desktop_access_disabled", + "name": "Desktop Access Disabled", + "variants": { + "outlined": { + "path": "desktop_access_disabled.outlined.svg" + }, + "round": { + "path": "desktop_access_disabled.round.svg" + }, + "sharp": { + "path": "desktop_access_disabled.sharp.svg" + }, + "default": { + "path": "desktop_access_disabled.default.svg" + }, + "twotone": { + "path": "desktop_access_disabled.twotone.svg" + } + } + }, + { + "id": "mark_chat_read", + "name": "Mark Chat Read", + "variants": { + "outlined": { + "path": "mark_chat_read.outlined.svg" + }, + "round": { + "path": "mark_chat_read.round.svg" + }, + "sharp": { + "path": "mark_chat_read.sharp.svg" + }, + "default": { + "path": "mark_chat_read.default.svg" + }, + "twotone": { + "path": "mark_chat_read.twotone.svg" + } + } + }, + { + "id": "live_help", + "name": "Live Help", + "variants": { + "outlined": { + "path": "live_help.outlined.svg" + }, + "round": { + "path": "live_help.round.svg" + }, + "sharp": { + "path": "live_help.sharp.svg" + }, + "default": { + "path": "live_help.default.svg" + }, + "twotone": { + "path": "live_help.twotone.svg" + } + } + }, + { + "id": "business", + "name": "Business", + "variants": { + "outlined": { + "path": "business.outlined.svg" + }, + "round": { + "path": "business.round.svg" + }, + "sharp": { + "path": "business.sharp.svg" + }, + "default": { + "path": "business.default.svg" + }, + "twotone": { + "path": "business.twotone.svg" + } + } + }, + { + "id": "stay_primary_landscape", + "name": "Stay Primary Landscape", + "variants": { + "outlined": { + "path": "stay_primary_landscape.outlined.svg" + }, + "round": { + "path": "stay_primary_landscape.round.svg" + }, + "sharp": { + "path": "stay_primary_landscape.sharp.svg" + }, + "default": { + "path": "stay_primary_landscape.default.svg" + }, + "twotone": { + "path": "stay_primary_landscape.twotone.svg" + } + } + }, + { + "id": "contact_mail", + "name": "Contact Mail", + "variants": { + "outlined": { + "path": "contact_mail.outlined.svg" + }, + "round": { + "path": "contact_mail.round.svg" + }, + "sharp": { + "path": "contact_mail.sharp.svg" + }, + "default": { + "path": "contact_mail.default.svg" + }, + "twotone": { + "path": "contact_mail.twotone.svg" + } + } + }, + { + "id": "read_more", + "name": "Read More", + "variants": { + "outlined": { + "path": "read_more.outlined.svg" + }, + "round": { + "path": "read_more.round.svg" + }, + "sharp": { + "path": "read_more.sharp.svg" + }, + "default": { + "path": "read_more.default.svg" + }, + "twotone": { + "path": "read_more.twotone.svg" + } + } + }, + { + "id": "phone_disabled", + "name": "Phone Disabled", + "variants": { + "outlined": { + "path": "phone_disabled.outlined.svg" + }, + "round": { + "path": "phone_disabled.round.svg" + }, + "sharp": { + "path": "phone_disabled.sharp.svg" + }, + "default": { + "path": "phone_disabled.default.svg" + }, + "twotone": { + "path": "phone_disabled.twotone.svg" + } + } + }, + { + "id": "message", + "name": "Message", + "variants": { + "outlined": { + "path": "message.outlined.svg" + }, + "round": { + "path": "message.round.svg" + }, + "sharp": { + "path": "message.sharp.svg" + }, + "default": { + "path": "message.default.svg" + }, + "twotone": { + "path": "message.twotone.svg" + } + } + }, + { + "id": "key", + "name": "Key", + "variants": { + "outlined": { + "path": "key.outlined.svg" + }, + "round": { + "path": "key.round.svg" + }, + "sharp": { + "path": "key.sharp.svg" + }, + "default": { + "path": "key.default.svg" + }, + "twotone": { + "path": "key.twotone.svg" + } + } + }, + { + "id": "phonelink_erase", + "name": "Phonelink Erase", + "variants": { + "outlined": { + "path": "phonelink_erase.outlined.svg" + }, + "round": { + "path": "phonelink_erase.round.svg" + }, + "sharp": { + "path": "phonelink_erase.sharp.svg" + }, + "default": { + "path": "phonelink_erase.default.svg" + }, + "twotone": { + "path": "phonelink_erase.twotone.svg" + } + } + }, + { + "id": "unsubscribe", + "name": "Unsubscribe", + "variants": { + "outlined": { + "path": "unsubscribe.outlined.svg" + }, + "round": { + "path": "unsubscribe.round.svg" + }, + "sharp": { + "path": "unsubscribe.sharp.svg" + }, + "default": { + "path": "unsubscribe.default.svg" + }, + "twotone": { + "path": "unsubscribe.twotone.svg" + } + } + }, + { + "id": "no_sim", + "name": "No Sim", + "variants": { + "outlined": { + "path": "no_sim.outlined.svg" + }, + "round": { + "path": "no_sim.round.svg" + }, + "sharp": { + "path": "no_sim.sharp.svg" + }, + "default": { + "path": "no_sim.default.svg" + }, + "twotone": { + "path": "no_sim.twotone.svg" + } + } + }, + { + "id": "invert_colors_off", + "name": "Invert Colors Off", + "variants": { + "outlined": { + "path": "invert_colors_off.outlined.svg" + }, + "round": { + "path": "invert_colors_off.round.svg" + }, + "sharp": { + "path": "invert_colors_off.sharp.svg" + }, + "default": { + "path": "invert_colors_off.default.svg" + }, + "twotone": { + "path": "invert_colors_off.twotone.svg" + } + } + }, + { + "id": "screen_share", + "name": "Screen Share", + "variants": { + "outlined": { + "path": "screen_share.outlined.svg" + }, + "round": { + "path": "screen_share.round.svg" + }, + "sharp": { + "path": "screen_share.sharp.svg" + }, + "default": { + "path": "screen_share.default.svg" + }, + "twotone": { + "path": "screen_share.twotone.svg" + } + } + }, + { + "id": "more_time", + "name": "More Time", + "variants": { + "outlined": { + "path": "more_time.outlined.svg" + }, + "round": { + "path": "more_time.round.svg" + }, + "sharp": { + "path": "more_time.sharp.svg" + }, + "default": { + "path": "more_time.default.svg" + }, + "twotone": { + "path": "more_time.twotone.svg" + } + } + }, + { + "id": "print_disabled", + "name": "Print Disabled", + "variants": { + "outlined": { + "path": "print_disabled.outlined.svg" + }, + "round": { + "path": "print_disabled.round.svg" + }, + "sharp": { + "path": "print_disabled.sharp.svg" + }, + "default": { + "path": "print_disabled.default.svg" + }, + "twotone": { + "path": "print_disabled.twotone.svg" + } + } + }, + { + "id": "stay_current_landscape", + "name": "Stay Current Landscape", + "variants": { + "outlined": { + "path": "stay_current_landscape.outlined.svg" + }, + "round": { + "path": "stay_current_landscape.round.svg" + }, + "sharp": { + "path": "stay_current_landscape.sharp.svg" + }, + "default": { + "path": "stay_current_landscape.default.svg" + }, + "twotone": { + "path": "stay_current_landscape.twotone.svg" + } + } + }, + { + "id": "hourglass_bottom", + "name": "Hourglass Bottom", + "variants": { + "outlined": { + "path": "hourglass_bottom.outlined.svg" + }, + "round": { + "path": "hourglass_bottom.round.svg" + }, + "sharp": { + "path": "hourglass_bottom.sharp.svg" + }, + "default": { + "path": "hourglass_bottom.default.svg" + }, + "twotone": { + "path": "hourglass_bottom.twotone.svg" + } + } + }, + { + "id": "portable_wifi_off", + "name": "Portable Wifi Off", + "variants": { + "outlined": { + "path": "portable_wifi_off.outlined.svg" + }, + "round": { + "path": "portable_wifi_off.round.svg" + }, + "sharp": { + "path": "portable_wifi_off.sharp.svg" + }, + "default": { + "path": "portable_wifi_off.default.svg" + }, + "twotone": { + "path": "portable_wifi_off.twotone.svg" + } + } + }, + { + "id": "chat_bubble_outline", + "name": "Chat Bubble Outline", + "variants": { + "outlined": { + "path": "chat_bubble_outline.outlined.svg" + }, + "round": { + "path": "chat_bubble_outline.round.svg" + }, + "sharp": { + "path": "chat_bubble_outline.sharp.svg" + }, + "default": { + "path": "chat_bubble_outline.default.svg" + }, + "twotone": { + "path": "chat_bubble_outline.twotone.svg" + } + } + }, + { + "id": "pause_presentation", + "name": "Pause Presentation", + "variants": { + "outlined": { + "path": "pause_presentation.outlined.svg" + }, + "round": { + "path": "pause_presentation.round.svg" + }, + "sharp": { + "path": "pause_presentation.sharp.svg" + }, + "default": { + "path": "pause_presentation.default.svg" + }, + "twotone": { + "path": "pause_presentation.twotone.svg" + } + } + }, + { + "id": "dialer_sip", + "name": "Dialer Sip", + "variants": { + "outlined": { + "path": "dialer_sip.outlined.svg" + }, + "round": { + "path": "dialer_sip.round.svg" + }, + "sharp": { + "path": "dialer_sip.sharp.svg" + }, + "default": { + "path": "dialer_sip.default.svg" + }, + "twotone": { + "path": "dialer_sip.twotone.svg" + } + } + }, + { + "id": "forum", + "name": "Forum", + "variants": { + "outlined": { + "path": "forum.outlined.svg" + }, + "round": { + "path": "forum.round.svg" + }, + "sharp": { + "path": "forum.sharp.svg" + }, + "default": { + "path": "forum.default.svg" + }, + "twotone": { + "path": "forum.twotone.svg" + } + } + }, + { + "id": "add_ic_call", + "name": "Add Ic Call", + "variants": { + "outlined": { + "path": "add_ic_call.outlined.svg" + }, + "round": { + "path": "add_ic_call.round.svg" + }, + "sharp": { + "path": "add_ic_call.sharp.svg" + }, + "default": { + "path": "add_ic_call.default.svg" + }, + "twotone": { + "path": "add_ic_call.twotone.svg" + } + } + }, + { + "id": "domain_verification", + "name": "Domain Verification", + "variants": { + "outlined": { + "path": "domain_verification.outlined.svg" + }, + "round": { + "path": "domain_verification.round.svg" + }, + "sharp": { + "path": "domain_verification.sharp.svg" + }, + "default": { + "path": "domain_verification.default.svg" + }, + "twotone": { + "path": "domain_verification.twotone.svg" + } + } + }, + { + "id": "call", + "name": "Call", + "variants": { + "outlined": { + "path": "call.outlined.svg" + }, + "round": { + "path": "call.round.svg" + }, + "sharp": { + "path": "call.sharp.svg" + }, + "default": { + "path": "call.default.svg" + }, + "twotone": { + "path": "call.twotone.svg" + } + } + }, + { + "id": "speaker_phone", + "name": "Speaker Phone", + "variants": { + "outlined": { + "path": "speaker_phone.outlined.svg" + }, + "round": { + "path": "speaker_phone.round.svg" + }, + "sharp": { + "path": "speaker_phone.sharp.svg" + }, + "default": { + "path": "speaker_phone.default.svg" + }, + "twotone": { + "path": "speaker_phone.twotone.svg" + } + } + }, + { + "id": "clear_all", + "name": "Clear All", + "variants": { + "outlined": { + "path": "clear_all.outlined.svg" + }, + "round": { + "path": "clear_all.round.svg" + }, + "sharp": { + "path": "clear_all.sharp.svg" + }, + "default": { + "path": "clear_all.default.svg" + }, + "twotone": { + "path": "clear_all.twotone.svg" + } + } + }, + { + "id": "wifi_calling", + "name": "Wifi Calling", + "variants": { + "outlined": { + "path": "wifi_calling.outlined.svg" + }, + "round": { + "path": "wifi_calling.round.svg" + }, + "sharp": { + "path": "wifi_calling.sharp.svg" + }, + "default": { + "path": "wifi_calling.default.svg" + }, + "twotone": { + "path": "wifi_calling.twotone.svg" + } + } + }, + { + "id": "call_missed_outgoing", + "name": "Call Missed Outgoing", + "variants": { + "outlined": { + "path": "call_missed_outgoing.outlined.svg" + }, + "round": { + "path": "call_missed_outgoing.round.svg" + }, + "sharp": { + "path": "call_missed_outgoing.sharp.svg" + }, + "default": { + "path": "call_missed_outgoing.default.svg" + }, + "twotone": { + "path": "call_missed_outgoing.twotone.svg" + } + } + }, + { + "id": "co_present", + "name": "Co Present", + "variants": { + "outlined": { + "path": "co_present.outlined.svg" + }, + "round": { + "path": "co_present.round.svg" + }, + "sharp": { + "path": "co_present.sharp.svg" + }, + "default": { + "path": "co_present.default.svg" + }, + "twotone": { + "path": "co_present.twotone.svg" + } + } + }, + { + "id": "phone", + "name": "Phone", + "variants": { + "outlined": { + "path": "phone.outlined.svg" + }, + "round": { + "path": "phone.round.svg" + }, + "sharp": { + "path": "phone.sharp.svg" + }, + "default": { + "path": "phone.default.svg" + }, + "twotone": { + "path": "phone.twotone.svg" + } + } + }, + { + "id": "call_made", + "name": "Call Made", + "variants": { + "outlined": { + "path": "call_made.outlined.svg" + }, + "round": { + "path": "call_made.round.svg" + }, + "sharp": { + "path": "call_made.sharp.svg" + }, + "default": { + "path": "call_made.default.svg" + }, + "twotone": { + "path": "call_made.twotone.svg" + } + } + }, + { + "id": "call_end", + "name": "Call End", + "variants": { + "outlined": { + "path": "call_end.outlined.svg" + }, + "round": { + "path": "call_end.round.svg" + }, + "sharp": { + "path": "call_end.sharp.svg" + }, + "default": { + "path": "call_end.default.svg" + }, + "twotone": { + "path": "call_end.twotone.svg" + } + } + }, + { + "id": "document_scanner", + "name": "Document Scanner", + "variants": { + "outlined": { + "path": "document_scanner.outlined.svg" + }, + "round": { + "path": "document_scanner.round.svg" + }, + "sharp": { + "path": "document_scanner.sharp.svg" + }, + "default": { + "path": "document_scanner.default.svg" + }, + "twotone": { + "path": "document_scanner.twotone.svg" + } + } + }, + { + "id": "send_time_extension", + "name": "Send Time Extension", + "variants": { + "outlined": { + "path": "send_time_extension.outlined.svg" + }, + "round": { + "path": "send_time_extension.round.svg" + }, + "sharp": { + "path": "send_time_extension.sharp.svg" + }, + "default": { + "path": "send_time_extension.default.svg" + }, + "twotone": { + "path": "send_time_extension.twotone.svg" + } + } + }, + { + "id": "swap_calls", + "name": "Swap Calls", + "variants": { + "outlined": { + "path": "swap_calls.outlined.svg" + }, + "round": { + "path": "swap_calls.round.svg" + }, + "sharp": { + "path": "swap_calls.sharp.svg" + }, + "default": { + "path": "swap_calls.default.svg" + }, + "twotone": { + "path": "swap_calls.twotone.svg" + } + } + }, + { + "id": "call_received", + "name": "Call Received", + "variants": { + "outlined": { + "path": "call_received.outlined.svg" + }, + "round": { + "path": "call_received.round.svg" + }, + "sharp": { + "path": "call_received.sharp.svg" + }, + "default": { + "path": "call_received.default.svg" + }, + "twotone": { + "path": "call_received.twotone.svg" + } + } + }, + { + "id": "sip", + "name": "Sip", + "variants": { + "outlined": { + "path": "sip.outlined.svg" + }, + "round": { + "path": "sip.round.svg" + }, + "sharp": { + "path": "sip.sharp.svg" + }, + "default": { + "path": "sip.default.svg" + }, + "twotone": { + "path": "sip.twotone.svg" + } + } + }, + { + "id": "dialpad", + "name": "Dialpad", + "variants": { + "outlined": { + "path": "dialpad.outlined.svg" + }, + "round": { + "path": "dialpad.round.svg" + }, + "sharp": { + "path": "dialpad.sharp.svg" + }, + "default": { + "path": "dialpad.default.svg" + }, + "twotone": { + "path": "dialpad.twotone.svg" + } + } + }, + { + "id": "voicemail", + "name": "Voicemail", + "variants": { + "outlined": { + "path": "voicemail.outlined.svg" + }, + "round": { + "path": "voicemail.round.svg" + }, + "sharp": { + "path": "voicemail.sharp.svg" + }, + "default": { + "path": "voicemail.default.svg" + }, + "twotone": { + "path": "voicemail.twotone.svg" + } + } + }, + { + "id": "call_merge", + "name": "Call Merge", + "variants": { + "outlined": { + "path": "call_merge.outlined.svg" + }, + "round": { + "path": "call_merge.round.svg" + }, + "sharp": { + "path": "call_merge.sharp.svg" + }, + "default": { + "path": "call_merge.default.svg" + }, + "twotone": { + "path": "call_merge.twotone.svg" + } + } + }, + { + "id": "location_off", + "name": "Location Off", + "variants": { + "outlined": { + "path": "location_off.outlined.svg" + }, + "round": { + "path": "location_off.round.svg" + }, + "sharp": { + "path": "location_off.sharp.svg" + }, + "default": { + "path": "location_off.default.svg" + }, + "twotone": { + "path": "location_off.twotone.svg" + } + } + }, + { + "id": "mark_email_unread", + "name": "Mark Email Unread", + "variants": { + "outlined": { + "path": "mark_email_unread.outlined.svg" + }, + "round": { + "path": "mark_email_unread.round.svg" + }, + "sharp": { + "path": "mark_email_unread.sharp.svg" + }, + "default": { + "path": "mark_email_unread.default.svg" + }, + "twotone": { + "path": "mark_email_unread.twotone.svg" + } + } + }, + { + "id": "person_add_disabled", + "name": "Person Add Disabled", + "variants": { + "outlined": { + "path": "person_add_disabled.outlined.svg" + }, + "round": { + "path": "person_add_disabled.round.svg" + }, + "sharp": { + "path": "person_add_disabled.sharp.svg" + }, + "default": { + "path": "person_add_disabled.default.svg" + }, + "twotone": { + "path": "person_add_disabled.twotone.svg" + } + } + }, + { + "id": "call_missed", + "name": "Call Missed", + "variants": { + "outlined": { + "path": "call_missed.outlined.svg" + }, + "round": { + "path": "call_missed.round.svg" + }, + "sharp": { + "path": "call_missed.sharp.svg" + }, + "default": { + "path": "call_missed.default.svg" + }, + "twotone": { + "path": "call_missed.twotone.svg" + } + } + }, + { + "id": "qr_code", + "name": "Qr Code", + "variants": { + "outlined": { + "path": "qr_code.outlined.svg" + }, + "round": { + "path": "qr_code.round.svg" + }, + "sharp": { + "path": "qr_code.sharp.svg" + }, + "default": { + "path": "qr_code.default.svg" + }, + "twotone": { + "path": "qr_code.twotone.svg" + } + } + }, + { + "id": "comments_disabled", + "name": "Comments Disabled", + "variants": { + "outlined": { + "path": "comments_disabled.outlined.svg" + }, + "round": { + "path": "comments_disabled.round.svg" + }, + "sharp": { + "path": "comments_disabled.sharp.svg" + }, + "default": { + "path": "comments_disabled.default.svg" + }, + "twotone": { + "path": "comments_disabled.twotone.svg" + } + } + }, + { + "id": "hourglass_top", + "name": "Hourglass Top", + "variants": { + "outlined": { + "path": "hourglass_top.outlined.svg" + }, + "round": { + "path": "hourglass_top.round.svg" + }, + "sharp": { + "path": "hourglass_top.sharp.svg" + }, + "default": { + "path": "hourglass_top.default.svg" + }, + "twotone": { + "path": "hourglass_top.twotone.svg" + } + } + }, + { + "id": "vpn_key", + "name": "Vpn Key", + "variants": { + "outlined": { + "path": "vpn_key.outlined.svg" + }, + "round": { + "path": "vpn_key.round.svg" + }, + "sharp": { + "path": "vpn_key.sharp.svg" + }, + "default": { + "path": "vpn_key.default.svg" + }, + "twotone": { + "path": "vpn_key.twotone.svg" + } + } + }, + { + "id": "hub", + "name": "Hub", + "variants": { + "outlined": { + "path": "hub.outlined.svg" + }, + "round": { + "path": "hub.round.svg" + }, + "sharp": { + "path": "hub.sharp.svg" + }, + "default": { + "path": "hub.default.svg" + }, + "twotone": { + "path": "hub.twotone.svg" + } + } + }, + { + "id": "present_to_all", + "name": "Present To All", + "variants": { + "outlined": { + "path": "present_to_all.outlined.svg" + }, + "round": { + "path": "present_to_all.round.svg" + }, + "sharp": { + "path": "present_to_all.sharp.svg" + }, + "default": { + "path": "present_to_all.default.svg" + }, + "twotone": { + "path": "present_to_all.twotone.svg" + } + } + }, + { + "id": "contact_emergency", + "name": "Contact Emergency", + "variants": { + "outlined": { + "path": "contact_emergency.outlined.svg" + }, + "round": { + "path": "contact_emergency.round.svg" + }, + "sharp": { + "path": "contact_emergency.sharp.svg" + }, + "default": { + "path": "contact_emergency.default.svg" + }, + "twotone": { + "path": "contact_emergency.twotone.svg" + } + } + }, + { + "id": "duo", + "name": "Duo", + "variants": { + "outlined": { + "path": "duo.outlined.svg" + }, + "round": { + "path": "duo.round.svg" + }, + "sharp": { + "path": "duo.sharp.svg" + }, + "default": { + "path": "duo.default.svg" + }, + "twotone": { + "path": "duo.twotone.svg" + } + } + }, + { + "id": "email", + "name": "Email", + "variants": { + "outlined": { + "path": "email.outlined.svg" + }, + "round": { + "path": "email.round.svg" + }, + "sharp": { + "path": "email.sharp.svg" + }, + "default": { + "path": "email.default.svg" + }, + "twotone": { + "path": "email.twotone.svg" + } + } + }, + { + "id": "phonelink_setup", + "name": "Phonelink Setup", + "variants": { + "outlined": { + "path": "phonelink_setup.outlined.svg" + }, + "round": { + "path": "phonelink_setup.round.svg" + }, + "sharp": { + "path": "phonelink_setup.sharp.svg" + }, + "default": { + "path": "phonelink_setup.default.svg" + }, + "twotone": { + "path": "phonelink_setup.twotone.svg" + } + } + }, + { + "id": "cell_wifi", + "name": "Cell Wifi", + "variants": { + "outlined": { + "path": "cell_wifi.outlined.svg" + }, + "round": { + "path": "cell_wifi.round.svg" + }, + "sharp": { + "path": "cell_wifi.sharp.svg" + }, + "default": { + "path": "cell_wifi.default.svg" + }, + "twotone": { + "path": "cell_wifi.twotone.svg" + } + } + }, + { + "id": "stop_screen_share", + "name": "Stop Screen Share", + "variants": { + "outlined": { + "path": "stop_screen_share.outlined.svg" + }, + "round": { + "path": "stop_screen_share.round.svg" + }, + "sharp": { + "path": "stop_screen_share.sharp.svg" + }, + "default": { + "path": "stop_screen_share.default.svg" + }, + "twotone": { + "path": "stop_screen_share.twotone.svg" + } + } + }, + { + "id": "vpn_key_off", + "name": "Vpn Key Off", + "variants": { + "outlined": { + "path": "vpn_key_off.outlined.svg" + }, + "round": { + "path": "vpn_key_off.round.svg" + }, + "sharp": { + "path": "vpn_key_off.sharp.svg" + }, + "default": { + "path": "vpn_key_off.default.svg" + }, + "twotone": { + "path": "vpn_key_off.twotone.svg" + } + } + }, + { + "id": "phonelink_lock", + "name": "Phonelink Lock", + "variants": { + "outlined": { + "path": "phonelink_lock.outlined.svg" + }, + "round": { + "path": "phonelink_lock.round.svg" + }, + "sharp": { + "path": "phonelink_lock.sharp.svg" + }, + "default": { + "path": "phonelink_lock.default.svg" + }, + "twotone": { + "path": "phonelink_lock.twotone.svg" + } + } + }, + { + "id": "call_split", + "name": "Call Split", + "variants": { + "outlined": { + "path": "call_split.outlined.svg" + }, + "round": { + "path": "call_split.round.svg" + }, + "sharp": { + "path": "call_split.sharp.svg" + }, + "default": { + "path": "call_split.default.svg" + }, + "twotone": { + "path": "call_split.twotone.svg" + } + } + }, + { + "id": "location_on", + "name": "Location On", + "variants": { + "outlined": { + "path": "location_on.outlined.svg" + }, + "round": { + "path": "location_on.round.svg" + }, + "sharp": { + "path": "location_on.sharp.svg" + }, + "default": { + "path": "location_on.default.svg" + }, + "twotone": { + "path": "location_on.twotone.svg" + } + } + }, + { + "id": "textsms", + "name": "Textsms", + "variants": { + "outlined": { + "path": "textsms.outlined.svg" + }, + "round": { + "path": "textsms.round.svg" + }, + "sharp": { + "path": "textsms.sharp.svg" + }, + "default": { + "path": "textsms.default.svg" + }, + "twotone": { + "path": "textsms.twotone.svg" + } + } + }, + { + "id": "data_array", + "name": "Data Array", + "variants": { + "outlined": { + "path": "data_array.outlined.svg" + }, + "round": { + "path": "data_array.round.svg" + }, + "sharp": { + "path": "data_array.sharp.svg" + }, + "default": { + "path": "data_array.default.svg" + }, + "twotone": { + "path": "data_array.twotone.svg" + } + } + }, + { + "id": "move_down", + "name": "Move Down", + "variants": { + "outlined": { + "path": "move_down.outlined.svg" + }, + "round": { + "path": "move_down.round.svg" + }, + "sharp": { + "path": "move_down.sharp.svg" + }, + "default": { + "path": "move_down.default.svg" + }, + "twotone": { + "path": "move_down.twotone.svg" + } + } + }, + { + "id": "format_paint", + "name": "Format Paint", + "variants": { + "outlined": { + "path": "format_paint.outlined.svg" + }, + "round": { + "path": "format_paint.round.svg" + }, + "sharp": { + "path": "format_paint.sharp.svg" + }, + "default": { + "path": "format_paint.default.svg" + }, + "twotone": { + "path": "format_paint.twotone.svg" + } + } + }, + { + "id": "monetization_on", + "name": "Monetization On", + "variants": { + "outlined": { + "path": "monetization_on.outlined.svg" + }, + "round": { + "path": "monetization_on.round.svg" + }, + "sharp": { + "path": "monetization_on.sharp.svg" + }, + "default": { + "path": "monetization_on.default.svg" + }, + "twotone": { + "path": "monetization_on.twotone.svg" + } + } + }, + { + "id": "format_underlined", + "name": "Format Underlined", + "variants": { + "outlined": { + "path": "format_underlined.outlined.svg" + }, + "round": { + "path": "format_underlined.round.svg" + }, + "sharp": { + "path": "format_underlined.sharp.svg" + }, + "default": { + "path": "format_underlined.default.svg" + }, + "twotone": { + "path": "format_underlined.twotone.svg" + } + } + }, + { + "id": "vertical_distribute", + "name": "Vertical Distribute", + "variants": { + "outlined": { + "path": "vertical_distribute.outlined.svg" + }, + "round": { + "path": "vertical_distribute.round.svg" + }, + "sharp": { + "path": "vertical_distribute.sharp.svg" + }, + "default": { + "path": "vertical_distribute.default.svg" + }, + "twotone": { + "path": "vertical_distribute.twotone.svg" + } + } + }, + { + "id": "format_italic", + "name": "Format Italic", + "variants": { + "outlined": { + "path": "format_italic.outlined.svg" + }, + "round": { + "path": "format_italic.round.svg" + }, + "sharp": { + "path": "format_italic.sharp.svg" + }, + "default": { + "path": "format_italic.default.svg" + }, + "twotone": { + "path": "format_italic.twotone.svg" + } + } + }, + { + "id": "insert_photo", + "name": "Insert Photo", + "variants": { + "outlined": { + "path": "insert_photo.outlined.svg" + }, + "round": { + "path": "insert_photo.round.svg" + }, + "sharp": { + "path": "insert_photo.sharp.svg" + }, + "default": { + "path": "insert_photo.default.svg" + }, + "twotone": { + "path": "insert_photo.twotone.svg" + } + } + }, + { + "id": "format_list_bulleted", + "name": "Format List Bulleted", + "variants": { + "outlined": { + "path": "format_list_bulleted.outlined.svg" + }, + "round": { + "path": "format_list_bulleted.round.svg" + }, + "sharp": { + "path": "format_list_bulleted.sharp.svg" + }, + "default": { + "path": "format_list_bulleted.default.svg" + }, + "twotone": { + "path": "format_list_bulleted.twotone.svg" + } + } + }, + { + "id": "insert_emoticon", + "name": "Insert Emoticon", + "variants": { + "outlined": { + "path": "insert_emoticon.outlined.svg" + }, + "round": { + "path": "insert_emoticon.round.svg" + }, + "sharp": { + "path": "insert_emoticon.sharp.svg" + }, + "default": { + "path": "insert_emoticon.default.svg" + }, + "twotone": { + "path": "insert_emoticon.twotone.svg" + } + } + }, + { + "id": "format_shapes", + "name": "Format Shapes", + "variants": { + "outlined": { + "path": "format_shapes.outlined.svg" + }, + "round": { + "path": "format_shapes.round.svg" + }, + "sharp": { + "path": "format_shapes.sharp.svg" + }, + "default": { + "path": "format_shapes.default.svg" + }, + "twotone": { + "path": "format_shapes.twotone.svg" + } + } + }, + { + "id": "insert_invitation", + "name": "Insert Invitation", + "variants": { + "outlined": { + "path": "insert_invitation.outlined.svg" + }, + "round": { + "path": "insert_invitation.round.svg" + }, + "sharp": { + "path": "insert_invitation.sharp.svg" + }, + "default": { + "path": "insert_invitation.default.svg" + }, + "twotone": { + "path": "insert_invitation.twotone.svg" + } + } + }, + { + "id": "add_comment", + "name": "Add Comment", + "variants": { + "outlined": { + "path": "add_comment.outlined.svg" + }, + "round": { + "path": "add_comment.round.svg" + }, + "sharp": { + "path": "add_comment.sharp.svg" + }, + "default": { + "path": "add_comment.default.svg" + }, + "twotone": { + "path": "add_comment.twotone.svg" + } + } + }, + { + "id": "border_bottom", + "name": "Border Bottom", + "variants": { + "outlined": { + "path": "border_bottom.outlined.svg" + }, + "round": { + "path": "border_bottom.round.svg" + }, + "sharp": { + "path": "border_bottom.sharp.svg" + }, + "default": { + "path": "border_bottom.default.svg" + }, + "twotone": { + "path": "border_bottom.twotone.svg" + } + } + }, + { + "id": "post_add", + "name": "Post Add", + "variants": { + "outlined": { + "path": "post_add.outlined.svg" + }, + "round": { + "path": "post_add.round.svg" + }, + "sharp": { + "path": "post_add.sharp.svg" + }, + "default": { + "path": "post_add.default.svg" + }, + "twotone": { + "path": "post_add.twotone.svg" + } + } + }, + { + "id": "numbers", + "name": "Numbers", + "variants": { + "outlined": { + "path": "numbers.outlined.svg" + }, + "round": { + "path": "numbers.round.svg" + }, + "sharp": { + "path": "numbers.sharp.svg" + }, + "default": { + "path": "numbers.default.svg" + }, + "twotone": { + "path": "numbers.twotone.svg" + } + } + }, + { + "id": "insert_chart_outlined", + "name": "Insert Chart Outlined", + "variants": { + "outlined": { + "path": "insert_chart_outlined.outlined.svg" + }, + "round": { + "path": "insert_chart_outlined.round.svg" + }, + "sharp": { + "path": "insert_chart_outlined.sharp.svg" + }, + "default": { + "path": "insert_chart_outlined.default.svg" + }, + "twotone": { + "path": "insert_chart_outlined.twotone.svg" + } + } + }, + { + "id": "mode_comment", + "name": "Mode Comment", + "variants": { + "outlined": { + "path": "mode_comment.outlined.svg" + }, + "round": { + "path": "mode_comment.round.svg" + }, + "sharp": { + "path": "mode_comment.sharp.svg" + }, + "default": { + "path": "mode_comment.default.svg" + }, + "twotone": { + "path": "mode_comment.twotone.svg" + } + } + }, + { + "id": "table_chart", + "name": "Table Chart", + "variants": { + "outlined": { + "path": "table_chart.outlined.svg" + }, + "round": { + "path": "table_chart.round.svg" + }, + "sharp": { + "path": "table_chart.sharp.svg" + }, + "default": { + "path": "table_chart.default.svg" + }, + "twotone": { + "path": "table_chart.twotone.svg" + } + } + }, + { + "id": "format_color_reset", + "name": "Format Color Reset", + "variants": { + "outlined": { + "path": "format_color_reset.outlined.svg" + }, + "round": { + "path": "format_color_reset.round.svg" + }, + "sharp": { + "path": "format_color_reset.sharp.svg" + }, + "default": { + "path": "format_color_reset.default.svg" + }, + "twotone": { + "path": "format_color_reset.twotone.svg" + } + } + }, + { + "id": "align_horizontal_left", + "name": "Align Horizontal Left", + "variants": { + "outlined": { + "path": "align_horizontal_left.outlined.svg" + }, + "round": { + "path": "align_horizontal_left.round.svg" + }, + "sharp": { + "path": "align_horizontal_left.sharp.svg" + }, + "default": { + "path": "align_horizontal_left.default.svg" + }, + "twotone": { + "path": "align_horizontal_left.twotone.svg" + } + } + }, + { + "id": "border_vertical", + "name": "Border Vertical", + "variants": { + "outlined": { + "path": "border_vertical.outlined.svg" + }, + "round": { + "path": "border_vertical.round.svg" + }, + "sharp": { + "path": "border_vertical.sharp.svg" + }, + "default": { + "path": "border_vertical.default.svg" + }, + "twotone": { + "path": "border_vertical.twotone.svg" + } + } + }, + { + "id": "pie_chart_outline", + "name": "Pie Chart Outline", + "variants": { + "outlined": { + "path": "pie_chart_outline.outlined.svg" + }, + "round": { + "path": "pie_chart_outline.round.svg" + }, + "sharp": { + "path": "pie_chart_outline.sharp.svg" + }, + "default": { + "path": "pie_chart_outline.default.svg" + }, + "twotone": { + "path": "pie_chart_outline.twotone.svg" + } + } + }, + { + "id": "mode", + "name": "Mode", + "variants": { + "outlined": { + "path": "mode.outlined.svg" + }, + "round": { + "path": "mode.round.svg" + }, + "sharp": { + "path": "mode.sharp.svg" + }, + "default": { + "path": "mode.default.svg" + }, + "twotone": { + "path": "mode.twotone.svg" + } + } + }, + { + "id": "subscript", + "name": "Subscript", + "variants": { + "outlined": { + "path": "subscript.outlined.svg" + }, + "round": { + "path": "subscript.round.svg" + }, + "sharp": { + "path": "subscript.sharp.svg" + }, + "default": { + "path": "subscript.default.svg" + }, + "twotone": { + "path": "subscript.twotone.svg" + } + } + }, + { + "id": "bar_chart", + "name": "Bar Chart", + "variants": { + "outlined": { + "path": "bar_chart.outlined.svg" + }, + "round": { + "path": "bar_chart.round.svg" + }, + "sharp": { + "path": "bar_chart.sharp.svg" + }, + "default": { + "path": "bar_chart.default.svg" + }, + "twotone": { + "path": "bar_chart.twotone.svg" + } + } + }, + { + "id": "type_specimen", + "name": "Type Specimen", + "variants": { + "outlined": { + "path": "type_specimen.outlined.svg" + }, + "round": { + "path": "type_specimen.round.svg" + }, + "sharp": { + "path": "type_specimen.sharp.svg" + }, + "default": { + "path": "type_specimen.default.svg" + }, + "twotone": { + "path": "type_specimen.twotone.svg" + } + } + }, + { + "id": "pie_chart", + "name": "Pie Chart", + "variants": { + "outlined": { + "path": "pie_chart.outlined.svg" + }, + "round": { + "path": "pie_chart.round.svg" + }, + "sharp": { + "path": "pie_chart.sharp.svg" + }, + "default": { + "path": "pie_chart.default.svg" + }, + "twotone": { + "path": "pie_chart.twotone.svg" + } + } + }, + { + "id": "add_chart", + "name": "Add Chart", + "variants": { + "outlined": { + "path": "add_chart.outlined.svg" + }, + "round": { + "path": "add_chart.round.svg" + }, + "sharp": { + "path": "add_chart.sharp.svg" + }, + "default": { + "path": "add_chart.default.svg" + }, + "twotone": { + "path": "add_chart.twotone.svg" + } + } + }, + { + "id": "stacked_line_chart", + "name": "Stacked Line Chart", + "variants": { + "outlined": { + "path": "stacked_line_chart.outlined.svg" + }, + "round": { + "path": "stacked_line_chart.round.svg" + }, + "sharp": { + "path": "stacked_line_chart.sharp.svg" + }, + "default": { + "path": "stacked_line_chart.default.svg" + }, + "twotone": { + "path": "stacked_line_chart.twotone.svg" + } + } + }, + { + "id": "title", + "name": "Title", + "variants": { + "outlined": { + "path": "title.outlined.svg" + }, + "round": { + "path": "title.round.svg" + }, + "sharp": { + "path": "title.sharp.svg" + }, + "default": { + "path": "title.default.svg" + }, + "twotone": { + "path": "title.twotone.svg" + } + } + }, + { + "id": "candlestick_chart", + "name": "Candlestick Chart", + "variants": { + "outlined": { + "path": "candlestick_chart.outlined.svg" + }, + "round": { + "path": "candlestick_chart.round.svg" + }, + "sharp": { + "path": "candlestick_chart.sharp.svg" + }, + "default": { + "path": "candlestick_chart.default.svg" + }, + "twotone": { + "path": "candlestick_chart.twotone.svg" + } + } + }, + { + "id": "align_horizontal_right", + "name": "Align Horizontal Right", + "variants": { + "outlined": { + "path": "align_horizontal_right.outlined.svg" + }, + "round": { + "path": "align_horizontal_right.round.svg" + }, + "sharp": { + "path": "align_horizontal_right.sharp.svg" + }, + "default": { + "path": "align_horizontal_right.default.svg" + }, + "twotone": { + "path": "align_horizontal_right.twotone.svg" + } + } + }, + { + "id": "highlight", + "name": "Highlight", + "variants": { + "outlined": { + "path": "highlight.outlined.svg" + }, + "round": { + "path": "highlight.round.svg" + }, + "sharp": { + "path": "highlight.sharp.svg" + }, + "default": { + "path": "highlight.default.svg" + }, + "twotone": { + "path": "highlight.twotone.svg" + } + } + }, + { + "id": "align_vertical_center", + "name": "Align Vertical Center", + "variants": { + "outlined": { + "path": "align_vertical_center.outlined.svg" + }, + "round": { + "path": "align_vertical_center.round.svg" + }, + "sharp": { + "path": "align_vertical_center.sharp.svg" + }, + "default": { + "path": "align_vertical_center.default.svg" + }, + "twotone": { + "path": "align_vertical_center.twotone.svg" + } + } + }, + { + "id": "format_textdirection_l_to_r", + "name": "Format Textdirection L To R", + "variants": { + "outlined": { + "path": "format_textdirection_l_to_r.outlined.svg" + }, + "round": { + "path": "format_textdirection_l_to_r.round.svg" + }, + "sharp": { + "path": "format_textdirection_l_to_r.sharp.svg" + }, + "default": { + "path": "format_textdirection_l_to_r.default.svg" + }, + "twotone": { + "path": "format_textdirection_l_to_r.twotone.svg" + } + } + }, + { + "id": "insert_drive_file", + "name": "Insert Drive File", + "variants": { + "outlined": { + "path": "insert_drive_file.outlined.svg" + }, + "round": { + "path": "insert_drive_file.round.svg" + }, + "sharp": { + "path": "insert_drive_file.sharp.svg" + }, + "default": { + "path": "insert_drive_file.default.svg" + }, + "twotone": { + "path": "insert_drive_file.twotone.svg" + } + } + }, + { + "id": "mode_edit_outline", + "name": "Mode Edit Outline", + "variants": { + "outlined": { + "path": "mode_edit_outline.outlined.svg" + }, + "round": { + "path": "mode_edit_outline.round.svg" + }, + "sharp": { + "path": "mode_edit_outline.sharp.svg" + }, + "default": { + "path": "mode_edit_outline.default.svg" + }, + "twotone": { + "path": "mode_edit_outline.twotone.svg" + } + } + }, + { + "id": "border_clear", + "name": "Border Clear", + "variants": { + "outlined": { + "path": "border_clear.outlined.svg" + }, + "round": { + "path": "border_clear.round.svg" + }, + "sharp": { + "path": "border_clear.sharp.svg" + }, + "default": { + "path": "border_clear.default.svg" + }, + "twotone": { + "path": "border_clear.twotone.svg" + } + } + }, + { + "id": "line_axis", + "name": "Line Axis", + "variants": { + "outlined": { + "path": "line_axis.outlined.svg" + }, + "round": { + "path": "line_axis.round.svg" + }, + "sharp": { + "path": "line_axis.sharp.svg" + }, + "default": { + "path": "line_axis.default.svg" + }, + "twotone": { + "path": "line_axis.twotone.svg" + } + } + }, + { + "id": "polyline", + "name": "Polyline", + "variants": { + "outlined": { + "path": "polyline.outlined.svg" + }, + "round": { + "path": "polyline.round.svg" + }, + "sharp": { + "path": "polyline.sharp.svg" + }, + "default": { + "path": "polyline.default.svg" + }, + "twotone": { + "path": "polyline.twotone.svg" + } + } + }, + { + "id": "height", + "name": "Height", + "variants": { + "outlined": { + "path": "height.outlined.svg" + }, + "round": { + "path": "height.round.svg" + }, + "sharp": { + "path": "height.sharp.svg" + }, + "default": { + "path": "height.default.svg" + }, + "twotone": { + "path": "height.twotone.svg" + } + } + }, + { + "id": "format_quote", + "name": "Format Quote", + "variants": { + "outlined": { + "path": "format_quote.outlined.svg" + }, + "round": { + "path": "format_quote.round.svg" + }, + "sharp": { + "path": "format_quote.sharp.svg" + }, + "default": { + "path": "format_quote.default.svg" + }, + "twotone": { + "path": "format_quote.twotone.svg" + } + } + }, + { + "id": "horizontal_distribute", + "name": "Horizontal Distribute", + "variants": { + "outlined": { + "path": "horizontal_distribute.outlined.svg" + }, + "round": { + "path": "horizontal_distribute.round.svg" + }, + "sharp": { + "path": "horizontal_distribute.sharp.svg" + }, + "default": { + "path": "horizontal_distribute.default.svg" + }, + "twotone": { + "path": "horizontal_distribute.twotone.svg" + } + } + }, + { + "id": "vertical_align_top", + "name": "Vertical Align Top", + "variants": { + "outlined": { + "path": "vertical_align_top.outlined.svg" + }, + "round": { + "path": "vertical_align_top.round.svg" + }, + "sharp": { + "path": "vertical_align_top.sharp.svg" + }, + "default": { + "path": "vertical_align_top.default.svg" + }, + "twotone": { + "path": "vertical_align_top.twotone.svg" + } + } + }, + { + "id": "square", + "name": "Square", + "variants": { + "outlined": { + "path": "square.outlined.svg" + }, + "round": { + "path": "square.round.svg" + }, + "sharp": { + "path": "square.sharp.svg" + }, + "default": { + "path": "square.default.svg" + }, + "twotone": { + "path": "square.twotone.svg" + } + } + }, + { + "id": "align_vertical_top", + "name": "Align Vertical Top", + "variants": { + "outlined": { + "path": "align_vertical_top.outlined.svg" + }, + "round": { + "path": "align_vertical_top.round.svg" + }, + "sharp": { + "path": "align_vertical_top.sharp.svg" + }, + "default": { + "path": "align_vertical_top.default.svg" + }, + "twotone": { + "path": "align_vertical_top.twotone.svg" + } + } + }, + { + "id": "format_list_numbered", + "name": "Format List Numbered", + "variants": { + "outlined": { + "path": "format_list_numbered.outlined.svg" + }, + "round": { + "path": "format_list_numbered.round.svg" + }, + "sharp": { + "path": "format_list_numbered.sharp.svg" + }, + "default": { + "path": "format_list_numbered.default.svg" + }, + "twotone": { + "path": "format_list_numbered.twotone.svg" + } + } + }, + { + "id": "format_color_fill", + "name": "Format Color Fill", + "variants": { + "outlined": { + "path": "format_color_fill.outlined.svg" + }, + "round": { + "path": "format_color_fill.round.svg" + }, + "sharp": { + "path": "format_color_fill.sharp.svg" + }, + "default": { + "path": "format_color_fill.default.svg" + }, + "twotone": { + "path": "format_color_fill.twotone.svg" + } + } + }, + { + "id": "bubble_chart", + "name": "Bubble Chart", + "variants": { + "outlined": { + "path": "bubble_chart.outlined.svg" + }, + "round": { + "path": "bubble_chart.round.svg" + }, + "sharp": { + "path": "bubble_chart.sharp.svg" + }, + "default": { + "path": "bubble_chart.default.svg" + }, + "twotone": { + "path": "bubble_chart.twotone.svg" + } + } + }, + { + "id": "vertical_align_center", + "name": "Vertical Align Center", + "variants": { + "outlined": { + "path": "vertical_align_center.outlined.svg" + }, + "round": { + "path": "vertical_align_center.round.svg" + }, + "sharp": { + "path": "vertical_align_center.sharp.svg" + }, + "default": { + "path": "vertical_align_center.default.svg" + }, + "twotone": { + "path": "vertical_align_center.twotone.svg" + } + } + }, + { + "id": "drag_handle", + "name": "Drag Handle", + "variants": { + "outlined": { + "path": "drag_handle.outlined.svg" + }, + "round": { + "path": "drag_handle.round.svg" + }, + "sharp": { + "path": "drag_handle.sharp.svg" + }, + "default": { + "path": "drag_handle.default.svg" + }, + "twotone": { + "path": "drag_handle.twotone.svg" + } + } + }, + { + "id": "border_left", + "name": "Border Left", + "variants": { + "outlined": { + "path": "border_left.outlined.svg" + }, + "round": { + "path": "border_left.round.svg" + }, + "sharp": { + "path": "border_left.sharp.svg" + }, + "default": { + "path": "border_left.default.svg" + }, + "twotone": { + "path": "border_left.twotone.svg" + } + } + }, + { + "id": "auto_graph", + "name": "Auto Graph", + "variants": { + "outlined": { + "path": "auto_graph.outlined.svg" + }, + "round": { + "path": "auto_graph.round.svg" + }, + "sharp": { + "path": "auto_graph.sharp.svg" + }, + "default": { + "path": "auto_graph.default.svg" + }, + "twotone": { + "path": "auto_graph.twotone.svg" + } + } + }, + { + "id": "format_indent_decrease", + "name": "Format Indent Decrease", + "variants": { + "outlined": { + "path": "format_indent_decrease.outlined.svg" + }, + "round": { + "path": "format_indent_decrease.round.svg" + }, + "sharp": { + "path": "format_indent_decrease.sharp.svg" + }, + "default": { + "path": "format_indent_decrease.default.svg" + }, + "twotone": { + "path": "format_indent_decrease.twotone.svg" + } + } + }, + { + "id": "pentagon", + "name": "Pentagon", + "variants": { + "outlined": { + "path": "pentagon.outlined.svg" + }, + "round": { + "path": "pentagon.round.svg" + }, + "sharp": { + "path": "pentagon.sharp.svg" + }, + "default": { + "path": "pentagon.default.svg" + }, + "twotone": { + "path": "pentagon.twotone.svg" + } + } + }, + { + "id": "format_align_left", + "name": "Format Align Left", + "variants": { + "outlined": { + "path": "format_align_left.outlined.svg" + }, + "round": { + "path": "format_align_left.round.svg" + }, + "sharp": { + "path": "format_align_left.sharp.svg" + }, + "default": { + "path": "format_align_left.default.svg" + }, + "twotone": { + "path": "format_align_left.twotone.svg" + } + } + }, + { + "id": "format_align_justify", + "name": "Format Align Justify", + "variants": { + "outlined": { + "path": "format_align_justify.outlined.svg" + }, + "round": { + "path": "format_align_justify.round.svg" + }, + "sharp": { + "path": "format_align_justify.sharp.svg" + }, + "default": { + "path": "format_align_justify.default.svg" + }, + "twotone": { + "path": "format_align_justify.twotone.svg" + } + } + }, + { + "id": "format_indent_increase", + "name": "Format Indent Increase", + "variants": { + "outlined": { + "path": "format_indent_increase.outlined.svg" + }, + "round": { + "path": "format_indent_increase.round.svg" + }, + "sharp": { + "path": "format_indent_increase.sharp.svg" + }, + "default": { + "path": "format_indent_increase.default.svg" + }, + "twotone": { + "path": "format_indent_increase.twotone.svg" + } + } + }, + { + "id": "hexagon", + "name": "Hexagon", + "variants": { + "outlined": { + "path": "hexagon.outlined.svg" + }, + "round": { + "path": "hexagon.round.svg" + }, + "sharp": { + "path": "hexagon.sharp.svg" + }, + "default": { + "path": "hexagon.default.svg" + }, + "twotone": { + "path": "hexagon.twotone.svg" + } + } + }, + { + "id": "shape_line", + "name": "Shape Line", + "variants": { + "outlined": { + "path": "shape_line.outlined.svg" + }, + "round": { + "path": "shape_line.round.svg" + }, + "sharp": { + "path": "shape_line.sharp.svg" + }, + "default": { + "path": "shape_line.default.svg" + }, + "twotone": { + "path": "shape_line.twotone.svg" + } + } + }, + { + "id": "insert_comment", + "name": "Insert Comment", + "variants": { + "outlined": { + "path": "insert_comment.outlined.svg" + }, + "round": { + "path": "insert_comment.round.svg" + }, + "sharp": { + "path": "insert_comment.sharp.svg" + }, + "default": { + "path": "insert_comment.default.svg" + }, + "twotone": { + "path": "insert_comment.twotone.svg" + } + } + }, + { + "id": "space_bar", + "name": "Space Bar", + "variants": { + "outlined": { + "path": "space_bar.outlined.svg" + }, + "round": { + "path": "space_bar.round.svg" + }, + "sharp": { + "path": "space_bar.sharp.svg" + }, + "default": { + "path": "space_bar.default.svg" + }, + "twotone": { + "path": "space_bar.twotone.svg" + } + } + }, + { + "id": "edit_note", + "name": "Edit Note", + "variants": { + "outlined": { + "path": "edit_note.outlined.svg" + }, + "round": { + "path": "edit_note.round.svg" + }, + "sharp": { + "path": "edit_note.sharp.svg" + }, + "default": { + "path": "edit_note.default.svg" + }, + "twotone": { + "path": "edit_note.twotone.svg" + } + } + }, + { + "id": "move_up", + "name": "Move Up", + "variants": { + "outlined": { + "path": "move_up.outlined.svg" + }, + "round": { + "path": "move_up.round.svg" + }, + "sharp": { + "path": "move_up.sharp.svg" + }, + "default": { + "path": "move_up.default.svg" + }, + "twotone": { + "path": "move_up.twotone.svg" + } + } + }, + { + "id": "rectangle", + "name": "Rectangle", + "variants": { + "outlined": { + "path": "rectangle.outlined.svg" + }, + "round": { + "path": "rectangle.round.svg" + }, + "sharp": { + "path": "rectangle.sharp.svg" + }, + "default": { + "path": "rectangle.default.svg" + }, + "twotone": { + "path": "rectangle.twotone.svg" + } + } + }, + { + "id": "format_clear", + "name": "Format Clear", + "variants": { + "outlined": { + "path": "format_clear.outlined.svg" + }, + "round": { + "path": "format_clear.round.svg" + }, + "sharp": { + "path": "format_clear.sharp.svg" + }, + "default": { + "path": "format_clear.default.svg" + }, + "twotone": { + "path": "format_clear.twotone.svg" + } + } + }, + { + "id": "scatter_plot", + "name": "Scatter Plot", + "variants": { + "outlined": { + "path": "scatter_plot.outlined.svg" + }, + "round": { + "path": "scatter_plot.round.svg" + }, + "sharp": { + "path": "scatter_plot.sharp.svg" + }, + "default": { + "path": "scatter_plot.default.svg" + }, + "twotone": { + "path": "scatter_plot.twotone.svg" + } + } + }, + { + "id": "schema", + "name": "Schema", + "variants": { + "outlined": { + "path": "schema.outlined.svg" + }, + "round": { + "path": "schema.round.svg" + }, + "sharp": { + "path": "schema.sharp.svg" + }, + "default": { + "path": "schema.default.svg" + }, + "twotone": { + "path": "schema.twotone.svg" + } + } + }, + { + "id": "text_fields", + "name": "Text Fields", + "variants": { + "outlined": { + "path": "text_fields.outlined.svg" + }, + "round": { + "path": "text_fields.round.svg" + }, + "sharp": { + "path": "text_fields.sharp.svg" + }, + "default": { + "path": "text_fields.default.svg" + }, + "twotone": { + "path": "text_fields.twotone.svg" + } + } + }, + { + "id": "text_decrease", + "name": "Text Decrease", + "variants": { + "outlined": { + "path": "text_decrease.outlined.svg" + }, + "round": { + "path": "text_decrease.round.svg" + }, + "sharp": { + "path": "text_decrease.sharp.svg" + }, + "default": { + "path": "text_decrease.default.svg" + }, + "twotone": { + "path": "text_decrease.twotone.svg" + } + } + }, + { + "id": "border_top", + "name": "Border Top", + "variants": { + "outlined": { + "path": "border_top.outlined.svg" + }, + "round": { + "path": "border_top.round.svg" + }, + "sharp": { + "path": "border_top.sharp.svg" + }, + "default": { + "path": "border_top.default.svg" + }, + "twotone": { + "path": "border_top.twotone.svg" + } + } + }, + { + "id": "score", + "name": "Score", + "variants": { + "outlined": { + "path": "score.outlined.svg" + }, + "round": { + "path": "score.round.svg" + }, + "sharp": { + "path": "score.sharp.svg" + }, + "default": { + "path": "score.default.svg" + }, + "twotone": { + "path": "score.twotone.svg" + } + } + }, + { + "id": "publish", + "name": "Publish", + "variants": { + "outlined": { + "path": "publish.outlined.svg" + }, + "round": { + "path": "publish.round.svg" + }, + "sharp": { + "path": "publish.sharp.svg" + }, + "default": { + "path": "publish.default.svg" + }, + "twotone": { + "path": "publish.twotone.svg" + } + } + }, + { + "id": "border_color", + "name": "Border Color", + "variants": { + "outlined": { + "path": "border_color.outlined.svg" + }, + "round": { + "path": "border_color.round.svg" + }, + "sharp": { + "path": "border_color.sharp.svg" + }, + "default": { + "path": "border_color.default.svg" + }, + "twotone": { + "path": "border_color.twotone.svg" + } + } + }, + { + "id": "notes", + "name": "Notes", + "variants": { + "outlined": { + "path": "notes.outlined.svg" + }, + "round": { + "path": "notes.round.svg" + }, + "sharp": { + "path": "notes.sharp.svg" + }, + "default": { + "path": "notes.default.svg" + }, + "twotone": { + "path": "notes.twotone.svg" + } + } + }, + { + "id": "insert_link", + "name": "Insert Link", + "variants": { + "outlined": { + "path": "insert_link.outlined.svg" + }, + "round": { + "path": "insert_link.round.svg" + }, + "sharp": { + "path": "insert_link.sharp.svg" + }, + "default": { + "path": "insert_link.default.svg" + }, + "twotone": { + "path": "insert_link.twotone.svg" + } + } + }, + { + "id": "text_increase", + "name": "Text Increase", + "variants": { + "outlined": { + "path": "text_increase.outlined.svg" + }, + "round": { + "path": "text_increase.round.svg" + }, + "sharp": { + "path": "text_increase.sharp.svg" + }, + "default": { + "path": "text_increase.default.svg" + }, + "twotone": { + "path": "text_increase.twotone.svg" + } + } + }, + { + "id": "short_text", + "name": "Short Text", + "variants": { + "outlined": { + "path": "short_text.outlined.svg" + }, + "round": { + "path": "short_text.round.svg" + }, + "sharp": { + "path": "short_text.sharp.svg" + }, + "default": { + "path": "short_text.default.svg" + }, + "twotone": { + "path": "short_text.twotone.svg" + } + } + }, + { + "id": "border_outer", + "name": "Border Outer", + "variants": { + "outlined": { + "path": "border_outer.outlined.svg" + }, + "round": { + "path": "border_outer.round.svg" + }, + "sharp": { + "path": "border_outer.sharp.svg" + }, + "default": { + "path": "border_outer.default.svg" + }, + "twotone": { + "path": "border_outer.twotone.svg" + } + } + }, + { + "id": "pie_chart_outlined", + "name": "Pie Chart Outlined", + "variants": { + "default": { + "path": "pie_chart_outlined.default.svg" + } + } + }, + { + "id": "format_align_right", + "name": "Format Align Right", + "variants": { + "outlined": { + "path": "format_align_right.outlined.svg" + }, + "round": { + "path": "format_align_right.round.svg" + }, + "sharp": { + "path": "format_align_right.sharp.svg" + }, + "default": { + "path": "format_align_right.default.svg" + }, + "twotone": { + "path": "format_align_right.twotone.svg" + } + } + }, + { + "id": "format_color_text", + "name": "Format Color Text", + "variants": { + "outlined": { + "path": "format_color_text.outlined.svg" + }, + "round": { + "path": "format_color_text.round.svg" + }, + "sharp": { + "path": "format_color_text.sharp.svg" + }, + "default": { + "path": "format_color_text.default.svg" + }, + "twotone": { + "path": "format_color_text.twotone.svg" + } + } + }, + { + "id": "format_textdirection_r_to_l", + "name": "Format Textdirection R To L", + "variants": { + "outlined": { + "path": "format_textdirection_r_to_l.outlined.svg" + }, + "round": { + "path": "format_textdirection_r_to_l.round.svg" + }, + "sharp": { + "path": "format_textdirection_r_to_l.sharp.svg" + }, + "default": { + "path": "format_textdirection_r_to_l.default.svg" + }, + "twotone": { + "path": "format_textdirection_r_to_l.twotone.svg" + } + } + }, + { + "id": "format_align_center", + "name": "Format Align Center", + "variants": { + "outlined": { + "path": "format_align_center.outlined.svg" + }, + "round": { + "path": "format_align_center.round.svg" + }, + "sharp": { + "path": "format_align_center.sharp.svg" + }, + "default": { + "path": "format_align_center.default.svg" + }, + "twotone": { + "path": "format_align_center.twotone.svg" + } + } + }, + { + "id": "format_bold", + "name": "Format Bold", + "variants": { + "outlined": { + "path": "format_bold.outlined.svg" + }, + "round": { + "path": "format_bold.round.svg" + }, + "sharp": { + "path": "format_bold.sharp.svg" + }, + "default": { + "path": "format_bold.default.svg" + }, + "twotone": { + "path": "format_bold.twotone.svg" + } + } + }, + { + "id": "border_style", + "name": "Border Style", + "variants": { + "outlined": { + "path": "border_style.outlined.svg" + }, + "round": { + "path": "border_style.round.svg" + }, + "sharp": { + "path": "border_style.sharp.svg" + }, + "default": { + "path": "border_style.default.svg" + }, + "twotone": { + "path": "border_style.twotone.svg" + } + } + }, + { + "id": "merge_type", + "name": "Merge Type", + "variants": { + "outlined": { + "path": "merge_type.outlined.svg" + }, + "round": { + "path": "merge_type.round.svg" + }, + "sharp": { + "path": "merge_type.sharp.svg" + }, + "default": { + "path": "merge_type.default.svg" + }, + "twotone": { + "path": "merge_type.twotone.svg" + } + } + }, + { + "id": "insert_chart", + "name": "Insert Chart", + "variants": { + "outlined": { + "path": "insert_chart.outlined.svg" + }, + "round": { + "path": "insert_chart.round.svg" + }, + "sharp": { + "path": "insert_chart.sharp.svg" + }, + "default": { + "path": "insert_chart.default.svg" + }, + "twotone": { + "path": "insert_chart.twotone.svg" + } + } + }, + { + "id": "border_horizontal", + "name": "Border Horizontal", + "variants": { + "outlined": { + "path": "border_horizontal.outlined.svg" + }, + "round": { + "path": "border_horizontal.round.svg" + }, + "sharp": { + "path": "border_horizontal.sharp.svg" + }, + "default": { + "path": "border_horizontal.default.svg" + }, + "twotone": { + "path": "border_horizontal.twotone.svg" + } + } + }, + { + "id": "attach_file", + "name": "Attach File", + "variants": { + "outlined": { + "path": "attach_file.outlined.svg" + }, + "round": { + "path": "attach_file.round.svg" + }, + "sharp": { + "path": "attach_file.sharp.svg" + }, + "default": { + "path": "attach_file.default.svg" + }, + "twotone": { + "path": "attach_file.twotone.svg" + } + } + }, + { + "id": "strikethrough_s", + "name": "Strikethrough S", + "variants": { + "outlined": { + "path": "strikethrough_s.outlined.svg" + }, + "round": { + "path": "strikethrough_s.round.svg" + }, + "sharp": { + "path": "strikethrough_s.sharp.svg" + }, + "default": { + "path": "strikethrough_s.default.svg" + }, + "twotone": { + "path": "strikethrough_s.twotone.svg" + } + } + }, + { + "id": "padding", + "name": "Padding", + "variants": { + "outlined": { + "path": "padding.outlined.svg" + }, + "round": { + "path": "padding.round.svg" + }, + "sharp": { + "path": "padding.sharp.svg" + }, + "default": { + "path": "padding.default.svg" + }, + "twotone": { + "path": "padding.twotone.svg" + } + } + }, + { + "id": "superscript", + "name": "Superscript", + "variants": { + "outlined": { + "path": "superscript.outlined.svg" + }, + "round": { + "path": "superscript.round.svg" + }, + "sharp": { + "path": "superscript.sharp.svg" + }, + "default": { + "path": "superscript.default.svg" + }, + "twotone": { + "path": "superscript.twotone.svg" + } + } + }, + { + "id": "wrap_text", + "name": "Wrap Text", + "variants": { + "outlined": { + "path": "wrap_text.outlined.svg" + }, + "round": { + "path": "wrap_text.round.svg" + }, + "sharp": { + "path": "wrap_text.sharp.svg" + }, + "default": { + "path": "wrap_text.default.svg" + }, + "twotone": { + "path": "wrap_text.twotone.svg" + } + } + }, + { + "id": "functions", + "name": "Functions", + "variants": { + "outlined": { + "path": "functions.outlined.svg" + }, + "round": { + "path": "functions.round.svg" + }, + "sharp": { + "path": "functions.sharp.svg" + }, + "default": { + "path": "functions.default.svg" + }, + "twotone": { + "path": "functions.twotone.svg" + } + } + }, + { + "id": "table_rows", + "name": "Table Rows", + "variants": { + "outlined": { + "path": "table_rows.outlined.svg" + }, + "round": { + "path": "table_rows.round.svg" + }, + "sharp": { + "path": "table_rows.sharp.svg" + }, + "default": { + "path": "table_rows.default.svg" + }, + "twotone": { + "path": "table_rows.twotone.svg" + } + } + }, + { + "id": "border_right", + "name": "Border Right", + "variants": { + "outlined": { + "path": "border_right.outlined.svg" + }, + "round": { + "path": "border_right.round.svg" + }, + "sharp": { + "path": "border_right.sharp.svg" + }, + "default": { + "path": "border_right.default.svg" + }, + "twotone": { + "path": "border_right.twotone.svg" + } + } + }, + { + "id": "format_size", + "name": "Format Size", + "variants": { + "outlined": { + "path": "format_size.outlined.svg" + }, + "round": { + "path": "format_size.round.svg" + }, + "sharp": { + "path": "format_size.sharp.svg" + }, + "default": { + "path": "format_size.default.svg" + }, + "twotone": { + "path": "format_size.twotone.svg" + } + } + }, + { + "id": "attach_money", + "name": "Attach Money", + "variants": { + "outlined": { + "path": "attach_money.outlined.svg" + }, + "round": { + "path": "attach_money.round.svg" + }, + "sharp": { + "path": "attach_money.sharp.svg" + }, + "default": { + "path": "attach_money.default.svg" + }, + "twotone": { + "path": "attach_money.twotone.svg" + } + } + }, + { + "id": "insert_page_break", + "name": "Insert Page Break", + "variants": { + "outlined": { + "path": "insert_page_break.outlined.svg" + }, + "round": { + "path": "insert_page_break.round.svg" + }, + "sharp": { + "path": "insert_page_break.sharp.svg" + }, + "default": { + "path": "insert_page_break.default.svg" + }, + "twotone": { + "path": "insert_page_break.twotone.svg" + } + } + }, + { + "id": "format_list_bulleted_add", + "name": "Format List Bulleted Add", + "variants": { + "default": { + "path": "format_list_bulleted_add.default.svg" + } + } + }, + { + "id": "format_strikethrough", + "name": "Format Strikethrough", + "variants": { + "outlined": { + "path": "format_strikethrough.outlined.svg" + }, + "round": { + "path": "format_strikethrough.round.svg" + }, + "sharp": { + "path": "format_strikethrough.sharp.svg" + }, + "default": { + "path": "format_strikethrough.default.svg" + }, + "twotone": { + "path": "format_strikethrough.twotone.svg" + } + } + }, + { + "id": "money_off_csred", + "name": "Money Off Csred", + "variants": { + "outlined": { + "path": "money_off_csred.outlined.svg" + }, + "round": { + "path": "money_off_csred.round.svg" + }, + "sharp": { + "path": "money_off_csred.sharp.svg" + }, + "default": { + "path": "money_off_csred.default.svg" + }, + "twotone": { + "path": "money_off_csred.twotone.svg" + } + } + }, + { + "id": "align_horizontal_center", + "name": "Align Horizontal Center", + "variants": { + "outlined": { + "path": "align_horizontal_center.outlined.svg" + }, + "round": { + "path": "align_horizontal_center.round.svg" + }, + "sharp": { + "path": "align_horizontal_center.sharp.svg" + }, + "default": { + "path": "align_horizontal_center.default.svg" + }, + "twotone": { + "path": "align_horizontal_center.twotone.svg" + } + } + }, + { + "id": "margin", + "name": "Margin", + "variants": { + "outlined": { + "path": "margin.outlined.svg" + }, + "round": { + "path": "margin.round.svg" + }, + "sharp": { + "path": "margin.sharp.svg" + }, + "default": { + "path": "margin.default.svg" + }, + "twotone": { + "path": "margin.twotone.svg" + } + } + }, + { + "id": "money_off", + "name": "Money Off", + "variants": { + "outlined": { + "path": "money_off.outlined.svg" + }, + "round": { + "path": "money_off.round.svg" + }, + "sharp": { + "path": "money_off.sharp.svg" + }, + "default": { + "path": "money_off.default.svg" + }, + "twotone": { + "path": "money_off.twotone.svg" + } + } + }, + { + "id": "mode_edit", + "name": "Mode Edit", + "variants": { + "outlined": { + "path": "mode_edit.outlined.svg" + }, + "round": { + "path": "mode_edit.round.svg" + }, + "sharp": { + "path": "mode_edit.sharp.svg" + }, + "default": { + "path": "mode_edit.default.svg" + }, + "twotone": { + "path": "mode_edit.twotone.svg" + } + } + }, + { + "id": "horizontal_rule", + "name": "Horizontal Rule", + "variants": { + "outlined": { + "path": "horizontal_rule.outlined.svg" + }, + "round": { + "path": "horizontal_rule.round.svg" + }, + "sharp": { + "path": "horizontal_rule.sharp.svg" + }, + "default": { + "path": "horizontal_rule.default.svg" + }, + "twotone": { + "path": "horizontal_rule.twotone.svg" + } + } + }, + { + "id": "multiline_chart", + "name": "Multiline Chart", + "variants": { + "outlined": { + "path": "multiline_chart.outlined.svg" + }, + "round": { + "path": "multiline_chart.round.svg" + }, + "sharp": { + "path": "multiline_chart.sharp.svg" + }, + "default": { + "path": "multiline_chart.default.svg" + }, + "twotone": { + "path": "multiline_chart.twotone.svg" + } + } + }, + { + "id": "format_line_spacing", + "name": "Format Line Spacing", + "variants": { + "outlined": { + "path": "format_line_spacing.outlined.svg" + }, + "round": { + "path": "format_line_spacing.round.svg" + }, + "sharp": { + "path": "format_line_spacing.sharp.svg" + }, + "default": { + "path": "format_line_spacing.default.svg" + }, + "twotone": { + "path": "format_line_spacing.twotone.svg" + } + } + }, + { + "id": "vertical_align_bottom", + "name": "Vertical Align Bottom", + "variants": { + "outlined": { + "path": "vertical_align_bottom.outlined.svg" + }, + "round": { + "path": "vertical_align_bottom.round.svg" + }, + "sharp": { + "path": "vertical_align_bottom.sharp.svg" + }, + "default": { + "path": "vertical_align_bottom.default.svg" + }, + "twotone": { + "path": "vertical_align_bottom.twotone.svg" + } + } + }, + { + "id": "draw", + "name": "Draw", + "variants": { + "outlined": { + "path": "draw.outlined.svg" + }, + "round": { + "path": "draw.round.svg" + }, + "sharp": { + "path": "draw.sharp.svg" + }, + "default": { + "path": "draw.default.svg" + }, + "twotone": { + "path": "draw.twotone.svg" + } + } + }, + { + "id": "area_chart", + "name": "Area Chart", + "variants": { + "outlined": { + "path": "area_chart.outlined.svg" + }, + "round": { + "path": "area_chart.round.svg" + }, + "sharp": { + "path": "area_chart.sharp.svg" + }, + "default": { + "path": "area_chart.default.svg" + }, + "twotone": { + "path": "area_chart.twotone.svg" + } + } + }, + { + "id": "data_object", + "name": "Data Object", + "variants": { + "outlined": { + "path": "data_object.outlined.svg" + }, + "round": { + "path": "data_object.round.svg" + }, + "sharp": { + "path": "data_object.sharp.svg" + }, + "default": { + "path": "data_object.default.svg" + }, + "twotone": { + "path": "data_object.twotone.svg" + } + } + }, + { + "id": "checklist_rtl", + "name": "Checklist Rtl", + "variants": { + "outlined": { + "path": "checklist_rtl.outlined.svg" + }, + "round": { + "path": "checklist_rtl.round.svg" + }, + "sharp": { + "path": "checklist_rtl.sharp.svg" + }, + "default": { + "path": "checklist_rtl.default.svg" + }, + "twotone": { + "path": "checklist_rtl.twotone.svg" + } + } + }, + { + "id": "show_chart", + "name": "Show Chart", + "variants": { + "outlined": { + "path": "show_chart.outlined.svg" + }, + "round": { + "path": "show_chart.round.svg" + }, + "sharp": { + "path": "show_chart.sharp.svg" + }, + "default": { + "path": "show_chart.default.svg" + }, + "twotone": { + "path": "show_chart.twotone.svg" + } + } + }, + { + "id": "linear_scale", + "name": "Linear Scale", + "variants": { + "outlined": { + "path": "linear_scale.outlined.svg" + }, + "round": { + "path": "linear_scale.round.svg" + }, + "sharp": { + "path": "linear_scale.sharp.svg" + }, + "default": { + "path": "linear_scale.default.svg" + }, + "twotone": { + "path": "linear_scale.twotone.svg" + } + } + }, + { + "id": "border_all", + "name": "Border All", + "variants": { + "outlined": { + "path": "border_all.outlined.svg" + }, + "round": { + "path": "border_all.round.svg" + }, + "sharp": { + "path": "border_all.sharp.svg" + }, + "default": { + "path": "border_all.default.svg" + }, + "twotone": { + "path": "border_all.twotone.svg" + } + } + }, + { + "id": "border_inner", + "name": "Border Inner", + "variants": { + "outlined": { + "path": "border_inner.outlined.svg" + }, + "round": { + "path": "border_inner.round.svg" + }, + "sharp": { + "path": "border_inner.sharp.svg" + }, + "default": { + "path": "border_inner.default.svg" + }, + "twotone": { + "path": "border_inner.twotone.svg" + } + } + }, + { + "id": "format_list_numbered_rtl", + "name": "Format List Numbered Rtl", + "variants": { + "outlined": { + "path": "format_list_numbered_rtl.outlined.svg" + }, + "round": { + "path": "format_list_numbered_rtl.round.svg" + }, + "sharp": { + "path": "format_list_numbered_rtl.sharp.svg" + }, + "default": { + "path": "format_list_numbered_rtl.default.svg" + }, + "twotone": { + "path": "format_list_numbered_rtl.twotone.svg" + } + } + }, + { + "id": "checklist", + "name": "Checklist", + "variants": { + "outlined": { + "path": "checklist.outlined.svg" + }, + "round": { + "path": "checklist.round.svg" + }, + "sharp": { + "path": "checklist.sharp.svg" + }, + "default": { + "path": "checklist.default.svg" + }, + "twotone": { + "path": "checklist.twotone.svg" + } + } + }, + { + "id": "query_stats", + "name": "Query Stats", + "variants": { + "outlined": { + "path": "query_stats.outlined.svg" + }, + "round": { + "path": "query_stats.round.svg" + }, + "sharp": { + "path": "query_stats.sharp.svg" + }, + "default": { + "path": "query_stats.default.svg" + }, + "twotone": { + "path": "query_stats.twotone.svg" + } + } + }, + { + "id": "align_vertical_bottom", + "name": "Align Vertical Bottom", + "variants": { + "outlined": { + "path": "align_vertical_bottom.outlined.svg" + }, + "round": { + "path": "align_vertical_bottom.round.svg" + }, + "sharp": { + "path": "align_vertical_bottom.sharp.svg" + }, + "default": { + "path": "align_vertical_bottom.default.svg" + }, + "twotone": { + "path": "align_vertical_bottom.twotone.svg" + } + } + } + ] +} \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/map.default.svg b/Symbolic/Resources/material-icons/map.default.svg new file mode 100644 index 0000000000..036b437dde --- /dev/null +++ b/Symbolic/Resources/material-icons/map.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/map.outlined.svg b/Symbolic/Resources/material-icons/map.outlined.svg new file mode 100644 index 0000000000..26fe6cd7d8 --- /dev/null +++ b/Symbolic/Resources/material-icons/map.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/map.round.svg b/Symbolic/Resources/material-icons/map.round.svg new file mode 100644 index 0000000000..01eb7ce45e --- /dev/null +++ b/Symbolic/Resources/material-icons/map.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/map.sharp.svg b/Symbolic/Resources/material-icons/map.sharp.svg new file mode 100644 index 0000000000..3de915804b --- /dev/null +++ b/Symbolic/Resources/material-icons/map.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/map.twotone.svg b/Symbolic/Resources/material-icons/map.twotone.svg new file mode 100644 index 0000000000..a60636b6f7 --- /dev/null +++ b/Symbolic/Resources/material-icons/map.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/maps_home_work.default.svg b/Symbolic/Resources/material-icons/maps_home_work.default.svg new file mode 100644 index 0000000000..c79847f8ed --- /dev/null +++ b/Symbolic/Resources/material-icons/maps_home_work.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/maps_home_work.outlined.svg b/Symbolic/Resources/material-icons/maps_home_work.outlined.svg new file mode 100644 index 0000000000..a005e1ee82 --- /dev/null +++ b/Symbolic/Resources/material-icons/maps_home_work.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/maps_home_work.round.svg b/Symbolic/Resources/material-icons/maps_home_work.round.svg new file mode 100644 index 0000000000..eac29da604 --- /dev/null +++ b/Symbolic/Resources/material-icons/maps_home_work.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/maps_home_work.sharp.svg b/Symbolic/Resources/material-icons/maps_home_work.sharp.svg new file mode 100644 index 0000000000..c79847f8ed --- /dev/null +++ b/Symbolic/Resources/material-icons/maps_home_work.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/maps_home_work.twotone.svg b/Symbolic/Resources/material-icons/maps_home_work.twotone.svg new file mode 100644 index 0000000000..f595813404 --- /dev/null +++ b/Symbolic/Resources/material-icons/maps_home_work.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/maps_ugc.default.svg b/Symbolic/Resources/material-icons/maps_ugc.default.svg new file mode 100644 index 0000000000..80625dd6f3 --- /dev/null +++ b/Symbolic/Resources/material-icons/maps_ugc.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/maps_ugc.outlined.svg b/Symbolic/Resources/material-icons/maps_ugc.outlined.svg new file mode 100644 index 0000000000..2b3f6d56b9 --- /dev/null +++ b/Symbolic/Resources/material-icons/maps_ugc.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/maps_ugc.round.svg b/Symbolic/Resources/material-icons/maps_ugc.round.svg new file mode 100644 index 0000000000..7b3976e94c --- /dev/null +++ b/Symbolic/Resources/material-icons/maps_ugc.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/maps_ugc.sharp.svg b/Symbolic/Resources/material-icons/maps_ugc.sharp.svg new file mode 100644 index 0000000000..e302455cd3 --- /dev/null +++ b/Symbolic/Resources/material-icons/maps_ugc.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/maps_ugc.twotone.svg b/Symbolic/Resources/material-icons/maps_ugc.twotone.svg new file mode 100644 index 0000000000..cb8a97b70f --- /dev/null +++ b/Symbolic/Resources/material-icons/maps_ugc.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/margin.default.svg b/Symbolic/Resources/material-icons/margin.default.svg new file mode 100644 index 0000000000..3052895725 --- /dev/null +++ b/Symbolic/Resources/material-icons/margin.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/margin.outlined.svg b/Symbolic/Resources/material-icons/margin.outlined.svg new file mode 100644 index 0000000000..2185f9ae7c --- /dev/null +++ b/Symbolic/Resources/material-icons/margin.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/margin.round.svg b/Symbolic/Resources/material-icons/margin.round.svg new file mode 100644 index 0000000000..8a93dfea9f --- /dev/null +++ b/Symbolic/Resources/material-icons/margin.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/margin.sharp.svg b/Symbolic/Resources/material-icons/margin.sharp.svg new file mode 100644 index 0000000000..a88cd6e11b --- /dev/null +++ b/Symbolic/Resources/material-icons/margin.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/margin.twotone.svg b/Symbolic/Resources/material-icons/margin.twotone.svg new file mode 100644 index 0000000000..484d47d3d5 --- /dev/null +++ b/Symbolic/Resources/material-icons/margin.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mark_as_unread.default.svg b/Symbolic/Resources/material-icons/mark_as_unread.default.svg new file mode 100644 index 0000000000..3dd9c781eb --- /dev/null +++ b/Symbolic/Resources/material-icons/mark_as_unread.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mark_as_unread.outlined.svg b/Symbolic/Resources/material-icons/mark_as_unread.outlined.svg new file mode 100644 index 0000000000..8f5a36d020 --- /dev/null +++ b/Symbolic/Resources/material-icons/mark_as_unread.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mark_as_unread.round.svg b/Symbolic/Resources/material-icons/mark_as_unread.round.svg new file mode 100644 index 0000000000..de8fcc1f9b --- /dev/null +++ b/Symbolic/Resources/material-icons/mark_as_unread.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mark_as_unread.sharp.svg b/Symbolic/Resources/material-icons/mark_as_unread.sharp.svg new file mode 100644 index 0000000000..bf0e74fca2 --- /dev/null +++ b/Symbolic/Resources/material-icons/mark_as_unread.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mark_as_unread.twotone.svg b/Symbolic/Resources/material-icons/mark_as_unread.twotone.svg new file mode 100644 index 0000000000..b0845f5bc8 --- /dev/null +++ b/Symbolic/Resources/material-icons/mark_as_unread.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mark_chat_read.default.svg b/Symbolic/Resources/material-icons/mark_chat_read.default.svg new file mode 100644 index 0000000000..40c23dd23f --- /dev/null +++ b/Symbolic/Resources/material-icons/mark_chat_read.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mark_chat_read.outlined.svg b/Symbolic/Resources/material-icons/mark_chat_read.outlined.svg new file mode 100644 index 0000000000..a979f488a0 --- /dev/null +++ b/Symbolic/Resources/material-icons/mark_chat_read.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mark_chat_read.round.svg b/Symbolic/Resources/material-icons/mark_chat_read.round.svg new file mode 100644 index 0000000000..118507c207 --- /dev/null +++ b/Symbolic/Resources/material-icons/mark_chat_read.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mark_chat_read.sharp.svg b/Symbolic/Resources/material-icons/mark_chat_read.sharp.svg new file mode 100644 index 0000000000..b8bf1842f5 --- /dev/null +++ b/Symbolic/Resources/material-icons/mark_chat_read.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mark_chat_read.twotone.svg b/Symbolic/Resources/material-icons/mark_chat_read.twotone.svg new file mode 100644 index 0000000000..dff290ba46 --- /dev/null +++ b/Symbolic/Resources/material-icons/mark_chat_read.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mark_chat_unread.default.svg b/Symbolic/Resources/material-icons/mark_chat_unread.default.svg new file mode 100644 index 0000000000..82654ae968 --- /dev/null +++ b/Symbolic/Resources/material-icons/mark_chat_unread.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mark_chat_unread.outlined.svg b/Symbolic/Resources/material-icons/mark_chat_unread.outlined.svg new file mode 100644 index 0000000000..d301b65031 --- /dev/null +++ b/Symbolic/Resources/material-icons/mark_chat_unread.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mark_chat_unread.round.svg b/Symbolic/Resources/material-icons/mark_chat_unread.round.svg new file mode 100644 index 0000000000..82654ae968 --- /dev/null +++ b/Symbolic/Resources/material-icons/mark_chat_unread.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mark_chat_unread.sharp.svg b/Symbolic/Resources/material-icons/mark_chat_unread.sharp.svg new file mode 100644 index 0000000000..8aef6f8ff1 --- /dev/null +++ b/Symbolic/Resources/material-icons/mark_chat_unread.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mark_chat_unread.twotone.svg b/Symbolic/Resources/material-icons/mark_chat_unread.twotone.svg new file mode 100644 index 0000000000..127b0e86cb --- /dev/null +++ b/Symbolic/Resources/material-icons/mark_chat_unread.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mark_email_read.default.svg b/Symbolic/Resources/material-icons/mark_email_read.default.svg new file mode 100644 index 0000000000..e09dd4c434 --- /dev/null +++ b/Symbolic/Resources/material-icons/mark_email_read.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mark_email_read.outlined.svg b/Symbolic/Resources/material-icons/mark_email_read.outlined.svg new file mode 100644 index 0000000000..4302fb6ddd --- /dev/null +++ b/Symbolic/Resources/material-icons/mark_email_read.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mark_email_read.round.svg b/Symbolic/Resources/material-icons/mark_email_read.round.svg new file mode 100644 index 0000000000..575df44b48 --- /dev/null +++ b/Symbolic/Resources/material-icons/mark_email_read.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mark_email_read.sharp.svg b/Symbolic/Resources/material-icons/mark_email_read.sharp.svg new file mode 100644 index 0000000000..3c14260438 --- /dev/null +++ b/Symbolic/Resources/material-icons/mark_email_read.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mark_email_read.twotone.svg b/Symbolic/Resources/material-icons/mark_email_read.twotone.svg new file mode 100644 index 0000000000..a24acf46cf --- /dev/null +++ b/Symbolic/Resources/material-icons/mark_email_read.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mark_email_unread.default.svg b/Symbolic/Resources/material-icons/mark_email_unread.default.svg new file mode 100644 index 0000000000..f0d475d7b1 --- /dev/null +++ b/Symbolic/Resources/material-icons/mark_email_unread.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mark_email_unread.outlined.svg b/Symbolic/Resources/material-icons/mark_email_unread.outlined.svg new file mode 100644 index 0000000000..0a1993b592 --- /dev/null +++ b/Symbolic/Resources/material-icons/mark_email_unread.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mark_email_unread.round.svg b/Symbolic/Resources/material-icons/mark_email_unread.round.svg new file mode 100644 index 0000000000..1d80bceccb --- /dev/null +++ b/Symbolic/Resources/material-icons/mark_email_unread.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mark_email_unread.sharp.svg b/Symbolic/Resources/material-icons/mark_email_unread.sharp.svg new file mode 100644 index 0000000000..62a471eb68 --- /dev/null +++ b/Symbolic/Resources/material-icons/mark_email_unread.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mark_email_unread.twotone.svg b/Symbolic/Resources/material-icons/mark_email_unread.twotone.svg new file mode 100644 index 0000000000..bae024bae5 --- /dev/null +++ b/Symbolic/Resources/material-icons/mark_email_unread.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mark_unread_chat_alt.default.svg b/Symbolic/Resources/material-icons/mark_unread_chat_alt.default.svg new file mode 100644 index 0000000000..10623d9911 --- /dev/null +++ b/Symbolic/Resources/material-icons/mark_unread_chat_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mark_unread_chat_alt.outlined.svg b/Symbolic/Resources/material-icons/mark_unread_chat_alt.outlined.svg new file mode 100644 index 0000000000..667d345926 --- /dev/null +++ b/Symbolic/Resources/material-icons/mark_unread_chat_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mark_unread_chat_alt.round.svg b/Symbolic/Resources/material-icons/mark_unread_chat_alt.round.svg new file mode 100644 index 0000000000..9346f4287b --- /dev/null +++ b/Symbolic/Resources/material-icons/mark_unread_chat_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mark_unread_chat_alt.sharp.svg b/Symbolic/Resources/material-icons/mark_unread_chat_alt.sharp.svg new file mode 100644 index 0000000000..00b0430ec5 --- /dev/null +++ b/Symbolic/Resources/material-icons/mark_unread_chat_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mark_unread_chat_alt.twotone.svg b/Symbolic/Resources/material-icons/mark_unread_chat_alt.twotone.svg new file mode 100644 index 0000000000..91751b33b7 --- /dev/null +++ b/Symbolic/Resources/material-icons/mark_unread_chat_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/markunread.default.svg b/Symbolic/Resources/material-icons/markunread.default.svg new file mode 100644 index 0000000000..afbd592f59 --- /dev/null +++ b/Symbolic/Resources/material-icons/markunread.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/markunread.outlined.svg b/Symbolic/Resources/material-icons/markunread.outlined.svg new file mode 100644 index 0000000000..e5ed5664ac --- /dev/null +++ b/Symbolic/Resources/material-icons/markunread.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/markunread.round.svg b/Symbolic/Resources/material-icons/markunread.round.svg new file mode 100644 index 0000000000..4552148156 --- /dev/null +++ b/Symbolic/Resources/material-icons/markunread.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/markunread.sharp.svg b/Symbolic/Resources/material-icons/markunread.sharp.svg new file mode 100644 index 0000000000..8d725fdcc8 --- /dev/null +++ b/Symbolic/Resources/material-icons/markunread.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/markunread.twotone.svg b/Symbolic/Resources/material-icons/markunread.twotone.svg new file mode 100644 index 0000000000..909f06e2d2 --- /dev/null +++ b/Symbolic/Resources/material-icons/markunread.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/markunread_mailbox.default.svg b/Symbolic/Resources/material-icons/markunread_mailbox.default.svg new file mode 100644 index 0000000000..4cbb1c0e38 --- /dev/null +++ b/Symbolic/Resources/material-icons/markunread_mailbox.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/markunread_mailbox.outlined.svg b/Symbolic/Resources/material-icons/markunread_mailbox.outlined.svg new file mode 100644 index 0000000000..bc7554b758 --- /dev/null +++ b/Symbolic/Resources/material-icons/markunread_mailbox.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/markunread_mailbox.round.svg b/Symbolic/Resources/material-icons/markunread_mailbox.round.svg new file mode 100644 index 0000000000..f8d978f10c --- /dev/null +++ b/Symbolic/Resources/material-icons/markunread_mailbox.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/markunread_mailbox.sharp.svg b/Symbolic/Resources/material-icons/markunread_mailbox.sharp.svg new file mode 100644 index 0000000000..a1279ab62d --- /dev/null +++ b/Symbolic/Resources/material-icons/markunread_mailbox.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/markunread_mailbox.twotone.svg b/Symbolic/Resources/material-icons/markunread_mailbox.twotone.svg new file mode 100644 index 0000000000..5804703506 --- /dev/null +++ b/Symbolic/Resources/material-icons/markunread_mailbox.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/masks.default.svg b/Symbolic/Resources/material-icons/masks.default.svg new file mode 100644 index 0000000000..ffb537dd79 --- /dev/null +++ b/Symbolic/Resources/material-icons/masks.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/masks.outlined.svg b/Symbolic/Resources/material-icons/masks.outlined.svg new file mode 100644 index 0000000000..2653c532af --- /dev/null +++ b/Symbolic/Resources/material-icons/masks.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/masks.round.svg b/Symbolic/Resources/material-icons/masks.round.svg new file mode 100644 index 0000000000..1215c1afb9 --- /dev/null +++ b/Symbolic/Resources/material-icons/masks.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/masks.sharp.svg b/Symbolic/Resources/material-icons/masks.sharp.svg new file mode 100644 index 0000000000..ffb537dd79 --- /dev/null +++ b/Symbolic/Resources/material-icons/masks.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/masks.twotone.svg b/Symbolic/Resources/material-icons/masks.twotone.svg new file mode 100644 index 0000000000..edd6e24b61 --- /dev/null +++ b/Symbolic/Resources/material-icons/masks.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/maximize.default.svg b/Symbolic/Resources/material-icons/maximize.default.svg new file mode 100644 index 0000000000..28e70aa3a2 --- /dev/null +++ b/Symbolic/Resources/material-icons/maximize.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/maximize.outlined.svg b/Symbolic/Resources/material-icons/maximize.outlined.svg new file mode 100644 index 0000000000..bca0e44fb5 --- /dev/null +++ b/Symbolic/Resources/material-icons/maximize.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/maximize.round.svg b/Symbolic/Resources/material-icons/maximize.round.svg new file mode 100644 index 0000000000..a445fd712f --- /dev/null +++ b/Symbolic/Resources/material-icons/maximize.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/maximize.sharp.svg b/Symbolic/Resources/material-icons/maximize.sharp.svg new file mode 100644 index 0000000000..bca0e44fb5 --- /dev/null +++ b/Symbolic/Resources/material-icons/maximize.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/maximize.twotone.svg b/Symbolic/Resources/material-icons/maximize.twotone.svg new file mode 100644 index 0000000000..bca0e44fb5 --- /dev/null +++ b/Symbolic/Resources/material-icons/maximize.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/media_bluetooth_off.default.svg b/Symbolic/Resources/material-icons/media_bluetooth_off.default.svg new file mode 100644 index 0000000000..6571b1f104 --- /dev/null +++ b/Symbolic/Resources/material-icons/media_bluetooth_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/media_bluetooth_off.outlined.svg b/Symbolic/Resources/material-icons/media_bluetooth_off.outlined.svg new file mode 100644 index 0000000000..6571b1f104 --- /dev/null +++ b/Symbolic/Resources/material-icons/media_bluetooth_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/media_bluetooth_off.round.svg b/Symbolic/Resources/material-icons/media_bluetooth_off.round.svg new file mode 100644 index 0000000000..5d5ff5d5c3 --- /dev/null +++ b/Symbolic/Resources/material-icons/media_bluetooth_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/media_bluetooth_off.sharp.svg b/Symbolic/Resources/material-icons/media_bluetooth_off.sharp.svg new file mode 100644 index 0000000000..dc60283ac8 --- /dev/null +++ b/Symbolic/Resources/material-icons/media_bluetooth_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/media_bluetooth_off.twotone.svg b/Symbolic/Resources/material-icons/media_bluetooth_off.twotone.svg new file mode 100644 index 0000000000..dc60283ac8 --- /dev/null +++ b/Symbolic/Resources/material-icons/media_bluetooth_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/media_bluetooth_on.default.svg b/Symbolic/Resources/material-icons/media_bluetooth_on.default.svg new file mode 100644 index 0000000000..7045b87642 --- /dev/null +++ b/Symbolic/Resources/material-icons/media_bluetooth_on.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/media_bluetooth_on.outlined.svg b/Symbolic/Resources/material-icons/media_bluetooth_on.outlined.svg new file mode 100644 index 0000000000..7045b87642 --- /dev/null +++ b/Symbolic/Resources/material-icons/media_bluetooth_on.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/media_bluetooth_on.round.svg b/Symbolic/Resources/material-icons/media_bluetooth_on.round.svg new file mode 100644 index 0000000000..d95e55265a --- /dev/null +++ b/Symbolic/Resources/material-icons/media_bluetooth_on.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/media_bluetooth_on.sharp.svg b/Symbolic/Resources/material-icons/media_bluetooth_on.sharp.svg new file mode 100644 index 0000000000..7045b87642 --- /dev/null +++ b/Symbolic/Resources/material-icons/media_bluetooth_on.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/media_bluetooth_on.twotone.svg b/Symbolic/Resources/material-icons/media_bluetooth_on.twotone.svg new file mode 100644 index 0000000000..7045b87642 --- /dev/null +++ b/Symbolic/Resources/material-icons/media_bluetooth_on.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mediation.default.svg b/Symbolic/Resources/material-icons/mediation.default.svg new file mode 100644 index 0000000000..83aec5e592 --- /dev/null +++ b/Symbolic/Resources/material-icons/mediation.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mediation.outlined.svg b/Symbolic/Resources/material-icons/mediation.outlined.svg new file mode 100644 index 0000000000..402583f003 --- /dev/null +++ b/Symbolic/Resources/material-icons/mediation.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mediation.round.svg b/Symbolic/Resources/material-icons/mediation.round.svg new file mode 100644 index 0000000000..85c7b8c069 --- /dev/null +++ b/Symbolic/Resources/material-icons/mediation.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mediation.sharp.svg b/Symbolic/Resources/material-icons/mediation.sharp.svg new file mode 100644 index 0000000000..9048c71870 --- /dev/null +++ b/Symbolic/Resources/material-icons/mediation.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mediation.twotone.svg b/Symbolic/Resources/material-icons/mediation.twotone.svg new file mode 100644 index 0000000000..58421488bd --- /dev/null +++ b/Symbolic/Resources/material-icons/mediation.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/medical_information.default.svg b/Symbolic/Resources/material-icons/medical_information.default.svg new file mode 100644 index 0000000000..513f52bf9d --- /dev/null +++ b/Symbolic/Resources/material-icons/medical_information.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/medical_information.outlined.svg b/Symbolic/Resources/material-icons/medical_information.outlined.svg new file mode 100644 index 0000000000..0ba8ce7265 --- /dev/null +++ b/Symbolic/Resources/material-icons/medical_information.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/medical_information.round.svg b/Symbolic/Resources/material-icons/medical_information.round.svg new file mode 100644 index 0000000000..96cf0fee90 --- /dev/null +++ b/Symbolic/Resources/material-icons/medical_information.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/medical_information.sharp.svg b/Symbolic/Resources/material-icons/medical_information.sharp.svg new file mode 100644 index 0000000000..002e513fab --- /dev/null +++ b/Symbolic/Resources/material-icons/medical_information.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/medical_information.twotone.svg b/Symbolic/Resources/material-icons/medical_information.twotone.svg new file mode 100644 index 0000000000..2b66b66292 --- /dev/null +++ b/Symbolic/Resources/material-icons/medical_information.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/medical_services.default.svg b/Symbolic/Resources/material-icons/medical_services.default.svg new file mode 100644 index 0000000000..39209c3db7 --- /dev/null +++ b/Symbolic/Resources/material-icons/medical_services.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/medical_services.outlined.svg b/Symbolic/Resources/material-icons/medical_services.outlined.svg new file mode 100644 index 0000000000..c7fd8ed85f --- /dev/null +++ b/Symbolic/Resources/material-icons/medical_services.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/medical_services.round.svg b/Symbolic/Resources/material-icons/medical_services.round.svg new file mode 100644 index 0000000000..be2c7e8a8f --- /dev/null +++ b/Symbolic/Resources/material-icons/medical_services.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/medical_services.sharp.svg b/Symbolic/Resources/material-icons/medical_services.sharp.svg new file mode 100644 index 0000000000..25219d4b16 --- /dev/null +++ b/Symbolic/Resources/material-icons/medical_services.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/medical_services.twotone.svg b/Symbolic/Resources/material-icons/medical_services.twotone.svg new file mode 100644 index 0000000000..df4f8e5270 --- /dev/null +++ b/Symbolic/Resources/material-icons/medical_services.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/medication.default.svg b/Symbolic/Resources/material-icons/medication.default.svg new file mode 100644 index 0000000000..ef527a940a --- /dev/null +++ b/Symbolic/Resources/material-icons/medication.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/medication.outlined.svg b/Symbolic/Resources/material-icons/medication.outlined.svg new file mode 100644 index 0000000000..e628e1081b --- /dev/null +++ b/Symbolic/Resources/material-icons/medication.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/medication.round.svg b/Symbolic/Resources/material-icons/medication.round.svg new file mode 100644 index 0000000000..97934a1452 --- /dev/null +++ b/Symbolic/Resources/material-icons/medication.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/medication.sharp.svg b/Symbolic/Resources/material-icons/medication.sharp.svg new file mode 100644 index 0000000000..ee4401716b --- /dev/null +++ b/Symbolic/Resources/material-icons/medication.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/medication.twotone.svg b/Symbolic/Resources/material-icons/medication.twotone.svg new file mode 100644 index 0000000000..ba9120d12d --- /dev/null +++ b/Symbolic/Resources/material-icons/medication.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/medication_liquid.default.svg b/Symbolic/Resources/material-icons/medication_liquid.default.svg new file mode 100644 index 0000000000..57edac172d --- /dev/null +++ b/Symbolic/Resources/material-icons/medication_liquid.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/medication_liquid.outlined.svg b/Symbolic/Resources/material-icons/medication_liquid.outlined.svg new file mode 100644 index 0000000000..7878bb29e6 --- /dev/null +++ b/Symbolic/Resources/material-icons/medication_liquid.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/medication_liquid.round.svg b/Symbolic/Resources/material-icons/medication_liquid.round.svg new file mode 100644 index 0000000000..89564d6ada --- /dev/null +++ b/Symbolic/Resources/material-icons/medication_liquid.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/medication_liquid.sharp.svg b/Symbolic/Resources/material-icons/medication_liquid.sharp.svg new file mode 100644 index 0000000000..4c969534d3 --- /dev/null +++ b/Symbolic/Resources/material-icons/medication_liquid.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/medication_liquid.twotone.svg b/Symbolic/Resources/material-icons/medication_liquid.twotone.svg new file mode 100644 index 0000000000..bf18c772d2 --- /dev/null +++ b/Symbolic/Resources/material-icons/medication_liquid.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/meeting_room.default.svg b/Symbolic/Resources/material-icons/meeting_room.default.svg new file mode 100644 index 0000000000..9149439940 --- /dev/null +++ b/Symbolic/Resources/material-icons/meeting_room.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/meeting_room.outlined.svg b/Symbolic/Resources/material-icons/meeting_room.outlined.svg new file mode 100644 index 0000000000..cd5724e93c --- /dev/null +++ b/Symbolic/Resources/material-icons/meeting_room.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/meeting_room.round.svg b/Symbolic/Resources/material-icons/meeting_room.round.svg new file mode 100644 index 0000000000..eaf1707870 --- /dev/null +++ b/Symbolic/Resources/material-icons/meeting_room.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/meeting_room.sharp.svg b/Symbolic/Resources/material-icons/meeting_room.sharp.svg new file mode 100644 index 0000000000..5f1e799d6e --- /dev/null +++ b/Symbolic/Resources/material-icons/meeting_room.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/meeting_room.twotone.svg b/Symbolic/Resources/material-icons/meeting_room.twotone.svg new file mode 100644 index 0000000000..fb6fef7feb --- /dev/null +++ b/Symbolic/Resources/material-icons/meeting_room.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/memory.default.svg b/Symbolic/Resources/material-icons/memory.default.svg new file mode 100644 index 0000000000..be70cb999f --- /dev/null +++ b/Symbolic/Resources/material-icons/memory.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/memory.outlined.svg b/Symbolic/Resources/material-icons/memory.outlined.svg new file mode 100644 index 0000000000..587fe3101b --- /dev/null +++ b/Symbolic/Resources/material-icons/memory.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/memory.round.svg b/Symbolic/Resources/material-icons/memory.round.svg new file mode 100644 index 0000000000..0e5a34a020 --- /dev/null +++ b/Symbolic/Resources/material-icons/memory.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/memory.sharp.svg b/Symbolic/Resources/material-icons/memory.sharp.svg new file mode 100644 index 0000000000..12849ff983 --- /dev/null +++ b/Symbolic/Resources/material-icons/memory.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/memory.twotone.svg b/Symbolic/Resources/material-icons/memory.twotone.svg new file mode 100644 index 0000000000..a11bf14474 --- /dev/null +++ b/Symbolic/Resources/material-icons/memory.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/menu.default.svg b/Symbolic/Resources/material-icons/menu.default.svg new file mode 100644 index 0000000000..d619475037 --- /dev/null +++ b/Symbolic/Resources/material-icons/menu.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/menu.outlined.svg b/Symbolic/Resources/material-icons/menu.outlined.svg new file mode 100644 index 0000000000..8525078d56 --- /dev/null +++ b/Symbolic/Resources/material-icons/menu.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/menu.round.svg b/Symbolic/Resources/material-icons/menu.round.svg new file mode 100644 index 0000000000..04594d8506 --- /dev/null +++ b/Symbolic/Resources/material-icons/menu.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/menu.sharp.svg b/Symbolic/Resources/material-icons/menu.sharp.svg new file mode 100644 index 0000000000..8525078d56 --- /dev/null +++ b/Symbolic/Resources/material-icons/menu.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/menu.twotone.svg b/Symbolic/Resources/material-icons/menu.twotone.svg new file mode 100644 index 0000000000..8525078d56 --- /dev/null +++ b/Symbolic/Resources/material-icons/menu.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/menu_book.default.svg b/Symbolic/Resources/material-icons/menu_book.default.svg new file mode 100644 index 0000000000..16ab972208 --- /dev/null +++ b/Symbolic/Resources/material-icons/menu_book.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/menu_book.outlined.svg b/Symbolic/Resources/material-icons/menu_book.outlined.svg new file mode 100644 index 0000000000..16ab972208 --- /dev/null +++ b/Symbolic/Resources/material-icons/menu_book.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/menu_book.round.svg b/Symbolic/Resources/material-icons/menu_book.round.svg new file mode 100644 index 0000000000..ac7679fdbf --- /dev/null +++ b/Symbolic/Resources/material-icons/menu_book.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/menu_book.sharp.svg b/Symbolic/Resources/material-icons/menu_book.sharp.svg new file mode 100644 index 0000000000..a4b160e3d8 --- /dev/null +++ b/Symbolic/Resources/material-icons/menu_book.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/menu_book.twotone.svg b/Symbolic/Resources/material-icons/menu_book.twotone.svg new file mode 100644 index 0000000000..868da32080 --- /dev/null +++ b/Symbolic/Resources/material-icons/menu_book.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/menu_open.default.svg b/Symbolic/Resources/material-icons/menu_open.default.svg new file mode 100644 index 0000000000..a0dd536cde --- /dev/null +++ b/Symbolic/Resources/material-icons/menu_open.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/menu_open.outlined.svg b/Symbolic/Resources/material-icons/menu_open.outlined.svg new file mode 100644 index 0000000000..18418f6058 --- /dev/null +++ b/Symbolic/Resources/material-icons/menu_open.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/menu_open.round.svg b/Symbolic/Resources/material-icons/menu_open.round.svg new file mode 100644 index 0000000000..cd79b204bd --- /dev/null +++ b/Symbolic/Resources/material-icons/menu_open.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/menu_open.sharp.svg b/Symbolic/Resources/material-icons/menu_open.sharp.svg new file mode 100644 index 0000000000..18418f6058 --- /dev/null +++ b/Symbolic/Resources/material-icons/menu_open.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/menu_open.twotone.svg b/Symbolic/Resources/material-icons/menu_open.twotone.svg new file mode 100644 index 0000000000..18418f6058 --- /dev/null +++ b/Symbolic/Resources/material-icons/menu_open.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/merge.default.svg b/Symbolic/Resources/material-icons/merge.default.svg new file mode 100644 index 0000000000..9e3f69bda2 --- /dev/null +++ b/Symbolic/Resources/material-icons/merge.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/merge.outlined.svg b/Symbolic/Resources/material-icons/merge.outlined.svg new file mode 100644 index 0000000000..9e3f69bda2 --- /dev/null +++ b/Symbolic/Resources/material-icons/merge.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/merge.round.svg b/Symbolic/Resources/material-icons/merge.round.svg new file mode 100644 index 0000000000..76a562b930 --- /dev/null +++ b/Symbolic/Resources/material-icons/merge.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/merge.sharp.svg b/Symbolic/Resources/material-icons/merge.sharp.svg new file mode 100644 index 0000000000..9e3f69bda2 --- /dev/null +++ b/Symbolic/Resources/material-icons/merge.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/merge.twotone.svg b/Symbolic/Resources/material-icons/merge.twotone.svg new file mode 100644 index 0000000000..9e3f69bda2 --- /dev/null +++ b/Symbolic/Resources/material-icons/merge.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/merge_type.default.svg b/Symbolic/Resources/material-icons/merge_type.default.svg new file mode 100644 index 0000000000..8faab53040 --- /dev/null +++ b/Symbolic/Resources/material-icons/merge_type.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/merge_type.outlined.svg b/Symbolic/Resources/material-icons/merge_type.outlined.svg new file mode 100644 index 0000000000..fde107fd1f --- /dev/null +++ b/Symbolic/Resources/material-icons/merge_type.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/merge_type.round.svg b/Symbolic/Resources/material-icons/merge_type.round.svg new file mode 100644 index 0000000000..644068bcfe --- /dev/null +++ b/Symbolic/Resources/material-icons/merge_type.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/merge_type.sharp.svg b/Symbolic/Resources/material-icons/merge_type.sharp.svg new file mode 100644 index 0000000000..d95c9ccf97 --- /dev/null +++ b/Symbolic/Resources/material-icons/merge_type.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/merge_type.twotone.svg b/Symbolic/Resources/material-icons/merge_type.twotone.svg new file mode 100644 index 0000000000..58ec9b08ac --- /dev/null +++ b/Symbolic/Resources/material-icons/merge_type.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/message.default.svg b/Symbolic/Resources/material-icons/message.default.svg new file mode 100644 index 0000000000..fcec8bec97 --- /dev/null +++ b/Symbolic/Resources/material-icons/message.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/message.outlined.svg b/Symbolic/Resources/material-icons/message.outlined.svg new file mode 100644 index 0000000000..8c09eb0ca9 --- /dev/null +++ b/Symbolic/Resources/material-icons/message.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/message.round.svg b/Symbolic/Resources/material-icons/message.round.svg new file mode 100644 index 0000000000..bb6e7c5d56 --- /dev/null +++ b/Symbolic/Resources/material-icons/message.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/message.sharp.svg b/Symbolic/Resources/material-icons/message.sharp.svg new file mode 100644 index 0000000000..ad0ce054d4 --- /dev/null +++ b/Symbolic/Resources/material-icons/message.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/message.twotone.svg b/Symbolic/Resources/material-icons/message.twotone.svg new file mode 100644 index 0000000000..8bac4f67ab --- /dev/null +++ b/Symbolic/Resources/material-icons/message.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mic.default.svg b/Symbolic/Resources/material-icons/mic.default.svg new file mode 100644 index 0000000000..56e1a13b40 --- /dev/null +++ b/Symbolic/Resources/material-icons/mic.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mic.outlined.svg b/Symbolic/Resources/material-icons/mic.outlined.svg new file mode 100644 index 0000000000..c689263b52 --- /dev/null +++ b/Symbolic/Resources/material-icons/mic.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mic.round.svg b/Symbolic/Resources/material-icons/mic.round.svg new file mode 100644 index 0000000000..31de658f79 --- /dev/null +++ b/Symbolic/Resources/material-icons/mic.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mic.sharp.svg b/Symbolic/Resources/material-icons/mic.sharp.svg new file mode 100644 index 0000000000..e91ef302c7 --- /dev/null +++ b/Symbolic/Resources/material-icons/mic.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mic.twotone.svg b/Symbolic/Resources/material-icons/mic.twotone.svg new file mode 100644 index 0000000000..0f3c988ef3 --- /dev/null +++ b/Symbolic/Resources/material-icons/mic.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mic_external_off.default.svg b/Symbolic/Resources/material-icons/mic_external_off.default.svg new file mode 100644 index 0000000000..5537b62aba --- /dev/null +++ b/Symbolic/Resources/material-icons/mic_external_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mic_external_off.outlined.svg b/Symbolic/Resources/material-icons/mic_external_off.outlined.svg new file mode 100644 index 0000000000..7283d8ad3f --- /dev/null +++ b/Symbolic/Resources/material-icons/mic_external_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mic_external_off.round.svg b/Symbolic/Resources/material-icons/mic_external_off.round.svg new file mode 100644 index 0000000000..d7b22f4888 --- /dev/null +++ b/Symbolic/Resources/material-icons/mic_external_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mic_external_off.sharp.svg b/Symbolic/Resources/material-icons/mic_external_off.sharp.svg new file mode 100644 index 0000000000..900ffbb2f2 --- /dev/null +++ b/Symbolic/Resources/material-icons/mic_external_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mic_external_off.twotone.svg b/Symbolic/Resources/material-icons/mic_external_off.twotone.svg new file mode 100644 index 0000000000..63228b0546 --- /dev/null +++ b/Symbolic/Resources/material-icons/mic_external_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mic_external_on.default.svg b/Symbolic/Resources/material-icons/mic_external_on.default.svg new file mode 100644 index 0000000000..598679db16 --- /dev/null +++ b/Symbolic/Resources/material-icons/mic_external_on.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mic_external_on.outlined.svg b/Symbolic/Resources/material-icons/mic_external_on.outlined.svg new file mode 100644 index 0000000000..f8c001c934 --- /dev/null +++ b/Symbolic/Resources/material-icons/mic_external_on.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mic_external_on.round.svg b/Symbolic/Resources/material-icons/mic_external_on.round.svg new file mode 100644 index 0000000000..cff86dfc84 --- /dev/null +++ b/Symbolic/Resources/material-icons/mic_external_on.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mic_external_on.sharp.svg b/Symbolic/Resources/material-icons/mic_external_on.sharp.svg new file mode 100644 index 0000000000..4e77312cc3 --- /dev/null +++ b/Symbolic/Resources/material-icons/mic_external_on.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mic_external_on.twotone.svg b/Symbolic/Resources/material-icons/mic_external_on.twotone.svg new file mode 100644 index 0000000000..57ed9114df --- /dev/null +++ b/Symbolic/Resources/material-icons/mic_external_on.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mic_none.default.svg b/Symbolic/Resources/material-icons/mic_none.default.svg new file mode 100644 index 0000000000..007de92630 --- /dev/null +++ b/Symbolic/Resources/material-icons/mic_none.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mic_none.outlined.svg b/Symbolic/Resources/material-icons/mic_none.outlined.svg new file mode 100644 index 0000000000..3338da1a8f --- /dev/null +++ b/Symbolic/Resources/material-icons/mic_none.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mic_none.round.svg b/Symbolic/Resources/material-icons/mic_none.round.svg new file mode 100644 index 0000000000..2f3389ed09 --- /dev/null +++ b/Symbolic/Resources/material-icons/mic_none.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mic_none.sharp.svg b/Symbolic/Resources/material-icons/mic_none.sharp.svg new file mode 100644 index 0000000000..3338da1a8f --- /dev/null +++ b/Symbolic/Resources/material-icons/mic_none.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mic_none.twotone.svg b/Symbolic/Resources/material-icons/mic_none.twotone.svg new file mode 100644 index 0000000000..673ede1ed0 --- /dev/null +++ b/Symbolic/Resources/material-icons/mic_none.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mic_off.default.svg b/Symbolic/Resources/material-icons/mic_off.default.svg new file mode 100644 index 0000000000..2d7e121d6c --- /dev/null +++ b/Symbolic/Resources/material-icons/mic_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mic_off.outlined.svg b/Symbolic/Resources/material-icons/mic_off.outlined.svg new file mode 100644 index 0000000000..727a1fdf91 --- /dev/null +++ b/Symbolic/Resources/material-icons/mic_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mic_off.round.svg b/Symbolic/Resources/material-icons/mic_off.round.svg new file mode 100644 index 0000000000..4079465123 --- /dev/null +++ b/Symbolic/Resources/material-icons/mic_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mic_off.sharp.svg b/Symbolic/Resources/material-icons/mic_off.sharp.svg new file mode 100644 index 0000000000..b5aabea516 --- /dev/null +++ b/Symbolic/Resources/material-icons/mic_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mic_off.twotone.svg b/Symbolic/Resources/material-icons/mic_off.twotone.svg new file mode 100644 index 0000000000..189c03cd15 --- /dev/null +++ b/Symbolic/Resources/material-icons/mic_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/microwave.default.svg b/Symbolic/Resources/material-icons/microwave.default.svg new file mode 100644 index 0000000000..c93d826ce9 --- /dev/null +++ b/Symbolic/Resources/material-icons/microwave.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/microwave.outlined.svg b/Symbolic/Resources/material-icons/microwave.outlined.svg new file mode 100644 index 0000000000..9a18d65112 --- /dev/null +++ b/Symbolic/Resources/material-icons/microwave.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/microwave.round.svg b/Symbolic/Resources/material-icons/microwave.round.svg new file mode 100644 index 0000000000..2a92b236fb --- /dev/null +++ b/Symbolic/Resources/material-icons/microwave.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/microwave.sharp.svg b/Symbolic/Resources/material-icons/microwave.sharp.svg new file mode 100644 index 0000000000..1be74ff370 --- /dev/null +++ b/Symbolic/Resources/material-icons/microwave.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/microwave.twotone.svg b/Symbolic/Resources/material-icons/microwave.twotone.svg new file mode 100644 index 0000000000..c4abf77e4e --- /dev/null +++ b/Symbolic/Resources/material-icons/microwave.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/military_tech.default.svg b/Symbolic/Resources/material-icons/military_tech.default.svg new file mode 100644 index 0000000000..70db0993e7 --- /dev/null +++ b/Symbolic/Resources/material-icons/military_tech.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/military_tech.outlined.svg b/Symbolic/Resources/material-icons/military_tech.outlined.svg new file mode 100644 index 0000000000..b402743283 --- /dev/null +++ b/Symbolic/Resources/material-icons/military_tech.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/military_tech.round.svg b/Symbolic/Resources/material-icons/military_tech.round.svg new file mode 100644 index 0000000000..03761371bc --- /dev/null +++ b/Symbolic/Resources/material-icons/military_tech.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/military_tech.sharp.svg b/Symbolic/Resources/material-icons/military_tech.sharp.svg new file mode 100644 index 0000000000..1c6497ae85 --- /dev/null +++ b/Symbolic/Resources/material-icons/military_tech.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/military_tech.twotone.svg b/Symbolic/Resources/material-icons/military_tech.twotone.svg new file mode 100644 index 0000000000..04a89e521f --- /dev/null +++ b/Symbolic/Resources/material-icons/military_tech.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/minimize.default.svg b/Symbolic/Resources/material-icons/minimize.default.svg new file mode 100644 index 0000000000..3f1551f907 --- /dev/null +++ b/Symbolic/Resources/material-icons/minimize.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/minimize.outlined.svg b/Symbolic/Resources/material-icons/minimize.outlined.svg new file mode 100644 index 0000000000..f8b597d87c --- /dev/null +++ b/Symbolic/Resources/material-icons/minimize.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/minimize.round.svg b/Symbolic/Resources/material-icons/minimize.round.svg new file mode 100644 index 0000000000..70d0a13e71 --- /dev/null +++ b/Symbolic/Resources/material-icons/minimize.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/minimize.sharp.svg b/Symbolic/Resources/material-icons/minimize.sharp.svg new file mode 100644 index 0000000000..f8b597d87c --- /dev/null +++ b/Symbolic/Resources/material-icons/minimize.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/minimize.twotone.svg b/Symbolic/Resources/material-icons/minimize.twotone.svg new file mode 100644 index 0000000000..f8b597d87c --- /dev/null +++ b/Symbolic/Resources/material-icons/minimize.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/minor_crash.default.svg b/Symbolic/Resources/material-icons/minor_crash.default.svg new file mode 100644 index 0000000000..f806d5f275 --- /dev/null +++ b/Symbolic/Resources/material-icons/minor_crash.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/minor_crash.outlined.svg b/Symbolic/Resources/material-icons/minor_crash.outlined.svg new file mode 100644 index 0000000000..13f10c56a1 --- /dev/null +++ b/Symbolic/Resources/material-icons/minor_crash.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/minor_crash.round.svg b/Symbolic/Resources/material-icons/minor_crash.round.svg new file mode 100644 index 0000000000..b548afc240 --- /dev/null +++ b/Symbolic/Resources/material-icons/minor_crash.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/minor_crash.sharp.svg b/Symbolic/Resources/material-icons/minor_crash.sharp.svg new file mode 100644 index 0000000000..ab31580e8a --- /dev/null +++ b/Symbolic/Resources/material-icons/minor_crash.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/minor_crash.twotone.svg b/Symbolic/Resources/material-icons/minor_crash.twotone.svg new file mode 100644 index 0000000000..fc814251e6 --- /dev/null +++ b/Symbolic/Resources/material-icons/minor_crash.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/miscellaneous_services.default.svg b/Symbolic/Resources/material-icons/miscellaneous_services.default.svg new file mode 100644 index 0000000000..eede261a8d --- /dev/null +++ b/Symbolic/Resources/material-icons/miscellaneous_services.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/miscellaneous_services.outlined.svg b/Symbolic/Resources/material-icons/miscellaneous_services.outlined.svg new file mode 100644 index 0000000000..eede261a8d --- /dev/null +++ b/Symbolic/Resources/material-icons/miscellaneous_services.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/miscellaneous_services.round.svg b/Symbolic/Resources/material-icons/miscellaneous_services.round.svg new file mode 100644 index 0000000000..1ce13058e6 --- /dev/null +++ b/Symbolic/Resources/material-icons/miscellaneous_services.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/miscellaneous_services.sharp.svg b/Symbolic/Resources/material-icons/miscellaneous_services.sharp.svg new file mode 100644 index 0000000000..060ad1ca6f --- /dev/null +++ b/Symbolic/Resources/material-icons/miscellaneous_services.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/miscellaneous_services.twotone.svg b/Symbolic/Resources/material-icons/miscellaneous_services.twotone.svg new file mode 100644 index 0000000000..eede261a8d --- /dev/null +++ b/Symbolic/Resources/material-icons/miscellaneous_services.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/missed_video_call.default.svg b/Symbolic/Resources/material-icons/missed_video_call.default.svg new file mode 100644 index 0000000000..ecf3d8c663 --- /dev/null +++ b/Symbolic/Resources/material-icons/missed_video_call.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/missed_video_call.outlined.svg b/Symbolic/Resources/material-icons/missed_video_call.outlined.svg new file mode 100644 index 0000000000..458754f947 --- /dev/null +++ b/Symbolic/Resources/material-icons/missed_video_call.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/missed_video_call.round.svg b/Symbolic/Resources/material-icons/missed_video_call.round.svg new file mode 100644 index 0000000000..94fa77b4ed --- /dev/null +++ b/Symbolic/Resources/material-icons/missed_video_call.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/missed_video_call.sharp.svg b/Symbolic/Resources/material-icons/missed_video_call.sharp.svg new file mode 100644 index 0000000000..2c6e67e022 --- /dev/null +++ b/Symbolic/Resources/material-icons/missed_video_call.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/missed_video_call.twotone.svg b/Symbolic/Resources/material-icons/missed_video_call.twotone.svg new file mode 100644 index 0000000000..e502b23991 --- /dev/null +++ b/Symbolic/Resources/material-icons/missed_video_call.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mms.default.svg b/Symbolic/Resources/material-icons/mms.default.svg new file mode 100644 index 0000000000..6d21716665 --- /dev/null +++ b/Symbolic/Resources/material-icons/mms.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mms.outlined.svg b/Symbolic/Resources/material-icons/mms.outlined.svg new file mode 100644 index 0000000000..b58ec434e3 --- /dev/null +++ b/Symbolic/Resources/material-icons/mms.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mms.round.svg b/Symbolic/Resources/material-icons/mms.round.svg new file mode 100644 index 0000000000..a55ee1d156 --- /dev/null +++ b/Symbolic/Resources/material-icons/mms.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mms.sharp.svg b/Symbolic/Resources/material-icons/mms.sharp.svg new file mode 100644 index 0000000000..086aa3c2d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/mms.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mms.twotone.svg b/Symbolic/Resources/material-icons/mms.twotone.svg new file mode 100644 index 0000000000..2016623306 --- /dev/null +++ b/Symbolic/Resources/material-icons/mms.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mobile_friendly.default.svg b/Symbolic/Resources/material-icons/mobile_friendly.default.svg new file mode 100644 index 0000000000..9bf6625e48 --- /dev/null +++ b/Symbolic/Resources/material-icons/mobile_friendly.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mobile_friendly.outlined.svg b/Symbolic/Resources/material-icons/mobile_friendly.outlined.svg new file mode 100644 index 0000000000..295262e499 --- /dev/null +++ b/Symbolic/Resources/material-icons/mobile_friendly.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mobile_friendly.round.svg b/Symbolic/Resources/material-icons/mobile_friendly.round.svg new file mode 100644 index 0000000000..e98b1e41c7 --- /dev/null +++ b/Symbolic/Resources/material-icons/mobile_friendly.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mobile_friendly.sharp.svg b/Symbolic/Resources/material-icons/mobile_friendly.sharp.svg new file mode 100644 index 0000000000..09da603227 --- /dev/null +++ b/Symbolic/Resources/material-icons/mobile_friendly.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mobile_friendly.twotone.svg b/Symbolic/Resources/material-icons/mobile_friendly.twotone.svg new file mode 100644 index 0000000000..295262e499 --- /dev/null +++ b/Symbolic/Resources/material-icons/mobile_friendly.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mobile_off.default.svg b/Symbolic/Resources/material-icons/mobile_off.default.svg new file mode 100644 index 0000000000..f264348982 --- /dev/null +++ b/Symbolic/Resources/material-icons/mobile_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mobile_off.outlined.svg b/Symbolic/Resources/material-icons/mobile_off.outlined.svg new file mode 100644 index 0000000000..4e732d3ac9 --- /dev/null +++ b/Symbolic/Resources/material-icons/mobile_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mobile_off.round.svg b/Symbolic/Resources/material-icons/mobile_off.round.svg new file mode 100644 index 0000000000..df9181f7a6 --- /dev/null +++ b/Symbolic/Resources/material-icons/mobile_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mobile_off.sharp.svg b/Symbolic/Resources/material-icons/mobile_off.sharp.svg new file mode 100644 index 0000000000..a58ce9ba63 --- /dev/null +++ b/Symbolic/Resources/material-icons/mobile_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mobile_off.twotone.svg b/Symbolic/Resources/material-icons/mobile_off.twotone.svg new file mode 100644 index 0000000000..4e732d3ac9 --- /dev/null +++ b/Symbolic/Resources/material-icons/mobile_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mobile_screen_share.default.svg b/Symbolic/Resources/material-icons/mobile_screen_share.default.svg new file mode 100644 index 0000000000..688afc35bf --- /dev/null +++ b/Symbolic/Resources/material-icons/mobile_screen_share.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mobile_screen_share.outlined.svg b/Symbolic/Resources/material-icons/mobile_screen_share.outlined.svg new file mode 100644 index 0000000000..a645da5e52 --- /dev/null +++ b/Symbolic/Resources/material-icons/mobile_screen_share.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mobile_screen_share.round.svg b/Symbolic/Resources/material-icons/mobile_screen_share.round.svg new file mode 100644 index 0000000000..a3ceab1f52 --- /dev/null +++ b/Symbolic/Resources/material-icons/mobile_screen_share.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mobile_screen_share.sharp.svg b/Symbolic/Resources/material-icons/mobile_screen_share.sharp.svg new file mode 100644 index 0000000000..63954a190a --- /dev/null +++ b/Symbolic/Resources/material-icons/mobile_screen_share.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mobile_screen_share.twotone.svg b/Symbolic/Resources/material-icons/mobile_screen_share.twotone.svg new file mode 100644 index 0000000000..dc8e0fc7c6 --- /dev/null +++ b/Symbolic/Resources/material-icons/mobile_screen_share.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mobiledata_off.default.svg b/Symbolic/Resources/material-icons/mobiledata_off.default.svg new file mode 100644 index 0000000000..5c08e98be1 --- /dev/null +++ b/Symbolic/Resources/material-icons/mobiledata_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mobiledata_off.outlined.svg b/Symbolic/Resources/material-icons/mobiledata_off.outlined.svg new file mode 100644 index 0000000000..2fe70a5df6 --- /dev/null +++ b/Symbolic/Resources/material-icons/mobiledata_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mobiledata_off.round.svg b/Symbolic/Resources/material-icons/mobiledata_off.round.svg new file mode 100644 index 0000000000..665bb2213b --- /dev/null +++ b/Symbolic/Resources/material-icons/mobiledata_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mobiledata_off.sharp.svg b/Symbolic/Resources/material-icons/mobiledata_off.sharp.svg new file mode 100644 index 0000000000..5c08e98be1 --- /dev/null +++ b/Symbolic/Resources/material-icons/mobiledata_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mobiledata_off.twotone.svg b/Symbolic/Resources/material-icons/mobiledata_off.twotone.svg new file mode 100644 index 0000000000..5c08e98be1 --- /dev/null +++ b/Symbolic/Resources/material-icons/mobiledata_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode.default.svg b/Symbolic/Resources/material-icons/mode.default.svg new file mode 100644 index 0000000000..1c85a47aa6 --- /dev/null +++ b/Symbolic/Resources/material-icons/mode.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode.outlined.svg b/Symbolic/Resources/material-icons/mode.outlined.svg new file mode 100644 index 0000000000..bf7a7ba46f --- /dev/null +++ b/Symbolic/Resources/material-icons/mode.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode.round.svg b/Symbolic/Resources/material-icons/mode.round.svg new file mode 100644 index 0000000000..9c51aeddfc --- /dev/null +++ b/Symbolic/Resources/material-icons/mode.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode.sharp.svg b/Symbolic/Resources/material-icons/mode.sharp.svg new file mode 100644 index 0000000000..cba493a629 --- /dev/null +++ b/Symbolic/Resources/material-icons/mode.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode.twotone.svg b/Symbolic/Resources/material-icons/mode.twotone.svg new file mode 100644 index 0000000000..2e696965b2 --- /dev/null +++ b/Symbolic/Resources/material-icons/mode.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode_comment.default.svg b/Symbolic/Resources/material-icons/mode_comment.default.svg new file mode 100644 index 0000000000..b11c47e841 --- /dev/null +++ b/Symbolic/Resources/material-icons/mode_comment.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode_comment.outlined.svg b/Symbolic/Resources/material-icons/mode_comment.outlined.svg new file mode 100644 index 0000000000..a6c1e09950 --- /dev/null +++ b/Symbolic/Resources/material-icons/mode_comment.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode_comment.round.svg b/Symbolic/Resources/material-icons/mode_comment.round.svg new file mode 100644 index 0000000000..10902dace0 --- /dev/null +++ b/Symbolic/Resources/material-icons/mode_comment.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode_comment.sharp.svg b/Symbolic/Resources/material-icons/mode_comment.sharp.svg new file mode 100644 index 0000000000..87717da961 --- /dev/null +++ b/Symbolic/Resources/material-icons/mode_comment.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode_comment.twotone.svg b/Symbolic/Resources/material-icons/mode_comment.twotone.svg new file mode 100644 index 0000000000..8bd5d0570b --- /dev/null +++ b/Symbolic/Resources/material-icons/mode_comment.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode_edit.default.svg b/Symbolic/Resources/material-icons/mode_edit.default.svg new file mode 100644 index 0000000000..a4b3c9f6b7 --- /dev/null +++ b/Symbolic/Resources/material-icons/mode_edit.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode_edit.outlined.svg b/Symbolic/Resources/material-icons/mode_edit.outlined.svg new file mode 100644 index 0000000000..2e28590205 --- /dev/null +++ b/Symbolic/Resources/material-icons/mode_edit.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode_edit.round.svg b/Symbolic/Resources/material-icons/mode_edit.round.svg new file mode 100644 index 0000000000..06fbe4c3c8 --- /dev/null +++ b/Symbolic/Resources/material-icons/mode_edit.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode_edit.sharp.svg b/Symbolic/Resources/material-icons/mode_edit.sharp.svg new file mode 100644 index 0000000000..b3e2786a88 --- /dev/null +++ b/Symbolic/Resources/material-icons/mode_edit.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode_edit.twotone.svg b/Symbolic/Resources/material-icons/mode_edit.twotone.svg new file mode 100644 index 0000000000..93e860c9ac --- /dev/null +++ b/Symbolic/Resources/material-icons/mode_edit.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode_edit_outline.default.svg b/Symbolic/Resources/material-icons/mode_edit_outline.default.svg new file mode 100644 index 0000000000..1c85a47aa6 --- /dev/null +++ b/Symbolic/Resources/material-icons/mode_edit_outline.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode_edit_outline.outlined.svg b/Symbolic/Resources/material-icons/mode_edit_outline.outlined.svg new file mode 100644 index 0000000000..2e28590205 --- /dev/null +++ b/Symbolic/Resources/material-icons/mode_edit_outline.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode_edit_outline.round.svg b/Symbolic/Resources/material-icons/mode_edit_outline.round.svg new file mode 100644 index 0000000000..06fbe4c3c8 --- /dev/null +++ b/Symbolic/Resources/material-icons/mode_edit_outline.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode_edit_outline.sharp.svg b/Symbolic/Resources/material-icons/mode_edit_outline.sharp.svg new file mode 100644 index 0000000000..b3e2786a88 --- /dev/null +++ b/Symbolic/Resources/material-icons/mode_edit_outline.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode_edit_outline.twotone.svg b/Symbolic/Resources/material-icons/mode_edit_outline.twotone.svg new file mode 100644 index 0000000000..93e860c9ac --- /dev/null +++ b/Symbolic/Resources/material-icons/mode_edit_outline.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode_fan_off.default.svg b/Symbolic/Resources/material-icons/mode_fan_off.default.svg new file mode 100644 index 0000000000..9ab9bc3792 --- /dev/null +++ b/Symbolic/Resources/material-icons/mode_fan_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode_fan_off.outlined.svg b/Symbolic/Resources/material-icons/mode_fan_off.outlined.svg new file mode 100644 index 0000000000..de5fe34e9f --- /dev/null +++ b/Symbolic/Resources/material-icons/mode_fan_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode_fan_off.round.svg b/Symbolic/Resources/material-icons/mode_fan_off.round.svg new file mode 100644 index 0000000000..9c0977690d --- /dev/null +++ b/Symbolic/Resources/material-icons/mode_fan_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode_fan_off.sharp.svg b/Symbolic/Resources/material-icons/mode_fan_off.sharp.svg new file mode 100644 index 0000000000..9ab9bc3792 --- /dev/null +++ b/Symbolic/Resources/material-icons/mode_fan_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode_fan_off.twotone.svg b/Symbolic/Resources/material-icons/mode_fan_off.twotone.svg new file mode 100644 index 0000000000..0c658b040c --- /dev/null +++ b/Symbolic/Resources/material-icons/mode_fan_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode_night.default.svg b/Symbolic/Resources/material-icons/mode_night.default.svg new file mode 100644 index 0000000000..205f09abe9 --- /dev/null +++ b/Symbolic/Resources/material-icons/mode_night.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode_night.outlined.svg b/Symbolic/Resources/material-icons/mode_night.outlined.svg new file mode 100644 index 0000000000..4efd50f42e --- /dev/null +++ b/Symbolic/Resources/material-icons/mode_night.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode_night.round.svg b/Symbolic/Resources/material-icons/mode_night.round.svg new file mode 100644 index 0000000000..d68ca81de5 --- /dev/null +++ b/Symbolic/Resources/material-icons/mode_night.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode_night.sharp.svg b/Symbolic/Resources/material-icons/mode_night.sharp.svg new file mode 100644 index 0000000000..205f09abe9 --- /dev/null +++ b/Symbolic/Resources/material-icons/mode_night.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode_night.twotone.svg b/Symbolic/Resources/material-icons/mode_night.twotone.svg new file mode 100644 index 0000000000..c32c542d88 --- /dev/null +++ b/Symbolic/Resources/material-icons/mode_night.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode_of_travel.default.svg b/Symbolic/Resources/material-icons/mode_of_travel.default.svg new file mode 100644 index 0000000000..ef1fcc15ec --- /dev/null +++ b/Symbolic/Resources/material-icons/mode_of_travel.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode_of_travel.outlined.svg b/Symbolic/Resources/material-icons/mode_of_travel.outlined.svg new file mode 100644 index 0000000000..d0f521cf14 --- /dev/null +++ b/Symbolic/Resources/material-icons/mode_of_travel.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode_of_travel.round.svg b/Symbolic/Resources/material-icons/mode_of_travel.round.svg new file mode 100644 index 0000000000..956dcafb49 --- /dev/null +++ b/Symbolic/Resources/material-icons/mode_of_travel.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode_of_travel.sharp.svg b/Symbolic/Resources/material-icons/mode_of_travel.sharp.svg new file mode 100644 index 0000000000..ef1fcc15ec --- /dev/null +++ b/Symbolic/Resources/material-icons/mode_of_travel.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode_of_travel.twotone.svg b/Symbolic/Resources/material-icons/mode_of_travel.twotone.svg new file mode 100644 index 0000000000..ef1fcc15ec --- /dev/null +++ b/Symbolic/Resources/material-icons/mode_of_travel.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode_standby.default.svg b/Symbolic/Resources/material-icons/mode_standby.default.svg new file mode 100644 index 0000000000..17e3654c7d --- /dev/null +++ b/Symbolic/Resources/material-icons/mode_standby.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode_standby.outlined.svg b/Symbolic/Resources/material-icons/mode_standby.outlined.svg new file mode 100644 index 0000000000..17e3654c7d --- /dev/null +++ b/Symbolic/Resources/material-icons/mode_standby.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode_standby.round.svg b/Symbolic/Resources/material-icons/mode_standby.round.svg new file mode 100644 index 0000000000..17e3654c7d --- /dev/null +++ b/Symbolic/Resources/material-icons/mode_standby.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode_standby.sharp.svg b/Symbolic/Resources/material-icons/mode_standby.sharp.svg new file mode 100644 index 0000000000..17e3654c7d --- /dev/null +++ b/Symbolic/Resources/material-icons/mode_standby.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mode_standby.twotone.svg b/Symbolic/Resources/material-icons/mode_standby.twotone.svg new file mode 100644 index 0000000000..17e3654c7d --- /dev/null +++ b/Symbolic/Resources/material-icons/mode_standby.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/model_training.default.svg b/Symbolic/Resources/material-icons/model_training.default.svg new file mode 100644 index 0000000000..42a75dbd37 --- /dev/null +++ b/Symbolic/Resources/material-icons/model_training.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/model_training.outlined.svg b/Symbolic/Resources/material-icons/model_training.outlined.svg new file mode 100644 index 0000000000..42a75dbd37 --- /dev/null +++ b/Symbolic/Resources/material-icons/model_training.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/model_training.round.svg b/Symbolic/Resources/material-icons/model_training.round.svg new file mode 100644 index 0000000000..2fe93cbd71 --- /dev/null +++ b/Symbolic/Resources/material-icons/model_training.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/model_training.sharp.svg b/Symbolic/Resources/material-icons/model_training.sharp.svg new file mode 100644 index 0000000000..42a75dbd37 --- /dev/null +++ b/Symbolic/Resources/material-icons/model_training.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/model_training.twotone.svg b/Symbolic/Resources/material-icons/model_training.twotone.svg new file mode 100644 index 0000000000..42a75dbd37 --- /dev/null +++ b/Symbolic/Resources/material-icons/model_training.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/monetization_on.default.svg b/Symbolic/Resources/material-icons/monetization_on.default.svg new file mode 100644 index 0000000000..36be9937e0 --- /dev/null +++ b/Symbolic/Resources/material-icons/monetization_on.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/monetization_on.outlined.svg b/Symbolic/Resources/material-icons/monetization_on.outlined.svg new file mode 100644 index 0000000000..a7f26d7dca --- /dev/null +++ b/Symbolic/Resources/material-icons/monetization_on.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/monetization_on.round.svg b/Symbolic/Resources/material-icons/monetization_on.round.svg new file mode 100644 index 0000000000..8cc04d4c68 --- /dev/null +++ b/Symbolic/Resources/material-icons/monetization_on.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/monetization_on.sharp.svg b/Symbolic/Resources/material-icons/monetization_on.sharp.svg new file mode 100644 index 0000000000..ce3d1e2940 --- /dev/null +++ b/Symbolic/Resources/material-icons/monetization_on.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/monetization_on.twotone.svg b/Symbolic/Resources/material-icons/monetization_on.twotone.svg new file mode 100644 index 0000000000..644d154e1a --- /dev/null +++ b/Symbolic/Resources/material-icons/monetization_on.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/money.default.svg b/Symbolic/Resources/material-icons/money.default.svg new file mode 100644 index 0000000000..096215446f --- /dev/null +++ b/Symbolic/Resources/material-icons/money.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/money.outlined.svg b/Symbolic/Resources/material-icons/money.outlined.svg new file mode 100644 index 0000000000..ae966feef3 --- /dev/null +++ b/Symbolic/Resources/material-icons/money.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/money.round.svg b/Symbolic/Resources/material-icons/money.round.svg new file mode 100644 index 0000000000..271166a76b --- /dev/null +++ b/Symbolic/Resources/material-icons/money.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/money.sharp.svg b/Symbolic/Resources/material-icons/money.sharp.svg new file mode 100644 index 0000000000..27670cab5b --- /dev/null +++ b/Symbolic/Resources/material-icons/money.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/money.twotone.svg b/Symbolic/Resources/material-icons/money.twotone.svg new file mode 100644 index 0000000000..551bcdf216 --- /dev/null +++ b/Symbolic/Resources/material-icons/money.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/money_off.default.svg b/Symbolic/Resources/material-icons/money_off.default.svg new file mode 100644 index 0000000000..83cccd5cfa --- /dev/null +++ b/Symbolic/Resources/material-icons/money_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/money_off.outlined.svg b/Symbolic/Resources/material-icons/money_off.outlined.svg new file mode 100644 index 0000000000..99de7f2cbb --- /dev/null +++ b/Symbolic/Resources/material-icons/money_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/money_off.round.svg b/Symbolic/Resources/material-icons/money_off.round.svg new file mode 100644 index 0000000000..969ed5f552 --- /dev/null +++ b/Symbolic/Resources/material-icons/money_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/money_off.sharp.svg b/Symbolic/Resources/material-icons/money_off.sharp.svg new file mode 100644 index 0000000000..490e7df5a3 --- /dev/null +++ b/Symbolic/Resources/material-icons/money_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/money_off.twotone.svg b/Symbolic/Resources/material-icons/money_off.twotone.svg new file mode 100644 index 0000000000..99de7f2cbb --- /dev/null +++ b/Symbolic/Resources/material-icons/money_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/money_off_csred.default.svg b/Symbolic/Resources/material-icons/money_off_csred.default.svg new file mode 100644 index 0000000000..2c0980a6cf --- /dev/null +++ b/Symbolic/Resources/material-icons/money_off_csred.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/money_off_csred.outlined.svg b/Symbolic/Resources/material-icons/money_off_csred.outlined.svg new file mode 100644 index 0000000000..99de7f2cbb --- /dev/null +++ b/Symbolic/Resources/material-icons/money_off_csred.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/money_off_csred.round.svg b/Symbolic/Resources/material-icons/money_off_csred.round.svg new file mode 100644 index 0000000000..969ed5f552 --- /dev/null +++ b/Symbolic/Resources/material-icons/money_off_csred.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/money_off_csred.sharp.svg b/Symbolic/Resources/material-icons/money_off_csred.sharp.svg new file mode 100644 index 0000000000..490e7df5a3 --- /dev/null +++ b/Symbolic/Resources/material-icons/money_off_csred.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/money_off_csred.twotone.svg b/Symbolic/Resources/material-icons/money_off_csred.twotone.svg new file mode 100644 index 0000000000..99de7f2cbb --- /dev/null +++ b/Symbolic/Resources/material-icons/money_off_csred.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/monitor.default.svg b/Symbolic/Resources/material-icons/monitor.default.svg new file mode 100644 index 0000000000..86abe97f10 --- /dev/null +++ b/Symbolic/Resources/material-icons/monitor.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/monitor.outlined.svg b/Symbolic/Resources/material-icons/monitor.outlined.svg new file mode 100644 index 0000000000..a6b56a23d4 --- /dev/null +++ b/Symbolic/Resources/material-icons/monitor.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/monitor.round.svg b/Symbolic/Resources/material-icons/monitor.round.svg new file mode 100644 index 0000000000..450142986d --- /dev/null +++ b/Symbolic/Resources/material-icons/monitor.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/monitor.sharp.svg b/Symbolic/Resources/material-icons/monitor.sharp.svg new file mode 100644 index 0000000000..0b2a51f0cd --- /dev/null +++ b/Symbolic/Resources/material-icons/monitor.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/monitor.twotone.svg b/Symbolic/Resources/material-icons/monitor.twotone.svg new file mode 100644 index 0000000000..a079d2a76e --- /dev/null +++ b/Symbolic/Resources/material-icons/monitor.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/monitor_heart.default.svg b/Symbolic/Resources/material-icons/monitor_heart.default.svg new file mode 100644 index 0000000000..c212b471bf --- /dev/null +++ b/Symbolic/Resources/material-icons/monitor_heart.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/monitor_heart.outlined.svg b/Symbolic/Resources/material-icons/monitor_heart.outlined.svg new file mode 100644 index 0000000000..5a82af6252 --- /dev/null +++ b/Symbolic/Resources/material-icons/monitor_heart.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/monitor_heart.round.svg b/Symbolic/Resources/material-icons/monitor_heart.round.svg new file mode 100644 index 0000000000..60a12b5aac --- /dev/null +++ b/Symbolic/Resources/material-icons/monitor_heart.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/monitor_heart.sharp.svg b/Symbolic/Resources/material-icons/monitor_heart.sharp.svg new file mode 100644 index 0000000000..5ccdb86cfc --- /dev/null +++ b/Symbolic/Resources/material-icons/monitor_heart.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/monitor_heart.twotone.svg b/Symbolic/Resources/material-icons/monitor_heart.twotone.svg new file mode 100644 index 0000000000..5ddf98c152 --- /dev/null +++ b/Symbolic/Resources/material-icons/monitor_heart.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/monitor_weight.default.svg b/Symbolic/Resources/material-icons/monitor_weight.default.svg new file mode 100644 index 0000000000..5b4995f11a --- /dev/null +++ b/Symbolic/Resources/material-icons/monitor_weight.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/monitor_weight.outlined.svg b/Symbolic/Resources/material-icons/monitor_weight.outlined.svg new file mode 100644 index 0000000000..bf859f207d --- /dev/null +++ b/Symbolic/Resources/material-icons/monitor_weight.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/monitor_weight.round.svg b/Symbolic/Resources/material-icons/monitor_weight.round.svg new file mode 100644 index 0000000000..648da04f9d --- /dev/null +++ b/Symbolic/Resources/material-icons/monitor_weight.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/monitor_weight.sharp.svg b/Symbolic/Resources/material-icons/monitor_weight.sharp.svg new file mode 100644 index 0000000000..320700b140 --- /dev/null +++ b/Symbolic/Resources/material-icons/monitor_weight.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/monitor_weight.twotone.svg b/Symbolic/Resources/material-icons/monitor_weight.twotone.svg new file mode 100644 index 0000000000..8d7fe01608 --- /dev/null +++ b/Symbolic/Resources/material-icons/monitor_weight.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/monochrome_photos.default.svg b/Symbolic/Resources/material-icons/monochrome_photos.default.svg new file mode 100644 index 0000000000..95e0c1247d --- /dev/null +++ b/Symbolic/Resources/material-icons/monochrome_photos.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/monochrome_photos.outlined.svg b/Symbolic/Resources/material-icons/monochrome_photos.outlined.svg new file mode 100644 index 0000000000..213cebdbf8 --- /dev/null +++ b/Symbolic/Resources/material-icons/monochrome_photos.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/monochrome_photos.round.svg b/Symbolic/Resources/material-icons/monochrome_photos.round.svg new file mode 100644 index 0000000000..4f95c38a75 --- /dev/null +++ b/Symbolic/Resources/material-icons/monochrome_photos.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/monochrome_photos.sharp.svg b/Symbolic/Resources/material-icons/monochrome_photos.sharp.svg new file mode 100644 index 0000000000..a78bef069c --- /dev/null +++ b/Symbolic/Resources/material-icons/monochrome_photos.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/monochrome_photos.twotone.svg b/Symbolic/Resources/material-icons/monochrome_photos.twotone.svg new file mode 100644 index 0000000000..8e6dd595a1 --- /dev/null +++ b/Symbolic/Resources/material-icons/monochrome_photos.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mood.default.svg b/Symbolic/Resources/material-icons/mood.default.svg new file mode 100644 index 0000000000..4fddd11665 --- /dev/null +++ b/Symbolic/Resources/material-icons/mood.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mood.outlined.svg b/Symbolic/Resources/material-icons/mood.outlined.svg new file mode 100644 index 0000000000..3ee24f73ce --- /dev/null +++ b/Symbolic/Resources/material-icons/mood.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mood.round.svg b/Symbolic/Resources/material-icons/mood.round.svg new file mode 100644 index 0000000000..f5d17d08ed --- /dev/null +++ b/Symbolic/Resources/material-icons/mood.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mood.sharp.svg b/Symbolic/Resources/material-icons/mood.sharp.svg new file mode 100644 index 0000000000..3ee24f73ce --- /dev/null +++ b/Symbolic/Resources/material-icons/mood.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mood.twotone.svg b/Symbolic/Resources/material-icons/mood.twotone.svg new file mode 100644 index 0000000000..46f12c7282 --- /dev/null +++ b/Symbolic/Resources/material-icons/mood.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mood_bad.default.svg b/Symbolic/Resources/material-icons/mood_bad.default.svg new file mode 100644 index 0000000000..c8d64df6a2 --- /dev/null +++ b/Symbolic/Resources/material-icons/mood_bad.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mood_bad.outlined.svg b/Symbolic/Resources/material-icons/mood_bad.outlined.svg new file mode 100644 index 0000000000..fa55261603 --- /dev/null +++ b/Symbolic/Resources/material-icons/mood_bad.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mood_bad.round.svg b/Symbolic/Resources/material-icons/mood_bad.round.svg new file mode 100644 index 0000000000..7526801e82 --- /dev/null +++ b/Symbolic/Resources/material-icons/mood_bad.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mood_bad.sharp.svg b/Symbolic/Resources/material-icons/mood_bad.sharp.svg new file mode 100644 index 0000000000..fa55261603 --- /dev/null +++ b/Symbolic/Resources/material-icons/mood_bad.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mood_bad.twotone.svg b/Symbolic/Resources/material-icons/mood_bad.twotone.svg new file mode 100644 index 0000000000..0fdc008599 --- /dev/null +++ b/Symbolic/Resources/material-icons/mood_bad.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/moped.default.svg b/Symbolic/Resources/material-icons/moped.default.svg new file mode 100644 index 0000000000..768dadf927 --- /dev/null +++ b/Symbolic/Resources/material-icons/moped.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/moped.outlined.svg b/Symbolic/Resources/material-icons/moped.outlined.svg new file mode 100644 index 0000000000..fc0e196988 --- /dev/null +++ b/Symbolic/Resources/material-icons/moped.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/moped.round.svg b/Symbolic/Resources/material-icons/moped.round.svg new file mode 100644 index 0000000000..dac7b1a3aa --- /dev/null +++ b/Symbolic/Resources/material-icons/moped.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/moped.sharp.svg b/Symbolic/Resources/material-icons/moped.sharp.svg new file mode 100644 index 0000000000..3e3e53e593 --- /dev/null +++ b/Symbolic/Resources/material-icons/moped.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/moped.twotone.svg b/Symbolic/Resources/material-icons/moped.twotone.svg new file mode 100644 index 0000000000..cca0d05ef8 --- /dev/null +++ b/Symbolic/Resources/material-icons/moped.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/more.default.svg b/Symbolic/Resources/material-icons/more.default.svg new file mode 100644 index 0000000000..0eee24b736 --- /dev/null +++ b/Symbolic/Resources/material-icons/more.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/more.outlined.svg b/Symbolic/Resources/material-icons/more.outlined.svg new file mode 100644 index 0000000000..2e37088d46 --- /dev/null +++ b/Symbolic/Resources/material-icons/more.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/more.round.svg b/Symbolic/Resources/material-icons/more.round.svg new file mode 100644 index 0000000000..cecb370f75 --- /dev/null +++ b/Symbolic/Resources/material-icons/more.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/more.sharp.svg b/Symbolic/Resources/material-icons/more.sharp.svg new file mode 100644 index 0000000000..1e3137ce13 --- /dev/null +++ b/Symbolic/Resources/material-icons/more.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/more.twotone.svg b/Symbolic/Resources/material-icons/more.twotone.svg new file mode 100644 index 0000000000..bf826e2b0c --- /dev/null +++ b/Symbolic/Resources/material-icons/more.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/more_horiz.default.svg b/Symbolic/Resources/material-icons/more_horiz.default.svg new file mode 100644 index 0000000000..bc0890de6f --- /dev/null +++ b/Symbolic/Resources/material-icons/more_horiz.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/more_horiz.outlined.svg b/Symbolic/Resources/material-icons/more_horiz.outlined.svg new file mode 100644 index 0000000000..2b719c81b1 --- /dev/null +++ b/Symbolic/Resources/material-icons/more_horiz.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/more_horiz.round.svg b/Symbolic/Resources/material-icons/more_horiz.round.svg new file mode 100644 index 0000000000..2b719c81b1 --- /dev/null +++ b/Symbolic/Resources/material-icons/more_horiz.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/more_horiz.sharp.svg b/Symbolic/Resources/material-icons/more_horiz.sharp.svg new file mode 100644 index 0000000000..2b719c81b1 --- /dev/null +++ b/Symbolic/Resources/material-icons/more_horiz.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/more_horiz.twotone.svg b/Symbolic/Resources/material-icons/more_horiz.twotone.svg new file mode 100644 index 0000000000..2b719c81b1 --- /dev/null +++ b/Symbolic/Resources/material-icons/more_horiz.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/more_time.default.svg b/Symbolic/Resources/material-icons/more_time.default.svg new file mode 100644 index 0000000000..a999bc834a --- /dev/null +++ b/Symbolic/Resources/material-icons/more_time.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/more_time.outlined.svg b/Symbolic/Resources/material-icons/more_time.outlined.svg new file mode 100644 index 0000000000..a999bc834a --- /dev/null +++ b/Symbolic/Resources/material-icons/more_time.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/more_time.round.svg b/Symbolic/Resources/material-icons/more_time.round.svg new file mode 100644 index 0000000000..14ca9994d2 --- /dev/null +++ b/Symbolic/Resources/material-icons/more_time.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/more_time.sharp.svg b/Symbolic/Resources/material-icons/more_time.sharp.svg new file mode 100644 index 0000000000..a999bc834a --- /dev/null +++ b/Symbolic/Resources/material-icons/more_time.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/more_time.twotone.svg b/Symbolic/Resources/material-icons/more_time.twotone.svg new file mode 100644 index 0000000000..a999bc834a --- /dev/null +++ b/Symbolic/Resources/material-icons/more_time.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/more_vert.default.svg b/Symbolic/Resources/material-icons/more_vert.default.svg new file mode 100644 index 0000000000..f450d128de --- /dev/null +++ b/Symbolic/Resources/material-icons/more_vert.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/more_vert.outlined.svg b/Symbolic/Resources/material-icons/more_vert.outlined.svg new file mode 100644 index 0000000000..49c84995b6 --- /dev/null +++ b/Symbolic/Resources/material-icons/more_vert.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/more_vert.round.svg b/Symbolic/Resources/material-icons/more_vert.round.svg new file mode 100644 index 0000000000..49c84995b6 --- /dev/null +++ b/Symbolic/Resources/material-icons/more_vert.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/more_vert.sharp.svg b/Symbolic/Resources/material-icons/more_vert.sharp.svg new file mode 100644 index 0000000000..49c84995b6 --- /dev/null +++ b/Symbolic/Resources/material-icons/more_vert.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/more_vert.twotone.svg b/Symbolic/Resources/material-icons/more_vert.twotone.svg new file mode 100644 index 0000000000..49c84995b6 --- /dev/null +++ b/Symbolic/Resources/material-icons/more_vert.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mosque.default.svg b/Symbolic/Resources/material-icons/mosque.default.svg new file mode 100644 index 0000000000..cdf67f93ae --- /dev/null +++ b/Symbolic/Resources/material-icons/mosque.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mosque.outlined.svg b/Symbolic/Resources/material-icons/mosque.outlined.svg new file mode 100644 index 0000000000..af66b8fe50 --- /dev/null +++ b/Symbolic/Resources/material-icons/mosque.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mosque.round.svg b/Symbolic/Resources/material-icons/mosque.round.svg new file mode 100644 index 0000000000..67b6894d14 --- /dev/null +++ b/Symbolic/Resources/material-icons/mosque.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mosque.sharp.svg b/Symbolic/Resources/material-icons/mosque.sharp.svg new file mode 100644 index 0000000000..23f934b89c --- /dev/null +++ b/Symbolic/Resources/material-icons/mosque.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mosque.twotone.svg b/Symbolic/Resources/material-icons/mosque.twotone.svg new file mode 100644 index 0000000000..2d644587dd --- /dev/null +++ b/Symbolic/Resources/material-icons/mosque.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/motion_photos_auto.default.svg b/Symbolic/Resources/material-icons/motion_photos_auto.default.svg new file mode 100644 index 0000000000..a5644e8e9a --- /dev/null +++ b/Symbolic/Resources/material-icons/motion_photos_auto.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/motion_photos_auto.outlined.svg b/Symbolic/Resources/material-icons/motion_photos_auto.outlined.svg new file mode 100644 index 0000000000..c6541904b7 --- /dev/null +++ b/Symbolic/Resources/material-icons/motion_photos_auto.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/motion_photos_auto.round.svg b/Symbolic/Resources/material-icons/motion_photos_auto.round.svg new file mode 100644 index 0000000000..8a005e0d9c --- /dev/null +++ b/Symbolic/Resources/material-icons/motion_photos_auto.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/motion_photos_auto.sharp.svg b/Symbolic/Resources/material-icons/motion_photos_auto.sharp.svg new file mode 100644 index 0000000000..a5644e8e9a --- /dev/null +++ b/Symbolic/Resources/material-icons/motion_photos_auto.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/motion_photos_auto.twotone.svg b/Symbolic/Resources/material-icons/motion_photos_auto.twotone.svg new file mode 100644 index 0000000000..c6541904b7 --- /dev/null +++ b/Symbolic/Resources/material-icons/motion_photos_auto.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/motion_photos_off.default.svg b/Symbolic/Resources/material-icons/motion_photos_off.default.svg new file mode 100644 index 0000000000..8a0b6daf73 --- /dev/null +++ b/Symbolic/Resources/material-icons/motion_photos_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/motion_photos_off.outlined.svg b/Symbolic/Resources/material-icons/motion_photos_off.outlined.svg new file mode 100644 index 0000000000..ea65d93a36 --- /dev/null +++ b/Symbolic/Resources/material-icons/motion_photos_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/motion_photos_off.round.svg b/Symbolic/Resources/material-icons/motion_photos_off.round.svg new file mode 100644 index 0000000000..3d6d6314ae --- /dev/null +++ b/Symbolic/Resources/material-icons/motion_photos_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/motion_photos_off.sharp.svg b/Symbolic/Resources/material-icons/motion_photos_off.sharp.svg new file mode 100644 index 0000000000..198c675115 --- /dev/null +++ b/Symbolic/Resources/material-icons/motion_photos_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/motion_photos_off.twotone.svg b/Symbolic/Resources/material-icons/motion_photos_off.twotone.svg new file mode 100644 index 0000000000..ea65d93a36 --- /dev/null +++ b/Symbolic/Resources/material-icons/motion_photos_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/motion_photos_on.default.svg b/Symbolic/Resources/material-icons/motion_photos_on.default.svg new file mode 100644 index 0000000000..f8236b3941 --- /dev/null +++ b/Symbolic/Resources/material-icons/motion_photos_on.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/motion_photos_on.outlined.svg b/Symbolic/Resources/material-icons/motion_photos_on.outlined.svg new file mode 100644 index 0000000000..562bffd794 --- /dev/null +++ b/Symbolic/Resources/material-icons/motion_photos_on.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/motion_photos_on.round.svg b/Symbolic/Resources/material-icons/motion_photos_on.round.svg new file mode 100644 index 0000000000..82df405b44 --- /dev/null +++ b/Symbolic/Resources/material-icons/motion_photos_on.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/motion_photos_on.sharp.svg b/Symbolic/Resources/material-icons/motion_photos_on.sharp.svg new file mode 100644 index 0000000000..f8236b3941 --- /dev/null +++ b/Symbolic/Resources/material-icons/motion_photos_on.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/motion_photos_on.twotone.svg b/Symbolic/Resources/material-icons/motion_photos_on.twotone.svg new file mode 100644 index 0000000000..562bffd794 --- /dev/null +++ b/Symbolic/Resources/material-icons/motion_photos_on.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/motion_photos_pause.default.svg b/Symbolic/Resources/material-icons/motion_photos_pause.default.svg new file mode 100644 index 0000000000..dd6f27b2b8 --- /dev/null +++ b/Symbolic/Resources/material-icons/motion_photos_pause.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/motion_photos_pause.outlined.svg b/Symbolic/Resources/material-icons/motion_photos_pause.outlined.svg new file mode 100644 index 0000000000..c5eb0fe55c --- /dev/null +++ b/Symbolic/Resources/material-icons/motion_photos_pause.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/motion_photos_pause.round.svg b/Symbolic/Resources/material-icons/motion_photos_pause.round.svg new file mode 100644 index 0000000000..967e6ce655 --- /dev/null +++ b/Symbolic/Resources/material-icons/motion_photos_pause.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/motion_photos_pause.sharp.svg b/Symbolic/Resources/material-icons/motion_photos_pause.sharp.svg new file mode 100644 index 0000000000..dd6f27b2b8 --- /dev/null +++ b/Symbolic/Resources/material-icons/motion_photos_pause.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/motion_photos_pause.twotone.svg b/Symbolic/Resources/material-icons/motion_photos_pause.twotone.svg new file mode 100644 index 0000000000..c5eb0fe55c --- /dev/null +++ b/Symbolic/Resources/material-icons/motion_photos_pause.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/motion_photos_paused.default.svg b/Symbolic/Resources/material-icons/motion_photos_paused.default.svg new file mode 100644 index 0000000000..30c30f698d --- /dev/null +++ b/Symbolic/Resources/material-icons/motion_photos_paused.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/motion_photos_paused.outlined.svg b/Symbolic/Resources/material-icons/motion_photos_paused.outlined.svg new file mode 100644 index 0000000000..30c30f698d --- /dev/null +++ b/Symbolic/Resources/material-icons/motion_photos_paused.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/motion_photos_paused.round.svg b/Symbolic/Resources/material-icons/motion_photos_paused.round.svg new file mode 100644 index 0000000000..967e6ce655 --- /dev/null +++ b/Symbolic/Resources/material-icons/motion_photos_paused.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/motion_photos_paused.sharp.svg b/Symbolic/Resources/material-icons/motion_photos_paused.sharp.svg new file mode 100644 index 0000000000..30c30f698d --- /dev/null +++ b/Symbolic/Resources/material-icons/motion_photos_paused.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/motion_photos_paused.twotone.svg b/Symbolic/Resources/material-icons/motion_photos_paused.twotone.svg new file mode 100644 index 0000000000..30c30f698d --- /dev/null +++ b/Symbolic/Resources/material-icons/motion_photos_paused.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mouse.default.svg b/Symbolic/Resources/material-icons/mouse.default.svg new file mode 100644 index 0000000000..cda91887f5 --- /dev/null +++ b/Symbolic/Resources/material-icons/mouse.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mouse.outlined.svg b/Symbolic/Resources/material-icons/mouse.outlined.svg new file mode 100644 index 0000000000..cc2e1cd00b --- /dev/null +++ b/Symbolic/Resources/material-icons/mouse.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mouse.round.svg b/Symbolic/Resources/material-icons/mouse.round.svg new file mode 100644 index 0000000000..dd6a3bc023 --- /dev/null +++ b/Symbolic/Resources/material-icons/mouse.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mouse.sharp.svg b/Symbolic/Resources/material-icons/mouse.sharp.svg new file mode 100644 index 0000000000..c250927be3 --- /dev/null +++ b/Symbolic/Resources/material-icons/mouse.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mouse.twotone.svg b/Symbolic/Resources/material-icons/mouse.twotone.svg new file mode 100644 index 0000000000..c004c8bf1c --- /dev/null +++ b/Symbolic/Resources/material-icons/mouse.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/move_down.default.svg b/Symbolic/Resources/material-icons/move_down.default.svg new file mode 100644 index 0000000000..9628bd6afe --- /dev/null +++ b/Symbolic/Resources/material-icons/move_down.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/move_down.outlined.svg b/Symbolic/Resources/material-icons/move_down.outlined.svg new file mode 100644 index 0000000000..9628bd6afe --- /dev/null +++ b/Symbolic/Resources/material-icons/move_down.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/move_down.round.svg b/Symbolic/Resources/material-icons/move_down.round.svg new file mode 100644 index 0000000000..9ae9b6f646 --- /dev/null +++ b/Symbolic/Resources/material-icons/move_down.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/move_down.sharp.svg b/Symbolic/Resources/material-icons/move_down.sharp.svg new file mode 100644 index 0000000000..9628bd6afe --- /dev/null +++ b/Symbolic/Resources/material-icons/move_down.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/move_down.twotone.svg b/Symbolic/Resources/material-icons/move_down.twotone.svg new file mode 100644 index 0000000000..93d14872f5 --- /dev/null +++ b/Symbolic/Resources/material-icons/move_down.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/move_to_inbox.default.svg b/Symbolic/Resources/material-icons/move_to_inbox.default.svg new file mode 100644 index 0000000000..404c32035a --- /dev/null +++ b/Symbolic/Resources/material-icons/move_to_inbox.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/move_to_inbox.outlined.svg b/Symbolic/Resources/material-icons/move_to_inbox.outlined.svg new file mode 100644 index 0000000000..b356016a3b --- /dev/null +++ b/Symbolic/Resources/material-icons/move_to_inbox.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/move_to_inbox.round.svg b/Symbolic/Resources/material-icons/move_to_inbox.round.svg new file mode 100644 index 0000000000..8b76ae1931 --- /dev/null +++ b/Symbolic/Resources/material-icons/move_to_inbox.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/move_to_inbox.sharp.svg b/Symbolic/Resources/material-icons/move_to_inbox.sharp.svg new file mode 100644 index 0000000000..f7da05dd9e --- /dev/null +++ b/Symbolic/Resources/material-icons/move_to_inbox.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/move_to_inbox.twotone.svg b/Symbolic/Resources/material-icons/move_to_inbox.twotone.svg new file mode 100644 index 0000000000..91fd4a556c --- /dev/null +++ b/Symbolic/Resources/material-icons/move_to_inbox.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/move_up.default.svg b/Symbolic/Resources/material-icons/move_up.default.svg new file mode 100644 index 0000000000..05444672f3 --- /dev/null +++ b/Symbolic/Resources/material-icons/move_up.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/move_up.outlined.svg b/Symbolic/Resources/material-icons/move_up.outlined.svg new file mode 100644 index 0000000000..05444672f3 --- /dev/null +++ b/Symbolic/Resources/material-icons/move_up.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/move_up.round.svg b/Symbolic/Resources/material-icons/move_up.round.svg new file mode 100644 index 0000000000..0f7dc153ba --- /dev/null +++ b/Symbolic/Resources/material-icons/move_up.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/move_up.sharp.svg b/Symbolic/Resources/material-icons/move_up.sharp.svg new file mode 100644 index 0000000000..05444672f3 --- /dev/null +++ b/Symbolic/Resources/material-icons/move_up.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/move_up.twotone.svg b/Symbolic/Resources/material-icons/move_up.twotone.svg new file mode 100644 index 0000000000..d1ee604848 --- /dev/null +++ b/Symbolic/Resources/material-icons/move_up.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/movie.default.svg b/Symbolic/Resources/material-icons/movie.default.svg new file mode 100644 index 0000000000..e2cae647f0 --- /dev/null +++ b/Symbolic/Resources/material-icons/movie.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/movie.outlined.svg b/Symbolic/Resources/material-icons/movie.outlined.svg new file mode 100644 index 0000000000..2f37eca5c0 --- /dev/null +++ b/Symbolic/Resources/material-icons/movie.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/movie.round.svg b/Symbolic/Resources/material-icons/movie.round.svg new file mode 100644 index 0000000000..4817f57537 --- /dev/null +++ b/Symbolic/Resources/material-icons/movie.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/movie.sharp.svg b/Symbolic/Resources/material-icons/movie.sharp.svg new file mode 100644 index 0000000000..1582732355 --- /dev/null +++ b/Symbolic/Resources/material-icons/movie.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/movie.twotone.svg b/Symbolic/Resources/material-icons/movie.twotone.svg new file mode 100644 index 0000000000..0c085f320f --- /dev/null +++ b/Symbolic/Resources/material-icons/movie.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/movie_creation.default.svg b/Symbolic/Resources/material-icons/movie_creation.default.svg new file mode 100644 index 0000000000..e2cae647f0 --- /dev/null +++ b/Symbolic/Resources/material-icons/movie_creation.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/movie_creation.outlined.svg b/Symbolic/Resources/material-icons/movie_creation.outlined.svg new file mode 100644 index 0000000000..a0750f5423 --- /dev/null +++ b/Symbolic/Resources/material-icons/movie_creation.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/movie_creation.round.svg b/Symbolic/Resources/material-icons/movie_creation.round.svg new file mode 100644 index 0000000000..bd7f9ee710 --- /dev/null +++ b/Symbolic/Resources/material-icons/movie_creation.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/movie_creation.sharp.svg b/Symbolic/Resources/material-icons/movie_creation.sharp.svg new file mode 100644 index 0000000000..1582732355 --- /dev/null +++ b/Symbolic/Resources/material-icons/movie_creation.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/movie_creation.twotone.svg b/Symbolic/Resources/material-icons/movie_creation.twotone.svg new file mode 100644 index 0000000000..ffc9aee888 --- /dev/null +++ b/Symbolic/Resources/material-icons/movie_creation.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/movie_edit.default.svg b/Symbolic/Resources/material-icons/movie_edit.default.svg new file mode 100644 index 0000000000..11d4fae301 --- /dev/null +++ b/Symbolic/Resources/material-icons/movie_edit.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/movie_filter.default.svg b/Symbolic/Resources/material-icons/movie_filter.default.svg new file mode 100644 index 0000000000..cb29e100cc --- /dev/null +++ b/Symbolic/Resources/material-icons/movie_filter.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/movie_filter.outlined.svg b/Symbolic/Resources/material-icons/movie_filter.outlined.svg new file mode 100644 index 0000000000..45cda0644c --- /dev/null +++ b/Symbolic/Resources/material-icons/movie_filter.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/movie_filter.round.svg b/Symbolic/Resources/material-icons/movie_filter.round.svg new file mode 100644 index 0000000000..0a909f6ce9 --- /dev/null +++ b/Symbolic/Resources/material-icons/movie_filter.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/movie_filter.sharp.svg b/Symbolic/Resources/material-icons/movie_filter.sharp.svg new file mode 100644 index 0000000000..ca6b90213a --- /dev/null +++ b/Symbolic/Resources/material-icons/movie_filter.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/movie_filter.twotone.svg b/Symbolic/Resources/material-icons/movie_filter.twotone.svg new file mode 100644 index 0000000000..992f9d91ba --- /dev/null +++ b/Symbolic/Resources/material-icons/movie_filter.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/moving.default.svg b/Symbolic/Resources/material-icons/moving.default.svg new file mode 100644 index 0000000000..f1d733a2fc --- /dev/null +++ b/Symbolic/Resources/material-icons/moving.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/moving.outlined.svg b/Symbolic/Resources/material-icons/moving.outlined.svg new file mode 100644 index 0000000000..8174045c52 --- /dev/null +++ b/Symbolic/Resources/material-icons/moving.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/moving.round.svg b/Symbolic/Resources/material-icons/moving.round.svg new file mode 100644 index 0000000000..25ffa172ff --- /dev/null +++ b/Symbolic/Resources/material-icons/moving.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/moving.sharp.svg b/Symbolic/Resources/material-icons/moving.sharp.svg new file mode 100644 index 0000000000..f1d733a2fc --- /dev/null +++ b/Symbolic/Resources/material-icons/moving.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/moving.twotone.svg b/Symbolic/Resources/material-icons/moving.twotone.svg new file mode 100644 index 0000000000..f1d733a2fc --- /dev/null +++ b/Symbolic/Resources/material-icons/moving.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mp.default.svg b/Symbolic/Resources/material-icons/mp.default.svg new file mode 100644 index 0000000000..05990bd91d --- /dev/null +++ b/Symbolic/Resources/material-icons/mp.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mp.outlined.svg b/Symbolic/Resources/material-icons/mp.outlined.svg new file mode 100644 index 0000000000..b651f160f8 --- /dev/null +++ b/Symbolic/Resources/material-icons/mp.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mp.round.svg b/Symbolic/Resources/material-icons/mp.round.svg new file mode 100644 index 0000000000..88d7d58937 --- /dev/null +++ b/Symbolic/Resources/material-icons/mp.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mp.sharp.svg b/Symbolic/Resources/material-icons/mp.sharp.svg new file mode 100644 index 0000000000..bb0dfab236 --- /dev/null +++ b/Symbolic/Resources/material-icons/mp.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/mp.twotone.svg b/Symbolic/Resources/material-icons/mp.twotone.svg new file mode 100644 index 0000000000..6eca0920ac --- /dev/null +++ b/Symbolic/Resources/material-icons/mp.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/multiline_chart.default.svg b/Symbolic/Resources/material-icons/multiline_chart.default.svg new file mode 100644 index 0000000000..7f36bd1ed2 --- /dev/null +++ b/Symbolic/Resources/material-icons/multiline_chart.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/multiline_chart.outlined.svg b/Symbolic/Resources/material-icons/multiline_chart.outlined.svg new file mode 100644 index 0000000000..050917785e --- /dev/null +++ b/Symbolic/Resources/material-icons/multiline_chart.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/multiline_chart.round.svg b/Symbolic/Resources/material-icons/multiline_chart.round.svg new file mode 100644 index 0000000000..03c3fa80e5 --- /dev/null +++ b/Symbolic/Resources/material-icons/multiline_chart.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/multiline_chart.sharp.svg b/Symbolic/Resources/material-icons/multiline_chart.sharp.svg new file mode 100644 index 0000000000..0cccb2f63a --- /dev/null +++ b/Symbolic/Resources/material-icons/multiline_chart.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/multiline_chart.twotone.svg b/Symbolic/Resources/material-icons/multiline_chart.twotone.svg new file mode 100644 index 0000000000..050917785e --- /dev/null +++ b/Symbolic/Resources/material-icons/multiline_chart.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/multiple_stop.default.svg b/Symbolic/Resources/material-icons/multiple_stop.default.svg new file mode 100644 index 0000000000..411d75701b --- /dev/null +++ b/Symbolic/Resources/material-icons/multiple_stop.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/multiple_stop.outlined.svg b/Symbolic/Resources/material-icons/multiple_stop.outlined.svg new file mode 100644 index 0000000000..411d75701b --- /dev/null +++ b/Symbolic/Resources/material-icons/multiple_stop.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/multiple_stop.round.svg b/Symbolic/Resources/material-icons/multiple_stop.round.svg new file mode 100644 index 0000000000..a606a35248 --- /dev/null +++ b/Symbolic/Resources/material-icons/multiple_stop.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/multiple_stop.sharp.svg b/Symbolic/Resources/material-icons/multiple_stop.sharp.svg new file mode 100644 index 0000000000..b83864d480 --- /dev/null +++ b/Symbolic/Resources/material-icons/multiple_stop.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/multiple_stop.twotone.svg b/Symbolic/Resources/material-icons/multiple_stop.twotone.svg new file mode 100644 index 0000000000..411d75701b --- /dev/null +++ b/Symbolic/Resources/material-icons/multiple_stop.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/museum.default.svg b/Symbolic/Resources/material-icons/museum.default.svg new file mode 100644 index 0000000000..f854477184 --- /dev/null +++ b/Symbolic/Resources/material-icons/museum.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/museum.outlined.svg b/Symbolic/Resources/material-icons/museum.outlined.svg new file mode 100644 index 0000000000..9a80f2c93c --- /dev/null +++ b/Symbolic/Resources/material-icons/museum.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/museum.round.svg b/Symbolic/Resources/material-icons/museum.round.svg new file mode 100644 index 0000000000..742a4ff4be --- /dev/null +++ b/Symbolic/Resources/material-icons/museum.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/museum.sharp.svg b/Symbolic/Resources/material-icons/museum.sharp.svg new file mode 100644 index 0000000000..f854477184 --- /dev/null +++ b/Symbolic/Resources/material-icons/museum.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/museum.twotone.svg b/Symbolic/Resources/material-icons/museum.twotone.svg new file mode 100644 index 0000000000..843cf8c433 --- /dev/null +++ b/Symbolic/Resources/material-icons/museum.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/music_note.default.svg b/Symbolic/Resources/material-icons/music_note.default.svg new file mode 100644 index 0000000000..e48de9e83b --- /dev/null +++ b/Symbolic/Resources/material-icons/music_note.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/music_note.outlined.svg b/Symbolic/Resources/material-icons/music_note.outlined.svg new file mode 100644 index 0000000000..05f02ce5c8 --- /dev/null +++ b/Symbolic/Resources/material-icons/music_note.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/music_note.round.svg b/Symbolic/Resources/material-icons/music_note.round.svg new file mode 100644 index 0000000000..58a7b69aba --- /dev/null +++ b/Symbolic/Resources/material-icons/music_note.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/music_note.sharp.svg b/Symbolic/Resources/material-icons/music_note.sharp.svg new file mode 100644 index 0000000000..e9ea3200b7 --- /dev/null +++ b/Symbolic/Resources/material-icons/music_note.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/music_note.twotone.svg b/Symbolic/Resources/material-icons/music_note.twotone.svg new file mode 100644 index 0000000000..aba99203b4 --- /dev/null +++ b/Symbolic/Resources/material-icons/music_note.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/music_off.default.svg b/Symbolic/Resources/material-icons/music_off.default.svg new file mode 100644 index 0000000000..31610e3631 --- /dev/null +++ b/Symbolic/Resources/material-icons/music_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/music_off.outlined.svg b/Symbolic/Resources/material-icons/music_off.outlined.svg new file mode 100644 index 0000000000..5a38ac0b74 --- /dev/null +++ b/Symbolic/Resources/material-icons/music_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/music_off.round.svg b/Symbolic/Resources/material-icons/music_off.round.svg new file mode 100644 index 0000000000..e672167c82 --- /dev/null +++ b/Symbolic/Resources/material-icons/music_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/music_off.sharp.svg b/Symbolic/Resources/material-icons/music_off.sharp.svg new file mode 100644 index 0000000000..b95a5d165e --- /dev/null +++ b/Symbolic/Resources/material-icons/music_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/music_off.twotone.svg b/Symbolic/Resources/material-icons/music_off.twotone.svg new file mode 100644 index 0000000000..bb858a9c71 --- /dev/null +++ b/Symbolic/Resources/material-icons/music_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/music_video.default.svg b/Symbolic/Resources/material-icons/music_video.default.svg new file mode 100644 index 0000000000..dbed7b79e0 --- /dev/null +++ b/Symbolic/Resources/material-icons/music_video.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/music_video.outlined.svg b/Symbolic/Resources/material-icons/music_video.outlined.svg new file mode 100644 index 0000000000..dbed7b79e0 --- /dev/null +++ b/Symbolic/Resources/material-icons/music_video.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/music_video.round.svg b/Symbolic/Resources/material-icons/music_video.round.svg new file mode 100644 index 0000000000..1f028b4a11 --- /dev/null +++ b/Symbolic/Resources/material-icons/music_video.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/music_video.sharp.svg b/Symbolic/Resources/material-icons/music_video.sharp.svg new file mode 100644 index 0000000000..0c64ce5c75 --- /dev/null +++ b/Symbolic/Resources/material-icons/music_video.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/music_video.twotone.svg b/Symbolic/Resources/material-icons/music_video.twotone.svg new file mode 100644 index 0000000000..2cfb8c985a --- /dev/null +++ b/Symbolic/Resources/material-icons/music_video.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/my_location.default.svg b/Symbolic/Resources/material-icons/my_location.default.svg new file mode 100644 index 0000000000..ffc7c07306 --- /dev/null +++ b/Symbolic/Resources/material-icons/my_location.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/my_location.outlined.svg b/Symbolic/Resources/material-icons/my_location.outlined.svg new file mode 100644 index 0000000000..e5df4d13c2 --- /dev/null +++ b/Symbolic/Resources/material-icons/my_location.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/my_location.round.svg b/Symbolic/Resources/material-icons/my_location.round.svg new file mode 100644 index 0000000000..579d631e08 --- /dev/null +++ b/Symbolic/Resources/material-icons/my_location.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/my_location.sharp.svg b/Symbolic/Resources/material-icons/my_location.sharp.svg new file mode 100644 index 0000000000..e5df4d13c2 --- /dev/null +++ b/Symbolic/Resources/material-icons/my_location.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/my_location.twotone.svg b/Symbolic/Resources/material-icons/my_location.twotone.svg new file mode 100644 index 0000000000..3dee6233b0 --- /dev/null +++ b/Symbolic/Resources/material-icons/my_location.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nat.default.svg b/Symbolic/Resources/material-icons/nat.default.svg new file mode 100644 index 0000000000..aae6b4007f --- /dev/null +++ b/Symbolic/Resources/material-icons/nat.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nat.outlined.svg b/Symbolic/Resources/material-icons/nat.outlined.svg new file mode 100644 index 0000000000..aae6b4007f --- /dev/null +++ b/Symbolic/Resources/material-icons/nat.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nat.round.svg b/Symbolic/Resources/material-icons/nat.round.svg new file mode 100644 index 0000000000..efb0b70ef8 --- /dev/null +++ b/Symbolic/Resources/material-icons/nat.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nat.sharp.svg b/Symbolic/Resources/material-icons/nat.sharp.svg new file mode 100644 index 0000000000..aae6b4007f --- /dev/null +++ b/Symbolic/Resources/material-icons/nat.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nat.twotone.svg b/Symbolic/Resources/material-icons/nat.twotone.svg new file mode 100644 index 0000000000..54281334e5 --- /dev/null +++ b/Symbolic/Resources/material-icons/nat.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nature.default.svg b/Symbolic/Resources/material-icons/nature.default.svg new file mode 100644 index 0000000000..8af4f39a31 --- /dev/null +++ b/Symbolic/Resources/material-icons/nature.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nature.outlined.svg b/Symbolic/Resources/material-icons/nature.outlined.svg new file mode 100644 index 0000000000..9093b0e174 --- /dev/null +++ b/Symbolic/Resources/material-icons/nature.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nature.round.svg b/Symbolic/Resources/material-icons/nature.round.svg new file mode 100644 index 0000000000..fb5558cbe4 --- /dev/null +++ b/Symbolic/Resources/material-icons/nature.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nature.sharp.svg b/Symbolic/Resources/material-icons/nature.sharp.svg new file mode 100644 index 0000000000..1340f208e6 --- /dev/null +++ b/Symbolic/Resources/material-icons/nature.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nature.twotone.svg b/Symbolic/Resources/material-icons/nature.twotone.svg new file mode 100644 index 0000000000..6775b4871f --- /dev/null +++ b/Symbolic/Resources/material-icons/nature.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nature_people.default.svg b/Symbolic/Resources/material-icons/nature_people.default.svg new file mode 100644 index 0000000000..ec1ae2b470 --- /dev/null +++ b/Symbolic/Resources/material-icons/nature_people.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nature_people.outlined.svg b/Symbolic/Resources/material-icons/nature_people.outlined.svg new file mode 100644 index 0000000000..dff616ded3 --- /dev/null +++ b/Symbolic/Resources/material-icons/nature_people.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nature_people.round.svg b/Symbolic/Resources/material-icons/nature_people.round.svg new file mode 100644 index 0000000000..e3f54199d9 --- /dev/null +++ b/Symbolic/Resources/material-icons/nature_people.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nature_people.sharp.svg b/Symbolic/Resources/material-icons/nature_people.sharp.svg new file mode 100644 index 0000000000..e1dc526233 --- /dev/null +++ b/Symbolic/Resources/material-icons/nature_people.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nature_people.twotone.svg b/Symbolic/Resources/material-icons/nature_people.twotone.svg new file mode 100644 index 0000000000..1e326da6f9 --- /dev/null +++ b/Symbolic/Resources/material-icons/nature_people.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/navigate_before.default.svg b/Symbolic/Resources/material-icons/navigate_before.default.svg new file mode 100644 index 0000000000..2dc390cd64 --- /dev/null +++ b/Symbolic/Resources/material-icons/navigate_before.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/navigate_before.outlined.svg b/Symbolic/Resources/material-icons/navigate_before.outlined.svg new file mode 100644 index 0000000000..428db2d2e3 --- /dev/null +++ b/Symbolic/Resources/material-icons/navigate_before.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/navigate_before.round.svg b/Symbolic/Resources/material-icons/navigate_before.round.svg new file mode 100644 index 0000000000..d656abf83f --- /dev/null +++ b/Symbolic/Resources/material-icons/navigate_before.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/navigate_before.sharp.svg b/Symbolic/Resources/material-icons/navigate_before.sharp.svg new file mode 100644 index 0000000000..428db2d2e3 --- /dev/null +++ b/Symbolic/Resources/material-icons/navigate_before.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/navigate_before.twotone.svg b/Symbolic/Resources/material-icons/navigate_before.twotone.svg new file mode 100644 index 0000000000..1568d23823 --- /dev/null +++ b/Symbolic/Resources/material-icons/navigate_before.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/navigate_next.default.svg b/Symbolic/Resources/material-icons/navigate_next.default.svg new file mode 100644 index 0000000000..aef49e2ba9 --- /dev/null +++ b/Symbolic/Resources/material-icons/navigate_next.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/navigate_next.outlined.svg b/Symbolic/Resources/material-icons/navigate_next.outlined.svg new file mode 100644 index 0000000000..094a949960 --- /dev/null +++ b/Symbolic/Resources/material-icons/navigate_next.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/navigate_next.round.svg b/Symbolic/Resources/material-icons/navigate_next.round.svg new file mode 100644 index 0000000000..6badba091b --- /dev/null +++ b/Symbolic/Resources/material-icons/navigate_next.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/navigate_next.sharp.svg b/Symbolic/Resources/material-icons/navigate_next.sharp.svg new file mode 100644 index 0000000000..094a949960 --- /dev/null +++ b/Symbolic/Resources/material-icons/navigate_next.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/navigate_next.twotone.svg b/Symbolic/Resources/material-icons/navigate_next.twotone.svg new file mode 100644 index 0000000000..e1c99a6854 --- /dev/null +++ b/Symbolic/Resources/material-icons/navigate_next.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/navigation.default.svg b/Symbolic/Resources/material-icons/navigation.default.svg new file mode 100644 index 0000000000..1ab972bc0f --- /dev/null +++ b/Symbolic/Resources/material-icons/navigation.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/navigation.outlined.svg b/Symbolic/Resources/material-icons/navigation.outlined.svg new file mode 100644 index 0000000000..f6e8d35b1e --- /dev/null +++ b/Symbolic/Resources/material-icons/navigation.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/navigation.round.svg b/Symbolic/Resources/material-icons/navigation.round.svg new file mode 100644 index 0000000000..6302786adb --- /dev/null +++ b/Symbolic/Resources/material-icons/navigation.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/navigation.sharp.svg b/Symbolic/Resources/material-icons/navigation.sharp.svg new file mode 100644 index 0000000000..217780674a --- /dev/null +++ b/Symbolic/Resources/material-icons/navigation.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/navigation.twotone.svg b/Symbolic/Resources/material-icons/navigation.twotone.svg new file mode 100644 index 0000000000..2e5cdcec38 --- /dev/null +++ b/Symbolic/Resources/material-icons/navigation.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/near_me.default.svg b/Symbolic/Resources/material-icons/near_me.default.svg new file mode 100644 index 0000000000..59fb793412 --- /dev/null +++ b/Symbolic/Resources/material-icons/near_me.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/near_me.outlined.svg b/Symbolic/Resources/material-icons/near_me.outlined.svg new file mode 100644 index 0000000000..6a10bc8c4e --- /dev/null +++ b/Symbolic/Resources/material-icons/near_me.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/near_me.round.svg b/Symbolic/Resources/material-icons/near_me.round.svg new file mode 100644 index 0000000000..397784b2ae --- /dev/null +++ b/Symbolic/Resources/material-icons/near_me.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/near_me.sharp.svg b/Symbolic/Resources/material-icons/near_me.sharp.svg new file mode 100644 index 0000000000..59fb793412 --- /dev/null +++ b/Symbolic/Resources/material-icons/near_me.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/near_me.twotone.svg b/Symbolic/Resources/material-icons/near_me.twotone.svg new file mode 100644 index 0000000000..96f38ca47f --- /dev/null +++ b/Symbolic/Resources/material-icons/near_me.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/near_me_disabled.default.svg b/Symbolic/Resources/material-icons/near_me_disabled.default.svg new file mode 100644 index 0000000000..0c0dfe02e5 --- /dev/null +++ b/Symbolic/Resources/material-icons/near_me_disabled.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/near_me_disabled.outlined.svg b/Symbolic/Resources/material-icons/near_me_disabled.outlined.svg new file mode 100644 index 0000000000..bb26f4601d --- /dev/null +++ b/Symbolic/Resources/material-icons/near_me_disabled.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/near_me_disabled.round.svg b/Symbolic/Resources/material-icons/near_me_disabled.round.svg new file mode 100644 index 0000000000..d18c4fb674 --- /dev/null +++ b/Symbolic/Resources/material-icons/near_me_disabled.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/near_me_disabled.sharp.svg b/Symbolic/Resources/material-icons/near_me_disabled.sharp.svg new file mode 100644 index 0000000000..0c0dfe02e5 --- /dev/null +++ b/Symbolic/Resources/material-icons/near_me_disabled.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/near_me_disabled.twotone.svg b/Symbolic/Resources/material-icons/near_me_disabled.twotone.svg new file mode 100644 index 0000000000..356c1e2c13 --- /dev/null +++ b/Symbolic/Resources/material-icons/near_me_disabled.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nearby_error.default.svg b/Symbolic/Resources/material-icons/nearby_error.default.svg new file mode 100644 index 0000000000..502b03e520 --- /dev/null +++ b/Symbolic/Resources/material-icons/nearby_error.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nearby_error.outlined.svg b/Symbolic/Resources/material-icons/nearby_error.outlined.svg new file mode 100644 index 0000000000..502b03e520 --- /dev/null +++ b/Symbolic/Resources/material-icons/nearby_error.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nearby_error.round.svg b/Symbolic/Resources/material-icons/nearby_error.round.svg new file mode 100644 index 0000000000..3b210c19cf --- /dev/null +++ b/Symbolic/Resources/material-icons/nearby_error.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nearby_error.sharp.svg b/Symbolic/Resources/material-icons/nearby_error.sharp.svg new file mode 100644 index 0000000000..dc1b03ef85 --- /dev/null +++ b/Symbolic/Resources/material-icons/nearby_error.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nearby_error.twotone.svg b/Symbolic/Resources/material-icons/nearby_error.twotone.svg new file mode 100644 index 0000000000..502b03e520 --- /dev/null +++ b/Symbolic/Resources/material-icons/nearby_error.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nearby_off.default.svg b/Symbolic/Resources/material-icons/nearby_off.default.svg new file mode 100644 index 0000000000..28e81233a5 --- /dev/null +++ b/Symbolic/Resources/material-icons/nearby_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nearby_off.outlined.svg b/Symbolic/Resources/material-icons/nearby_off.outlined.svg new file mode 100644 index 0000000000..28e81233a5 --- /dev/null +++ b/Symbolic/Resources/material-icons/nearby_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nearby_off.round.svg b/Symbolic/Resources/material-icons/nearby_off.round.svg new file mode 100644 index 0000000000..b757afc53a --- /dev/null +++ b/Symbolic/Resources/material-icons/nearby_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nearby_off.sharp.svg b/Symbolic/Resources/material-icons/nearby_off.sharp.svg new file mode 100644 index 0000000000..78afc0ba97 --- /dev/null +++ b/Symbolic/Resources/material-icons/nearby_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nearby_off.twotone.svg b/Symbolic/Resources/material-icons/nearby_off.twotone.svg new file mode 100644 index 0000000000..28e81233a5 --- /dev/null +++ b/Symbolic/Resources/material-icons/nearby_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nest_cam_wired_stand.default.svg b/Symbolic/Resources/material-icons/nest_cam_wired_stand.default.svg new file mode 100644 index 0000000000..53a723cbb2 --- /dev/null +++ b/Symbolic/Resources/material-icons/nest_cam_wired_stand.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nest_cam_wired_stand.outlined.svg b/Symbolic/Resources/material-icons/nest_cam_wired_stand.outlined.svg new file mode 100644 index 0000000000..9e0fecfcda --- /dev/null +++ b/Symbolic/Resources/material-icons/nest_cam_wired_stand.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nest_cam_wired_stand.round.svg b/Symbolic/Resources/material-icons/nest_cam_wired_stand.round.svg new file mode 100644 index 0000000000..69e9de32c6 --- /dev/null +++ b/Symbolic/Resources/material-icons/nest_cam_wired_stand.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nest_cam_wired_stand.sharp.svg b/Symbolic/Resources/material-icons/nest_cam_wired_stand.sharp.svg new file mode 100644 index 0000000000..f4205dfa60 --- /dev/null +++ b/Symbolic/Resources/material-icons/nest_cam_wired_stand.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nest_cam_wired_stand.twotone.svg b/Symbolic/Resources/material-icons/nest_cam_wired_stand.twotone.svg new file mode 100644 index 0000000000..247c7bf947 --- /dev/null +++ b/Symbolic/Resources/material-icons/nest_cam_wired_stand.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_cell.default.svg b/Symbolic/Resources/material-icons/network_cell.default.svg new file mode 100644 index 0000000000..a5d5e163bf --- /dev/null +++ b/Symbolic/Resources/material-icons/network_cell.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_cell.outlined.svg b/Symbolic/Resources/material-icons/network_cell.outlined.svg new file mode 100644 index 0000000000..a9c4b34614 --- /dev/null +++ b/Symbolic/Resources/material-icons/network_cell.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_cell.round.svg b/Symbolic/Resources/material-icons/network_cell.round.svg new file mode 100644 index 0000000000..2ee58fa85b --- /dev/null +++ b/Symbolic/Resources/material-icons/network_cell.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_cell.sharp.svg b/Symbolic/Resources/material-icons/network_cell.sharp.svg new file mode 100644 index 0000000000..a9c4b34614 --- /dev/null +++ b/Symbolic/Resources/material-icons/network_cell.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_cell.twotone.svg b/Symbolic/Resources/material-icons/network_cell.twotone.svg new file mode 100644 index 0000000000..a9c4b34614 --- /dev/null +++ b/Symbolic/Resources/material-icons/network_cell.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_check.default.svg b/Symbolic/Resources/material-icons/network_check.default.svg new file mode 100644 index 0000000000..565c1a63ea --- /dev/null +++ b/Symbolic/Resources/material-icons/network_check.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_check.outlined.svg b/Symbolic/Resources/material-icons/network_check.outlined.svg new file mode 100644 index 0000000000..da6d1aa6d6 --- /dev/null +++ b/Symbolic/Resources/material-icons/network_check.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_check.round.svg b/Symbolic/Resources/material-icons/network_check.round.svg new file mode 100644 index 0000000000..4c9fe2a004 --- /dev/null +++ b/Symbolic/Resources/material-icons/network_check.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_check.sharp.svg b/Symbolic/Resources/material-icons/network_check.sharp.svg new file mode 100644 index 0000000000..da6d1aa6d6 --- /dev/null +++ b/Symbolic/Resources/material-icons/network_check.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_check.twotone.svg b/Symbolic/Resources/material-icons/network_check.twotone.svg new file mode 100644 index 0000000000..da6d1aa6d6 --- /dev/null +++ b/Symbolic/Resources/material-icons/network_check.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_locked.default.svg b/Symbolic/Resources/material-icons/network_locked.default.svg new file mode 100644 index 0000000000..db6fdaab9d --- /dev/null +++ b/Symbolic/Resources/material-icons/network_locked.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_locked.outlined.svg b/Symbolic/Resources/material-icons/network_locked.outlined.svg new file mode 100644 index 0000000000..5c500d99f4 --- /dev/null +++ b/Symbolic/Resources/material-icons/network_locked.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_locked.round.svg b/Symbolic/Resources/material-icons/network_locked.round.svg new file mode 100644 index 0000000000..966d574c86 --- /dev/null +++ b/Symbolic/Resources/material-icons/network_locked.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_locked.sharp.svg b/Symbolic/Resources/material-icons/network_locked.sharp.svg new file mode 100644 index 0000000000..8848851a6d --- /dev/null +++ b/Symbolic/Resources/material-icons/network_locked.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_locked.twotone.svg b/Symbolic/Resources/material-icons/network_locked.twotone.svg new file mode 100644 index 0000000000..5c500d99f4 --- /dev/null +++ b/Symbolic/Resources/material-icons/network_locked.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_ping.default.svg b/Symbolic/Resources/material-icons/network_ping.default.svg new file mode 100644 index 0000000000..77277338e4 --- /dev/null +++ b/Symbolic/Resources/material-icons/network_ping.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_ping.outlined.svg b/Symbolic/Resources/material-icons/network_ping.outlined.svg new file mode 100644 index 0000000000..77277338e4 --- /dev/null +++ b/Symbolic/Resources/material-icons/network_ping.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_ping.round.svg b/Symbolic/Resources/material-icons/network_ping.round.svg new file mode 100644 index 0000000000..e1dadbee09 --- /dev/null +++ b/Symbolic/Resources/material-icons/network_ping.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_ping.sharp.svg b/Symbolic/Resources/material-icons/network_ping.sharp.svg new file mode 100644 index 0000000000..77277338e4 --- /dev/null +++ b/Symbolic/Resources/material-icons/network_ping.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_ping.twotone.svg b/Symbolic/Resources/material-icons/network_ping.twotone.svg new file mode 100644 index 0000000000..77277338e4 --- /dev/null +++ b/Symbolic/Resources/material-icons/network_ping.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_wifi.default.svg b/Symbolic/Resources/material-icons/network_wifi.default.svg new file mode 100644 index 0000000000..6e5e3ed622 --- /dev/null +++ b/Symbolic/Resources/material-icons/network_wifi.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_wifi.outlined.svg b/Symbolic/Resources/material-icons/network_wifi.outlined.svg new file mode 100644 index 0000000000..7c78718e98 --- /dev/null +++ b/Symbolic/Resources/material-icons/network_wifi.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_wifi.round.svg b/Symbolic/Resources/material-icons/network_wifi.round.svg new file mode 100644 index 0000000000..de6168946b --- /dev/null +++ b/Symbolic/Resources/material-icons/network_wifi.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_wifi.sharp.svg b/Symbolic/Resources/material-icons/network_wifi.sharp.svg new file mode 100644 index 0000000000..7c78718e98 --- /dev/null +++ b/Symbolic/Resources/material-icons/network_wifi.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_wifi.twotone.svg b/Symbolic/Resources/material-icons/network_wifi.twotone.svg new file mode 100644 index 0000000000..7c78718e98 --- /dev/null +++ b/Symbolic/Resources/material-icons/network_wifi.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_wifi_1_bar.default.svg b/Symbolic/Resources/material-icons/network_wifi_1_bar.default.svg new file mode 100644 index 0000000000..06aeb6c38b --- /dev/null +++ b/Symbolic/Resources/material-icons/network_wifi_1_bar.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_wifi_1_bar.outlined.svg b/Symbolic/Resources/material-icons/network_wifi_1_bar.outlined.svg new file mode 100644 index 0000000000..06aeb6c38b --- /dev/null +++ b/Symbolic/Resources/material-icons/network_wifi_1_bar.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_wifi_1_bar.round.svg b/Symbolic/Resources/material-icons/network_wifi_1_bar.round.svg new file mode 100644 index 0000000000..5df45bc51e --- /dev/null +++ b/Symbolic/Resources/material-icons/network_wifi_1_bar.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_wifi_1_bar.sharp.svg b/Symbolic/Resources/material-icons/network_wifi_1_bar.sharp.svg new file mode 100644 index 0000000000..06aeb6c38b --- /dev/null +++ b/Symbolic/Resources/material-icons/network_wifi_1_bar.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_wifi_1_bar.twotone.svg b/Symbolic/Resources/material-icons/network_wifi_1_bar.twotone.svg new file mode 100644 index 0000000000..30b0786ef2 --- /dev/null +++ b/Symbolic/Resources/material-icons/network_wifi_1_bar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_wifi_2_bar.default.svg b/Symbolic/Resources/material-icons/network_wifi_2_bar.default.svg new file mode 100644 index 0000000000..61fa4d15d5 --- /dev/null +++ b/Symbolic/Resources/material-icons/network_wifi_2_bar.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_wifi_2_bar.outlined.svg b/Symbolic/Resources/material-icons/network_wifi_2_bar.outlined.svg new file mode 100644 index 0000000000..61fa4d15d5 --- /dev/null +++ b/Symbolic/Resources/material-icons/network_wifi_2_bar.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_wifi_2_bar.round.svg b/Symbolic/Resources/material-icons/network_wifi_2_bar.round.svg new file mode 100644 index 0000000000..f6a001a59e --- /dev/null +++ b/Symbolic/Resources/material-icons/network_wifi_2_bar.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_wifi_2_bar.sharp.svg b/Symbolic/Resources/material-icons/network_wifi_2_bar.sharp.svg new file mode 100644 index 0000000000..61fa4d15d5 --- /dev/null +++ b/Symbolic/Resources/material-icons/network_wifi_2_bar.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_wifi_2_bar.twotone.svg b/Symbolic/Resources/material-icons/network_wifi_2_bar.twotone.svg new file mode 100644 index 0000000000..6b07bdaf22 --- /dev/null +++ b/Symbolic/Resources/material-icons/network_wifi_2_bar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_wifi_3_bar.default.svg b/Symbolic/Resources/material-icons/network_wifi_3_bar.default.svg new file mode 100644 index 0000000000..fedd96a2f1 --- /dev/null +++ b/Symbolic/Resources/material-icons/network_wifi_3_bar.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_wifi_3_bar.outlined.svg b/Symbolic/Resources/material-icons/network_wifi_3_bar.outlined.svg new file mode 100644 index 0000000000..fedd96a2f1 --- /dev/null +++ b/Symbolic/Resources/material-icons/network_wifi_3_bar.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_wifi_3_bar.round.svg b/Symbolic/Resources/material-icons/network_wifi_3_bar.round.svg new file mode 100644 index 0000000000..0b69a0658d --- /dev/null +++ b/Symbolic/Resources/material-icons/network_wifi_3_bar.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_wifi_3_bar.sharp.svg b/Symbolic/Resources/material-icons/network_wifi_3_bar.sharp.svg new file mode 100644 index 0000000000..fedd96a2f1 --- /dev/null +++ b/Symbolic/Resources/material-icons/network_wifi_3_bar.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/network_wifi_3_bar.twotone.svg b/Symbolic/Resources/material-icons/network_wifi_3_bar.twotone.svg new file mode 100644 index 0000000000..9eb9aa697f --- /dev/null +++ b/Symbolic/Resources/material-icons/network_wifi_3_bar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/new_label.default.svg b/Symbolic/Resources/material-icons/new_label.default.svg new file mode 100644 index 0000000000..c5144b231f --- /dev/null +++ b/Symbolic/Resources/material-icons/new_label.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/new_label.outlined.svg b/Symbolic/Resources/material-icons/new_label.outlined.svg new file mode 100644 index 0000000000..ce37cd847f --- /dev/null +++ b/Symbolic/Resources/material-icons/new_label.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/new_label.round.svg b/Symbolic/Resources/material-icons/new_label.round.svg new file mode 100644 index 0000000000..14e4932aa1 --- /dev/null +++ b/Symbolic/Resources/material-icons/new_label.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/new_label.sharp.svg b/Symbolic/Resources/material-icons/new_label.sharp.svg new file mode 100644 index 0000000000..0d5105381f --- /dev/null +++ b/Symbolic/Resources/material-icons/new_label.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/new_label.twotone.svg b/Symbolic/Resources/material-icons/new_label.twotone.svg new file mode 100644 index 0000000000..ab5c7edc29 --- /dev/null +++ b/Symbolic/Resources/material-icons/new_label.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/new_releases.default.svg b/Symbolic/Resources/material-icons/new_releases.default.svg new file mode 100644 index 0000000000..13ef875546 --- /dev/null +++ b/Symbolic/Resources/material-icons/new_releases.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/new_releases.outlined.svg b/Symbolic/Resources/material-icons/new_releases.outlined.svg new file mode 100644 index 0000000000..97e4136a58 --- /dev/null +++ b/Symbolic/Resources/material-icons/new_releases.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/new_releases.round.svg b/Symbolic/Resources/material-icons/new_releases.round.svg new file mode 100644 index 0000000000..198f7713b3 --- /dev/null +++ b/Symbolic/Resources/material-icons/new_releases.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/new_releases.sharp.svg b/Symbolic/Resources/material-icons/new_releases.sharp.svg new file mode 100644 index 0000000000..830d22fe75 --- /dev/null +++ b/Symbolic/Resources/material-icons/new_releases.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/new_releases.twotone.svg b/Symbolic/Resources/material-icons/new_releases.twotone.svg new file mode 100644 index 0000000000..a698ecc36d --- /dev/null +++ b/Symbolic/Resources/material-icons/new_releases.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/newspaper.default.svg b/Symbolic/Resources/material-icons/newspaper.default.svg new file mode 100644 index 0000000000..934e371b1a --- /dev/null +++ b/Symbolic/Resources/material-icons/newspaper.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/newspaper.outlined.svg b/Symbolic/Resources/material-icons/newspaper.outlined.svg new file mode 100644 index 0000000000..934e371b1a --- /dev/null +++ b/Symbolic/Resources/material-icons/newspaper.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/newspaper.round.svg b/Symbolic/Resources/material-icons/newspaper.round.svg new file mode 100644 index 0000000000..28664f5707 --- /dev/null +++ b/Symbolic/Resources/material-icons/newspaper.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/newspaper.sharp.svg b/Symbolic/Resources/material-icons/newspaper.sharp.svg new file mode 100644 index 0000000000..ec83dcd45e --- /dev/null +++ b/Symbolic/Resources/material-icons/newspaper.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/newspaper.twotone.svg b/Symbolic/Resources/material-icons/newspaper.twotone.svg new file mode 100644 index 0000000000..934e371b1a --- /dev/null +++ b/Symbolic/Resources/material-icons/newspaper.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/next_plan.default.svg b/Symbolic/Resources/material-icons/next_plan.default.svg new file mode 100644 index 0000000000..55d9a5a85f --- /dev/null +++ b/Symbolic/Resources/material-icons/next_plan.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/next_plan.outlined.svg b/Symbolic/Resources/material-icons/next_plan.outlined.svg new file mode 100644 index 0000000000..298e172887 --- /dev/null +++ b/Symbolic/Resources/material-icons/next_plan.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/next_plan.round.svg b/Symbolic/Resources/material-icons/next_plan.round.svg new file mode 100644 index 0000000000..142ad78d8a --- /dev/null +++ b/Symbolic/Resources/material-icons/next_plan.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/next_plan.sharp.svg b/Symbolic/Resources/material-icons/next_plan.sharp.svg new file mode 100644 index 0000000000..55d9a5a85f --- /dev/null +++ b/Symbolic/Resources/material-icons/next_plan.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/next_plan.twotone.svg b/Symbolic/Resources/material-icons/next_plan.twotone.svg new file mode 100644 index 0000000000..a5da97321e --- /dev/null +++ b/Symbolic/Resources/material-icons/next_plan.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/next_week.default.svg b/Symbolic/Resources/material-icons/next_week.default.svg new file mode 100644 index 0000000000..5faf1a828e --- /dev/null +++ b/Symbolic/Resources/material-icons/next_week.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/next_week.outlined.svg b/Symbolic/Resources/material-icons/next_week.outlined.svg new file mode 100644 index 0000000000..3937f0f511 --- /dev/null +++ b/Symbolic/Resources/material-icons/next_week.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/next_week.round.svg b/Symbolic/Resources/material-icons/next_week.round.svg new file mode 100644 index 0000000000..18d4dd7343 --- /dev/null +++ b/Symbolic/Resources/material-icons/next_week.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/next_week.sharp.svg b/Symbolic/Resources/material-icons/next_week.sharp.svg new file mode 100644 index 0000000000..0edeceec50 --- /dev/null +++ b/Symbolic/Resources/material-icons/next_week.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/next_week.twotone.svg b/Symbolic/Resources/material-icons/next_week.twotone.svg new file mode 100644 index 0000000000..a8a7913ea7 --- /dev/null +++ b/Symbolic/Resources/material-icons/next_week.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nfc.default.svg b/Symbolic/Resources/material-icons/nfc.default.svg new file mode 100644 index 0000000000..5ccd0a38d4 --- /dev/null +++ b/Symbolic/Resources/material-icons/nfc.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nfc.outlined.svg b/Symbolic/Resources/material-icons/nfc.outlined.svg new file mode 100644 index 0000000000..9df8202442 --- /dev/null +++ b/Symbolic/Resources/material-icons/nfc.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nfc.round.svg b/Symbolic/Resources/material-icons/nfc.round.svg new file mode 100644 index 0000000000..060bf65a85 --- /dev/null +++ b/Symbolic/Resources/material-icons/nfc.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nfc.sharp.svg b/Symbolic/Resources/material-icons/nfc.sharp.svg new file mode 100644 index 0000000000..07c3f5428a --- /dev/null +++ b/Symbolic/Resources/material-icons/nfc.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nfc.twotone.svg b/Symbolic/Resources/material-icons/nfc.twotone.svg new file mode 100644 index 0000000000..9df8202442 --- /dev/null +++ b/Symbolic/Resources/material-icons/nfc.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/night_shelter.default.svg b/Symbolic/Resources/material-icons/night_shelter.default.svg new file mode 100644 index 0000000000..e89479b274 --- /dev/null +++ b/Symbolic/Resources/material-icons/night_shelter.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/night_shelter.outlined.svg b/Symbolic/Resources/material-icons/night_shelter.outlined.svg new file mode 100644 index 0000000000..3b095ee7ab --- /dev/null +++ b/Symbolic/Resources/material-icons/night_shelter.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/night_shelter.round.svg b/Symbolic/Resources/material-icons/night_shelter.round.svg new file mode 100644 index 0000000000..a827495b4e --- /dev/null +++ b/Symbolic/Resources/material-icons/night_shelter.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/night_shelter.sharp.svg b/Symbolic/Resources/material-icons/night_shelter.sharp.svg new file mode 100644 index 0000000000..b8654cca52 --- /dev/null +++ b/Symbolic/Resources/material-icons/night_shelter.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/night_shelter.twotone.svg b/Symbolic/Resources/material-icons/night_shelter.twotone.svg new file mode 100644 index 0000000000..5029122c53 --- /dev/null +++ b/Symbolic/Resources/material-icons/night_shelter.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nightlife.default.svg b/Symbolic/Resources/material-icons/nightlife.default.svg new file mode 100644 index 0000000000..8d7ddd52a2 --- /dev/null +++ b/Symbolic/Resources/material-icons/nightlife.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nightlife.outlined.svg b/Symbolic/Resources/material-icons/nightlife.outlined.svg new file mode 100644 index 0000000000..7b57961603 --- /dev/null +++ b/Symbolic/Resources/material-icons/nightlife.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nightlife.round.svg b/Symbolic/Resources/material-icons/nightlife.round.svg new file mode 100644 index 0000000000..1484168c16 --- /dev/null +++ b/Symbolic/Resources/material-icons/nightlife.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nightlife.sharp.svg b/Symbolic/Resources/material-icons/nightlife.sharp.svg new file mode 100644 index 0000000000..7b57961603 --- /dev/null +++ b/Symbolic/Resources/material-icons/nightlife.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nightlife.twotone.svg b/Symbolic/Resources/material-icons/nightlife.twotone.svg new file mode 100644 index 0000000000..7b57961603 --- /dev/null +++ b/Symbolic/Resources/material-icons/nightlife.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nightlight.default.svg b/Symbolic/Resources/material-icons/nightlight.default.svg new file mode 100644 index 0000000000..eb9b389684 --- /dev/null +++ b/Symbolic/Resources/material-icons/nightlight.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nightlight.outlined.svg b/Symbolic/Resources/material-icons/nightlight.outlined.svg new file mode 100644 index 0000000000..c24e7bfc98 --- /dev/null +++ b/Symbolic/Resources/material-icons/nightlight.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nightlight.round.svg b/Symbolic/Resources/material-icons/nightlight.round.svg new file mode 100644 index 0000000000..14f498ec5b --- /dev/null +++ b/Symbolic/Resources/material-icons/nightlight.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nightlight.sharp.svg b/Symbolic/Resources/material-icons/nightlight.sharp.svg new file mode 100644 index 0000000000..eb9b389684 --- /dev/null +++ b/Symbolic/Resources/material-icons/nightlight.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nightlight.twotone.svg b/Symbolic/Resources/material-icons/nightlight.twotone.svg new file mode 100644 index 0000000000..158c491c5b --- /dev/null +++ b/Symbolic/Resources/material-icons/nightlight.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nightlight_round.default.svg b/Symbolic/Resources/material-icons/nightlight_round.default.svg new file mode 100644 index 0000000000..401faeb656 --- /dev/null +++ b/Symbolic/Resources/material-icons/nightlight_round.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nightlight_round.outlined.svg b/Symbolic/Resources/material-icons/nightlight_round.outlined.svg new file mode 100644 index 0000000000..b32c60290b --- /dev/null +++ b/Symbolic/Resources/material-icons/nightlight_round.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nightlight_round.round.svg b/Symbolic/Resources/material-icons/nightlight_round.round.svg new file mode 100644 index 0000000000..eeb5bab241 --- /dev/null +++ b/Symbolic/Resources/material-icons/nightlight_round.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nightlight_round.sharp.svg b/Symbolic/Resources/material-icons/nightlight_round.sharp.svg new file mode 100644 index 0000000000..b32c60290b --- /dev/null +++ b/Symbolic/Resources/material-icons/nightlight_round.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nightlight_round.twotone.svg b/Symbolic/Resources/material-icons/nightlight_round.twotone.svg new file mode 100644 index 0000000000..8e2e4fbb5a --- /dev/null +++ b/Symbolic/Resources/material-icons/nightlight_round.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nights_stay.default.svg b/Symbolic/Resources/material-icons/nights_stay.default.svg new file mode 100644 index 0000000000..49abbcbdfa --- /dev/null +++ b/Symbolic/Resources/material-icons/nights_stay.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nights_stay.outlined.svg b/Symbolic/Resources/material-icons/nights_stay.outlined.svg new file mode 100644 index 0000000000..1b7b70b877 --- /dev/null +++ b/Symbolic/Resources/material-icons/nights_stay.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nights_stay.round.svg b/Symbolic/Resources/material-icons/nights_stay.round.svg new file mode 100644 index 0000000000..cbb3b054f2 --- /dev/null +++ b/Symbolic/Resources/material-icons/nights_stay.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nights_stay.sharp.svg b/Symbolic/Resources/material-icons/nights_stay.sharp.svg new file mode 100644 index 0000000000..49abbcbdfa --- /dev/null +++ b/Symbolic/Resources/material-icons/nights_stay.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nights_stay.twotone.svg b/Symbolic/Resources/material-icons/nights_stay.twotone.svg new file mode 100644 index 0000000000..9515cf8b20 --- /dev/null +++ b/Symbolic/Resources/material-icons/nights_stay.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_accounts.default.svg b/Symbolic/Resources/material-icons/no_accounts.default.svg new file mode 100644 index 0000000000..34b8aa23cd --- /dev/null +++ b/Symbolic/Resources/material-icons/no_accounts.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_accounts.outlined.svg b/Symbolic/Resources/material-icons/no_accounts.outlined.svg new file mode 100644 index 0000000000..af0c4d5a89 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_accounts.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_accounts.round.svg b/Symbolic/Resources/material-icons/no_accounts.round.svg new file mode 100644 index 0000000000..34b8aa23cd --- /dev/null +++ b/Symbolic/Resources/material-icons/no_accounts.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_accounts.sharp.svg b/Symbolic/Resources/material-icons/no_accounts.sharp.svg new file mode 100644 index 0000000000..34b8aa23cd --- /dev/null +++ b/Symbolic/Resources/material-icons/no_accounts.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_accounts.twotone.svg b/Symbolic/Resources/material-icons/no_accounts.twotone.svg new file mode 100644 index 0000000000..f01b0f716c --- /dev/null +++ b/Symbolic/Resources/material-icons/no_accounts.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_adult_content.default.svg b/Symbolic/Resources/material-icons/no_adult_content.default.svg new file mode 100644 index 0000000000..be43f6437a --- /dev/null +++ b/Symbolic/Resources/material-icons/no_adult_content.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_adult_content.outlined.svg b/Symbolic/Resources/material-icons/no_adult_content.outlined.svg new file mode 100644 index 0000000000..be43f6437a --- /dev/null +++ b/Symbolic/Resources/material-icons/no_adult_content.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_adult_content.round.svg b/Symbolic/Resources/material-icons/no_adult_content.round.svg new file mode 100644 index 0000000000..244bc18b7a --- /dev/null +++ b/Symbolic/Resources/material-icons/no_adult_content.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_adult_content.sharp.svg b/Symbolic/Resources/material-icons/no_adult_content.sharp.svg new file mode 100644 index 0000000000..be43f6437a --- /dev/null +++ b/Symbolic/Resources/material-icons/no_adult_content.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_adult_content.twotone.svg b/Symbolic/Resources/material-icons/no_adult_content.twotone.svg new file mode 100644 index 0000000000..be43f6437a --- /dev/null +++ b/Symbolic/Resources/material-icons/no_adult_content.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_backpack.default.svg b/Symbolic/Resources/material-icons/no_backpack.default.svg new file mode 100644 index 0000000000..cc6711eeb3 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_backpack.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_backpack.outlined.svg b/Symbolic/Resources/material-icons/no_backpack.outlined.svg new file mode 100644 index 0000000000..f9c323d6c1 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_backpack.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_backpack.round.svg b/Symbolic/Resources/material-icons/no_backpack.round.svg new file mode 100644 index 0000000000..91d492670a --- /dev/null +++ b/Symbolic/Resources/material-icons/no_backpack.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_backpack.sharp.svg b/Symbolic/Resources/material-icons/no_backpack.sharp.svg new file mode 100644 index 0000000000..515f95bb4c --- /dev/null +++ b/Symbolic/Resources/material-icons/no_backpack.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_backpack.twotone.svg b/Symbolic/Resources/material-icons/no_backpack.twotone.svg new file mode 100644 index 0000000000..0aa09149ad --- /dev/null +++ b/Symbolic/Resources/material-icons/no_backpack.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_cell.default.svg b/Symbolic/Resources/material-icons/no_cell.default.svg new file mode 100644 index 0000000000..fb7ccac8bc --- /dev/null +++ b/Symbolic/Resources/material-icons/no_cell.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_cell.outlined.svg b/Symbolic/Resources/material-icons/no_cell.outlined.svg new file mode 100644 index 0000000000..5e6bb112f9 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_cell.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_cell.round.svg b/Symbolic/Resources/material-icons/no_cell.round.svg new file mode 100644 index 0000000000..a0d195bc26 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_cell.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_cell.sharp.svg b/Symbolic/Resources/material-icons/no_cell.sharp.svg new file mode 100644 index 0000000000..85e76871aa --- /dev/null +++ b/Symbolic/Resources/material-icons/no_cell.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_cell.twotone.svg b/Symbolic/Resources/material-icons/no_cell.twotone.svg new file mode 100644 index 0000000000..860d8d15b8 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_cell.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_crash.default.svg b/Symbolic/Resources/material-icons/no_crash.default.svg new file mode 100644 index 0000000000..8346059a28 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_crash.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_crash.outlined.svg b/Symbolic/Resources/material-icons/no_crash.outlined.svg new file mode 100644 index 0000000000..7efe721eac --- /dev/null +++ b/Symbolic/Resources/material-icons/no_crash.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_crash.round.svg b/Symbolic/Resources/material-icons/no_crash.round.svg new file mode 100644 index 0000000000..544548adb9 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_crash.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_crash.sharp.svg b/Symbolic/Resources/material-icons/no_crash.sharp.svg new file mode 100644 index 0000000000..3daabfcd59 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_crash.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_crash.twotone.svg b/Symbolic/Resources/material-icons/no_crash.twotone.svg new file mode 100644 index 0000000000..0e44e03fba --- /dev/null +++ b/Symbolic/Resources/material-icons/no_crash.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_drinks.default.svg b/Symbolic/Resources/material-icons/no_drinks.default.svg new file mode 100644 index 0000000000..f064e9de06 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_drinks.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_drinks.outlined.svg b/Symbolic/Resources/material-icons/no_drinks.outlined.svg new file mode 100644 index 0000000000..570d0e36ae --- /dev/null +++ b/Symbolic/Resources/material-icons/no_drinks.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_drinks.round.svg b/Symbolic/Resources/material-icons/no_drinks.round.svg new file mode 100644 index 0000000000..63a1ea250c --- /dev/null +++ b/Symbolic/Resources/material-icons/no_drinks.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_drinks.sharp.svg b/Symbolic/Resources/material-icons/no_drinks.sharp.svg new file mode 100644 index 0000000000..f6a6a196bf --- /dev/null +++ b/Symbolic/Resources/material-icons/no_drinks.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_drinks.twotone.svg b/Symbolic/Resources/material-icons/no_drinks.twotone.svg new file mode 100644 index 0000000000..ab60bcf9d4 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_drinks.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_encryption.default.svg b/Symbolic/Resources/material-icons/no_encryption.default.svg new file mode 100644 index 0000000000..30b41d1c96 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_encryption.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_encryption.outlined.svg b/Symbolic/Resources/material-icons/no_encryption.outlined.svg new file mode 100644 index 0000000000..79a3e11473 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_encryption.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_encryption.round.svg b/Symbolic/Resources/material-icons/no_encryption.round.svg new file mode 100644 index 0000000000..c60f2dabd4 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_encryption.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_encryption.sharp.svg b/Symbolic/Resources/material-icons/no_encryption.sharp.svg new file mode 100644 index 0000000000..24192bec4c --- /dev/null +++ b/Symbolic/Resources/material-icons/no_encryption.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_encryption.twotone.svg b/Symbolic/Resources/material-icons/no_encryption.twotone.svg new file mode 100644 index 0000000000..6fcafc303d --- /dev/null +++ b/Symbolic/Resources/material-icons/no_encryption.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_encryption_gmailerrorred.default.svg b/Symbolic/Resources/material-icons/no_encryption_gmailerrorred.default.svg new file mode 100644 index 0000000000..6534604b9f --- /dev/null +++ b/Symbolic/Resources/material-icons/no_encryption_gmailerrorred.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_encryption_gmailerrorred.outlined.svg b/Symbolic/Resources/material-icons/no_encryption_gmailerrorred.outlined.svg new file mode 100644 index 0000000000..79a3e11473 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_encryption_gmailerrorred.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_encryption_gmailerrorred.round.svg b/Symbolic/Resources/material-icons/no_encryption_gmailerrorred.round.svg new file mode 100644 index 0000000000..c60f2dabd4 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_encryption_gmailerrorred.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_encryption_gmailerrorred.sharp.svg b/Symbolic/Resources/material-icons/no_encryption_gmailerrorred.sharp.svg new file mode 100644 index 0000000000..24192bec4c --- /dev/null +++ b/Symbolic/Resources/material-icons/no_encryption_gmailerrorred.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_encryption_gmailerrorred.twotone.svg b/Symbolic/Resources/material-icons/no_encryption_gmailerrorred.twotone.svg new file mode 100644 index 0000000000..6fcafc303d --- /dev/null +++ b/Symbolic/Resources/material-icons/no_encryption_gmailerrorred.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_flash.default.svg b/Symbolic/Resources/material-icons/no_flash.default.svg new file mode 100644 index 0000000000..c74c19d876 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_flash.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_flash.outlined.svg b/Symbolic/Resources/material-icons/no_flash.outlined.svg new file mode 100644 index 0000000000..d8523237a6 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_flash.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_flash.round.svg b/Symbolic/Resources/material-icons/no_flash.round.svg new file mode 100644 index 0000000000..564b33ec30 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_flash.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_flash.sharp.svg b/Symbolic/Resources/material-icons/no_flash.sharp.svg new file mode 100644 index 0000000000..02897c5fc7 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_flash.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_flash.twotone.svg b/Symbolic/Resources/material-icons/no_flash.twotone.svg new file mode 100644 index 0000000000..72fb6f2858 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_flash.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_food.default.svg b/Symbolic/Resources/material-icons/no_food.default.svg new file mode 100644 index 0000000000..f392ccada0 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_food.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_food.outlined.svg b/Symbolic/Resources/material-icons/no_food.outlined.svg new file mode 100644 index 0000000000..4c15d9ec0d --- /dev/null +++ b/Symbolic/Resources/material-icons/no_food.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_food.round.svg b/Symbolic/Resources/material-icons/no_food.round.svg new file mode 100644 index 0000000000..b8712a76bf --- /dev/null +++ b/Symbolic/Resources/material-icons/no_food.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_food.sharp.svg b/Symbolic/Resources/material-icons/no_food.sharp.svg new file mode 100644 index 0000000000..1fa42148d8 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_food.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_food.twotone.svg b/Symbolic/Resources/material-icons/no_food.twotone.svg new file mode 100644 index 0000000000..968b1ba697 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_food.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_luggage.default.svg b/Symbolic/Resources/material-icons/no_luggage.default.svg new file mode 100644 index 0000000000..4fedf3341c --- /dev/null +++ b/Symbolic/Resources/material-icons/no_luggage.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_luggage.outlined.svg b/Symbolic/Resources/material-icons/no_luggage.outlined.svg new file mode 100644 index 0000000000..bdc13b89a3 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_luggage.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_luggage.round.svg b/Symbolic/Resources/material-icons/no_luggage.round.svg new file mode 100644 index 0000000000..c520b9b681 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_luggage.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_luggage.sharp.svg b/Symbolic/Resources/material-icons/no_luggage.sharp.svg new file mode 100644 index 0000000000..e0d9886291 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_luggage.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_luggage.twotone.svg b/Symbolic/Resources/material-icons/no_luggage.twotone.svg new file mode 100644 index 0000000000..d7ca6509b3 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_luggage.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_meals.default.svg b/Symbolic/Resources/material-icons/no_meals.default.svg new file mode 100644 index 0000000000..e343d48a94 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_meals.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_meals.outlined.svg b/Symbolic/Resources/material-icons/no_meals.outlined.svg new file mode 100644 index 0000000000..e343d48a94 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_meals.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_meals.round.svg b/Symbolic/Resources/material-icons/no_meals.round.svg new file mode 100644 index 0000000000..0b6223ca0c --- /dev/null +++ b/Symbolic/Resources/material-icons/no_meals.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_meals.sharp.svg b/Symbolic/Resources/material-icons/no_meals.sharp.svg new file mode 100644 index 0000000000..e343d48a94 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_meals.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_meals.twotone.svg b/Symbolic/Resources/material-icons/no_meals.twotone.svg new file mode 100644 index 0000000000..e343d48a94 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_meals.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_meals_ouline.default.svg b/Symbolic/Resources/material-icons/no_meals_ouline.default.svg new file mode 100644 index 0000000000..e343d48a94 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_meals_ouline.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_meeting_room.default.svg b/Symbolic/Resources/material-icons/no_meeting_room.default.svg new file mode 100644 index 0000000000..983962057b --- /dev/null +++ b/Symbolic/Resources/material-icons/no_meeting_room.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_meeting_room.outlined.svg b/Symbolic/Resources/material-icons/no_meeting_room.outlined.svg new file mode 100644 index 0000000000..264e895a8d --- /dev/null +++ b/Symbolic/Resources/material-icons/no_meeting_room.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_meeting_room.round.svg b/Symbolic/Resources/material-icons/no_meeting_room.round.svg new file mode 100644 index 0000000000..ab7f784ee8 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_meeting_room.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_meeting_room.sharp.svg b/Symbolic/Resources/material-icons/no_meeting_room.sharp.svg new file mode 100644 index 0000000000..5ba6155efa --- /dev/null +++ b/Symbolic/Resources/material-icons/no_meeting_room.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_meeting_room.twotone.svg b/Symbolic/Resources/material-icons/no_meeting_room.twotone.svg new file mode 100644 index 0000000000..41f61724cc --- /dev/null +++ b/Symbolic/Resources/material-icons/no_meeting_room.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_photography.default.svg b/Symbolic/Resources/material-icons/no_photography.default.svg new file mode 100644 index 0000000000..50abcc5725 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_photography.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_photography.outlined.svg b/Symbolic/Resources/material-icons/no_photography.outlined.svg new file mode 100644 index 0000000000..82716a1f92 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_photography.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_photography.round.svg b/Symbolic/Resources/material-icons/no_photography.round.svg new file mode 100644 index 0000000000..02550de9af --- /dev/null +++ b/Symbolic/Resources/material-icons/no_photography.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_photography.sharp.svg b/Symbolic/Resources/material-icons/no_photography.sharp.svg new file mode 100644 index 0000000000..ad12844d6e --- /dev/null +++ b/Symbolic/Resources/material-icons/no_photography.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_photography.twotone.svg b/Symbolic/Resources/material-icons/no_photography.twotone.svg new file mode 100644 index 0000000000..36b6867569 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_photography.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_sim.default.svg b/Symbolic/Resources/material-icons/no_sim.default.svg new file mode 100644 index 0000000000..43c14acc52 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_sim.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_sim.outlined.svg b/Symbolic/Resources/material-icons/no_sim.outlined.svg new file mode 100644 index 0000000000..8c7318a260 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_sim.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_sim.round.svg b/Symbolic/Resources/material-icons/no_sim.round.svg new file mode 100644 index 0000000000..24d40b5240 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_sim.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_sim.sharp.svg b/Symbolic/Resources/material-icons/no_sim.sharp.svg new file mode 100644 index 0000000000..823b158a17 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_sim.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_sim.twotone.svg b/Symbolic/Resources/material-icons/no_sim.twotone.svg new file mode 100644 index 0000000000..ecbf8c9f9c --- /dev/null +++ b/Symbolic/Resources/material-icons/no_sim.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_stroller.default.svg b/Symbolic/Resources/material-icons/no_stroller.default.svg new file mode 100644 index 0000000000..d8e79053ce --- /dev/null +++ b/Symbolic/Resources/material-icons/no_stroller.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_stroller.outlined.svg b/Symbolic/Resources/material-icons/no_stroller.outlined.svg new file mode 100644 index 0000000000..142ec53e65 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_stroller.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_stroller.round.svg b/Symbolic/Resources/material-icons/no_stroller.round.svg new file mode 100644 index 0000000000..0fa4455675 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_stroller.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_stroller.sharp.svg b/Symbolic/Resources/material-icons/no_stroller.sharp.svg new file mode 100644 index 0000000000..532344becb --- /dev/null +++ b/Symbolic/Resources/material-icons/no_stroller.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_stroller.twotone.svg b/Symbolic/Resources/material-icons/no_stroller.twotone.svg new file mode 100644 index 0000000000..a2364ef7c4 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_stroller.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_transfer.default.svg b/Symbolic/Resources/material-icons/no_transfer.default.svg new file mode 100644 index 0000000000..9475c7c6b2 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_transfer.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_transfer.outlined.svg b/Symbolic/Resources/material-icons/no_transfer.outlined.svg new file mode 100644 index 0000000000..225e5e61e2 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_transfer.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_transfer.round.svg b/Symbolic/Resources/material-icons/no_transfer.round.svg new file mode 100644 index 0000000000..0b61a0a483 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_transfer.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_transfer.sharp.svg b/Symbolic/Resources/material-icons/no_transfer.sharp.svg new file mode 100644 index 0000000000..7377baa432 --- /dev/null +++ b/Symbolic/Resources/material-icons/no_transfer.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/no_transfer.twotone.svg b/Symbolic/Resources/material-icons/no_transfer.twotone.svg new file mode 100644 index 0000000000..1da3ad604d --- /dev/null +++ b/Symbolic/Resources/material-icons/no_transfer.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/noise_aware.default.svg b/Symbolic/Resources/material-icons/noise_aware.default.svg new file mode 100644 index 0000000000..cf3e350fff --- /dev/null +++ b/Symbolic/Resources/material-icons/noise_aware.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/noise_aware.outlined.svg b/Symbolic/Resources/material-icons/noise_aware.outlined.svg new file mode 100644 index 0000000000..cf3e350fff --- /dev/null +++ b/Symbolic/Resources/material-icons/noise_aware.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/noise_aware.round.svg b/Symbolic/Resources/material-icons/noise_aware.round.svg new file mode 100644 index 0000000000..bf7a3b1c5f --- /dev/null +++ b/Symbolic/Resources/material-icons/noise_aware.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/noise_aware.sharp.svg b/Symbolic/Resources/material-icons/noise_aware.sharp.svg new file mode 100644 index 0000000000..cf3e350fff --- /dev/null +++ b/Symbolic/Resources/material-icons/noise_aware.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/noise_aware.twotone.svg b/Symbolic/Resources/material-icons/noise_aware.twotone.svg new file mode 100644 index 0000000000..cf3e350fff --- /dev/null +++ b/Symbolic/Resources/material-icons/noise_aware.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/noise_control_off.default.svg b/Symbolic/Resources/material-icons/noise_control_off.default.svg new file mode 100644 index 0000000000..b46d74e693 --- /dev/null +++ b/Symbolic/Resources/material-icons/noise_control_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/noise_control_off.outlined.svg b/Symbolic/Resources/material-icons/noise_control_off.outlined.svg new file mode 100644 index 0000000000..b46d74e693 --- /dev/null +++ b/Symbolic/Resources/material-icons/noise_control_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/noise_control_off.round.svg b/Symbolic/Resources/material-icons/noise_control_off.round.svg new file mode 100644 index 0000000000..8b138bb1cc --- /dev/null +++ b/Symbolic/Resources/material-icons/noise_control_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/noise_control_off.sharp.svg b/Symbolic/Resources/material-icons/noise_control_off.sharp.svg new file mode 100644 index 0000000000..b46d74e693 --- /dev/null +++ b/Symbolic/Resources/material-icons/noise_control_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/noise_control_off.twotone.svg b/Symbolic/Resources/material-icons/noise_control_off.twotone.svg new file mode 100644 index 0000000000..b46d74e693 --- /dev/null +++ b/Symbolic/Resources/material-icons/noise_control_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nordic_walking.default.svg b/Symbolic/Resources/material-icons/nordic_walking.default.svg new file mode 100644 index 0000000000..b52bb332a1 --- /dev/null +++ b/Symbolic/Resources/material-icons/nordic_walking.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nordic_walking.outlined.svg b/Symbolic/Resources/material-icons/nordic_walking.outlined.svg new file mode 100644 index 0000000000..b52bb332a1 --- /dev/null +++ b/Symbolic/Resources/material-icons/nordic_walking.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nordic_walking.round.svg b/Symbolic/Resources/material-icons/nordic_walking.round.svg new file mode 100644 index 0000000000..d7d17bc60f --- /dev/null +++ b/Symbolic/Resources/material-icons/nordic_walking.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nordic_walking.sharp.svg b/Symbolic/Resources/material-icons/nordic_walking.sharp.svg new file mode 100644 index 0000000000..b52bb332a1 --- /dev/null +++ b/Symbolic/Resources/material-icons/nordic_walking.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/nordic_walking.twotone.svg b/Symbolic/Resources/material-icons/nordic_walking.twotone.svg new file mode 100644 index 0000000000..4f298df1ca --- /dev/null +++ b/Symbolic/Resources/material-icons/nordic_walking.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/north.default.svg b/Symbolic/Resources/material-icons/north.default.svg new file mode 100644 index 0000000000..e95800910a --- /dev/null +++ b/Symbolic/Resources/material-icons/north.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/north.outlined.svg b/Symbolic/Resources/material-icons/north.outlined.svg new file mode 100644 index 0000000000..e95800910a --- /dev/null +++ b/Symbolic/Resources/material-icons/north.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/north.round.svg b/Symbolic/Resources/material-icons/north.round.svg new file mode 100644 index 0000000000..d8a5cf9804 --- /dev/null +++ b/Symbolic/Resources/material-icons/north.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/north.sharp.svg b/Symbolic/Resources/material-icons/north.sharp.svg new file mode 100644 index 0000000000..e95800910a --- /dev/null +++ b/Symbolic/Resources/material-icons/north.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/north.twotone.svg b/Symbolic/Resources/material-icons/north.twotone.svg new file mode 100644 index 0000000000..e95800910a --- /dev/null +++ b/Symbolic/Resources/material-icons/north.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/north_east.default.svg b/Symbolic/Resources/material-icons/north_east.default.svg new file mode 100644 index 0000000000..75186dd3e3 --- /dev/null +++ b/Symbolic/Resources/material-icons/north_east.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/north_east.outlined.svg b/Symbolic/Resources/material-icons/north_east.outlined.svg new file mode 100644 index 0000000000..75186dd3e3 --- /dev/null +++ b/Symbolic/Resources/material-icons/north_east.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/north_east.round.svg b/Symbolic/Resources/material-icons/north_east.round.svg new file mode 100644 index 0000000000..9672402e90 --- /dev/null +++ b/Symbolic/Resources/material-icons/north_east.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/north_east.sharp.svg b/Symbolic/Resources/material-icons/north_east.sharp.svg new file mode 100644 index 0000000000..75186dd3e3 --- /dev/null +++ b/Symbolic/Resources/material-icons/north_east.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/north_east.twotone.svg b/Symbolic/Resources/material-icons/north_east.twotone.svg new file mode 100644 index 0000000000..75186dd3e3 --- /dev/null +++ b/Symbolic/Resources/material-icons/north_east.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/north_west.default.svg b/Symbolic/Resources/material-icons/north_west.default.svg new file mode 100644 index 0000000000..6d5a85b60d --- /dev/null +++ b/Symbolic/Resources/material-icons/north_west.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/north_west.outlined.svg b/Symbolic/Resources/material-icons/north_west.outlined.svg new file mode 100644 index 0000000000..6d5a85b60d --- /dev/null +++ b/Symbolic/Resources/material-icons/north_west.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/north_west.round.svg b/Symbolic/Resources/material-icons/north_west.round.svg new file mode 100644 index 0000000000..9aa2bb0920 --- /dev/null +++ b/Symbolic/Resources/material-icons/north_west.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/north_west.sharp.svg b/Symbolic/Resources/material-icons/north_west.sharp.svg new file mode 100644 index 0000000000..6d5a85b60d --- /dev/null +++ b/Symbolic/Resources/material-icons/north_west.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/north_west.twotone.svg b/Symbolic/Resources/material-icons/north_west.twotone.svg new file mode 100644 index 0000000000..6d5a85b60d --- /dev/null +++ b/Symbolic/Resources/material-icons/north_west.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/not_accessible.default.svg b/Symbolic/Resources/material-icons/not_accessible.default.svg new file mode 100644 index 0000000000..15c330db76 --- /dev/null +++ b/Symbolic/Resources/material-icons/not_accessible.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/not_accessible.outlined.svg b/Symbolic/Resources/material-icons/not_accessible.outlined.svg new file mode 100644 index 0000000000..8c496f14f7 --- /dev/null +++ b/Symbolic/Resources/material-icons/not_accessible.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/not_accessible.round.svg b/Symbolic/Resources/material-icons/not_accessible.round.svg new file mode 100644 index 0000000000..6a5da2f039 --- /dev/null +++ b/Symbolic/Resources/material-icons/not_accessible.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/not_accessible.sharp.svg b/Symbolic/Resources/material-icons/not_accessible.sharp.svg new file mode 100644 index 0000000000..633e2e1aec --- /dev/null +++ b/Symbolic/Resources/material-icons/not_accessible.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/not_accessible.twotone.svg b/Symbolic/Resources/material-icons/not_accessible.twotone.svg new file mode 100644 index 0000000000..8c496f14f7 --- /dev/null +++ b/Symbolic/Resources/material-icons/not_accessible.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/not_interested.default.svg b/Symbolic/Resources/material-icons/not_interested.default.svg new file mode 100644 index 0000000000..f89cbd1112 --- /dev/null +++ b/Symbolic/Resources/material-icons/not_interested.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/not_interested.outlined.svg b/Symbolic/Resources/material-icons/not_interested.outlined.svg new file mode 100644 index 0000000000..566e3cd4d3 --- /dev/null +++ b/Symbolic/Resources/material-icons/not_interested.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/not_interested.round.svg b/Symbolic/Resources/material-icons/not_interested.round.svg new file mode 100644 index 0000000000..3e2ac7e684 --- /dev/null +++ b/Symbolic/Resources/material-icons/not_interested.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/not_interested.sharp.svg b/Symbolic/Resources/material-icons/not_interested.sharp.svg new file mode 100644 index 0000000000..566e3cd4d3 --- /dev/null +++ b/Symbolic/Resources/material-icons/not_interested.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/not_interested.twotone.svg b/Symbolic/Resources/material-icons/not_interested.twotone.svg new file mode 100644 index 0000000000..d707733c88 --- /dev/null +++ b/Symbolic/Resources/material-icons/not_interested.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/not_listed_location.default.svg b/Symbolic/Resources/material-icons/not_listed_location.default.svg new file mode 100644 index 0000000000..571e07119c --- /dev/null +++ b/Symbolic/Resources/material-icons/not_listed_location.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/not_listed_location.outlined.svg b/Symbolic/Resources/material-icons/not_listed_location.outlined.svg new file mode 100644 index 0000000000..a67a369673 --- /dev/null +++ b/Symbolic/Resources/material-icons/not_listed_location.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/not_listed_location.round.svg b/Symbolic/Resources/material-icons/not_listed_location.round.svg new file mode 100644 index 0000000000..d4b4c8f861 --- /dev/null +++ b/Symbolic/Resources/material-icons/not_listed_location.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/not_listed_location.sharp.svg b/Symbolic/Resources/material-icons/not_listed_location.sharp.svg new file mode 100644 index 0000000000..414d2d9b36 --- /dev/null +++ b/Symbolic/Resources/material-icons/not_listed_location.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/not_listed_location.twotone.svg b/Symbolic/Resources/material-icons/not_listed_location.twotone.svg new file mode 100644 index 0000000000..208680e48b --- /dev/null +++ b/Symbolic/Resources/material-icons/not_listed_location.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/not_started.default.svg b/Symbolic/Resources/material-icons/not_started.default.svg new file mode 100644 index 0000000000..63694dc44c --- /dev/null +++ b/Symbolic/Resources/material-icons/not_started.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/not_started.outlined.svg b/Symbolic/Resources/material-icons/not_started.outlined.svg new file mode 100644 index 0000000000..3ed5c40515 --- /dev/null +++ b/Symbolic/Resources/material-icons/not_started.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/not_started.round.svg b/Symbolic/Resources/material-icons/not_started.round.svg new file mode 100644 index 0000000000..dda3973d94 --- /dev/null +++ b/Symbolic/Resources/material-icons/not_started.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/not_started.sharp.svg b/Symbolic/Resources/material-icons/not_started.sharp.svg new file mode 100644 index 0000000000..63694dc44c --- /dev/null +++ b/Symbolic/Resources/material-icons/not_started.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/not_started.twotone.svg b/Symbolic/Resources/material-icons/not_started.twotone.svg new file mode 100644 index 0000000000..733854a159 --- /dev/null +++ b/Symbolic/Resources/material-icons/not_started.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/note.default.svg b/Symbolic/Resources/material-icons/note.default.svg new file mode 100644 index 0000000000..64740c64dc --- /dev/null +++ b/Symbolic/Resources/material-icons/note.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/note.outlined.svg b/Symbolic/Resources/material-icons/note.outlined.svg new file mode 100644 index 0000000000..cb1b29b3cc --- /dev/null +++ b/Symbolic/Resources/material-icons/note.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/note.round.svg b/Symbolic/Resources/material-icons/note.round.svg new file mode 100644 index 0000000000..b3f45a24db --- /dev/null +++ b/Symbolic/Resources/material-icons/note.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/note.sharp.svg b/Symbolic/Resources/material-icons/note.sharp.svg new file mode 100644 index 0000000000..e098626522 --- /dev/null +++ b/Symbolic/Resources/material-icons/note.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/note.twotone.svg b/Symbolic/Resources/material-icons/note.twotone.svg new file mode 100644 index 0000000000..df2cde549b --- /dev/null +++ b/Symbolic/Resources/material-icons/note.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/note_add.default.svg b/Symbolic/Resources/material-icons/note_add.default.svg new file mode 100644 index 0000000000..7e9b308d6f --- /dev/null +++ b/Symbolic/Resources/material-icons/note_add.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/note_add.outlined.svg b/Symbolic/Resources/material-icons/note_add.outlined.svg new file mode 100644 index 0000000000..241e9fe49c --- /dev/null +++ b/Symbolic/Resources/material-icons/note_add.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/note_add.round.svg b/Symbolic/Resources/material-icons/note_add.round.svg new file mode 100644 index 0000000000..6eb12f5cf6 --- /dev/null +++ b/Symbolic/Resources/material-icons/note_add.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/note_add.sharp.svg b/Symbolic/Resources/material-icons/note_add.sharp.svg new file mode 100644 index 0000000000..7e5c6faedf --- /dev/null +++ b/Symbolic/Resources/material-icons/note_add.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/note_add.twotone.svg b/Symbolic/Resources/material-icons/note_add.twotone.svg new file mode 100644 index 0000000000..dd320ba8ca --- /dev/null +++ b/Symbolic/Resources/material-icons/note_add.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/note_alt.default.svg b/Symbolic/Resources/material-icons/note_alt.default.svg new file mode 100644 index 0000000000..0ed15c1a98 --- /dev/null +++ b/Symbolic/Resources/material-icons/note_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/note_alt.outlined.svg b/Symbolic/Resources/material-icons/note_alt.outlined.svg new file mode 100644 index 0000000000..386265e87c --- /dev/null +++ b/Symbolic/Resources/material-icons/note_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/note_alt.round.svg b/Symbolic/Resources/material-icons/note_alt.round.svg new file mode 100644 index 0000000000..59d128242a --- /dev/null +++ b/Symbolic/Resources/material-icons/note_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/note_alt.sharp.svg b/Symbolic/Resources/material-icons/note_alt.sharp.svg new file mode 100644 index 0000000000..7d6be8db94 --- /dev/null +++ b/Symbolic/Resources/material-icons/note_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/note_alt.twotone.svg b/Symbolic/Resources/material-icons/note_alt.twotone.svg new file mode 100644 index 0000000000..70e6ccd256 --- /dev/null +++ b/Symbolic/Resources/material-icons/note_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notes.default.svg b/Symbolic/Resources/material-icons/notes.default.svg new file mode 100644 index 0000000000..a3c696de21 --- /dev/null +++ b/Symbolic/Resources/material-icons/notes.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notes.outlined.svg b/Symbolic/Resources/material-icons/notes.outlined.svg new file mode 100644 index 0000000000..f9c402f4e4 --- /dev/null +++ b/Symbolic/Resources/material-icons/notes.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notes.round.svg b/Symbolic/Resources/material-icons/notes.round.svg new file mode 100644 index 0000000000..1835a0423f --- /dev/null +++ b/Symbolic/Resources/material-icons/notes.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notes.sharp.svg b/Symbolic/Resources/material-icons/notes.sharp.svg new file mode 100644 index 0000000000..a630745a40 --- /dev/null +++ b/Symbolic/Resources/material-icons/notes.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notes.twotone.svg b/Symbolic/Resources/material-icons/notes.twotone.svg new file mode 100644 index 0000000000..f9c402f4e4 --- /dev/null +++ b/Symbolic/Resources/material-icons/notes.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notification_add.default.svg b/Symbolic/Resources/material-icons/notification_add.default.svg new file mode 100644 index 0000000000..7605f46cc6 --- /dev/null +++ b/Symbolic/Resources/material-icons/notification_add.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notification_add.outlined.svg b/Symbolic/Resources/material-icons/notification_add.outlined.svg new file mode 100644 index 0000000000..f245271373 --- /dev/null +++ b/Symbolic/Resources/material-icons/notification_add.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notification_add.round.svg b/Symbolic/Resources/material-icons/notification_add.round.svg new file mode 100644 index 0000000000..c05afa5f25 --- /dev/null +++ b/Symbolic/Resources/material-icons/notification_add.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notification_add.sharp.svg b/Symbolic/Resources/material-icons/notification_add.sharp.svg new file mode 100644 index 0000000000..8f5d84234c --- /dev/null +++ b/Symbolic/Resources/material-icons/notification_add.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notification_add.twotone.svg b/Symbolic/Resources/material-icons/notification_add.twotone.svg new file mode 100644 index 0000000000..f245271373 --- /dev/null +++ b/Symbolic/Resources/material-icons/notification_add.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notification_important.default.svg b/Symbolic/Resources/material-icons/notification_important.default.svg new file mode 100644 index 0000000000..2efd043577 --- /dev/null +++ b/Symbolic/Resources/material-icons/notification_important.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notification_important.outlined.svg b/Symbolic/Resources/material-icons/notification_important.outlined.svg new file mode 100644 index 0000000000..c5d2ca5de4 --- /dev/null +++ b/Symbolic/Resources/material-icons/notification_important.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notification_important.round.svg b/Symbolic/Resources/material-icons/notification_important.round.svg new file mode 100644 index 0000000000..54200035f8 --- /dev/null +++ b/Symbolic/Resources/material-icons/notification_important.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notification_important.sharp.svg b/Symbolic/Resources/material-icons/notification_important.sharp.svg new file mode 100644 index 0000000000..23775ae415 --- /dev/null +++ b/Symbolic/Resources/material-icons/notification_important.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notification_important.twotone.svg b/Symbolic/Resources/material-icons/notification_important.twotone.svg new file mode 100644 index 0000000000..6b5374790a --- /dev/null +++ b/Symbolic/Resources/material-icons/notification_important.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notifications.default.svg b/Symbolic/Resources/material-icons/notifications.default.svg new file mode 100644 index 0000000000..6d5dfe6abc --- /dev/null +++ b/Symbolic/Resources/material-icons/notifications.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notifications.outlined.svg b/Symbolic/Resources/material-icons/notifications.outlined.svg new file mode 100644 index 0000000000..3f0fcb8f1e --- /dev/null +++ b/Symbolic/Resources/material-icons/notifications.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notifications.round.svg b/Symbolic/Resources/material-icons/notifications.round.svg new file mode 100644 index 0000000000..a3a4afd621 --- /dev/null +++ b/Symbolic/Resources/material-icons/notifications.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notifications.sharp.svg b/Symbolic/Resources/material-icons/notifications.sharp.svg new file mode 100644 index 0000000000..88ba875d2e --- /dev/null +++ b/Symbolic/Resources/material-icons/notifications.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notifications.twotone.svg b/Symbolic/Resources/material-icons/notifications.twotone.svg new file mode 100644 index 0000000000..a54e8b1ab3 --- /dev/null +++ b/Symbolic/Resources/material-icons/notifications.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notifications_active.default.svg b/Symbolic/Resources/material-icons/notifications_active.default.svg new file mode 100644 index 0000000000..0de3cca268 --- /dev/null +++ b/Symbolic/Resources/material-icons/notifications_active.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notifications_active.outlined.svg b/Symbolic/Resources/material-icons/notifications_active.outlined.svg new file mode 100644 index 0000000000..c44600c590 --- /dev/null +++ b/Symbolic/Resources/material-icons/notifications_active.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notifications_active.round.svg b/Symbolic/Resources/material-icons/notifications_active.round.svg new file mode 100644 index 0000000000..b8339542e8 --- /dev/null +++ b/Symbolic/Resources/material-icons/notifications_active.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notifications_active.sharp.svg b/Symbolic/Resources/material-icons/notifications_active.sharp.svg new file mode 100644 index 0000000000..e363ff6b21 --- /dev/null +++ b/Symbolic/Resources/material-icons/notifications_active.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notifications_active.twotone.svg b/Symbolic/Resources/material-icons/notifications_active.twotone.svg new file mode 100644 index 0000000000..764ce658a4 --- /dev/null +++ b/Symbolic/Resources/material-icons/notifications_active.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notifications_none.default.svg b/Symbolic/Resources/material-icons/notifications_none.default.svg new file mode 100644 index 0000000000..2241dcdc56 --- /dev/null +++ b/Symbolic/Resources/material-icons/notifications_none.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notifications_none.outlined.svg b/Symbolic/Resources/material-icons/notifications_none.outlined.svg new file mode 100644 index 0000000000..3f0fcb8f1e --- /dev/null +++ b/Symbolic/Resources/material-icons/notifications_none.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notifications_none.round.svg b/Symbolic/Resources/material-icons/notifications_none.round.svg new file mode 100644 index 0000000000..06f6603353 --- /dev/null +++ b/Symbolic/Resources/material-icons/notifications_none.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notifications_none.sharp.svg b/Symbolic/Resources/material-icons/notifications_none.sharp.svg new file mode 100644 index 0000000000..024e365695 --- /dev/null +++ b/Symbolic/Resources/material-icons/notifications_none.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notifications_none.twotone.svg b/Symbolic/Resources/material-icons/notifications_none.twotone.svg new file mode 100644 index 0000000000..e54938d8e8 --- /dev/null +++ b/Symbolic/Resources/material-icons/notifications_none.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notifications_off.default.svg b/Symbolic/Resources/material-icons/notifications_off.default.svg new file mode 100644 index 0000000000..1a4075307a --- /dev/null +++ b/Symbolic/Resources/material-icons/notifications_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notifications_off.outlined.svg b/Symbolic/Resources/material-icons/notifications_off.outlined.svg new file mode 100644 index 0000000000..80d992e57b --- /dev/null +++ b/Symbolic/Resources/material-icons/notifications_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notifications_off.round.svg b/Symbolic/Resources/material-icons/notifications_off.round.svg new file mode 100644 index 0000000000..24bae56462 --- /dev/null +++ b/Symbolic/Resources/material-icons/notifications_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notifications_off.sharp.svg b/Symbolic/Resources/material-icons/notifications_off.sharp.svg new file mode 100644 index 0000000000..90066fb67c --- /dev/null +++ b/Symbolic/Resources/material-icons/notifications_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notifications_off.twotone.svg b/Symbolic/Resources/material-icons/notifications_off.twotone.svg new file mode 100644 index 0000000000..fcac3ce980 --- /dev/null +++ b/Symbolic/Resources/material-icons/notifications_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notifications_paused.default.svg b/Symbolic/Resources/material-icons/notifications_paused.default.svg new file mode 100644 index 0000000000..6f769e937a --- /dev/null +++ b/Symbolic/Resources/material-icons/notifications_paused.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notifications_paused.outlined.svg b/Symbolic/Resources/material-icons/notifications_paused.outlined.svg new file mode 100644 index 0000000000..811facbd4c --- /dev/null +++ b/Symbolic/Resources/material-icons/notifications_paused.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notifications_paused.round.svg b/Symbolic/Resources/material-icons/notifications_paused.round.svg new file mode 100644 index 0000000000..0bbfc5a103 --- /dev/null +++ b/Symbolic/Resources/material-icons/notifications_paused.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notifications_paused.sharp.svg b/Symbolic/Resources/material-icons/notifications_paused.sharp.svg new file mode 100644 index 0000000000..e241dffa6c --- /dev/null +++ b/Symbolic/Resources/material-icons/notifications_paused.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/notifications_paused.twotone.svg b/Symbolic/Resources/material-icons/notifications_paused.twotone.svg new file mode 100644 index 0000000000..91760facc8 --- /dev/null +++ b/Symbolic/Resources/material-icons/notifications_paused.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/numbers.default.svg b/Symbolic/Resources/material-icons/numbers.default.svg new file mode 100644 index 0000000000..df8fcd3e79 --- /dev/null +++ b/Symbolic/Resources/material-icons/numbers.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/numbers.outlined.svg b/Symbolic/Resources/material-icons/numbers.outlined.svg new file mode 100644 index 0000000000..df8fcd3e79 --- /dev/null +++ b/Symbolic/Resources/material-icons/numbers.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/numbers.round.svg b/Symbolic/Resources/material-icons/numbers.round.svg new file mode 100644 index 0000000000..28d958c5f2 --- /dev/null +++ b/Symbolic/Resources/material-icons/numbers.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/numbers.sharp.svg b/Symbolic/Resources/material-icons/numbers.sharp.svg new file mode 100644 index 0000000000..df8fcd3e79 --- /dev/null +++ b/Symbolic/Resources/material-icons/numbers.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/numbers.twotone.svg b/Symbolic/Resources/material-icons/numbers.twotone.svg new file mode 100644 index 0000000000..df8fcd3e79 --- /dev/null +++ b/Symbolic/Resources/material-icons/numbers.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/offline_bolt.default.svg b/Symbolic/Resources/material-icons/offline_bolt.default.svg new file mode 100644 index 0000000000..af2e2d02a1 --- /dev/null +++ b/Symbolic/Resources/material-icons/offline_bolt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/offline_bolt.outlined.svg b/Symbolic/Resources/material-icons/offline_bolt.outlined.svg new file mode 100644 index 0000000000..dda20afaf4 --- /dev/null +++ b/Symbolic/Resources/material-icons/offline_bolt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/offline_bolt.round.svg b/Symbolic/Resources/material-icons/offline_bolt.round.svg new file mode 100644 index 0000000000..df9ae79de1 --- /dev/null +++ b/Symbolic/Resources/material-icons/offline_bolt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/offline_bolt.sharp.svg b/Symbolic/Resources/material-icons/offline_bolt.sharp.svg new file mode 100644 index 0000000000..af2e2d02a1 --- /dev/null +++ b/Symbolic/Resources/material-icons/offline_bolt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/offline_bolt.twotone.svg b/Symbolic/Resources/material-icons/offline_bolt.twotone.svg new file mode 100644 index 0000000000..06615a6dd5 --- /dev/null +++ b/Symbolic/Resources/material-icons/offline_bolt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/offline_pin.default.svg b/Symbolic/Resources/material-icons/offline_pin.default.svg new file mode 100644 index 0000000000..71822e318a --- /dev/null +++ b/Symbolic/Resources/material-icons/offline_pin.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/offline_pin.outlined.svg b/Symbolic/Resources/material-icons/offline_pin.outlined.svg new file mode 100644 index 0000000000..bf0f0e9673 --- /dev/null +++ b/Symbolic/Resources/material-icons/offline_pin.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/offline_pin.round.svg b/Symbolic/Resources/material-icons/offline_pin.round.svg new file mode 100644 index 0000000000..322cf18e0c --- /dev/null +++ b/Symbolic/Resources/material-icons/offline_pin.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/offline_pin.sharp.svg b/Symbolic/Resources/material-icons/offline_pin.sharp.svg new file mode 100644 index 0000000000..59ab3237c0 --- /dev/null +++ b/Symbolic/Resources/material-icons/offline_pin.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/offline_pin.twotone.svg b/Symbolic/Resources/material-icons/offline_pin.twotone.svg new file mode 100644 index 0000000000..2c7fb9fbf0 --- /dev/null +++ b/Symbolic/Resources/material-icons/offline_pin.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/offline_share.default.svg b/Symbolic/Resources/material-icons/offline_share.default.svg new file mode 100644 index 0000000000..acd29264c8 --- /dev/null +++ b/Symbolic/Resources/material-icons/offline_share.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/offline_share.outlined.svg b/Symbolic/Resources/material-icons/offline_share.outlined.svg new file mode 100644 index 0000000000..ced4603b07 --- /dev/null +++ b/Symbolic/Resources/material-icons/offline_share.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/offline_share.round.svg b/Symbolic/Resources/material-icons/offline_share.round.svg new file mode 100644 index 0000000000..131753d70d --- /dev/null +++ b/Symbolic/Resources/material-icons/offline_share.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/offline_share.sharp.svg b/Symbolic/Resources/material-icons/offline_share.sharp.svg new file mode 100644 index 0000000000..f902e8cd99 --- /dev/null +++ b/Symbolic/Resources/material-icons/offline_share.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/offline_share.twotone.svg b/Symbolic/Resources/material-icons/offline_share.twotone.svg new file mode 100644 index 0000000000..e9255c9c56 --- /dev/null +++ b/Symbolic/Resources/material-icons/offline_share.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/oil_barrel.default.svg b/Symbolic/Resources/material-icons/oil_barrel.default.svg new file mode 100644 index 0000000000..9a8a9b8bec --- /dev/null +++ b/Symbolic/Resources/material-icons/oil_barrel.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/oil_barrel.outlined.svg b/Symbolic/Resources/material-icons/oil_barrel.outlined.svg new file mode 100644 index 0000000000..bf80c33e05 --- /dev/null +++ b/Symbolic/Resources/material-icons/oil_barrel.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/oil_barrel.round.svg b/Symbolic/Resources/material-icons/oil_barrel.round.svg new file mode 100644 index 0000000000..8b253f2ede --- /dev/null +++ b/Symbolic/Resources/material-icons/oil_barrel.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/oil_barrel.sharp.svg b/Symbolic/Resources/material-icons/oil_barrel.sharp.svg new file mode 100644 index 0000000000..bb3e700d30 --- /dev/null +++ b/Symbolic/Resources/material-icons/oil_barrel.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/oil_barrel.twotone.svg b/Symbolic/Resources/material-icons/oil_barrel.twotone.svg new file mode 100644 index 0000000000..e17f34738c --- /dev/null +++ b/Symbolic/Resources/material-icons/oil_barrel.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/on_device_training.default.svg b/Symbolic/Resources/material-icons/on_device_training.default.svg new file mode 100644 index 0000000000..492c5d981a --- /dev/null +++ b/Symbolic/Resources/material-icons/on_device_training.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/on_device_training.outlined.svg b/Symbolic/Resources/material-icons/on_device_training.outlined.svg new file mode 100644 index 0000000000..67ff3d79fb --- /dev/null +++ b/Symbolic/Resources/material-icons/on_device_training.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/on_device_training.round.svg b/Symbolic/Resources/material-icons/on_device_training.round.svg new file mode 100644 index 0000000000..6b063dca81 --- /dev/null +++ b/Symbolic/Resources/material-icons/on_device_training.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/on_device_training.sharp.svg b/Symbolic/Resources/material-icons/on_device_training.sharp.svg new file mode 100644 index 0000000000..c732876ffe --- /dev/null +++ b/Symbolic/Resources/material-icons/on_device_training.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/on_device_training.twotone.svg b/Symbolic/Resources/material-icons/on_device_training.twotone.svg new file mode 100644 index 0000000000..a504b1c9d3 --- /dev/null +++ b/Symbolic/Resources/material-icons/on_device_training.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ondemand_video.default.svg b/Symbolic/Resources/material-icons/ondemand_video.default.svg new file mode 100644 index 0000000000..f81a7fa535 --- /dev/null +++ b/Symbolic/Resources/material-icons/ondemand_video.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ondemand_video.outlined.svg b/Symbolic/Resources/material-icons/ondemand_video.outlined.svg new file mode 100644 index 0000000000..509c20adbc --- /dev/null +++ b/Symbolic/Resources/material-icons/ondemand_video.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ondemand_video.round.svg b/Symbolic/Resources/material-icons/ondemand_video.round.svg new file mode 100644 index 0000000000..33174460f5 --- /dev/null +++ b/Symbolic/Resources/material-icons/ondemand_video.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ondemand_video.sharp.svg b/Symbolic/Resources/material-icons/ondemand_video.sharp.svg new file mode 100644 index 0000000000..062c422a1c --- /dev/null +++ b/Symbolic/Resources/material-icons/ondemand_video.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ondemand_video.twotone.svg b/Symbolic/Resources/material-icons/ondemand_video.twotone.svg new file mode 100644 index 0000000000..882bf74b57 --- /dev/null +++ b/Symbolic/Resources/material-icons/ondemand_video.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/online_prediction.default.svg b/Symbolic/Resources/material-icons/online_prediction.default.svg new file mode 100644 index 0000000000..3b205702c3 --- /dev/null +++ b/Symbolic/Resources/material-icons/online_prediction.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/online_prediction.outlined.svg b/Symbolic/Resources/material-icons/online_prediction.outlined.svg new file mode 100644 index 0000000000..3b205702c3 --- /dev/null +++ b/Symbolic/Resources/material-icons/online_prediction.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/online_prediction.round.svg b/Symbolic/Resources/material-icons/online_prediction.round.svg new file mode 100644 index 0000000000..eabc9260ea --- /dev/null +++ b/Symbolic/Resources/material-icons/online_prediction.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/online_prediction.sharp.svg b/Symbolic/Resources/material-icons/online_prediction.sharp.svg new file mode 100644 index 0000000000..3b205702c3 --- /dev/null +++ b/Symbolic/Resources/material-icons/online_prediction.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/online_prediction.twotone.svg b/Symbolic/Resources/material-icons/online_prediction.twotone.svg new file mode 100644 index 0000000000..3b205702c3 --- /dev/null +++ b/Symbolic/Resources/material-icons/online_prediction.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/opacity.default.svg b/Symbolic/Resources/material-icons/opacity.default.svg new file mode 100644 index 0000000000..6f67302af7 --- /dev/null +++ b/Symbolic/Resources/material-icons/opacity.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/opacity.outlined.svg b/Symbolic/Resources/material-icons/opacity.outlined.svg new file mode 100644 index 0000000000..6f67302af7 --- /dev/null +++ b/Symbolic/Resources/material-icons/opacity.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/opacity.round.svg b/Symbolic/Resources/material-icons/opacity.round.svg new file mode 100644 index 0000000000..5a05853155 --- /dev/null +++ b/Symbolic/Resources/material-icons/opacity.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/opacity.sharp.svg b/Symbolic/Resources/material-icons/opacity.sharp.svg new file mode 100644 index 0000000000..6f67302af7 --- /dev/null +++ b/Symbolic/Resources/material-icons/opacity.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/opacity.twotone.svg b/Symbolic/Resources/material-icons/opacity.twotone.svg new file mode 100644 index 0000000000..06db4a757c --- /dev/null +++ b/Symbolic/Resources/material-icons/opacity.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/open_in_browser.default.svg b/Symbolic/Resources/material-icons/open_in_browser.default.svg new file mode 100644 index 0000000000..69cca3453b --- /dev/null +++ b/Symbolic/Resources/material-icons/open_in_browser.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/open_in_browser.outlined.svg b/Symbolic/Resources/material-icons/open_in_browser.outlined.svg new file mode 100644 index 0000000000..57e66f3692 --- /dev/null +++ b/Symbolic/Resources/material-icons/open_in_browser.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/open_in_browser.round.svg b/Symbolic/Resources/material-icons/open_in_browser.round.svg new file mode 100644 index 0000000000..00c49f7afc --- /dev/null +++ b/Symbolic/Resources/material-icons/open_in_browser.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/open_in_browser.sharp.svg b/Symbolic/Resources/material-icons/open_in_browser.sharp.svg new file mode 100644 index 0000000000..4cbedf4ce2 --- /dev/null +++ b/Symbolic/Resources/material-icons/open_in_browser.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/open_in_browser.twotone.svg b/Symbolic/Resources/material-icons/open_in_browser.twotone.svg new file mode 100644 index 0000000000..57e66f3692 --- /dev/null +++ b/Symbolic/Resources/material-icons/open_in_browser.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/open_in_full.default.svg b/Symbolic/Resources/material-icons/open_in_full.default.svg new file mode 100644 index 0000000000..5c293a0f10 --- /dev/null +++ b/Symbolic/Resources/material-icons/open_in_full.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/open_in_full.outlined.svg b/Symbolic/Resources/material-icons/open_in_full.outlined.svg new file mode 100644 index 0000000000..5c293a0f10 --- /dev/null +++ b/Symbolic/Resources/material-icons/open_in_full.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/open_in_full.round.svg b/Symbolic/Resources/material-icons/open_in_full.round.svg new file mode 100644 index 0000000000..5de0b4522a --- /dev/null +++ b/Symbolic/Resources/material-icons/open_in_full.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/open_in_full.sharp.svg b/Symbolic/Resources/material-icons/open_in_full.sharp.svg new file mode 100644 index 0000000000..5c293a0f10 --- /dev/null +++ b/Symbolic/Resources/material-icons/open_in_full.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/open_in_full.twotone.svg b/Symbolic/Resources/material-icons/open_in_full.twotone.svg new file mode 100644 index 0000000000..5c293a0f10 --- /dev/null +++ b/Symbolic/Resources/material-icons/open_in_full.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/open_in_new.default.svg b/Symbolic/Resources/material-icons/open_in_new.default.svg new file mode 100644 index 0000000000..7d9ae31418 --- /dev/null +++ b/Symbolic/Resources/material-icons/open_in_new.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/open_in_new.outlined.svg b/Symbolic/Resources/material-icons/open_in_new.outlined.svg new file mode 100644 index 0000000000..ef4718748b --- /dev/null +++ b/Symbolic/Resources/material-icons/open_in_new.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/open_in_new.round.svg b/Symbolic/Resources/material-icons/open_in_new.round.svg new file mode 100644 index 0000000000..e5a39dc105 --- /dev/null +++ b/Symbolic/Resources/material-icons/open_in_new.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/open_in_new.sharp.svg b/Symbolic/Resources/material-icons/open_in_new.sharp.svg new file mode 100644 index 0000000000..7d8840f81e --- /dev/null +++ b/Symbolic/Resources/material-icons/open_in_new.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/open_in_new.twotone.svg b/Symbolic/Resources/material-icons/open_in_new.twotone.svg new file mode 100644 index 0000000000..ef4718748b --- /dev/null +++ b/Symbolic/Resources/material-icons/open_in_new.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/open_in_new_off.default.svg b/Symbolic/Resources/material-icons/open_in_new_off.default.svg new file mode 100644 index 0000000000..7e89331022 --- /dev/null +++ b/Symbolic/Resources/material-icons/open_in_new_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/open_in_new_off.outlined.svg b/Symbolic/Resources/material-icons/open_in_new_off.outlined.svg new file mode 100644 index 0000000000..7e89331022 --- /dev/null +++ b/Symbolic/Resources/material-icons/open_in_new_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/open_in_new_off.round.svg b/Symbolic/Resources/material-icons/open_in_new_off.round.svg new file mode 100644 index 0000000000..a424dfd8ed --- /dev/null +++ b/Symbolic/Resources/material-icons/open_in_new_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/open_in_new_off.sharp.svg b/Symbolic/Resources/material-icons/open_in_new_off.sharp.svg new file mode 100644 index 0000000000..ed0615fd74 --- /dev/null +++ b/Symbolic/Resources/material-icons/open_in_new_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/open_in_new_off.twotone.svg b/Symbolic/Resources/material-icons/open_in_new_off.twotone.svg new file mode 100644 index 0000000000..7e89331022 --- /dev/null +++ b/Symbolic/Resources/material-icons/open_in_new_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/open_with.default.svg b/Symbolic/Resources/material-icons/open_with.default.svg new file mode 100644 index 0000000000..e20cd3a1b9 --- /dev/null +++ b/Symbolic/Resources/material-icons/open_with.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/open_with.outlined.svg b/Symbolic/Resources/material-icons/open_with.outlined.svg new file mode 100644 index 0000000000..b47325679a --- /dev/null +++ b/Symbolic/Resources/material-icons/open_with.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/open_with.round.svg b/Symbolic/Resources/material-icons/open_with.round.svg new file mode 100644 index 0000000000..a61b086303 --- /dev/null +++ b/Symbolic/Resources/material-icons/open_with.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/open_with.sharp.svg b/Symbolic/Resources/material-icons/open_with.sharp.svg new file mode 100644 index 0000000000..b47325679a --- /dev/null +++ b/Symbolic/Resources/material-icons/open_with.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/open_with.twotone.svg b/Symbolic/Resources/material-icons/open_with.twotone.svg new file mode 100644 index 0000000000..b47325679a --- /dev/null +++ b/Symbolic/Resources/material-icons/open_with.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/other_houses.default.svg b/Symbolic/Resources/material-icons/other_houses.default.svg new file mode 100644 index 0000000000..dcf0f26770 --- /dev/null +++ b/Symbolic/Resources/material-icons/other_houses.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/other_houses.outlined.svg b/Symbolic/Resources/material-icons/other_houses.outlined.svg new file mode 100644 index 0000000000..20894701ad --- /dev/null +++ b/Symbolic/Resources/material-icons/other_houses.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/other_houses.round.svg b/Symbolic/Resources/material-icons/other_houses.round.svg new file mode 100644 index 0000000000..a78a21b7a3 --- /dev/null +++ b/Symbolic/Resources/material-icons/other_houses.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/other_houses.sharp.svg b/Symbolic/Resources/material-icons/other_houses.sharp.svg new file mode 100644 index 0000000000..dcf0f26770 --- /dev/null +++ b/Symbolic/Resources/material-icons/other_houses.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/other_houses.twotone.svg b/Symbolic/Resources/material-icons/other_houses.twotone.svg new file mode 100644 index 0000000000..faa002a25b --- /dev/null +++ b/Symbolic/Resources/material-icons/other_houses.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/outbond.default.svg b/Symbolic/Resources/material-icons/outbond.default.svg new file mode 100644 index 0000000000..7001d642b0 --- /dev/null +++ b/Symbolic/Resources/material-icons/outbond.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/outbond.outlined.svg b/Symbolic/Resources/material-icons/outbond.outlined.svg new file mode 100644 index 0000000000..42a51d1c17 --- /dev/null +++ b/Symbolic/Resources/material-icons/outbond.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/outbond.round.svg b/Symbolic/Resources/material-icons/outbond.round.svg new file mode 100644 index 0000000000..4502bc5648 --- /dev/null +++ b/Symbolic/Resources/material-icons/outbond.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/outbond.sharp.svg b/Symbolic/Resources/material-icons/outbond.sharp.svg new file mode 100644 index 0000000000..b4e88e8da3 --- /dev/null +++ b/Symbolic/Resources/material-icons/outbond.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/outbond.twotone.svg b/Symbolic/Resources/material-icons/outbond.twotone.svg new file mode 100644 index 0000000000..f6f603d5af --- /dev/null +++ b/Symbolic/Resources/material-icons/outbond.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/outbound.default.svg b/Symbolic/Resources/material-icons/outbound.default.svg new file mode 100644 index 0000000000..7001d642b0 --- /dev/null +++ b/Symbolic/Resources/material-icons/outbound.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/outbound.outlined.svg b/Symbolic/Resources/material-icons/outbound.outlined.svg new file mode 100644 index 0000000000..42a51d1c17 --- /dev/null +++ b/Symbolic/Resources/material-icons/outbound.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/outbound.round.svg b/Symbolic/Resources/material-icons/outbound.round.svg new file mode 100644 index 0000000000..4502bc5648 --- /dev/null +++ b/Symbolic/Resources/material-icons/outbound.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/outbound.sharp.svg b/Symbolic/Resources/material-icons/outbound.sharp.svg new file mode 100644 index 0000000000..b4e88e8da3 --- /dev/null +++ b/Symbolic/Resources/material-icons/outbound.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/outbound.twotone.svg b/Symbolic/Resources/material-icons/outbound.twotone.svg new file mode 100644 index 0000000000..f6f603d5af --- /dev/null +++ b/Symbolic/Resources/material-icons/outbound.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/outbox.default.svg b/Symbolic/Resources/material-icons/outbox.default.svg new file mode 100644 index 0000000000..470118e90b --- /dev/null +++ b/Symbolic/Resources/material-icons/outbox.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/outbox.outlined.svg b/Symbolic/Resources/material-icons/outbox.outlined.svg new file mode 100644 index 0000000000..6e759aeda4 --- /dev/null +++ b/Symbolic/Resources/material-icons/outbox.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/outbox.round.svg b/Symbolic/Resources/material-icons/outbox.round.svg new file mode 100644 index 0000000000..a7530e27a7 --- /dev/null +++ b/Symbolic/Resources/material-icons/outbox.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/outbox.sharp.svg b/Symbolic/Resources/material-icons/outbox.sharp.svg new file mode 100644 index 0000000000..10c3e69317 --- /dev/null +++ b/Symbolic/Resources/material-icons/outbox.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/outbox.twotone.svg b/Symbolic/Resources/material-icons/outbox.twotone.svg new file mode 100644 index 0000000000..6695866746 --- /dev/null +++ b/Symbolic/Resources/material-icons/outbox.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/outdoor_grill.default.svg b/Symbolic/Resources/material-icons/outdoor_grill.default.svg new file mode 100644 index 0000000000..e944d0cee2 --- /dev/null +++ b/Symbolic/Resources/material-icons/outdoor_grill.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/outdoor_grill.outlined.svg b/Symbolic/Resources/material-icons/outdoor_grill.outlined.svg new file mode 100644 index 0000000000..e1a9a24a6b --- /dev/null +++ b/Symbolic/Resources/material-icons/outdoor_grill.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/outdoor_grill.round.svg b/Symbolic/Resources/material-icons/outdoor_grill.round.svg new file mode 100644 index 0000000000..a82ab6d05d --- /dev/null +++ b/Symbolic/Resources/material-icons/outdoor_grill.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/outdoor_grill.sharp.svg b/Symbolic/Resources/material-icons/outdoor_grill.sharp.svg new file mode 100644 index 0000000000..1f954455fd --- /dev/null +++ b/Symbolic/Resources/material-icons/outdoor_grill.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/outdoor_grill.twotone.svg b/Symbolic/Resources/material-icons/outdoor_grill.twotone.svg new file mode 100644 index 0000000000..25faef38fb --- /dev/null +++ b/Symbolic/Resources/material-icons/outdoor_grill.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/outgoing_mail.default.svg b/Symbolic/Resources/material-icons/outgoing_mail.default.svg new file mode 100644 index 0000000000..8662685991 --- /dev/null +++ b/Symbolic/Resources/material-icons/outgoing_mail.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/outlet.default.svg b/Symbolic/Resources/material-icons/outlet.default.svg new file mode 100644 index 0000000000..0bc324fc9e --- /dev/null +++ b/Symbolic/Resources/material-icons/outlet.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/outlet.outlined.svg b/Symbolic/Resources/material-icons/outlet.outlined.svg new file mode 100644 index 0000000000..b252e7428e --- /dev/null +++ b/Symbolic/Resources/material-icons/outlet.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/outlet.round.svg b/Symbolic/Resources/material-icons/outlet.round.svg new file mode 100644 index 0000000000..5eda35717f --- /dev/null +++ b/Symbolic/Resources/material-icons/outlet.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/outlet.sharp.svg b/Symbolic/Resources/material-icons/outlet.sharp.svg new file mode 100644 index 0000000000..666abac357 --- /dev/null +++ b/Symbolic/Resources/material-icons/outlet.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/outlet.twotone.svg b/Symbolic/Resources/material-icons/outlet.twotone.svg new file mode 100644 index 0000000000..9ae3ecde70 --- /dev/null +++ b/Symbolic/Resources/material-icons/outlet.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/outlined_flag.default.svg b/Symbolic/Resources/material-icons/outlined_flag.default.svg new file mode 100644 index 0000000000..3664d0546f --- /dev/null +++ b/Symbolic/Resources/material-icons/outlined_flag.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/outlined_flag.outlined.svg b/Symbolic/Resources/material-icons/outlined_flag.outlined.svg new file mode 100644 index 0000000000..5582501516 --- /dev/null +++ b/Symbolic/Resources/material-icons/outlined_flag.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/outlined_flag.round.svg b/Symbolic/Resources/material-icons/outlined_flag.round.svg new file mode 100644 index 0000000000..e3d1606178 --- /dev/null +++ b/Symbolic/Resources/material-icons/outlined_flag.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/outlined_flag.sharp.svg b/Symbolic/Resources/material-icons/outlined_flag.sharp.svg new file mode 100644 index 0000000000..5582501516 --- /dev/null +++ b/Symbolic/Resources/material-icons/outlined_flag.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/outlined_flag.twotone.svg b/Symbolic/Resources/material-icons/outlined_flag.twotone.svg new file mode 100644 index 0000000000..5582501516 --- /dev/null +++ b/Symbolic/Resources/material-icons/outlined_flag.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/output.default.svg b/Symbolic/Resources/material-icons/output.default.svg new file mode 100644 index 0000000000..a6e87e62df --- /dev/null +++ b/Symbolic/Resources/material-icons/output.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/output.outlined.svg b/Symbolic/Resources/material-icons/output.outlined.svg new file mode 100644 index 0000000000..a6e87e62df --- /dev/null +++ b/Symbolic/Resources/material-icons/output.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/output.round.svg b/Symbolic/Resources/material-icons/output.round.svg new file mode 100644 index 0000000000..1880df4ad7 --- /dev/null +++ b/Symbolic/Resources/material-icons/output.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/output.sharp.svg b/Symbolic/Resources/material-icons/output.sharp.svg new file mode 100644 index 0000000000..77d65417e2 --- /dev/null +++ b/Symbolic/Resources/material-icons/output.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/output.twotone.svg b/Symbolic/Resources/material-icons/output.twotone.svg new file mode 100644 index 0000000000..a6e87e62df --- /dev/null +++ b/Symbolic/Resources/material-icons/output.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/padding.default.svg b/Symbolic/Resources/material-icons/padding.default.svg new file mode 100644 index 0000000000..d35a14b5f1 --- /dev/null +++ b/Symbolic/Resources/material-icons/padding.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/padding.outlined.svg b/Symbolic/Resources/material-icons/padding.outlined.svg new file mode 100644 index 0000000000..787cea00dc --- /dev/null +++ b/Symbolic/Resources/material-icons/padding.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/padding.round.svg b/Symbolic/Resources/material-icons/padding.round.svg new file mode 100644 index 0000000000..3c32fabb4f --- /dev/null +++ b/Symbolic/Resources/material-icons/padding.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/padding.sharp.svg b/Symbolic/Resources/material-icons/padding.sharp.svg new file mode 100644 index 0000000000..677f673e78 --- /dev/null +++ b/Symbolic/Resources/material-icons/padding.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/padding.twotone.svg b/Symbolic/Resources/material-icons/padding.twotone.svg new file mode 100644 index 0000000000..6d9bee7845 --- /dev/null +++ b/Symbolic/Resources/material-icons/padding.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pages.default.svg b/Symbolic/Resources/material-icons/pages.default.svg new file mode 100644 index 0000000000..c7ba461b68 --- /dev/null +++ b/Symbolic/Resources/material-icons/pages.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pages.outlined.svg b/Symbolic/Resources/material-icons/pages.outlined.svg new file mode 100644 index 0000000000..3afbf85894 --- /dev/null +++ b/Symbolic/Resources/material-icons/pages.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pages.round.svg b/Symbolic/Resources/material-icons/pages.round.svg new file mode 100644 index 0000000000..8ecf3f1528 --- /dev/null +++ b/Symbolic/Resources/material-icons/pages.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pages.sharp.svg b/Symbolic/Resources/material-icons/pages.sharp.svg new file mode 100644 index 0000000000..8bcf6fa200 --- /dev/null +++ b/Symbolic/Resources/material-icons/pages.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pages.twotone.svg b/Symbolic/Resources/material-icons/pages.twotone.svg new file mode 100644 index 0000000000..6d5d54f83e --- /dev/null +++ b/Symbolic/Resources/material-icons/pages.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pageview.default.svg b/Symbolic/Resources/material-icons/pageview.default.svg new file mode 100644 index 0000000000..a917d471af --- /dev/null +++ b/Symbolic/Resources/material-icons/pageview.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pageview.outlined.svg b/Symbolic/Resources/material-icons/pageview.outlined.svg new file mode 100644 index 0000000000..88954cd8b6 --- /dev/null +++ b/Symbolic/Resources/material-icons/pageview.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pageview.round.svg b/Symbolic/Resources/material-icons/pageview.round.svg new file mode 100644 index 0000000000..8fd42c95f4 --- /dev/null +++ b/Symbolic/Resources/material-icons/pageview.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pageview.sharp.svg b/Symbolic/Resources/material-icons/pageview.sharp.svg new file mode 100644 index 0000000000..a2b2a1a86d --- /dev/null +++ b/Symbolic/Resources/material-icons/pageview.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pageview.twotone.svg b/Symbolic/Resources/material-icons/pageview.twotone.svg new file mode 100644 index 0000000000..18dc12fb48 --- /dev/null +++ b/Symbolic/Resources/material-icons/pageview.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/paid.default.svg b/Symbolic/Resources/material-icons/paid.default.svg new file mode 100644 index 0000000000..5e91e577b9 --- /dev/null +++ b/Symbolic/Resources/material-icons/paid.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/paid.outlined.svg b/Symbolic/Resources/material-icons/paid.outlined.svg new file mode 100644 index 0000000000..aa93e41898 --- /dev/null +++ b/Symbolic/Resources/material-icons/paid.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/paid.round.svg b/Symbolic/Resources/material-icons/paid.round.svg new file mode 100644 index 0000000000..aae35c11bd --- /dev/null +++ b/Symbolic/Resources/material-icons/paid.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/paid.sharp.svg b/Symbolic/Resources/material-icons/paid.sharp.svg new file mode 100644 index 0000000000..5e91e577b9 --- /dev/null +++ b/Symbolic/Resources/material-icons/paid.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/paid.twotone.svg b/Symbolic/Resources/material-icons/paid.twotone.svg new file mode 100644 index 0000000000..a4b5d936ef --- /dev/null +++ b/Symbolic/Resources/material-icons/paid.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/palette.default.svg b/Symbolic/Resources/material-icons/palette.default.svg new file mode 100644 index 0000000000..d2ab24e245 --- /dev/null +++ b/Symbolic/Resources/material-icons/palette.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/palette.outlined.svg b/Symbolic/Resources/material-icons/palette.outlined.svg new file mode 100644 index 0000000000..1a702e1d58 --- /dev/null +++ b/Symbolic/Resources/material-icons/palette.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/palette.round.svg b/Symbolic/Resources/material-icons/palette.round.svg new file mode 100644 index 0000000000..d2ab24e245 --- /dev/null +++ b/Symbolic/Resources/material-icons/palette.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/palette.sharp.svg b/Symbolic/Resources/material-icons/palette.sharp.svg new file mode 100644 index 0000000000..d2ab24e245 --- /dev/null +++ b/Symbolic/Resources/material-icons/palette.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/palette.twotone.svg b/Symbolic/Resources/material-icons/palette.twotone.svg new file mode 100644 index 0000000000..b4c6bfbe3d --- /dev/null +++ b/Symbolic/Resources/material-icons/palette.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pallet.default.svg b/Symbolic/Resources/material-icons/pallet.default.svg new file mode 100644 index 0000000000..578448b553 --- /dev/null +++ b/Symbolic/Resources/material-icons/pallet.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pan_tool.default.svg b/Symbolic/Resources/material-icons/pan_tool.default.svg new file mode 100644 index 0000000000..df172c6a8f --- /dev/null +++ b/Symbolic/Resources/material-icons/pan_tool.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pan_tool.outlined.svg b/Symbolic/Resources/material-icons/pan_tool.outlined.svg new file mode 100644 index 0000000000..a0b8b1ae65 --- /dev/null +++ b/Symbolic/Resources/material-icons/pan_tool.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pan_tool.round.svg b/Symbolic/Resources/material-icons/pan_tool.round.svg new file mode 100644 index 0000000000..8d114e2789 --- /dev/null +++ b/Symbolic/Resources/material-icons/pan_tool.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pan_tool.sharp.svg b/Symbolic/Resources/material-icons/pan_tool.sharp.svg new file mode 100644 index 0000000000..22a30b177e --- /dev/null +++ b/Symbolic/Resources/material-icons/pan_tool.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pan_tool.twotone.svg b/Symbolic/Resources/material-icons/pan_tool.twotone.svg new file mode 100644 index 0000000000..27cb73f76c --- /dev/null +++ b/Symbolic/Resources/material-icons/pan_tool.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pan_tool_alt.default.svg b/Symbolic/Resources/material-icons/pan_tool_alt.default.svg new file mode 100644 index 0000000000..1929d50b7e --- /dev/null +++ b/Symbolic/Resources/material-icons/pan_tool_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pan_tool_alt.outlined.svg b/Symbolic/Resources/material-icons/pan_tool_alt.outlined.svg new file mode 100644 index 0000000000..10c418915b --- /dev/null +++ b/Symbolic/Resources/material-icons/pan_tool_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pan_tool_alt.round.svg b/Symbolic/Resources/material-icons/pan_tool_alt.round.svg new file mode 100644 index 0000000000..ed6ae9f6fa --- /dev/null +++ b/Symbolic/Resources/material-icons/pan_tool_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pan_tool_alt.sharp.svg b/Symbolic/Resources/material-icons/pan_tool_alt.sharp.svg new file mode 100644 index 0000000000..c3f38bb27c --- /dev/null +++ b/Symbolic/Resources/material-icons/pan_tool_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pan_tool_alt.twotone.svg b/Symbolic/Resources/material-icons/pan_tool_alt.twotone.svg new file mode 100644 index 0000000000..7af1839bfe --- /dev/null +++ b/Symbolic/Resources/material-icons/pan_tool_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama.default.svg b/Symbolic/Resources/material-icons/panorama.default.svg new file mode 100644 index 0000000000..0ef86f1c57 --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama.outlined.svg b/Symbolic/Resources/material-icons/panorama.outlined.svg new file mode 100644 index 0000000000..f18bbf48c7 --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama.round.svg b/Symbolic/Resources/material-icons/panorama.round.svg new file mode 100644 index 0000000000..6cb84ce872 --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama.sharp.svg b/Symbolic/Resources/material-icons/panorama.sharp.svg new file mode 100644 index 0000000000..01923886fa --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama.twotone.svg b/Symbolic/Resources/material-icons/panorama.twotone.svg new file mode 100644 index 0000000000..61448d06af --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_fish_eye.default.svg b/Symbolic/Resources/material-icons/panorama_fish_eye.default.svg new file mode 100644 index 0000000000..77e9c6dfd4 --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_fish_eye.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_fish_eye.outlined.svg b/Symbolic/Resources/material-icons/panorama_fish_eye.outlined.svg new file mode 100644 index 0000000000..df4cb976a6 --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_fish_eye.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_fish_eye.round.svg b/Symbolic/Resources/material-icons/panorama_fish_eye.round.svg new file mode 100644 index 0000000000..df4cb976a6 --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_fish_eye.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_fish_eye.sharp.svg b/Symbolic/Resources/material-icons/panorama_fish_eye.sharp.svg new file mode 100644 index 0000000000..df4cb976a6 --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_fish_eye.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_fish_eye.twotone.svg b/Symbolic/Resources/material-icons/panorama_fish_eye.twotone.svg new file mode 100644 index 0000000000..375ed264aa --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_fish_eye.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_horizontal.default.svg b/Symbolic/Resources/material-icons/panorama_horizontal.default.svg new file mode 100644 index 0000000000..c270fd0db0 --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_horizontal.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_horizontal.outlined.svg b/Symbolic/Resources/material-icons/panorama_horizontal.outlined.svg new file mode 100644 index 0000000000..1cd75673f6 --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_horizontal.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_horizontal.round.svg b/Symbolic/Resources/material-icons/panorama_horizontal.round.svg new file mode 100644 index 0000000000..1cd75673f6 --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_horizontal.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_horizontal.sharp.svg b/Symbolic/Resources/material-icons/panorama_horizontal.sharp.svg new file mode 100644 index 0000000000..87927b556c --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_horizontal.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_horizontal.twotone.svg b/Symbolic/Resources/material-icons/panorama_horizontal.twotone.svg new file mode 100644 index 0000000000..789e94a7e4 --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_horizontal.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_horizontal_select.default.svg b/Symbolic/Resources/material-icons/panorama_horizontal_select.default.svg new file mode 100644 index 0000000000..6df872d109 --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_horizontal_select.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_horizontal_select.outlined.svg b/Symbolic/Resources/material-icons/panorama_horizontal_select.outlined.svg new file mode 100644 index 0000000000..c564f7cfac --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_horizontal_select.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_horizontal_select.round.svg b/Symbolic/Resources/material-icons/panorama_horizontal_select.round.svg new file mode 100644 index 0000000000..c564f7cfac --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_horizontal_select.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_horizontal_select.sharp.svg b/Symbolic/Resources/material-icons/panorama_horizontal_select.sharp.svg new file mode 100644 index 0000000000..313cc95285 --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_horizontal_select.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_horizontal_select.twotone.svg b/Symbolic/Resources/material-icons/panorama_horizontal_select.twotone.svg new file mode 100644 index 0000000000..4779a108a7 --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_horizontal_select.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_photosphere.default.svg b/Symbolic/Resources/material-icons/panorama_photosphere.default.svg new file mode 100644 index 0000000000..e03fa99e54 --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_photosphere.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_photosphere.outlined.svg b/Symbolic/Resources/material-icons/panorama_photosphere.outlined.svg new file mode 100644 index 0000000000..27ea42fafa --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_photosphere.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_photosphere.round.svg b/Symbolic/Resources/material-icons/panorama_photosphere.round.svg new file mode 100644 index 0000000000..e266b0e29a --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_photosphere.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_photosphere.sharp.svg b/Symbolic/Resources/material-icons/panorama_photosphere.sharp.svg new file mode 100644 index 0000000000..fab01204b5 --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_photosphere.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_photosphere.twotone.svg b/Symbolic/Resources/material-icons/panorama_photosphere.twotone.svg new file mode 100644 index 0000000000..12c74d07e9 --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_photosphere.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_photosphere_select.default.svg b/Symbolic/Resources/material-icons/panorama_photosphere_select.default.svg new file mode 100644 index 0000000000..7f7b378737 --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_photosphere_select.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_photosphere_select.outlined.svg b/Symbolic/Resources/material-icons/panorama_photosphere_select.outlined.svg new file mode 100644 index 0000000000..e266b0e29a --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_photosphere_select.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_photosphere_select.round.svg b/Symbolic/Resources/material-icons/panorama_photosphere_select.round.svg new file mode 100644 index 0000000000..e266b0e29a --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_photosphere_select.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_photosphere_select.sharp.svg b/Symbolic/Resources/material-icons/panorama_photosphere_select.sharp.svg new file mode 100644 index 0000000000..fab01204b5 --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_photosphere_select.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_photosphere_select.twotone.svg b/Symbolic/Resources/material-icons/panorama_photosphere_select.twotone.svg new file mode 100644 index 0000000000..e266b0e29a --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_photosphere_select.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_vertical.default.svg b/Symbolic/Resources/material-icons/panorama_vertical.default.svg new file mode 100644 index 0000000000..3357f2a503 --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_vertical.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_vertical.outlined.svg b/Symbolic/Resources/material-icons/panorama_vertical.outlined.svg new file mode 100644 index 0000000000..6e81b18dbe --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_vertical.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_vertical.round.svg b/Symbolic/Resources/material-icons/panorama_vertical.round.svg new file mode 100644 index 0000000000..6e81b18dbe --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_vertical.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_vertical.sharp.svg b/Symbolic/Resources/material-icons/panorama_vertical.sharp.svg new file mode 100644 index 0000000000..8314ab2ac6 --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_vertical.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_vertical.twotone.svg b/Symbolic/Resources/material-icons/panorama_vertical.twotone.svg new file mode 100644 index 0000000000..f82f744fe6 --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_vertical.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_vertical_select.default.svg b/Symbolic/Resources/material-icons/panorama_vertical_select.default.svg new file mode 100644 index 0000000000..09e30c0be9 --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_vertical_select.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_vertical_select.outlined.svg b/Symbolic/Resources/material-icons/panorama_vertical_select.outlined.svg new file mode 100644 index 0000000000..4a3ca74476 --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_vertical_select.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_vertical_select.round.svg b/Symbolic/Resources/material-icons/panorama_vertical_select.round.svg new file mode 100644 index 0000000000..4a3ca74476 --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_vertical_select.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_vertical_select.sharp.svg b/Symbolic/Resources/material-icons/panorama_vertical_select.sharp.svg new file mode 100644 index 0000000000..630c154b2d --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_vertical_select.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_vertical_select.twotone.svg b/Symbolic/Resources/material-icons/panorama_vertical_select.twotone.svg new file mode 100644 index 0000000000..4a3ca74476 --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_vertical_select.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_wide_angle.default.svg b/Symbolic/Resources/material-icons/panorama_wide_angle.default.svg new file mode 100644 index 0000000000..ce3a5c6dd6 --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_wide_angle.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_wide_angle.outlined.svg b/Symbolic/Resources/material-icons/panorama_wide_angle.outlined.svg new file mode 100644 index 0000000000..d70a36f098 --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_wide_angle.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_wide_angle.round.svg b/Symbolic/Resources/material-icons/panorama_wide_angle.round.svg new file mode 100644 index 0000000000..d70a36f098 --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_wide_angle.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_wide_angle.sharp.svg b/Symbolic/Resources/material-icons/panorama_wide_angle.sharp.svg new file mode 100644 index 0000000000..d70a36f098 --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_wide_angle.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_wide_angle.twotone.svg b/Symbolic/Resources/material-icons/panorama_wide_angle.twotone.svg new file mode 100644 index 0000000000..b596abe9c9 --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_wide_angle.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_wide_angle_select.default.svg b/Symbolic/Resources/material-icons/panorama_wide_angle_select.default.svg new file mode 100644 index 0000000000..f61cf0014c --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_wide_angle_select.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_wide_angle_select.outlined.svg b/Symbolic/Resources/material-icons/panorama_wide_angle_select.outlined.svg new file mode 100644 index 0000000000..94335d83f2 --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_wide_angle_select.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_wide_angle_select.round.svg b/Symbolic/Resources/material-icons/panorama_wide_angle_select.round.svg new file mode 100644 index 0000000000..afdb6e9111 --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_wide_angle_select.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_wide_angle_select.sharp.svg b/Symbolic/Resources/material-icons/panorama_wide_angle_select.sharp.svg new file mode 100644 index 0000000000..94335d83f2 --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_wide_angle_select.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/panorama_wide_angle_select.twotone.svg b/Symbolic/Resources/material-icons/panorama_wide_angle_select.twotone.svg new file mode 100644 index 0000000000..94335d83f2 --- /dev/null +++ b/Symbolic/Resources/material-icons/panorama_wide_angle_select.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/paragliding.default.svg b/Symbolic/Resources/material-icons/paragliding.default.svg new file mode 100644 index 0000000000..01ebc54ba7 --- /dev/null +++ b/Symbolic/Resources/material-icons/paragliding.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/paragliding.outlined.svg b/Symbolic/Resources/material-icons/paragliding.outlined.svg new file mode 100644 index 0000000000..ff9f026c67 --- /dev/null +++ b/Symbolic/Resources/material-icons/paragliding.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/paragliding.round.svg b/Symbolic/Resources/material-icons/paragliding.round.svg new file mode 100644 index 0000000000..50e842c063 --- /dev/null +++ b/Symbolic/Resources/material-icons/paragliding.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/paragliding.sharp.svg b/Symbolic/Resources/material-icons/paragliding.sharp.svg new file mode 100644 index 0000000000..01ebc54ba7 --- /dev/null +++ b/Symbolic/Resources/material-icons/paragliding.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/paragliding.twotone.svg b/Symbolic/Resources/material-icons/paragliding.twotone.svg new file mode 100644 index 0000000000..f936eb7a6e --- /dev/null +++ b/Symbolic/Resources/material-icons/paragliding.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/park.default.svg b/Symbolic/Resources/material-icons/park.default.svg new file mode 100644 index 0000000000..9c2d41e72d --- /dev/null +++ b/Symbolic/Resources/material-icons/park.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/park.outlined.svg b/Symbolic/Resources/material-icons/park.outlined.svg new file mode 100644 index 0000000000..b6f4414be6 --- /dev/null +++ b/Symbolic/Resources/material-icons/park.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/park.round.svg b/Symbolic/Resources/material-icons/park.round.svg new file mode 100644 index 0000000000..feee41b6fd --- /dev/null +++ b/Symbolic/Resources/material-icons/park.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/park.sharp.svg b/Symbolic/Resources/material-icons/park.sharp.svg new file mode 100644 index 0000000000..d20fd72102 --- /dev/null +++ b/Symbolic/Resources/material-icons/park.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/park.twotone.svg b/Symbolic/Resources/material-icons/park.twotone.svg new file mode 100644 index 0000000000..42d9c36db9 --- /dev/null +++ b/Symbolic/Resources/material-icons/park.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/party_mode.default.svg b/Symbolic/Resources/material-icons/party_mode.default.svg new file mode 100644 index 0000000000..c343ea5946 --- /dev/null +++ b/Symbolic/Resources/material-icons/party_mode.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/party_mode.outlined.svg b/Symbolic/Resources/material-icons/party_mode.outlined.svg new file mode 100644 index 0000000000..848628bc20 --- /dev/null +++ b/Symbolic/Resources/material-icons/party_mode.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/party_mode.round.svg b/Symbolic/Resources/material-icons/party_mode.round.svg new file mode 100644 index 0000000000..e4604daee6 --- /dev/null +++ b/Symbolic/Resources/material-icons/party_mode.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/party_mode.sharp.svg b/Symbolic/Resources/material-icons/party_mode.sharp.svg new file mode 100644 index 0000000000..6d45978440 --- /dev/null +++ b/Symbolic/Resources/material-icons/party_mode.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/party_mode.twotone.svg b/Symbolic/Resources/material-icons/party_mode.twotone.svg new file mode 100644 index 0000000000..1c71730a9d --- /dev/null +++ b/Symbolic/Resources/material-icons/party_mode.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/password.default.svg b/Symbolic/Resources/material-icons/password.default.svg new file mode 100644 index 0000000000..af80573fe2 --- /dev/null +++ b/Symbolic/Resources/material-icons/password.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/password.outlined.svg b/Symbolic/Resources/material-icons/password.outlined.svg new file mode 100644 index 0000000000..af80573fe2 --- /dev/null +++ b/Symbolic/Resources/material-icons/password.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/password.round.svg b/Symbolic/Resources/material-icons/password.round.svg new file mode 100644 index 0000000000..207afb5148 --- /dev/null +++ b/Symbolic/Resources/material-icons/password.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/password.sharp.svg b/Symbolic/Resources/material-icons/password.sharp.svg new file mode 100644 index 0000000000..af80573fe2 --- /dev/null +++ b/Symbolic/Resources/material-icons/password.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/password.twotone.svg b/Symbolic/Resources/material-icons/password.twotone.svg new file mode 100644 index 0000000000..af80573fe2 --- /dev/null +++ b/Symbolic/Resources/material-icons/password.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pattern.default.svg b/Symbolic/Resources/material-icons/pattern.default.svg new file mode 100644 index 0000000000..542fde5f77 --- /dev/null +++ b/Symbolic/Resources/material-icons/pattern.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pattern.outlined.svg b/Symbolic/Resources/material-icons/pattern.outlined.svg new file mode 100644 index 0000000000..542fde5f77 --- /dev/null +++ b/Symbolic/Resources/material-icons/pattern.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pattern.round.svg b/Symbolic/Resources/material-icons/pattern.round.svg new file mode 100644 index 0000000000..542fde5f77 --- /dev/null +++ b/Symbolic/Resources/material-icons/pattern.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pattern.sharp.svg b/Symbolic/Resources/material-icons/pattern.sharp.svg new file mode 100644 index 0000000000..542fde5f77 --- /dev/null +++ b/Symbolic/Resources/material-icons/pattern.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pattern.twotone.svg b/Symbolic/Resources/material-icons/pattern.twotone.svg new file mode 100644 index 0000000000..542fde5f77 --- /dev/null +++ b/Symbolic/Resources/material-icons/pattern.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pause.default.svg b/Symbolic/Resources/material-icons/pause.default.svg new file mode 100644 index 0000000000..63a1c461e9 --- /dev/null +++ b/Symbolic/Resources/material-icons/pause.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pause.outlined.svg b/Symbolic/Resources/material-icons/pause.outlined.svg new file mode 100644 index 0000000000..c62dee83f1 --- /dev/null +++ b/Symbolic/Resources/material-icons/pause.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pause.round.svg b/Symbolic/Resources/material-icons/pause.round.svg new file mode 100644 index 0000000000..bc22105bf3 --- /dev/null +++ b/Symbolic/Resources/material-icons/pause.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pause.sharp.svg b/Symbolic/Resources/material-icons/pause.sharp.svg new file mode 100644 index 0000000000..c62dee83f1 --- /dev/null +++ b/Symbolic/Resources/material-icons/pause.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pause.twotone.svg b/Symbolic/Resources/material-icons/pause.twotone.svg new file mode 100644 index 0000000000..2639b1bb6a --- /dev/null +++ b/Symbolic/Resources/material-icons/pause.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pause_circle.default.svg b/Symbolic/Resources/material-icons/pause_circle.default.svg new file mode 100644 index 0000000000..58ecdec94b --- /dev/null +++ b/Symbolic/Resources/material-icons/pause_circle.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pause_circle.outlined.svg b/Symbolic/Resources/material-icons/pause_circle.outlined.svg new file mode 100644 index 0000000000..5b091f5990 --- /dev/null +++ b/Symbolic/Resources/material-icons/pause_circle.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pause_circle.round.svg b/Symbolic/Resources/material-icons/pause_circle.round.svg new file mode 100644 index 0000000000..12cb41c2b6 --- /dev/null +++ b/Symbolic/Resources/material-icons/pause_circle.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pause_circle.sharp.svg b/Symbolic/Resources/material-icons/pause_circle.sharp.svg new file mode 100644 index 0000000000..58ecdec94b --- /dev/null +++ b/Symbolic/Resources/material-icons/pause_circle.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pause_circle.twotone.svg b/Symbolic/Resources/material-icons/pause_circle.twotone.svg new file mode 100644 index 0000000000..1fcffaa12d --- /dev/null +++ b/Symbolic/Resources/material-icons/pause_circle.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pause_circle_filled.default.svg b/Symbolic/Resources/material-icons/pause_circle_filled.default.svg new file mode 100644 index 0000000000..9fc2d0a6f1 --- /dev/null +++ b/Symbolic/Resources/material-icons/pause_circle_filled.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pause_circle_filled.outlined.svg b/Symbolic/Resources/material-icons/pause_circle_filled.outlined.svg new file mode 100644 index 0000000000..e1ca754695 --- /dev/null +++ b/Symbolic/Resources/material-icons/pause_circle_filled.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pause_circle_filled.round.svg b/Symbolic/Resources/material-icons/pause_circle_filled.round.svg new file mode 100644 index 0000000000..0cbedb97a3 --- /dev/null +++ b/Symbolic/Resources/material-icons/pause_circle_filled.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pause_circle_filled.sharp.svg b/Symbolic/Resources/material-icons/pause_circle_filled.sharp.svg new file mode 100644 index 0000000000..64d72e3f4e --- /dev/null +++ b/Symbolic/Resources/material-icons/pause_circle_filled.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pause_circle_filled.twotone.svg b/Symbolic/Resources/material-icons/pause_circle_filled.twotone.svg new file mode 100644 index 0000000000..b78704e60a --- /dev/null +++ b/Symbolic/Resources/material-icons/pause_circle_filled.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pause_circle_outline.default.svg b/Symbolic/Resources/material-icons/pause_circle_outline.default.svg new file mode 100644 index 0000000000..cb476dd842 --- /dev/null +++ b/Symbolic/Resources/material-icons/pause_circle_outline.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pause_circle_outline.outlined.svg b/Symbolic/Resources/material-icons/pause_circle_outline.outlined.svg new file mode 100644 index 0000000000..321cac602b --- /dev/null +++ b/Symbolic/Resources/material-icons/pause_circle_outline.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pause_circle_outline.round.svg b/Symbolic/Resources/material-icons/pause_circle_outline.round.svg new file mode 100644 index 0000000000..6e92df2971 --- /dev/null +++ b/Symbolic/Resources/material-icons/pause_circle_outline.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pause_circle_outline.sharp.svg b/Symbolic/Resources/material-icons/pause_circle_outline.sharp.svg new file mode 100644 index 0000000000..321cac602b --- /dev/null +++ b/Symbolic/Resources/material-icons/pause_circle_outline.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pause_circle_outline.twotone.svg b/Symbolic/Resources/material-icons/pause_circle_outline.twotone.svg new file mode 100644 index 0000000000..f979a6d135 --- /dev/null +++ b/Symbolic/Resources/material-icons/pause_circle_outline.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pause_presentation.default.svg b/Symbolic/Resources/material-icons/pause_presentation.default.svg new file mode 100644 index 0000000000..18708e8fc4 --- /dev/null +++ b/Symbolic/Resources/material-icons/pause_presentation.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pause_presentation.outlined.svg b/Symbolic/Resources/material-icons/pause_presentation.outlined.svg new file mode 100644 index 0000000000..8ad70419b3 --- /dev/null +++ b/Symbolic/Resources/material-icons/pause_presentation.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pause_presentation.round.svg b/Symbolic/Resources/material-icons/pause_presentation.round.svg new file mode 100644 index 0000000000..d92f9a826b --- /dev/null +++ b/Symbolic/Resources/material-icons/pause_presentation.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pause_presentation.sharp.svg b/Symbolic/Resources/material-icons/pause_presentation.sharp.svg new file mode 100644 index 0000000000..c6caee90ac --- /dev/null +++ b/Symbolic/Resources/material-icons/pause_presentation.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pause_presentation.twotone.svg b/Symbolic/Resources/material-icons/pause_presentation.twotone.svg new file mode 100644 index 0000000000..d0b34f87a3 --- /dev/null +++ b/Symbolic/Resources/material-icons/pause_presentation.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/payment.default.svg b/Symbolic/Resources/material-icons/payment.default.svg new file mode 100644 index 0000000000..99517a5ca8 --- /dev/null +++ b/Symbolic/Resources/material-icons/payment.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/payment.outlined.svg b/Symbolic/Resources/material-icons/payment.outlined.svg new file mode 100644 index 0000000000..e36e950238 --- /dev/null +++ b/Symbolic/Resources/material-icons/payment.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/payment.round.svg b/Symbolic/Resources/material-icons/payment.round.svg new file mode 100644 index 0000000000..0c43296487 --- /dev/null +++ b/Symbolic/Resources/material-icons/payment.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/payment.sharp.svg b/Symbolic/Resources/material-icons/payment.sharp.svg new file mode 100644 index 0000000000..64834fc2e3 --- /dev/null +++ b/Symbolic/Resources/material-icons/payment.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/payment.twotone.svg b/Symbolic/Resources/material-icons/payment.twotone.svg new file mode 100644 index 0000000000..e11a0c8855 --- /dev/null +++ b/Symbolic/Resources/material-icons/payment.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/payments.default.svg b/Symbolic/Resources/material-icons/payments.default.svg new file mode 100644 index 0000000000..9bffec8174 --- /dev/null +++ b/Symbolic/Resources/material-icons/payments.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/payments.outlined.svg b/Symbolic/Resources/material-icons/payments.outlined.svg new file mode 100644 index 0000000000..110ff2ec20 --- /dev/null +++ b/Symbolic/Resources/material-icons/payments.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/payments.round.svg b/Symbolic/Resources/material-icons/payments.round.svg new file mode 100644 index 0000000000..b52ab981b2 --- /dev/null +++ b/Symbolic/Resources/material-icons/payments.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/payments.sharp.svg b/Symbolic/Resources/material-icons/payments.sharp.svg new file mode 100644 index 0000000000..245287fc27 --- /dev/null +++ b/Symbolic/Resources/material-icons/payments.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/payments.twotone.svg b/Symbolic/Resources/material-icons/payments.twotone.svg new file mode 100644 index 0000000000..5fc4295481 --- /dev/null +++ b/Symbolic/Resources/material-icons/payments.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pedal_bike.default.svg b/Symbolic/Resources/material-icons/pedal_bike.default.svg new file mode 100644 index 0000000000..f11f06e349 --- /dev/null +++ b/Symbolic/Resources/material-icons/pedal_bike.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pedal_bike.outlined.svg b/Symbolic/Resources/material-icons/pedal_bike.outlined.svg new file mode 100644 index 0000000000..f11f06e349 --- /dev/null +++ b/Symbolic/Resources/material-icons/pedal_bike.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pedal_bike.round.svg b/Symbolic/Resources/material-icons/pedal_bike.round.svg new file mode 100644 index 0000000000..4deac286ec --- /dev/null +++ b/Symbolic/Resources/material-icons/pedal_bike.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pedal_bike.sharp.svg b/Symbolic/Resources/material-icons/pedal_bike.sharp.svg new file mode 100644 index 0000000000..2d354aef34 --- /dev/null +++ b/Symbolic/Resources/material-icons/pedal_bike.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pedal_bike.twotone.svg b/Symbolic/Resources/material-icons/pedal_bike.twotone.svg new file mode 100644 index 0000000000..f11f06e349 --- /dev/null +++ b/Symbolic/Resources/material-icons/pedal_bike.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pending.default.svg b/Symbolic/Resources/material-icons/pending.default.svg new file mode 100644 index 0000000000..1612d84934 --- /dev/null +++ b/Symbolic/Resources/material-icons/pending.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pending.outlined.svg b/Symbolic/Resources/material-icons/pending.outlined.svg new file mode 100644 index 0000000000..07ad2236bb --- /dev/null +++ b/Symbolic/Resources/material-icons/pending.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pending.round.svg b/Symbolic/Resources/material-icons/pending.round.svg new file mode 100644 index 0000000000..57f8401ac8 --- /dev/null +++ b/Symbolic/Resources/material-icons/pending.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pending.sharp.svg b/Symbolic/Resources/material-icons/pending.sharp.svg new file mode 100644 index 0000000000..1612d84934 --- /dev/null +++ b/Symbolic/Resources/material-icons/pending.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pending.twotone.svg b/Symbolic/Resources/material-icons/pending.twotone.svg new file mode 100644 index 0000000000..042bb92eee --- /dev/null +++ b/Symbolic/Resources/material-icons/pending.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pending_actions.default.svg b/Symbolic/Resources/material-icons/pending_actions.default.svg new file mode 100644 index 0000000000..1ef8d254b8 --- /dev/null +++ b/Symbolic/Resources/material-icons/pending_actions.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pending_actions.outlined.svg b/Symbolic/Resources/material-icons/pending_actions.outlined.svg new file mode 100644 index 0000000000..1ef8d254b8 --- /dev/null +++ b/Symbolic/Resources/material-icons/pending_actions.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pending_actions.round.svg b/Symbolic/Resources/material-icons/pending_actions.round.svg new file mode 100644 index 0000000000..3a1c8ec645 --- /dev/null +++ b/Symbolic/Resources/material-icons/pending_actions.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pending_actions.sharp.svg b/Symbolic/Resources/material-icons/pending_actions.sharp.svg new file mode 100644 index 0000000000..5da4a4bc8e --- /dev/null +++ b/Symbolic/Resources/material-icons/pending_actions.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pending_actions.twotone.svg b/Symbolic/Resources/material-icons/pending_actions.twotone.svg new file mode 100644 index 0000000000..7e2a0c7388 --- /dev/null +++ b/Symbolic/Resources/material-icons/pending_actions.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pentagon.default.svg b/Symbolic/Resources/material-icons/pentagon.default.svg new file mode 100644 index 0000000000..24d54ef20d --- /dev/null +++ b/Symbolic/Resources/material-icons/pentagon.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pentagon.outlined.svg b/Symbolic/Resources/material-icons/pentagon.outlined.svg new file mode 100644 index 0000000000..66c5c12d9b --- /dev/null +++ b/Symbolic/Resources/material-icons/pentagon.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pentagon.round.svg b/Symbolic/Resources/material-icons/pentagon.round.svg new file mode 100644 index 0000000000..26b85c5125 --- /dev/null +++ b/Symbolic/Resources/material-icons/pentagon.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pentagon.sharp.svg b/Symbolic/Resources/material-icons/pentagon.sharp.svg new file mode 100644 index 0000000000..24d54ef20d --- /dev/null +++ b/Symbolic/Resources/material-icons/pentagon.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pentagon.twotone.svg b/Symbolic/Resources/material-icons/pentagon.twotone.svg new file mode 100644 index 0000000000..86871ca7fa --- /dev/null +++ b/Symbolic/Resources/material-icons/pentagon.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/people.default.svg b/Symbolic/Resources/material-icons/people.default.svg new file mode 100644 index 0000000000..30994a7eca --- /dev/null +++ b/Symbolic/Resources/material-icons/people.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/people.outlined.svg b/Symbolic/Resources/material-icons/people.outlined.svg new file mode 100644 index 0000000000..e22d0edbf4 --- /dev/null +++ b/Symbolic/Resources/material-icons/people.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/people.round.svg b/Symbolic/Resources/material-icons/people.round.svg new file mode 100644 index 0000000000..f088ac01c5 --- /dev/null +++ b/Symbolic/Resources/material-icons/people.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/people.sharp.svg b/Symbolic/Resources/material-icons/people.sharp.svg new file mode 100644 index 0000000000..f6dcd344fa --- /dev/null +++ b/Symbolic/Resources/material-icons/people.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/people.twotone.svg b/Symbolic/Resources/material-icons/people.twotone.svg new file mode 100644 index 0000000000..0078973a3d --- /dev/null +++ b/Symbolic/Resources/material-icons/people.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/people_alt.default.svg b/Symbolic/Resources/material-icons/people_alt.default.svg new file mode 100644 index 0000000000..ae74eebcef --- /dev/null +++ b/Symbolic/Resources/material-icons/people_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/people_alt.outlined.svg b/Symbolic/Resources/material-icons/people_alt.outlined.svg new file mode 100644 index 0000000000..6eb446c2f5 --- /dev/null +++ b/Symbolic/Resources/material-icons/people_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/people_alt.round.svg b/Symbolic/Resources/material-icons/people_alt.round.svg new file mode 100644 index 0000000000..ac29448ee9 --- /dev/null +++ b/Symbolic/Resources/material-icons/people_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/people_alt.sharp.svg b/Symbolic/Resources/material-icons/people_alt.sharp.svg new file mode 100644 index 0000000000..ae74eebcef --- /dev/null +++ b/Symbolic/Resources/material-icons/people_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/people_alt.twotone.svg b/Symbolic/Resources/material-icons/people_alt.twotone.svg new file mode 100644 index 0000000000..615b67eaed --- /dev/null +++ b/Symbolic/Resources/material-icons/people_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/people_outline.default.svg b/Symbolic/Resources/material-icons/people_outline.default.svg new file mode 100644 index 0000000000..52dca192a6 --- /dev/null +++ b/Symbolic/Resources/material-icons/people_outline.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/people_outline.outlined.svg b/Symbolic/Resources/material-icons/people_outline.outlined.svg new file mode 100644 index 0000000000..e22d0edbf4 --- /dev/null +++ b/Symbolic/Resources/material-icons/people_outline.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/people_outline.round.svg b/Symbolic/Resources/material-icons/people_outline.round.svg new file mode 100644 index 0000000000..a6b34654d4 --- /dev/null +++ b/Symbolic/Resources/material-icons/people_outline.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/people_outline.sharp.svg b/Symbolic/Resources/material-icons/people_outline.sharp.svg new file mode 100644 index 0000000000..bb558273af --- /dev/null +++ b/Symbolic/Resources/material-icons/people_outline.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/people_outline.twotone.svg b/Symbolic/Resources/material-icons/people_outline.twotone.svg new file mode 100644 index 0000000000..0078973a3d --- /dev/null +++ b/Symbolic/Resources/material-icons/people_outline.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/percent.default.svg b/Symbolic/Resources/material-icons/percent.default.svg new file mode 100644 index 0000000000..6f1bf09940 --- /dev/null +++ b/Symbolic/Resources/material-icons/percent.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/percent.outlined.svg b/Symbolic/Resources/material-icons/percent.outlined.svg new file mode 100644 index 0000000000..1cd980ea86 --- /dev/null +++ b/Symbolic/Resources/material-icons/percent.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/percent.round.svg b/Symbolic/Resources/material-icons/percent.round.svg new file mode 100644 index 0000000000..19a8ea8aae --- /dev/null +++ b/Symbolic/Resources/material-icons/percent.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/percent.sharp.svg b/Symbolic/Resources/material-icons/percent.sharp.svg new file mode 100644 index 0000000000..1cd980ea86 --- /dev/null +++ b/Symbolic/Resources/material-icons/percent.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/percent.twotone.svg b/Symbolic/Resources/material-icons/percent.twotone.svg new file mode 100644 index 0000000000..1cd980ea86 --- /dev/null +++ b/Symbolic/Resources/material-icons/percent.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_camera_mic.default.svg b/Symbolic/Resources/material-icons/perm_camera_mic.default.svg new file mode 100644 index 0000000000..381e9ef010 --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_camera_mic.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_camera_mic.outlined.svg b/Symbolic/Resources/material-icons/perm_camera_mic.outlined.svg new file mode 100644 index 0000000000..13b34ade46 --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_camera_mic.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_camera_mic.round.svg b/Symbolic/Resources/material-icons/perm_camera_mic.round.svg new file mode 100644 index 0000000000..fa98e83630 --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_camera_mic.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_camera_mic.sharp.svg b/Symbolic/Resources/material-icons/perm_camera_mic.sharp.svg new file mode 100644 index 0000000000..e224026678 --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_camera_mic.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_camera_mic.twotone.svg b/Symbolic/Resources/material-icons/perm_camera_mic.twotone.svg new file mode 100644 index 0000000000..a1f74ad405 --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_camera_mic.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_contact_calendar.default.svg b/Symbolic/Resources/material-icons/perm_contact_calendar.default.svg new file mode 100644 index 0000000000..342dde01c7 --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_contact_calendar.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_contact_calendar.outlined.svg b/Symbolic/Resources/material-icons/perm_contact_calendar.outlined.svg new file mode 100644 index 0000000000..2f3357bb3f --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_contact_calendar.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_contact_calendar.round.svg b/Symbolic/Resources/material-icons/perm_contact_calendar.round.svg new file mode 100644 index 0000000000..95e01df0c2 --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_contact_calendar.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_contact_calendar.sharp.svg b/Symbolic/Resources/material-icons/perm_contact_calendar.sharp.svg new file mode 100644 index 0000000000..e84074127c --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_contact_calendar.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_contact_calendar.twotone.svg b/Symbolic/Resources/material-icons/perm_contact_calendar.twotone.svg new file mode 100644 index 0000000000..d25947441f --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_contact_calendar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_data_setting.default.svg b/Symbolic/Resources/material-icons/perm_data_setting.default.svg new file mode 100644 index 0000000000..dfcf7db35b --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_data_setting.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_data_setting.outlined.svg b/Symbolic/Resources/material-icons/perm_data_setting.outlined.svg new file mode 100644 index 0000000000..7c967e1fd2 --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_data_setting.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_data_setting.round.svg b/Symbolic/Resources/material-icons/perm_data_setting.round.svg new file mode 100644 index 0000000000..903972b5cf --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_data_setting.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_data_setting.sharp.svg b/Symbolic/Resources/material-icons/perm_data_setting.sharp.svg new file mode 100644 index 0000000000..3922be5201 --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_data_setting.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_data_setting.twotone.svg b/Symbolic/Resources/material-icons/perm_data_setting.twotone.svg new file mode 100644 index 0000000000..7c967e1fd2 --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_data_setting.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_device_information.default.svg b/Symbolic/Resources/material-icons/perm_device_information.default.svg new file mode 100644 index 0000000000..3142efa41f --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_device_information.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_device_information.outlined.svg b/Symbolic/Resources/material-icons/perm_device_information.outlined.svg new file mode 100644 index 0000000000..653c645a15 --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_device_information.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_device_information.round.svg b/Symbolic/Resources/material-icons/perm_device_information.round.svg new file mode 100644 index 0000000000..89b53dbbc9 --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_device_information.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_device_information.sharp.svg b/Symbolic/Resources/material-icons/perm_device_information.sharp.svg new file mode 100644 index 0000000000..603b2a87de --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_device_information.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_device_information.twotone.svg b/Symbolic/Resources/material-icons/perm_device_information.twotone.svg new file mode 100644 index 0000000000..1efda32491 --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_device_information.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_identity.default.svg b/Symbolic/Resources/material-icons/perm_identity.default.svg new file mode 100644 index 0000000000..edcd6545a6 --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_identity.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_identity.outlined.svg b/Symbolic/Resources/material-icons/perm_identity.outlined.svg new file mode 100644 index 0000000000..2a2d9d4717 --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_identity.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_identity.round.svg b/Symbolic/Resources/material-icons/perm_identity.round.svg new file mode 100644 index 0000000000..78ba335d52 --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_identity.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_identity.sharp.svg b/Symbolic/Resources/material-icons/perm_identity.sharp.svg new file mode 100644 index 0000000000..bd2d3c7e21 --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_identity.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_identity.twotone.svg b/Symbolic/Resources/material-icons/perm_identity.twotone.svg new file mode 100644 index 0000000000..5063173d43 --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_identity.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_media.default.svg b/Symbolic/Resources/material-icons/perm_media.default.svg new file mode 100644 index 0000000000..6a6e77070e --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_media.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_media.outlined.svg b/Symbolic/Resources/material-icons/perm_media.outlined.svg new file mode 100644 index 0000000000..579d0a4083 --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_media.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_media.round.svg b/Symbolic/Resources/material-icons/perm_media.round.svg new file mode 100644 index 0000000000..cd4a03bc58 --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_media.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_media.sharp.svg b/Symbolic/Resources/material-icons/perm_media.sharp.svg new file mode 100644 index 0000000000..a8615fbb3b --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_media.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_media.twotone.svg b/Symbolic/Resources/material-icons/perm_media.twotone.svg new file mode 100644 index 0000000000..9fcb60ca7c --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_media.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_phone_msg.default.svg b/Symbolic/Resources/material-icons/perm_phone_msg.default.svg new file mode 100644 index 0000000000..f3f12a4084 --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_phone_msg.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_phone_msg.outlined.svg b/Symbolic/Resources/material-icons/perm_phone_msg.outlined.svg new file mode 100644 index 0000000000..d4b85a38aa --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_phone_msg.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_phone_msg.round.svg b/Symbolic/Resources/material-icons/perm_phone_msg.round.svg new file mode 100644 index 0000000000..8df445c66c --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_phone_msg.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_phone_msg.sharp.svg b/Symbolic/Resources/material-icons/perm_phone_msg.sharp.svg new file mode 100644 index 0000000000..f428e903b2 --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_phone_msg.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_phone_msg.twotone.svg b/Symbolic/Resources/material-icons/perm_phone_msg.twotone.svg new file mode 100644 index 0000000000..d4b2cf2fa1 --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_phone_msg.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_scan_wifi.default.svg b/Symbolic/Resources/material-icons/perm_scan_wifi.default.svg new file mode 100644 index 0000000000..a5a1ece375 --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_scan_wifi.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_scan_wifi.outlined.svg b/Symbolic/Resources/material-icons/perm_scan_wifi.outlined.svg new file mode 100644 index 0000000000..2e15247ece --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_scan_wifi.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_scan_wifi.round.svg b/Symbolic/Resources/material-icons/perm_scan_wifi.round.svg new file mode 100644 index 0000000000..a336ffd152 --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_scan_wifi.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_scan_wifi.sharp.svg b/Symbolic/Resources/material-icons/perm_scan_wifi.sharp.svg new file mode 100644 index 0000000000..50cde599e3 --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_scan_wifi.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/perm_scan_wifi.twotone.svg b/Symbolic/Resources/material-icons/perm_scan_wifi.twotone.svg new file mode 100644 index 0000000000..2f0342dd04 --- /dev/null +++ b/Symbolic/Resources/material-icons/perm_scan_wifi.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person.default.svg b/Symbolic/Resources/material-icons/person.default.svg new file mode 100644 index 0000000000..1babbb8095 --- /dev/null +++ b/Symbolic/Resources/material-icons/person.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person.outlined.svg b/Symbolic/Resources/material-icons/person.outlined.svg new file mode 100644 index 0000000000..6232efacea --- /dev/null +++ b/Symbolic/Resources/material-icons/person.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person.round.svg b/Symbolic/Resources/material-icons/person.round.svg new file mode 100644 index 0000000000..cc23a6d7c7 --- /dev/null +++ b/Symbolic/Resources/material-icons/person.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person.sharp.svg b/Symbolic/Resources/material-icons/person.sharp.svg new file mode 100644 index 0000000000..c64a156882 --- /dev/null +++ b/Symbolic/Resources/material-icons/person.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person.twotone.svg b/Symbolic/Resources/material-icons/person.twotone.svg new file mode 100644 index 0000000000..92f6d8f0fe --- /dev/null +++ b/Symbolic/Resources/material-icons/person.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_2.default.svg b/Symbolic/Resources/material-icons/person_2.default.svg new file mode 100644 index 0000000000..a0c0f8c30f --- /dev/null +++ b/Symbolic/Resources/material-icons/person_2.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_2.outlined.svg b/Symbolic/Resources/material-icons/person_2.outlined.svg new file mode 100644 index 0000000000..b066919b02 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_2.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_2.round.svg b/Symbolic/Resources/material-icons/person_2.round.svg new file mode 100644 index 0000000000..7b98fba769 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_2.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_2.sharp.svg b/Symbolic/Resources/material-icons/person_2.sharp.svg new file mode 100644 index 0000000000..a0c0f8c30f --- /dev/null +++ b/Symbolic/Resources/material-icons/person_2.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_2.twotone.svg b/Symbolic/Resources/material-icons/person_2.twotone.svg new file mode 100644 index 0000000000..c4c2e57dde --- /dev/null +++ b/Symbolic/Resources/material-icons/person_2.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_3.default.svg b/Symbolic/Resources/material-icons/person_3.default.svg new file mode 100644 index 0000000000..52267b25a6 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_3.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_3.outlined.svg b/Symbolic/Resources/material-icons/person_3.outlined.svg new file mode 100644 index 0000000000..f487071936 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_3.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_3.round.svg b/Symbolic/Resources/material-icons/person_3.round.svg new file mode 100644 index 0000000000..5008b616bb --- /dev/null +++ b/Symbolic/Resources/material-icons/person_3.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_3.sharp.svg b/Symbolic/Resources/material-icons/person_3.sharp.svg new file mode 100644 index 0000000000..52267b25a6 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_3.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_3.twotone.svg b/Symbolic/Resources/material-icons/person_3.twotone.svg new file mode 100644 index 0000000000..44176f5325 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_3.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_4.default.svg b/Symbolic/Resources/material-icons/person_4.default.svg new file mode 100644 index 0000000000..6018474a50 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_4.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_4.outlined.svg b/Symbolic/Resources/material-icons/person_4.outlined.svg new file mode 100644 index 0000000000..7103e0a9c8 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_4.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_4.round.svg b/Symbolic/Resources/material-icons/person_4.round.svg new file mode 100644 index 0000000000..2b806f5ba3 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_4.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_4.sharp.svg b/Symbolic/Resources/material-icons/person_4.sharp.svg new file mode 100644 index 0000000000..6018474a50 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_4.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_4.twotone.svg b/Symbolic/Resources/material-icons/person_4.twotone.svg new file mode 100644 index 0000000000..f04c7cb913 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_4.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_add.default.svg b/Symbolic/Resources/material-icons/person_add.default.svg new file mode 100644 index 0000000000..40736bbc7c --- /dev/null +++ b/Symbolic/Resources/material-icons/person_add.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_add.outlined.svg b/Symbolic/Resources/material-icons/person_add.outlined.svg new file mode 100644 index 0000000000..96ce2233ed --- /dev/null +++ b/Symbolic/Resources/material-icons/person_add.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_add.round.svg b/Symbolic/Resources/material-icons/person_add.round.svg new file mode 100644 index 0000000000..457465e38b --- /dev/null +++ b/Symbolic/Resources/material-icons/person_add.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_add.sharp.svg b/Symbolic/Resources/material-icons/person_add.sharp.svg new file mode 100644 index 0000000000..b27f128670 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_add.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_add.twotone.svg b/Symbolic/Resources/material-icons/person_add.twotone.svg new file mode 100644 index 0000000000..78388119d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_add.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_add_alt.default.svg b/Symbolic/Resources/material-icons/person_add_alt.default.svg new file mode 100644 index 0000000000..27b6110cfc --- /dev/null +++ b/Symbolic/Resources/material-icons/person_add_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_add_alt.outlined.svg b/Symbolic/Resources/material-icons/person_add_alt.outlined.svg new file mode 100644 index 0000000000..0399225708 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_add_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_add_alt.round.svg b/Symbolic/Resources/material-icons/person_add_alt.round.svg new file mode 100644 index 0000000000..ec873a4507 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_add_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_add_alt.sharp.svg b/Symbolic/Resources/material-icons/person_add_alt.sharp.svg new file mode 100644 index 0000000000..e41162c8d3 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_add_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_add_alt.twotone.svg b/Symbolic/Resources/material-icons/person_add_alt.twotone.svg new file mode 100644 index 0000000000..017f86069d --- /dev/null +++ b/Symbolic/Resources/material-icons/person_add_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_add_alt_1.default.svg b/Symbolic/Resources/material-icons/person_add_alt_1.default.svg new file mode 100644 index 0000000000..d9f3f0f29e --- /dev/null +++ b/Symbolic/Resources/material-icons/person_add_alt_1.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_add_alt_1.outlined.svg b/Symbolic/Resources/material-icons/person_add_alt_1.outlined.svg new file mode 100644 index 0000000000..27b6110cfc --- /dev/null +++ b/Symbolic/Resources/material-icons/person_add_alt_1.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_add_alt_1.round.svg b/Symbolic/Resources/material-icons/person_add_alt_1.round.svg new file mode 100644 index 0000000000..9dddafbd26 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_add_alt_1.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_add_alt_1.sharp.svg b/Symbolic/Resources/material-icons/person_add_alt_1.sharp.svg new file mode 100644 index 0000000000..d9f3f0f29e --- /dev/null +++ b/Symbolic/Resources/material-icons/person_add_alt_1.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_add_alt_1.twotone.svg b/Symbolic/Resources/material-icons/person_add_alt_1.twotone.svg new file mode 100644 index 0000000000..6eec2b99e2 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_add_alt_1.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_add_disabled.default.svg b/Symbolic/Resources/material-icons/person_add_disabled.default.svg new file mode 100644 index 0000000000..cfc7f5ac38 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_add_disabled.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_add_disabled.outlined.svg b/Symbolic/Resources/material-icons/person_add_disabled.outlined.svg new file mode 100644 index 0000000000..77db9b23c2 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_add_disabled.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_add_disabled.round.svg b/Symbolic/Resources/material-icons/person_add_disabled.round.svg new file mode 100644 index 0000000000..3871c899ed --- /dev/null +++ b/Symbolic/Resources/material-icons/person_add_disabled.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_add_disabled.sharp.svg b/Symbolic/Resources/material-icons/person_add_disabled.sharp.svg new file mode 100644 index 0000000000..74dc319713 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_add_disabled.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_add_disabled.twotone.svg b/Symbolic/Resources/material-icons/person_add_disabled.twotone.svg new file mode 100644 index 0000000000..b9dfdd2ba6 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_add_disabled.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_off.default.svg b/Symbolic/Resources/material-icons/person_off.default.svg new file mode 100644 index 0000000000..5af17d4224 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_off.outlined.svg b/Symbolic/Resources/material-icons/person_off.outlined.svg new file mode 100644 index 0000000000..33b5ed4132 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_off.round.svg b/Symbolic/Resources/material-icons/person_off.round.svg new file mode 100644 index 0000000000..8f2afb1679 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_off.sharp.svg b/Symbolic/Resources/material-icons/person_off.sharp.svg new file mode 100644 index 0000000000..5af17d4224 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_off.twotone.svg b/Symbolic/Resources/material-icons/person_off.twotone.svg new file mode 100644 index 0000000000..4867f1bff3 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_outline.default.svg b/Symbolic/Resources/material-icons/person_outline.default.svg new file mode 100644 index 0000000000..edcd6545a6 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_outline.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_outline.outlined.svg b/Symbolic/Resources/material-icons/person_outline.outlined.svg new file mode 100644 index 0000000000..75ce52a9a3 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_outline.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_outline.round.svg b/Symbolic/Resources/material-icons/person_outline.round.svg new file mode 100644 index 0000000000..3639b31ead --- /dev/null +++ b/Symbolic/Resources/material-icons/person_outline.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_outline.sharp.svg b/Symbolic/Resources/material-icons/person_outline.sharp.svg new file mode 100644 index 0000000000..75ce52a9a3 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_outline.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_outline.twotone.svg b/Symbolic/Resources/material-icons/person_outline.twotone.svg new file mode 100644 index 0000000000..f498617d6e --- /dev/null +++ b/Symbolic/Resources/material-icons/person_outline.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_pin.default.svg b/Symbolic/Resources/material-icons/person_pin.default.svg new file mode 100644 index 0000000000..85a7b32bc8 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_pin.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_pin.outlined.svg b/Symbolic/Resources/material-icons/person_pin.outlined.svg new file mode 100644 index 0000000000..951b143fa4 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_pin.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_pin.round.svg b/Symbolic/Resources/material-icons/person_pin.round.svg new file mode 100644 index 0000000000..82a026305a --- /dev/null +++ b/Symbolic/Resources/material-icons/person_pin.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_pin.sharp.svg b/Symbolic/Resources/material-icons/person_pin.sharp.svg new file mode 100644 index 0000000000..7b8d491260 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_pin.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_pin.twotone.svg b/Symbolic/Resources/material-icons/person_pin.twotone.svg new file mode 100644 index 0000000000..c1f83d8d03 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_pin.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_pin_circle.default.svg b/Symbolic/Resources/material-icons/person_pin_circle.default.svg new file mode 100644 index 0000000000..20a8ef5542 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_pin_circle.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_pin_circle.outlined.svg b/Symbolic/Resources/material-icons/person_pin_circle.outlined.svg new file mode 100644 index 0000000000..ac6fe8e495 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_pin_circle.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_pin_circle.round.svg b/Symbolic/Resources/material-icons/person_pin_circle.round.svg new file mode 100644 index 0000000000..84e16fbbb5 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_pin_circle.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_pin_circle.sharp.svg b/Symbolic/Resources/material-icons/person_pin_circle.sharp.svg new file mode 100644 index 0000000000..d3c734caad --- /dev/null +++ b/Symbolic/Resources/material-icons/person_pin_circle.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_pin_circle.twotone.svg b/Symbolic/Resources/material-icons/person_pin_circle.twotone.svg new file mode 100644 index 0000000000..f314828071 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_pin_circle.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_remove.default.svg b/Symbolic/Resources/material-icons/person_remove.default.svg new file mode 100644 index 0000000000..ab7d057d23 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_remove.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_remove.outlined.svg b/Symbolic/Resources/material-icons/person_remove.outlined.svg new file mode 100644 index 0000000000..c489561088 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_remove.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_remove.round.svg b/Symbolic/Resources/material-icons/person_remove.round.svg new file mode 100644 index 0000000000..f1796ff13c --- /dev/null +++ b/Symbolic/Resources/material-icons/person_remove.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_remove.sharp.svg b/Symbolic/Resources/material-icons/person_remove.sharp.svg new file mode 100644 index 0000000000..ab7d057d23 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_remove.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_remove.twotone.svg b/Symbolic/Resources/material-icons/person_remove.twotone.svg new file mode 100644 index 0000000000..c7c7c2895f --- /dev/null +++ b/Symbolic/Resources/material-icons/person_remove.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_remove_alt_1.default.svg b/Symbolic/Resources/material-icons/person_remove_alt_1.default.svg new file mode 100644 index 0000000000..ab7d057d23 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_remove_alt_1.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_remove_alt_1.outlined.svg b/Symbolic/Resources/material-icons/person_remove_alt_1.outlined.svg new file mode 100644 index 0000000000..c489561088 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_remove_alt_1.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_remove_alt_1.round.svg b/Symbolic/Resources/material-icons/person_remove_alt_1.round.svg new file mode 100644 index 0000000000..f1796ff13c --- /dev/null +++ b/Symbolic/Resources/material-icons/person_remove_alt_1.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_remove_alt_1.sharp.svg b/Symbolic/Resources/material-icons/person_remove_alt_1.sharp.svg new file mode 100644 index 0000000000..ab7d057d23 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_remove_alt_1.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_remove_alt_1.twotone.svg b/Symbolic/Resources/material-icons/person_remove_alt_1.twotone.svg new file mode 100644 index 0000000000..c7c7c2895f --- /dev/null +++ b/Symbolic/Resources/material-icons/person_remove_alt_1.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_search.default.svg b/Symbolic/Resources/material-icons/person_search.default.svg new file mode 100644 index 0000000000..6135ccdcea --- /dev/null +++ b/Symbolic/Resources/material-icons/person_search.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_search.outlined.svg b/Symbolic/Resources/material-icons/person_search.outlined.svg new file mode 100644 index 0000000000..dc28197ef5 --- /dev/null +++ b/Symbolic/Resources/material-icons/person_search.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_search.round.svg b/Symbolic/Resources/material-icons/person_search.round.svg new file mode 100644 index 0000000000..e6d04b9e3d --- /dev/null +++ b/Symbolic/Resources/material-icons/person_search.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_search.sharp.svg b/Symbolic/Resources/material-icons/person_search.sharp.svg new file mode 100644 index 0000000000..6135ccdcea --- /dev/null +++ b/Symbolic/Resources/material-icons/person_search.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/person_search.twotone.svg b/Symbolic/Resources/material-icons/person_search.twotone.svg new file mode 100644 index 0000000000..2ce601ac3c --- /dev/null +++ b/Symbolic/Resources/material-icons/person_search.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/personal_injury.default.svg b/Symbolic/Resources/material-icons/personal_injury.default.svg new file mode 100644 index 0000000000..7572e9002b --- /dev/null +++ b/Symbolic/Resources/material-icons/personal_injury.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/personal_injury.outlined.svg b/Symbolic/Resources/material-icons/personal_injury.outlined.svg new file mode 100644 index 0000000000..04effeed2c --- /dev/null +++ b/Symbolic/Resources/material-icons/personal_injury.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/personal_injury.round.svg b/Symbolic/Resources/material-icons/personal_injury.round.svg new file mode 100644 index 0000000000..7572e9002b --- /dev/null +++ b/Symbolic/Resources/material-icons/personal_injury.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/personal_injury.sharp.svg b/Symbolic/Resources/material-icons/personal_injury.sharp.svg new file mode 100644 index 0000000000..7572e9002b --- /dev/null +++ b/Symbolic/Resources/material-icons/personal_injury.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/personal_injury.twotone.svg b/Symbolic/Resources/material-icons/personal_injury.twotone.svg new file mode 100644 index 0000000000..9e6debf4b2 --- /dev/null +++ b/Symbolic/Resources/material-icons/personal_injury.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/personal_video.default.svg b/Symbolic/Resources/material-icons/personal_video.default.svg new file mode 100644 index 0000000000..6811ed492b --- /dev/null +++ b/Symbolic/Resources/material-icons/personal_video.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/personal_video.outlined.svg b/Symbolic/Resources/material-icons/personal_video.outlined.svg new file mode 100644 index 0000000000..cb3a845519 --- /dev/null +++ b/Symbolic/Resources/material-icons/personal_video.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/personal_video.round.svg b/Symbolic/Resources/material-icons/personal_video.round.svg new file mode 100644 index 0000000000..db47225677 --- /dev/null +++ b/Symbolic/Resources/material-icons/personal_video.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/personal_video.sharp.svg b/Symbolic/Resources/material-icons/personal_video.sharp.svg new file mode 100644 index 0000000000..2f20894073 --- /dev/null +++ b/Symbolic/Resources/material-icons/personal_video.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/personal_video.twotone.svg b/Symbolic/Resources/material-icons/personal_video.twotone.svg new file mode 100644 index 0000000000..0de736ba0a --- /dev/null +++ b/Symbolic/Resources/material-icons/personal_video.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pest_control.default.svg b/Symbolic/Resources/material-icons/pest_control.default.svg new file mode 100644 index 0000000000..aa564405a4 --- /dev/null +++ b/Symbolic/Resources/material-icons/pest_control.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pest_control.outlined.svg b/Symbolic/Resources/material-icons/pest_control.outlined.svg new file mode 100644 index 0000000000..2c7534dd7d --- /dev/null +++ b/Symbolic/Resources/material-icons/pest_control.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pest_control.round.svg b/Symbolic/Resources/material-icons/pest_control.round.svg new file mode 100644 index 0000000000..325fd30320 --- /dev/null +++ b/Symbolic/Resources/material-icons/pest_control.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pest_control.sharp.svg b/Symbolic/Resources/material-icons/pest_control.sharp.svg new file mode 100644 index 0000000000..aa564405a4 --- /dev/null +++ b/Symbolic/Resources/material-icons/pest_control.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pest_control.twotone.svg b/Symbolic/Resources/material-icons/pest_control.twotone.svg new file mode 100644 index 0000000000..280152deea --- /dev/null +++ b/Symbolic/Resources/material-icons/pest_control.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pest_control_rodent.default.svg b/Symbolic/Resources/material-icons/pest_control_rodent.default.svg new file mode 100644 index 0000000000..d700cf9c7e --- /dev/null +++ b/Symbolic/Resources/material-icons/pest_control_rodent.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pest_control_rodent.outlined.svg b/Symbolic/Resources/material-icons/pest_control_rodent.outlined.svg new file mode 100644 index 0000000000..e128c2d28a --- /dev/null +++ b/Symbolic/Resources/material-icons/pest_control_rodent.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pest_control_rodent.round.svg b/Symbolic/Resources/material-icons/pest_control_rodent.round.svg new file mode 100644 index 0000000000..7307833ad3 --- /dev/null +++ b/Symbolic/Resources/material-icons/pest_control_rodent.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pest_control_rodent.sharp.svg b/Symbolic/Resources/material-icons/pest_control_rodent.sharp.svg new file mode 100644 index 0000000000..d398b93590 --- /dev/null +++ b/Symbolic/Resources/material-icons/pest_control_rodent.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pest_control_rodent.twotone.svg b/Symbolic/Resources/material-icons/pest_control_rodent.twotone.svg new file mode 100644 index 0000000000..b7447f897e --- /dev/null +++ b/Symbolic/Resources/material-icons/pest_control_rodent.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pets.default.svg b/Symbolic/Resources/material-icons/pets.default.svg new file mode 100644 index 0000000000..0c667d0639 --- /dev/null +++ b/Symbolic/Resources/material-icons/pets.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pets.outlined.svg b/Symbolic/Resources/material-icons/pets.outlined.svg new file mode 100644 index 0000000000..e7a4649b9c --- /dev/null +++ b/Symbolic/Resources/material-icons/pets.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pets.round.svg b/Symbolic/Resources/material-icons/pets.round.svg new file mode 100644 index 0000000000..e7a4649b9c --- /dev/null +++ b/Symbolic/Resources/material-icons/pets.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pets.sharp.svg b/Symbolic/Resources/material-icons/pets.sharp.svg new file mode 100644 index 0000000000..e7a4649b9c --- /dev/null +++ b/Symbolic/Resources/material-icons/pets.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pets.twotone.svg b/Symbolic/Resources/material-icons/pets.twotone.svg new file mode 100644 index 0000000000..e7a4649b9c --- /dev/null +++ b/Symbolic/Resources/material-icons/pets.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phishing.default.svg b/Symbolic/Resources/material-icons/phishing.default.svg new file mode 100644 index 0000000000..43d63f3c23 --- /dev/null +++ b/Symbolic/Resources/material-icons/phishing.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phishing.outlined.svg b/Symbolic/Resources/material-icons/phishing.outlined.svg new file mode 100644 index 0000000000..dcedd3b1aa --- /dev/null +++ b/Symbolic/Resources/material-icons/phishing.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phishing.round.svg b/Symbolic/Resources/material-icons/phishing.round.svg new file mode 100644 index 0000000000..2579cf2c97 --- /dev/null +++ b/Symbolic/Resources/material-icons/phishing.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phishing.sharp.svg b/Symbolic/Resources/material-icons/phishing.sharp.svg new file mode 100644 index 0000000000..43d63f3c23 --- /dev/null +++ b/Symbolic/Resources/material-icons/phishing.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phishing.twotone.svg b/Symbolic/Resources/material-icons/phishing.twotone.svg new file mode 100644 index 0000000000..43d63f3c23 --- /dev/null +++ b/Symbolic/Resources/material-icons/phishing.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone.default.svg b/Symbolic/Resources/material-icons/phone.default.svg new file mode 100644 index 0000000000..8acecffaaf --- /dev/null +++ b/Symbolic/Resources/material-icons/phone.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone.outlined.svg b/Symbolic/Resources/material-icons/phone.outlined.svg new file mode 100644 index 0000000000..a7c18d80a5 --- /dev/null +++ b/Symbolic/Resources/material-icons/phone.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone.round.svg b/Symbolic/Resources/material-icons/phone.round.svg new file mode 100644 index 0000000000..96353116ec --- /dev/null +++ b/Symbolic/Resources/material-icons/phone.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone.sharp.svg b/Symbolic/Resources/material-icons/phone.sharp.svg new file mode 100644 index 0000000000..c5e887cdfe --- /dev/null +++ b/Symbolic/Resources/material-icons/phone.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone.twotone.svg b/Symbolic/Resources/material-icons/phone.twotone.svg new file mode 100644 index 0000000000..cd9883b93b --- /dev/null +++ b/Symbolic/Resources/material-icons/phone.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_android.default.svg b/Symbolic/Resources/material-icons/phone_android.default.svg new file mode 100644 index 0000000000..c45f378100 --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_android.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_android.outlined.svg b/Symbolic/Resources/material-icons/phone_android.outlined.svg new file mode 100644 index 0000000000..6adb7614e0 --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_android.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_android.round.svg b/Symbolic/Resources/material-icons/phone_android.round.svg new file mode 100644 index 0000000000..9dd176c96d --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_android.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_android.sharp.svg b/Symbolic/Resources/material-icons/phone_android.sharp.svg new file mode 100644 index 0000000000..a90b6f17e8 --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_android.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_android.twotone.svg b/Symbolic/Resources/material-icons/phone_android.twotone.svg new file mode 100644 index 0000000000..34a2c41134 --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_android.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_bluetooth_speaker.default.svg b/Symbolic/Resources/material-icons/phone_bluetooth_speaker.default.svg new file mode 100644 index 0000000000..0726cac235 --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_bluetooth_speaker.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_bluetooth_speaker.outlined.svg b/Symbolic/Resources/material-icons/phone_bluetooth_speaker.outlined.svg new file mode 100644 index 0000000000..330138db2e --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_bluetooth_speaker.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_bluetooth_speaker.round.svg b/Symbolic/Resources/material-icons/phone_bluetooth_speaker.round.svg new file mode 100644 index 0000000000..61b7fbb744 --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_bluetooth_speaker.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_bluetooth_speaker.sharp.svg b/Symbolic/Resources/material-icons/phone_bluetooth_speaker.sharp.svg new file mode 100644 index 0000000000..b673a51d48 --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_bluetooth_speaker.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_bluetooth_speaker.twotone.svg b/Symbolic/Resources/material-icons/phone_bluetooth_speaker.twotone.svg new file mode 100644 index 0000000000..18e68287bc --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_bluetooth_speaker.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_callback.default.svg b/Symbolic/Resources/material-icons/phone_callback.default.svg new file mode 100644 index 0000000000..bb5dee5ec4 --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_callback.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_callback.outlined.svg b/Symbolic/Resources/material-icons/phone_callback.outlined.svg new file mode 100644 index 0000000000..2444b700b2 --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_callback.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_callback.round.svg b/Symbolic/Resources/material-icons/phone_callback.round.svg new file mode 100644 index 0000000000..96afe77a34 --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_callback.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_callback.sharp.svg b/Symbolic/Resources/material-icons/phone_callback.sharp.svg new file mode 100644 index 0000000000..c7e61fc2ed --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_callback.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_callback.twotone.svg b/Symbolic/Resources/material-icons/phone_callback.twotone.svg new file mode 100644 index 0000000000..ad88b06a6b --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_callback.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_disabled.default.svg b/Symbolic/Resources/material-icons/phone_disabled.default.svg new file mode 100644 index 0000000000..9f1a57919d --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_disabled.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_disabled.outlined.svg b/Symbolic/Resources/material-icons/phone_disabled.outlined.svg new file mode 100644 index 0000000000..d1374ef31a --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_disabled.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_disabled.round.svg b/Symbolic/Resources/material-icons/phone_disabled.round.svg new file mode 100644 index 0000000000..772a431ca3 --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_disabled.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_disabled.sharp.svg b/Symbolic/Resources/material-icons/phone_disabled.sharp.svg new file mode 100644 index 0000000000..d6ec6d8cab --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_disabled.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_disabled.twotone.svg b/Symbolic/Resources/material-icons/phone_disabled.twotone.svg new file mode 100644 index 0000000000..a443897887 --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_disabled.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_enabled.default.svg b/Symbolic/Resources/material-icons/phone_enabled.default.svg new file mode 100644 index 0000000000..a5df677356 --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_enabled.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_enabled.outlined.svg b/Symbolic/Resources/material-icons/phone_enabled.outlined.svg new file mode 100644 index 0000000000..4890866429 --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_enabled.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_enabled.round.svg b/Symbolic/Resources/material-icons/phone_enabled.round.svg new file mode 100644 index 0000000000..70e3d1e108 --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_enabled.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_enabled.sharp.svg b/Symbolic/Resources/material-icons/phone_enabled.sharp.svg new file mode 100644 index 0000000000..2e186538e1 --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_enabled.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_enabled.twotone.svg b/Symbolic/Resources/material-icons/phone_enabled.twotone.svg new file mode 100644 index 0000000000..bac6bc9c50 --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_enabled.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_forwarded.default.svg b/Symbolic/Resources/material-icons/phone_forwarded.default.svg new file mode 100644 index 0000000000..0ae1637955 --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_forwarded.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_forwarded.outlined.svg b/Symbolic/Resources/material-icons/phone_forwarded.outlined.svg new file mode 100644 index 0000000000..d9dfbc16b7 --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_forwarded.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_forwarded.round.svg b/Symbolic/Resources/material-icons/phone_forwarded.round.svg new file mode 100644 index 0000000000..32ab9a905a --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_forwarded.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_forwarded.sharp.svg b/Symbolic/Resources/material-icons/phone_forwarded.sharp.svg new file mode 100644 index 0000000000..4fa09c1e74 --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_forwarded.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_forwarded.twotone.svg b/Symbolic/Resources/material-icons/phone_forwarded.twotone.svg new file mode 100644 index 0000000000..97022da1bd --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_forwarded.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_in_talk.default.svg b/Symbolic/Resources/material-icons/phone_in_talk.default.svg new file mode 100644 index 0000000000..57b6784be9 --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_in_talk.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_in_talk.outlined.svg b/Symbolic/Resources/material-icons/phone_in_talk.outlined.svg new file mode 100644 index 0000000000..1c828e4c0f --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_in_talk.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_in_talk.round.svg b/Symbolic/Resources/material-icons/phone_in_talk.round.svg new file mode 100644 index 0000000000..40f068d396 --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_in_talk.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_in_talk.sharp.svg b/Symbolic/Resources/material-icons/phone_in_talk.sharp.svg new file mode 100644 index 0000000000..33eaf94595 --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_in_talk.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_in_talk.twotone.svg b/Symbolic/Resources/material-icons/phone_in_talk.twotone.svg new file mode 100644 index 0000000000..b973a856b9 --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_in_talk.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_iphone.default.svg b/Symbolic/Resources/material-icons/phone_iphone.default.svg new file mode 100644 index 0000000000..d79f587b5b --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_iphone.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_iphone.outlined.svg b/Symbolic/Resources/material-icons/phone_iphone.outlined.svg new file mode 100644 index 0000000000..62384e92ea --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_iphone.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_iphone.round.svg b/Symbolic/Resources/material-icons/phone_iphone.round.svg new file mode 100644 index 0000000000..40e5d39015 --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_iphone.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_iphone.sharp.svg b/Symbolic/Resources/material-icons/phone_iphone.sharp.svg new file mode 100644 index 0000000000..243fb0738e --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_iphone.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_iphone.twotone.svg b/Symbolic/Resources/material-icons/phone_iphone.twotone.svg new file mode 100644 index 0000000000..cad9a1168a --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_iphone.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_locked.default.svg b/Symbolic/Resources/material-icons/phone_locked.default.svg new file mode 100644 index 0000000000..f426fd8c4a --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_locked.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_locked.outlined.svg b/Symbolic/Resources/material-icons/phone_locked.outlined.svg new file mode 100644 index 0000000000..8d51e3d7ef --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_locked.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_locked.round.svg b/Symbolic/Resources/material-icons/phone_locked.round.svg new file mode 100644 index 0000000000..f041f01d41 --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_locked.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_locked.sharp.svg b/Symbolic/Resources/material-icons/phone_locked.sharp.svg new file mode 100644 index 0000000000..144d7b9d4e --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_locked.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_locked.twotone.svg b/Symbolic/Resources/material-icons/phone_locked.twotone.svg new file mode 100644 index 0000000000..e07f540aa6 --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_locked.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_missed.default.svg b/Symbolic/Resources/material-icons/phone_missed.default.svg new file mode 100644 index 0000000000..5f20c2885c --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_missed.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_missed.outlined.svg b/Symbolic/Resources/material-icons/phone_missed.outlined.svg new file mode 100644 index 0000000000..9e7bb18585 --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_missed.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_missed.round.svg b/Symbolic/Resources/material-icons/phone_missed.round.svg new file mode 100644 index 0000000000..48a0a8427f --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_missed.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_missed.sharp.svg b/Symbolic/Resources/material-icons/phone_missed.sharp.svg new file mode 100644 index 0000000000..da7f0ad864 --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_missed.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_missed.twotone.svg b/Symbolic/Resources/material-icons/phone_missed.twotone.svg new file mode 100644 index 0000000000..f7dc13a335 --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_missed.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_paused.default.svg b/Symbolic/Resources/material-icons/phone_paused.default.svg new file mode 100644 index 0000000000..d8cb108e9d --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_paused.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_paused.outlined.svg b/Symbolic/Resources/material-icons/phone_paused.outlined.svg new file mode 100644 index 0000000000..7a3bc52748 --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_paused.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_paused.round.svg b/Symbolic/Resources/material-icons/phone_paused.round.svg new file mode 100644 index 0000000000..c2683d024a --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_paused.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_paused.sharp.svg b/Symbolic/Resources/material-icons/phone_paused.sharp.svg new file mode 100644 index 0000000000..fa416659f2 --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_paused.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phone_paused.twotone.svg b/Symbolic/Resources/material-icons/phone_paused.twotone.svg new file mode 100644 index 0000000000..34040df225 --- /dev/null +++ b/Symbolic/Resources/material-icons/phone_paused.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phonelink.default.svg b/Symbolic/Resources/material-icons/phonelink.default.svg new file mode 100644 index 0000000000..794ba07018 --- /dev/null +++ b/Symbolic/Resources/material-icons/phonelink.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phonelink.outlined.svg b/Symbolic/Resources/material-icons/phonelink.outlined.svg new file mode 100644 index 0000000000..3f53ec56a9 --- /dev/null +++ b/Symbolic/Resources/material-icons/phonelink.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phonelink.round.svg b/Symbolic/Resources/material-icons/phonelink.round.svg new file mode 100644 index 0000000000..0d3b96f323 --- /dev/null +++ b/Symbolic/Resources/material-icons/phonelink.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phonelink.sharp.svg b/Symbolic/Resources/material-icons/phonelink.sharp.svg new file mode 100644 index 0000000000..081d68aaf7 --- /dev/null +++ b/Symbolic/Resources/material-icons/phonelink.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phonelink.twotone.svg b/Symbolic/Resources/material-icons/phonelink.twotone.svg new file mode 100644 index 0000000000..dff6cf7d7e --- /dev/null +++ b/Symbolic/Resources/material-icons/phonelink.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phonelink_erase.default.svg b/Symbolic/Resources/material-icons/phonelink_erase.default.svg new file mode 100644 index 0000000000..c6e3cd4759 --- /dev/null +++ b/Symbolic/Resources/material-icons/phonelink_erase.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phonelink_erase.outlined.svg b/Symbolic/Resources/material-icons/phonelink_erase.outlined.svg new file mode 100644 index 0000000000..c6e3cd4759 --- /dev/null +++ b/Symbolic/Resources/material-icons/phonelink_erase.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phonelink_erase.round.svg b/Symbolic/Resources/material-icons/phonelink_erase.round.svg new file mode 100644 index 0000000000..6be4195247 --- /dev/null +++ b/Symbolic/Resources/material-icons/phonelink_erase.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phonelink_erase.sharp.svg b/Symbolic/Resources/material-icons/phonelink_erase.sharp.svg new file mode 100644 index 0000000000..eb07839763 --- /dev/null +++ b/Symbolic/Resources/material-icons/phonelink_erase.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phonelink_erase.twotone.svg b/Symbolic/Resources/material-icons/phonelink_erase.twotone.svg new file mode 100644 index 0000000000..c09648f531 --- /dev/null +++ b/Symbolic/Resources/material-icons/phonelink_erase.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phonelink_lock.default.svg b/Symbolic/Resources/material-icons/phonelink_lock.default.svg new file mode 100644 index 0000000000..9185e8a678 --- /dev/null +++ b/Symbolic/Resources/material-icons/phonelink_lock.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phonelink_lock.outlined.svg b/Symbolic/Resources/material-icons/phonelink_lock.outlined.svg new file mode 100644 index 0000000000..9185e8a678 --- /dev/null +++ b/Symbolic/Resources/material-icons/phonelink_lock.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phonelink_lock.round.svg b/Symbolic/Resources/material-icons/phonelink_lock.round.svg new file mode 100644 index 0000000000..28ccb845f9 --- /dev/null +++ b/Symbolic/Resources/material-icons/phonelink_lock.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phonelink_lock.sharp.svg b/Symbolic/Resources/material-icons/phonelink_lock.sharp.svg new file mode 100644 index 0000000000..c583937173 --- /dev/null +++ b/Symbolic/Resources/material-icons/phonelink_lock.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phonelink_lock.twotone.svg b/Symbolic/Resources/material-icons/phonelink_lock.twotone.svg new file mode 100644 index 0000000000..ad9017d021 --- /dev/null +++ b/Symbolic/Resources/material-icons/phonelink_lock.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phonelink_off.default.svg b/Symbolic/Resources/material-icons/phonelink_off.default.svg new file mode 100644 index 0000000000..4dadb1d9f1 --- /dev/null +++ b/Symbolic/Resources/material-icons/phonelink_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phonelink_off.outlined.svg b/Symbolic/Resources/material-icons/phonelink_off.outlined.svg new file mode 100644 index 0000000000..f306319eb4 --- /dev/null +++ b/Symbolic/Resources/material-icons/phonelink_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phonelink_off.round.svg b/Symbolic/Resources/material-icons/phonelink_off.round.svg new file mode 100644 index 0000000000..067d39c591 --- /dev/null +++ b/Symbolic/Resources/material-icons/phonelink_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phonelink_off.sharp.svg b/Symbolic/Resources/material-icons/phonelink_off.sharp.svg new file mode 100644 index 0000000000..56f4790acd --- /dev/null +++ b/Symbolic/Resources/material-icons/phonelink_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phonelink_off.twotone.svg b/Symbolic/Resources/material-icons/phonelink_off.twotone.svg new file mode 100644 index 0000000000..75adc67883 --- /dev/null +++ b/Symbolic/Resources/material-icons/phonelink_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phonelink_ring.default.svg b/Symbolic/Resources/material-icons/phonelink_ring.default.svg new file mode 100644 index 0000000000..f5451c7555 --- /dev/null +++ b/Symbolic/Resources/material-icons/phonelink_ring.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phonelink_ring.outlined.svg b/Symbolic/Resources/material-icons/phonelink_ring.outlined.svg new file mode 100644 index 0000000000..f5451c7555 --- /dev/null +++ b/Symbolic/Resources/material-icons/phonelink_ring.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phonelink_ring.round.svg b/Symbolic/Resources/material-icons/phonelink_ring.round.svg new file mode 100644 index 0000000000..aa61311b51 --- /dev/null +++ b/Symbolic/Resources/material-icons/phonelink_ring.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phonelink_ring.sharp.svg b/Symbolic/Resources/material-icons/phonelink_ring.sharp.svg new file mode 100644 index 0000000000..3d4f929ef3 --- /dev/null +++ b/Symbolic/Resources/material-icons/phonelink_ring.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phonelink_ring.twotone.svg b/Symbolic/Resources/material-icons/phonelink_ring.twotone.svg new file mode 100644 index 0000000000..511d62f088 --- /dev/null +++ b/Symbolic/Resources/material-icons/phonelink_ring.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phonelink_setup.default.svg b/Symbolic/Resources/material-icons/phonelink_setup.default.svg new file mode 100644 index 0000000000..f152b3089a --- /dev/null +++ b/Symbolic/Resources/material-icons/phonelink_setup.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phonelink_setup.outlined.svg b/Symbolic/Resources/material-icons/phonelink_setup.outlined.svg new file mode 100644 index 0000000000..0b06a3d34a --- /dev/null +++ b/Symbolic/Resources/material-icons/phonelink_setup.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phonelink_setup.round.svg b/Symbolic/Resources/material-icons/phonelink_setup.round.svg new file mode 100644 index 0000000000..b2335cbab6 --- /dev/null +++ b/Symbolic/Resources/material-icons/phonelink_setup.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phonelink_setup.sharp.svg b/Symbolic/Resources/material-icons/phonelink_setup.sharp.svg new file mode 100644 index 0000000000..d58c3ede60 --- /dev/null +++ b/Symbolic/Resources/material-icons/phonelink_setup.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/phonelink_setup.twotone.svg b/Symbolic/Resources/material-icons/phonelink_setup.twotone.svg new file mode 100644 index 0000000000..0b06a3d34a --- /dev/null +++ b/Symbolic/Resources/material-icons/phonelink_setup.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo.default.svg b/Symbolic/Resources/material-icons/photo.default.svg new file mode 100644 index 0000000000..5d4bac103a --- /dev/null +++ b/Symbolic/Resources/material-icons/photo.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo.outlined.svg b/Symbolic/Resources/material-icons/photo.outlined.svg new file mode 100644 index 0000000000..dce241c864 --- /dev/null +++ b/Symbolic/Resources/material-icons/photo.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo.round.svg b/Symbolic/Resources/material-icons/photo.round.svg new file mode 100644 index 0000000000..69b64e2ed3 --- /dev/null +++ b/Symbolic/Resources/material-icons/photo.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo.sharp.svg b/Symbolic/Resources/material-icons/photo.sharp.svg new file mode 100644 index 0000000000..8013015981 --- /dev/null +++ b/Symbolic/Resources/material-icons/photo.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo.twotone.svg b/Symbolic/Resources/material-icons/photo.twotone.svg new file mode 100644 index 0000000000..465dbc0b87 --- /dev/null +++ b/Symbolic/Resources/material-icons/photo.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_album.default.svg b/Symbolic/Resources/material-icons/photo_album.default.svg new file mode 100644 index 0000000000..dcae2accd8 --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_album.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_album.outlined.svg b/Symbolic/Resources/material-icons/photo_album.outlined.svg new file mode 100644 index 0000000000..e75b1e5ae6 --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_album.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_album.round.svg b/Symbolic/Resources/material-icons/photo_album.round.svg new file mode 100644 index 0000000000..88fde4075a --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_album.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_album.sharp.svg b/Symbolic/Resources/material-icons/photo_album.sharp.svg new file mode 100644 index 0000000000..30c55922d1 --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_album.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_album.twotone.svg b/Symbolic/Resources/material-icons/photo_album.twotone.svg new file mode 100644 index 0000000000..ccc7ac1a2f --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_album.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_camera.default.svg b/Symbolic/Resources/material-icons/photo_camera.default.svg new file mode 100644 index 0000000000..17898e6430 --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_camera.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_camera.outlined.svg b/Symbolic/Resources/material-icons/photo_camera.outlined.svg new file mode 100644 index 0000000000..1b60a7bf71 --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_camera.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_camera.round.svg b/Symbolic/Resources/material-icons/photo_camera.round.svg new file mode 100644 index 0000000000..b64ef1f20d --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_camera.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_camera.sharp.svg b/Symbolic/Resources/material-icons/photo_camera.sharp.svg new file mode 100644 index 0000000000..60b563a795 --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_camera.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_camera.twotone.svg b/Symbolic/Resources/material-icons/photo_camera.twotone.svg new file mode 100644 index 0000000000..708b3a15db --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_camera.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_camera_back.default.svg b/Symbolic/Resources/material-icons/photo_camera_back.default.svg new file mode 100644 index 0000000000..66417737bd --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_camera_back.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_camera_back.outlined.svg b/Symbolic/Resources/material-icons/photo_camera_back.outlined.svg new file mode 100644 index 0000000000..e96acab78a --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_camera_back.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_camera_back.round.svg b/Symbolic/Resources/material-icons/photo_camera_back.round.svg new file mode 100644 index 0000000000..fcd11d2e6e --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_camera_back.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_camera_back.sharp.svg b/Symbolic/Resources/material-icons/photo_camera_back.sharp.svg new file mode 100644 index 0000000000..f7c7410502 --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_camera_back.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_camera_back.twotone.svg b/Symbolic/Resources/material-icons/photo_camera_back.twotone.svg new file mode 100644 index 0000000000..f837991e70 --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_camera_back.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_camera_front.default.svg b/Symbolic/Resources/material-icons/photo_camera_front.default.svg new file mode 100644 index 0000000000..3ff3550944 --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_camera_front.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_camera_front.outlined.svg b/Symbolic/Resources/material-icons/photo_camera_front.outlined.svg new file mode 100644 index 0000000000..5df1f2fe7f --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_camera_front.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_camera_front.round.svg b/Symbolic/Resources/material-icons/photo_camera_front.round.svg new file mode 100644 index 0000000000..cd884db75d --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_camera_front.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_camera_front.sharp.svg b/Symbolic/Resources/material-icons/photo_camera_front.sharp.svg new file mode 100644 index 0000000000..8d7eabd59f --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_camera_front.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_camera_front.twotone.svg b/Symbolic/Resources/material-icons/photo_camera_front.twotone.svg new file mode 100644 index 0000000000..d2988e8d8d --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_camera_front.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_filter.default.svg b/Symbolic/Resources/material-icons/photo_filter.default.svg new file mode 100644 index 0000000000..50f461bb56 --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_filter.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_filter.outlined.svg b/Symbolic/Resources/material-icons/photo_filter.outlined.svg new file mode 100644 index 0000000000..7d716b5723 --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_filter.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_filter.round.svg b/Symbolic/Resources/material-icons/photo_filter.round.svg new file mode 100644 index 0000000000..4ed85d537d --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_filter.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_filter.sharp.svg b/Symbolic/Resources/material-icons/photo_filter.sharp.svg new file mode 100644 index 0000000000..97a37b0960 --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_filter.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_filter.twotone.svg b/Symbolic/Resources/material-icons/photo_filter.twotone.svg new file mode 100644 index 0000000000..7d716b5723 --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_filter.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_library.default.svg b/Symbolic/Resources/material-icons/photo_library.default.svg new file mode 100644 index 0000000000..f8b20debe5 --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_library.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_library.outlined.svg b/Symbolic/Resources/material-icons/photo_library.outlined.svg new file mode 100644 index 0000000000..fbb01e9312 --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_library.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_library.round.svg b/Symbolic/Resources/material-icons/photo_library.round.svg new file mode 100644 index 0000000000..c3b3badc2a --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_library.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_library.sharp.svg b/Symbolic/Resources/material-icons/photo_library.sharp.svg new file mode 100644 index 0000000000..7afe323189 --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_library.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_library.twotone.svg b/Symbolic/Resources/material-icons/photo_library.twotone.svg new file mode 100644 index 0000000000..713e67b81b --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_library.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_size_select_actual.default.svg b/Symbolic/Resources/material-icons/photo_size_select_actual.default.svg new file mode 100644 index 0000000000..06a42fb815 --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_size_select_actual.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_size_select_actual.outlined.svg b/Symbolic/Resources/material-icons/photo_size_select_actual.outlined.svg new file mode 100644 index 0000000000..1350a06cf2 --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_size_select_actual.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_size_select_actual.round.svg b/Symbolic/Resources/material-icons/photo_size_select_actual.round.svg new file mode 100644 index 0000000000..98cf57fabf --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_size_select_actual.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_size_select_actual.sharp.svg b/Symbolic/Resources/material-icons/photo_size_select_actual.sharp.svg new file mode 100644 index 0000000000..b636c6f239 --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_size_select_actual.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_size_select_actual.twotone.svg b/Symbolic/Resources/material-icons/photo_size_select_actual.twotone.svg new file mode 100644 index 0000000000..4d8d4287f7 --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_size_select_actual.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_size_select_large.default.svg b/Symbolic/Resources/material-icons/photo_size_select_large.default.svg new file mode 100644 index 0000000000..85fd3a9e58 --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_size_select_large.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_size_select_large.outlined.svg b/Symbolic/Resources/material-icons/photo_size_select_large.outlined.svg new file mode 100644 index 0000000000..c8ed59a86a --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_size_select_large.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_size_select_large.round.svg b/Symbolic/Resources/material-icons/photo_size_select_large.round.svg new file mode 100644 index 0000000000..9b98bb189f --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_size_select_large.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_size_select_large.sharp.svg b/Symbolic/Resources/material-icons/photo_size_select_large.sharp.svg new file mode 100644 index 0000000000..4bee9b7646 --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_size_select_large.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_size_select_large.twotone.svg b/Symbolic/Resources/material-icons/photo_size_select_large.twotone.svg new file mode 100644 index 0000000000..44b3327255 --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_size_select_large.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_size_select_small.default.svg b/Symbolic/Resources/material-icons/photo_size_select_small.default.svg new file mode 100644 index 0000000000..c9f5faf60d --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_size_select_small.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_size_select_small.outlined.svg b/Symbolic/Resources/material-icons/photo_size_select_small.outlined.svg new file mode 100644 index 0000000000..a8f0e3e21e --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_size_select_small.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_size_select_small.round.svg b/Symbolic/Resources/material-icons/photo_size_select_small.round.svg new file mode 100644 index 0000000000..5806d60d37 --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_size_select_small.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_size_select_small.sharp.svg b/Symbolic/Resources/material-icons/photo_size_select_small.sharp.svg new file mode 100644 index 0000000000..f5647567b2 --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_size_select_small.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/photo_size_select_small.twotone.svg b/Symbolic/Resources/material-icons/photo_size_select_small.twotone.svg new file mode 100644 index 0000000000..f924f1d60b --- /dev/null +++ b/Symbolic/Resources/material-icons/photo_size_select_small.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/php.default.svg b/Symbolic/Resources/material-icons/php.default.svg new file mode 100644 index 0000000000..10dec14755 --- /dev/null +++ b/Symbolic/Resources/material-icons/php.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/php.outlined.svg b/Symbolic/Resources/material-icons/php.outlined.svg new file mode 100644 index 0000000000..10dec14755 --- /dev/null +++ b/Symbolic/Resources/material-icons/php.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/php.round.svg b/Symbolic/Resources/material-icons/php.round.svg new file mode 100644 index 0000000000..1de8181d46 --- /dev/null +++ b/Symbolic/Resources/material-icons/php.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/php.sharp.svg b/Symbolic/Resources/material-icons/php.sharp.svg new file mode 100644 index 0000000000..fa2e645198 --- /dev/null +++ b/Symbolic/Resources/material-icons/php.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/php.twotone.svg b/Symbolic/Resources/material-icons/php.twotone.svg new file mode 100644 index 0000000000..10dec14755 --- /dev/null +++ b/Symbolic/Resources/material-icons/php.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/piano.default.svg b/Symbolic/Resources/material-icons/piano.default.svg new file mode 100644 index 0000000000..ffa499689e --- /dev/null +++ b/Symbolic/Resources/material-icons/piano.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/piano.outlined.svg b/Symbolic/Resources/material-icons/piano.outlined.svg new file mode 100644 index 0000000000..ffa499689e --- /dev/null +++ b/Symbolic/Resources/material-icons/piano.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/piano.round.svg b/Symbolic/Resources/material-icons/piano.round.svg new file mode 100644 index 0000000000..ffa499689e --- /dev/null +++ b/Symbolic/Resources/material-icons/piano.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/piano.sharp.svg b/Symbolic/Resources/material-icons/piano.sharp.svg new file mode 100644 index 0000000000..ff63ad1c49 --- /dev/null +++ b/Symbolic/Resources/material-icons/piano.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/piano.twotone.svg b/Symbolic/Resources/material-icons/piano.twotone.svg new file mode 100644 index 0000000000..b389de4160 --- /dev/null +++ b/Symbolic/Resources/material-icons/piano.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/piano_off.default.svg b/Symbolic/Resources/material-icons/piano_off.default.svg new file mode 100644 index 0000000000..9a39426680 --- /dev/null +++ b/Symbolic/Resources/material-icons/piano_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/piano_off.outlined.svg b/Symbolic/Resources/material-icons/piano_off.outlined.svg new file mode 100644 index 0000000000..9a39426680 --- /dev/null +++ b/Symbolic/Resources/material-icons/piano_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/piano_off.round.svg b/Symbolic/Resources/material-icons/piano_off.round.svg new file mode 100644 index 0000000000..e37e0d92e7 --- /dev/null +++ b/Symbolic/Resources/material-icons/piano_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/piano_off.sharp.svg b/Symbolic/Resources/material-icons/piano_off.sharp.svg new file mode 100644 index 0000000000..759932db9c --- /dev/null +++ b/Symbolic/Resources/material-icons/piano_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/piano_off.twotone.svg b/Symbolic/Resources/material-icons/piano_off.twotone.svg new file mode 100644 index 0000000000..5c79663ef8 --- /dev/null +++ b/Symbolic/Resources/material-icons/piano_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/picture_as_pdf.default.svg b/Symbolic/Resources/material-icons/picture_as_pdf.default.svg new file mode 100644 index 0000000000..37e6b4b9b1 --- /dev/null +++ b/Symbolic/Resources/material-icons/picture_as_pdf.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/picture_as_pdf.outlined.svg b/Symbolic/Resources/material-icons/picture_as_pdf.outlined.svg new file mode 100644 index 0000000000..94fc4e591d --- /dev/null +++ b/Symbolic/Resources/material-icons/picture_as_pdf.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/picture_as_pdf.round.svg b/Symbolic/Resources/material-icons/picture_as_pdf.round.svg new file mode 100644 index 0000000000..cbfe9b19c4 --- /dev/null +++ b/Symbolic/Resources/material-icons/picture_as_pdf.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/picture_as_pdf.sharp.svg b/Symbolic/Resources/material-icons/picture_as_pdf.sharp.svg new file mode 100644 index 0000000000..253d48a4d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/picture_as_pdf.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/picture_as_pdf.twotone.svg b/Symbolic/Resources/material-icons/picture_as_pdf.twotone.svg new file mode 100644 index 0000000000..ad4c02af1d --- /dev/null +++ b/Symbolic/Resources/material-icons/picture_as_pdf.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/picture_in_picture.default.svg b/Symbolic/Resources/material-icons/picture_in_picture.default.svg new file mode 100644 index 0000000000..c56135cbbf --- /dev/null +++ b/Symbolic/Resources/material-icons/picture_in_picture.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/picture_in_picture.outlined.svg b/Symbolic/Resources/material-icons/picture_in_picture.outlined.svg new file mode 100644 index 0000000000..9e3b00d559 --- /dev/null +++ b/Symbolic/Resources/material-icons/picture_in_picture.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/picture_in_picture.round.svg b/Symbolic/Resources/material-icons/picture_in_picture.round.svg new file mode 100644 index 0000000000..63f2f13510 --- /dev/null +++ b/Symbolic/Resources/material-icons/picture_in_picture.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/picture_in_picture.sharp.svg b/Symbolic/Resources/material-icons/picture_in_picture.sharp.svg new file mode 100644 index 0000000000..482354a252 --- /dev/null +++ b/Symbolic/Resources/material-icons/picture_in_picture.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/picture_in_picture.twotone.svg b/Symbolic/Resources/material-icons/picture_in_picture.twotone.svg new file mode 100644 index 0000000000..d268bb16f2 --- /dev/null +++ b/Symbolic/Resources/material-icons/picture_in_picture.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/picture_in_picture_alt.default.svg b/Symbolic/Resources/material-icons/picture_in_picture_alt.default.svg new file mode 100644 index 0000000000..bd298a52ac --- /dev/null +++ b/Symbolic/Resources/material-icons/picture_in_picture_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/picture_in_picture_alt.outlined.svg b/Symbolic/Resources/material-icons/picture_in_picture_alt.outlined.svg new file mode 100644 index 0000000000..502d9e3046 --- /dev/null +++ b/Symbolic/Resources/material-icons/picture_in_picture_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/picture_in_picture_alt.round.svg b/Symbolic/Resources/material-icons/picture_in_picture_alt.round.svg new file mode 100644 index 0000000000..a7e5609050 --- /dev/null +++ b/Symbolic/Resources/material-icons/picture_in_picture_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/picture_in_picture_alt.sharp.svg b/Symbolic/Resources/material-icons/picture_in_picture_alt.sharp.svg new file mode 100644 index 0000000000..d8b67079d1 --- /dev/null +++ b/Symbolic/Resources/material-icons/picture_in_picture_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/picture_in_picture_alt.twotone.svg b/Symbolic/Resources/material-icons/picture_in_picture_alt.twotone.svg new file mode 100644 index 0000000000..cf367a17ab --- /dev/null +++ b/Symbolic/Resources/material-icons/picture_in_picture_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pie_chart.default.svg b/Symbolic/Resources/material-icons/pie_chart.default.svg new file mode 100644 index 0000000000..d2f3691380 --- /dev/null +++ b/Symbolic/Resources/material-icons/pie_chart.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pie_chart.outlined.svg b/Symbolic/Resources/material-icons/pie_chart.outlined.svg new file mode 100644 index 0000000000..bdb559e7e9 --- /dev/null +++ b/Symbolic/Resources/material-icons/pie_chart.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pie_chart.round.svg b/Symbolic/Resources/material-icons/pie_chart.round.svg new file mode 100644 index 0000000000..217d01a39e --- /dev/null +++ b/Symbolic/Resources/material-icons/pie_chart.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pie_chart.sharp.svg b/Symbolic/Resources/material-icons/pie_chart.sharp.svg new file mode 100644 index 0000000000..8c49f46f60 --- /dev/null +++ b/Symbolic/Resources/material-icons/pie_chart.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pie_chart.twotone.svg b/Symbolic/Resources/material-icons/pie_chart.twotone.svg new file mode 100644 index 0000000000..efb6b7beea --- /dev/null +++ b/Symbolic/Resources/material-icons/pie_chart.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pie_chart_outline.default.svg b/Symbolic/Resources/material-icons/pie_chart_outline.default.svg new file mode 100644 index 0000000000..abf2ce8161 --- /dev/null +++ b/Symbolic/Resources/material-icons/pie_chart_outline.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pie_chart_outline.outlined.svg b/Symbolic/Resources/material-icons/pie_chart_outline.outlined.svg new file mode 100644 index 0000000000..5bf177a31e --- /dev/null +++ b/Symbolic/Resources/material-icons/pie_chart_outline.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pie_chart_outline.round.svg b/Symbolic/Resources/material-icons/pie_chart_outline.round.svg new file mode 100644 index 0000000000..69f96cf23e --- /dev/null +++ b/Symbolic/Resources/material-icons/pie_chart_outline.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pie_chart_outline.sharp.svg b/Symbolic/Resources/material-icons/pie_chart_outline.sharp.svg new file mode 100644 index 0000000000..83930c8f37 --- /dev/null +++ b/Symbolic/Resources/material-icons/pie_chart_outline.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pie_chart_outline.twotone.svg b/Symbolic/Resources/material-icons/pie_chart_outline.twotone.svg new file mode 100644 index 0000000000..1d7c878e41 --- /dev/null +++ b/Symbolic/Resources/material-icons/pie_chart_outline.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pie_chart_outlined.default.svg b/Symbolic/Resources/material-icons/pie_chart_outlined.default.svg new file mode 100644 index 0000000000..5bf177a31e --- /dev/null +++ b/Symbolic/Resources/material-icons/pie_chart_outlined.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pin.default.svg b/Symbolic/Resources/material-icons/pin.default.svg new file mode 100644 index 0000000000..4b8c31791a --- /dev/null +++ b/Symbolic/Resources/material-icons/pin.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pin.outlined.svg b/Symbolic/Resources/material-icons/pin.outlined.svg new file mode 100644 index 0000000000..1b9bac2fe2 --- /dev/null +++ b/Symbolic/Resources/material-icons/pin.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pin.round.svg b/Symbolic/Resources/material-icons/pin.round.svg new file mode 100644 index 0000000000..e01c245c9a --- /dev/null +++ b/Symbolic/Resources/material-icons/pin.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pin.sharp.svg b/Symbolic/Resources/material-icons/pin.sharp.svg new file mode 100644 index 0000000000..f87f89d593 --- /dev/null +++ b/Symbolic/Resources/material-icons/pin.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pin.twotone.svg b/Symbolic/Resources/material-icons/pin.twotone.svg new file mode 100644 index 0000000000..177081b1a1 --- /dev/null +++ b/Symbolic/Resources/material-icons/pin.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pin_drop.default.svg b/Symbolic/Resources/material-icons/pin_drop.default.svg new file mode 100644 index 0000000000..f34bd436fb --- /dev/null +++ b/Symbolic/Resources/material-icons/pin_drop.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pin_drop.outlined.svg b/Symbolic/Resources/material-icons/pin_drop.outlined.svg new file mode 100644 index 0000000000..d0a55b9225 --- /dev/null +++ b/Symbolic/Resources/material-icons/pin_drop.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pin_drop.round.svg b/Symbolic/Resources/material-icons/pin_drop.round.svg new file mode 100644 index 0000000000..98d18033c4 --- /dev/null +++ b/Symbolic/Resources/material-icons/pin_drop.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pin_drop.sharp.svg b/Symbolic/Resources/material-icons/pin_drop.sharp.svg new file mode 100644 index 0000000000..3cee7dd53f --- /dev/null +++ b/Symbolic/Resources/material-icons/pin_drop.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pin_drop.twotone.svg b/Symbolic/Resources/material-icons/pin_drop.twotone.svg new file mode 100644 index 0000000000..4f58c1458f --- /dev/null +++ b/Symbolic/Resources/material-icons/pin_drop.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pin_end.default.svg b/Symbolic/Resources/material-icons/pin_end.default.svg new file mode 100644 index 0000000000..b8d5dcc21e --- /dev/null +++ b/Symbolic/Resources/material-icons/pin_end.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pin_end.outlined.svg b/Symbolic/Resources/material-icons/pin_end.outlined.svg new file mode 100644 index 0000000000..0915869dbe --- /dev/null +++ b/Symbolic/Resources/material-icons/pin_end.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pin_end.round.svg b/Symbolic/Resources/material-icons/pin_end.round.svg new file mode 100644 index 0000000000..2bbc97e54f --- /dev/null +++ b/Symbolic/Resources/material-icons/pin_end.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pin_end.sharp.svg b/Symbolic/Resources/material-icons/pin_end.sharp.svg new file mode 100644 index 0000000000..074a5c705e --- /dev/null +++ b/Symbolic/Resources/material-icons/pin_end.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pin_end.twotone.svg b/Symbolic/Resources/material-icons/pin_end.twotone.svg new file mode 100644 index 0000000000..b8d5dcc21e --- /dev/null +++ b/Symbolic/Resources/material-icons/pin_end.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pin_invoke.default.svg b/Symbolic/Resources/material-icons/pin_invoke.default.svg new file mode 100644 index 0000000000..444a76d913 --- /dev/null +++ b/Symbolic/Resources/material-icons/pin_invoke.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pin_invoke.outlined.svg b/Symbolic/Resources/material-icons/pin_invoke.outlined.svg new file mode 100644 index 0000000000..252674e8ee --- /dev/null +++ b/Symbolic/Resources/material-icons/pin_invoke.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pin_invoke.round.svg b/Symbolic/Resources/material-icons/pin_invoke.round.svg new file mode 100644 index 0000000000..0372a399a3 --- /dev/null +++ b/Symbolic/Resources/material-icons/pin_invoke.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pin_invoke.sharp.svg b/Symbolic/Resources/material-icons/pin_invoke.sharp.svg new file mode 100644 index 0000000000..9f6cd75c39 --- /dev/null +++ b/Symbolic/Resources/material-icons/pin_invoke.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pin_invoke.twotone.svg b/Symbolic/Resources/material-icons/pin_invoke.twotone.svg new file mode 100644 index 0000000000..444a76d913 --- /dev/null +++ b/Symbolic/Resources/material-icons/pin_invoke.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pinch.default.svg b/Symbolic/Resources/material-icons/pinch.default.svg new file mode 100644 index 0000000000..602381ffb4 --- /dev/null +++ b/Symbolic/Resources/material-icons/pinch.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pinch.outlined.svg b/Symbolic/Resources/material-icons/pinch.outlined.svg new file mode 100644 index 0000000000..fc85004a0e --- /dev/null +++ b/Symbolic/Resources/material-icons/pinch.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pinch.round.svg b/Symbolic/Resources/material-icons/pinch.round.svg new file mode 100644 index 0000000000..35136a63c7 --- /dev/null +++ b/Symbolic/Resources/material-icons/pinch.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pinch.sharp.svg b/Symbolic/Resources/material-icons/pinch.sharp.svg new file mode 100644 index 0000000000..e63a59fb3c --- /dev/null +++ b/Symbolic/Resources/material-icons/pinch.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pinch.twotone.svg b/Symbolic/Resources/material-icons/pinch.twotone.svg new file mode 100644 index 0000000000..c185bf83b1 --- /dev/null +++ b/Symbolic/Resources/material-icons/pinch.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pivot_table_chart.default.svg b/Symbolic/Resources/material-icons/pivot_table_chart.default.svg new file mode 100644 index 0000000000..a9c1c9c0b1 --- /dev/null +++ b/Symbolic/Resources/material-icons/pivot_table_chart.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pivot_table_chart.outlined.svg b/Symbolic/Resources/material-icons/pivot_table_chart.outlined.svg new file mode 100644 index 0000000000..966a682b9c --- /dev/null +++ b/Symbolic/Resources/material-icons/pivot_table_chart.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pivot_table_chart.round.svg b/Symbolic/Resources/material-icons/pivot_table_chart.round.svg new file mode 100644 index 0000000000..4f446bbfd8 --- /dev/null +++ b/Symbolic/Resources/material-icons/pivot_table_chart.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pivot_table_chart.sharp.svg b/Symbolic/Resources/material-icons/pivot_table_chart.sharp.svg new file mode 100644 index 0000000000..628e9c31ca --- /dev/null +++ b/Symbolic/Resources/material-icons/pivot_table_chart.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pivot_table_chart.twotone.svg b/Symbolic/Resources/material-icons/pivot_table_chart.twotone.svg new file mode 100644 index 0000000000..df9932528d --- /dev/null +++ b/Symbolic/Resources/material-icons/pivot_table_chart.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pix.default.svg b/Symbolic/Resources/material-icons/pix.default.svg new file mode 100644 index 0000000000..b6d4cb13e4 --- /dev/null +++ b/Symbolic/Resources/material-icons/pix.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pix.outlined.svg b/Symbolic/Resources/material-icons/pix.outlined.svg new file mode 100644 index 0000000000..b6d4cb13e4 --- /dev/null +++ b/Symbolic/Resources/material-icons/pix.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pix.round.svg b/Symbolic/Resources/material-icons/pix.round.svg new file mode 100644 index 0000000000..0e942c2c3f --- /dev/null +++ b/Symbolic/Resources/material-icons/pix.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pix.sharp.svg b/Symbolic/Resources/material-icons/pix.sharp.svg new file mode 100644 index 0000000000..b6d4cb13e4 --- /dev/null +++ b/Symbolic/Resources/material-icons/pix.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pix.twotone.svg b/Symbolic/Resources/material-icons/pix.twotone.svg new file mode 100644 index 0000000000..b6d4cb13e4 --- /dev/null +++ b/Symbolic/Resources/material-icons/pix.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/place.default.svg b/Symbolic/Resources/material-icons/place.default.svg new file mode 100644 index 0000000000..11dd401bcf --- /dev/null +++ b/Symbolic/Resources/material-icons/place.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/place.outlined.svg b/Symbolic/Resources/material-icons/place.outlined.svg new file mode 100644 index 0000000000..6495fd3e70 --- /dev/null +++ b/Symbolic/Resources/material-icons/place.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/place.round.svg b/Symbolic/Resources/material-icons/place.round.svg new file mode 100644 index 0000000000..4aa9d38e0b --- /dev/null +++ b/Symbolic/Resources/material-icons/place.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/place.sharp.svg b/Symbolic/Resources/material-icons/place.sharp.svg new file mode 100644 index 0000000000..4848ea0d54 --- /dev/null +++ b/Symbolic/Resources/material-icons/place.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/place.twotone.svg b/Symbolic/Resources/material-icons/place.twotone.svg new file mode 100644 index 0000000000..ad33a996a9 --- /dev/null +++ b/Symbolic/Resources/material-icons/place.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/plagiarism.default.svg b/Symbolic/Resources/material-icons/plagiarism.default.svg new file mode 100644 index 0000000000..7bbf1e0a5a --- /dev/null +++ b/Symbolic/Resources/material-icons/plagiarism.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/plagiarism.outlined.svg b/Symbolic/Resources/material-icons/plagiarism.outlined.svg new file mode 100644 index 0000000000..5b0f5c60db --- /dev/null +++ b/Symbolic/Resources/material-icons/plagiarism.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/plagiarism.round.svg b/Symbolic/Resources/material-icons/plagiarism.round.svg new file mode 100644 index 0000000000..b91193a116 --- /dev/null +++ b/Symbolic/Resources/material-icons/plagiarism.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/plagiarism.sharp.svg b/Symbolic/Resources/material-icons/plagiarism.sharp.svg new file mode 100644 index 0000000000..a6f3af11e0 --- /dev/null +++ b/Symbolic/Resources/material-icons/plagiarism.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/plagiarism.twotone.svg b/Symbolic/Resources/material-icons/plagiarism.twotone.svg new file mode 100644 index 0000000000..ac7c7d04f0 --- /dev/null +++ b/Symbolic/Resources/material-icons/plagiarism.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/play_arrow.default.svg b/Symbolic/Resources/material-icons/play_arrow.default.svg new file mode 100644 index 0000000000..fe2e578603 --- /dev/null +++ b/Symbolic/Resources/material-icons/play_arrow.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/play_arrow.outlined.svg b/Symbolic/Resources/material-icons/play_arrow.outlined.svg new file mode 100644 index 0000000000..9676b1967e --- /dev/null +++ b/Symbolic/Resources/material-icons/play_arrow.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/play_arrow.round.svg b/Symbolic/Resources/material-icons/play_arrow.round.svg new file mode 100644 index 0000000000..1ef5f42ec0 --- /dev/null +++ b/Symbolic/Resources/material-icons/play_arrow.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/play_arrow.sharp.svg b/Symbolic/Resources/material-icons/play_arrow.sharp.svg new file mode 100644 index 0000000000..0c831f4787 --- /dev/null +++ b/Symbolic/Resources/material-icons/play_arrow.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/play_arrow.twotone.svg b/Symbolic/Resources/material-icons/play_arrow.twotone.svg new file mode 100644 index 0000000000..81c1e9a228 --- /dev/null +++ b/Symbolic/Resources/material-icons/play_arrow.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/play_circle.default.svg b/Symbolic/Resources/material-icons/play_circle.default.svg new file mode 100644 index 0000000000..952e5fca75 --- /dev/null +++ b/Symbolic/Resources/material-icons/play_circle.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/play_circle.outlined.svg b/Symbolic/Resources/material-icons/play_circle.outlined.svg new file mode 100644 index 0000000000..75a72e9445 --- /dev/null +++ b/Symbolic/Resources/material-icons/play_circle.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/play_circle.round.svg b/Symbolic/Resources/material-icons/play_circle.round.svg new file mode 100644 index 0000000000..6857d801bf --- /dev/null +++ b/Symbolic/Resources/material-icons/play_circle.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/play_circle.sharp.svg b/Symbolic/Resources/material-icons/play_circle.sharp.svg new file mode 100644 index 0000000000..952e5fca75 --- /dev/null +++ b/Symbolic/Resources/material-icons/play_circle.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/play_circle.twotone.svg b/Symbolic/Resources/material-icons/play_circle.twotone.svg new file mode 100644 index 0000000000..37c6a484d2 --- /dev/null +++ b/Symbolic/Resources/material-icons/play_circle.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/play_circle_filled.default.svg b/Symbolic/Resources/material-icons/play_circle_filled.default.svg new file mode 100644 index 0000000000..eea87d8618 --- /dev/null +++ b/Symbolic/Resources/material-icons/play_circle_filled.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/play_circle_filled.outlined.svg b/Symbolic/Resources/material-icons/play_circle_filled.outlined.svg new file mode 100644 index 0000000000..b2252e6e8d --- /dev/null +++ b/Symbolic/Resources/material-icons/play_circle_filled.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/play_circle_filled.round.svg b/Symbolic/Resources/material-icons/play_circle_filled.round.svg new file mode 100644 index 0000000000..99c9c10b37 --- /dev/null +++ b/Symbolic/Resources/material-icons/play_circle_filled.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/play_circle_filled.sharp.svg b/Symbolic/Resources/material-icons/play_circle_filled.sharp.svg new file mode 100644 index 0000000000..b2252e6e8d --- /dev/null +++ b/Symbolic/Resources/material-icons/play_circle_filled.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/play_circle_filled.twotone.svg b/Symbolic/Resources/material-icons/play_circle_filled.twotone.svg new file mode 100644 index 0000000000..6832a21fb2 --- /dev/null +++ b/Symbolic/Resources/material-icons/play_circle_filled.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/play_circle_outline.default.svg b/Symbolic/Resources/material-icons/play_circle_outline.default.svg new file mode 100644 index 0000000000..a845a76c46 --- /dev/null +++ b/Symbolic/Resources/material-icons/play_circle_outline.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/play_circle_outline.outlined.svg b/Symbolic/Resources/material-icons/play_circle_outline.outlined.svg new file mode 100644 index 0000000000..02379fa596 --- /dev/null +++ b/Symbolic/Resources/material-icons/play_circle_outline.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/play_circle_outline.round.svg b/Symbolic/Resources/material-icons/play_circle_outline.round.svg new file mode 100644 index 0000000000..d96bed514c --- /dev/null +++ b/Symbolic/Resources/material-icons/play_circle_outline.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/play_circle_outline.sharp.svg b/Symbolic/Resources/material-icons/play_circle_outline.sharp.svg new file mode 100644 index 0000000000..6a710c420a --- /dev/null +++ b/Symbolic/Resources/material-icons/play_circle_outline.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/play_circle_outline.twotone.svg b/Symbolic/Resources/material-icons/play_circle_outline.twotone.svg new file mode 100644 index 0000000000..02379fa596 --- /dev/null +++ b/Symbolic/Resources/material-icons/play_circle_outline.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/play_disabled.default.svg b/Symbolic/Resources/material-icons/play_disabled.default.svg new file mode 100644 index 0000000000..4ae07a5154 --- /dev/null +++ b/Symbolic/Resources/material-icons/play_disabled.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/play_disabled.outlined.svg b/Symbolic/Resources/material-icons/play_disabled.outlined.svg new file mode 100644 index 0000000000..57ad853888 --- /dev/null +++ b/Symbolic/Resources/material-icons/play_disabled.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/play_disabled.round.svg b/Symbolic/Resources/material-icons/play_disabled.round.svg new file mode 100644 index 0000000000..63b1fbf8a2 --- /dev/null +++ b/Symbolic/Resources/material-icons/play_disabled.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/play_disabled.sharp.svg b/Symbolic/Resources/material-icons/play_disabled.sharp.svg new file mode 100644 index 0000000000..2f45439de6 --- /dev/null +++ b/Symbolic/Resources/material-icons/play_disabled.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/play_disabled.twotone.svg b/Symbolic/Resources/material-icons/play_disabled.twotone.svg new file mode 100644 index 0000000000..7a9c517818 --- /dev/null +++ b/Symbolic/Resources/material-icons/play_disabled.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/play_for_work.default.svg b/Symbolic/Resources/material-icons/play_for_work.default.svg new file mode 100644 index 0000000000..3d32f44baa --- /dev/null +++ b/Symbolic/Resources/material-icons/play_for_work.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/play_for_work.outlined.svg b/Symbolic/Resources/material-icons/play_for_work.outlined.svg new file mode 100644 index 0000000000..125b113271 --- /dev/null +++ b/Symbolic/Resources/material-icons/play_for_work.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/play_for_work.round.svg b/Symbolic/Resources/material-icons/play_for_work.round.svg new file mode 100644 index 0000000000..a9906db4f5 --- /dev/null +++ b/Symbolic/Resources/material-icons/play_for_work.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/play_for_work.sharp.svg b/Symbolic/Resources/material-icons/play_for_work.sharp.svg new file mode 100644 index 0000000000..125b113271 --- /dev/null +++ b/Symbolic/Resources/material-icons/play_for_work.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/play_for_work.twotone.svg b/Symbolic/Resources/material-icons/play_for_work.twotone.svg new file mode 100644 index 0000000000..125b113271 --- /dev/null +++ b/Symbolic/Resources/material-icons/play_for_work.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/play_lesson.default.svg b/Symbolic/Resources/material-icons/play_lesson.default.svg new file mode 100644 index 0000000000..1759e649e8 --- /dev/null +++ b/Symbolic/Resources/material-icons/play_lesson.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/play_lesson.outlined.svg b/Symbolic/Resources/material-icons/play_lesson.outlined.svg new file mode 100644 index 0000000000..8c47c600f8 --- /dev/null +++ b/Symbolic/Resources/material-icons/play_lesson.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/play_lesson.round.svg b/Symbolic/Resources/material-icons/play_lesson.round.svg new file mode 100644 index 0000000000..54f993c0c3 --- /dev/null +++ b/Symbolic/Resources/material-icons/play_lesson.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/play_lesson.sharp.svg b/Symbolic/Resources/material-icons/play_lesson.sharp.svg new file mode 100644 index 0000000000..fea5e5af65 --- /dev/null +++ b/Symbolic/Resources/material-icons/play_lesson.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/play_lesson.twotone.svg b/Symbolic/Resources/material-icons/play_lesson.twotone.svg new file mode 100644 index 0000000000..d6768e674e --- /dev/null +++ b/Symbolic/Resources/material-icons/play_lesson.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/playlist_add.default.svg b/Symbolic/Resources/material-icons/playlist_add.default.svg new file mode 100644 index 0000000000..ccb7d29a95 --- /dev/null +++ b/Symbolic/Resources/material-icons/playlist_add.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/playlist_add.outlined.svg b/Symbolic/Resources/material-icons/playlist_add.outlined.svg new file mode 100644 index 0000000000..ccb7d29a95 --- /dev/null +++ b/Symbolic/Resources/material-icons/playlist_add.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/playlist_add.round.svg b/Symbolic/Resources/material-icons/playlist_add.round.svg new file mode 100644 index 0000000000..afe2097f3b --- /dev/null +++ b/Symbolic/Resources/material-icons/playlist_add.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/playlist_add.sharp.svg b/Symbolic/Resources/material-icons/playlist_add.sharp.svg new file mode 100644 index 0000000000..ccb7d29a95 --- /dev/null +++ b/Symbolic/Resources/material-icons/playlist_add.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/playlist_add.twotone.svg b/Symbolic/Resources/material-icons/playlist_add.twotone.svg new file mode 100644 index 0000000000..ccb7d29a95 --- /dev/null +++ b/Symbolic/Resources/material-icons/playlist_add.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/playlist_add_check.default.svg b/Symbolic/Resources/material-icons/playlist_add_check.default.svg new file mode 100644 index 0000000000..da9bc8ec56 --- /dev/null +++ b/Symbolic/Resources/material-icons/playlist_add_check.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/playlist_add_check.outlined.svg b/Symbolic/Resources/material-icons/playlist_add_check.outlined.svg new file mode 100644 index 0000000000..da9bc8ec56 --- /dev/null +++ b/Symbolic/Resources/material-icons/playlist_add_check.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/playlist_add_check.round.svg b/Symbolic/Resources/material-icons/playlist_add_check.round.svg new file mode 100644 index 0000000000..752a28955a --- /dev/null +++ b/Symbolic/Resources/material-icons/playlist_add_check.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/playlist_add_check.sharp.svg b/Symbolic/Resources/material-icons/playlist_add_check.sharp.svg new file mode 100644 index 0000000000..da9bc8ec56 --- /dev/null +++ b/Symbolic/Resources/material-icons/playlist_add_check.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/playlist_add_check.twotone.svg b/Symbolic/Resources/material-icons/playlist_add_check.twotone.svg new file mode 100644 index 0000000000..da9bc8ec56 --- /dev/null +++ b/Symbolic/Resources/material-icons/playlist_add_check.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/playlist_add_check_circle.default.svg b/Symbolic/Resources/material-icons/playlist_add_check_circle.default.svg new file mode 100644 index 0000000000..349c99e7dc --- /dev/null +++ b/Symbolic/Resources/material-icons/playlist_add_check_circle.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/playlist_add_check_circle.outlined.svg b/Symbolic/Resources/material-icons/playlist_add_check_circle.outlined.svg new file mode 100644 index 0000000000..f98eb1335b --- /dev/null +++ b/Symbolic/Resources/material-icons/playlist_add_check_circle.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/playlist_add_check_circle.round.svg b/Symbolic/Resources/material-icons/playlist_add_check_circle.round.svg new file mode 100644 index 0000000000..7c16999ca0 --- /dev/null +++ b/Symbolic/Resources/material-icons/playlist_add_check_circle.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/playlist_add_check_circle.sharp.svg b/Symbolic/Resources/material-icons/playlist_add_check_circle.sharp.svg new file mode 100644 index 0000000000..349c99e7dc --- /dev/null +++ b/Symbolic/Resources/material-icons/playlist_add_check_circle.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/playlist_add_check_circle.twotone.svg b/Symbolic/Resources/material-icons/playlist_add_check_circle.twotone.svg new file mode 100644 index 0000000000..3b8787df06 --- /dev/null +++ b/Symbolic/Resources/material-icons/playlist_add_check_circle.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/playlist_add_circle.default.svg b/Symbolic/Resources/material-icons/playlist_add_circle.default.svg new file mode 100644 index 0000000000..551921ec98 --- /dev/null +++ b/Symbolic/Resources/material-icons/playlist_add_circle.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/playlist_add_circle.outlined.svg b/Symbolic/Resources/material-icons/playlist_add_circle.outlined.svg new file mode 100644 index 0000000000..8b5026b055 --- /dev/null +++ b/Symbolic/Resources/material-icons/playlist_add_circle.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/playlist_add_circle.round.svg b/Symbolic/Resources/material-icons/playlist_add_circle.round.svg new file mode 100644 index 0000000000..25caca6a3e --- /dev/null +++ b/Symbolic/Resources/material-icons/playlist_add_circle.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/playlist_add_circle.sharp.svg b/Symbolic/Resources/material-icons/playlist_add_circle.sharp.svg new file mode 100644 index 0000000000..551921ec98 --- /dev/null +++ b/Symbolic/Resources/material-icons/playlist_add_circle.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/playlist_add_circle.twotone.svg b/Symbolic/Resources/material-icons/playlist_add_circle.twotone.svg new file mode 100644 index 0000000000..f7ab0d07a6 --- /dev/null +++ b/Symbolic/Resources/material-icons/playlist_add_circle.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/playlist_play.default.svg b/Symbolic/Resources/material-icons/playlist_play.default.svg new file mode 100644 index 0000000000..47d0ee5b69 --- /dev/null +++ b/Symbolic/Resources/material-icons/playlist_play.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/playlist_play.outlined.svg b/Symbolic/Resources/material-icons/playlist_play.outlined.svg new file mode 100644 index 0000000000..47d0ee5b69 --- /dev/null +++ b/Symbolic/Resources/material-icons/playlist_play.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/playlist_play.round.svg b/Symbolic/Resources/material-icons/playlist_play.round.svg new file mode 100644 index 0000000000..de9c24092e --- /dev/null +++ b/Symbolic/Resources/material-icons/playlist_play.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/playlist_play.sharp.svg b/Symbolic/Resources/material-icons/playlist_play.sharp.svg new file mode 100644 index 0000000000..47d0ee5b69 --- /dev/null +++ b/Symbolic/Resources/material-icons/playlist_play.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/playlist_play.twotone.svg b/Symbolic/Resources/material-icons/playlist_play.twotone.svg new file mode 100644 index 0000000000..47d0ee5b69 --- /dev/null +++ b/Symbolic/Resources/material-icons/playlist_play.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/playlist_remove.default.svg b/Symbolic/Resources/material-icons/playlist_remove.default.svg new file mode 100644 index 0000000000..1bbb881c84 --- /dev/null +++ b/Symbolic/Resources/material-icons/playlist_remove.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/playlist_remove.outlined.svg b/Symbolic/Resources/material-icons/playlist_remove.outlined.svg new file mode 100644 index 0000000000..1bbb881c84 --- /dev/null +++ b/Symbolic/Resources/material-icons/playlist_remove.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/playlist_remove.round.svg b/Symbolic/Resources/material-icons/playlist_remove.round.svg new file mode 100644 index 0000000000..12aa8fdb0e --- /dev/null +++ b/Symbolic/Resources/material-icons/playlist_remove.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/playlist_remove.sharp.svg b/Symbolic/Resources/material-icons/playlist_remove.sharp.svg new file mode 100644 index 0000000000..1bbb881c84 --- /dev/null +++ b/Symbolic/Resources/material-icons/playlist_remove.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/playlist_remove.twotone.svg b/Symbolic/Resources/material-icons/playlist_remove.twotone.svg new file mode 100644 index 0000000000..1bbb881c84 --- /dev/null +++ b/Symbolic/Resources/material-icons/playlist_remove.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/plumbing.default.svg b/Symbolic/Resources/material-icons/plumbing.default.svg new file mode 100644 index 0000000000..a1f7b6d256 --- /dev/null +++ b/Symbolic/Resources/material-icons/plumbing.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/plumbing.outlined.svg b/Symbolic/Resources/material-icons/plumbing.outlined.svg new file mode 100644 index 0000000000..a1f7b6d256 --- /dev/null +++ b/Symbolic/Resources/material-icons/plumbing.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/plumbing.round.svg b/Symbolic/Resources/material-icons/plumbing.round.svg new file mode 100644 index 0000000000..c0087fbb3b --- /dev/null +++ b/Symbolic/Resources/material-icons/plumbing.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/plumbing.sharp.svg b/Symbolic/Resources/material-icons/plumbing.sharp.svg new file mode 100644 index 0000000000..62000be294 --- /dev/null +++ b/Symbolic/Resources/material-icons/plumbing.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/plumbing.twotone.svg b/Symbolic/Resources/material-icons/plumbing.twotone.svg new file mode 100644 index 0000000000..a1f7b6d256 --- /dev/null +++ b/Symbolic/Resources/material-icons/plumbing.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/plus_one.default.svg b/Symbolic/Resources/material-icons/plus_one.default.svg new file mode 100644 index 0000000000..3abc5aeaa5 --- /dev/null +++ b/Symbolic/Resources/material-icons/plus_one.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/plus_one.outlined.svg b/Symbolic/Resources/material-icons/plus_one.outlined.svg new file mode 100644 index 0000000000..300ce58c2f --- /dev/null +++ b/Symbolic/Resources/material-icons/plus_one.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/plus_one.round.svg b/Symbolic/Resources/material-icons/plus_one.round.svg new file mode 100644 index 0000000000..71bec7f40b --- /dev/null +++ b/Symbolic/Resources/material-icons/plus_one.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/plus_one.sharp.svg b/Symbolic/Resources/material-icons/plus_one.sharp.svg new file mode 100644 index 0000000000..300ce58c2f --- /dev/null +++ b/Symbolic/Resources/material-icons/plus_one.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/plus_one.twotone.svg b/Symbolic/Resources/material-icons/plus_one.twotone.svg new file mode 100644 index 0000000000..300ce58c2f --- /dev/null +++ b/Symbolic/Resources/material-icons/plus_one.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/podcasts.default.svg b/Symbolic/Resources/material-icons/podcasts.default.svg new file mode 100644 index 0000000000..086bd78559 --- /dev/null +++ b/Symbolic/Resources/material-icons/podcasts.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/podcasts.outlined.svg b/Symbolic/Resources/material-icons/podcasts.outlined.svg new file mode 100644 index 0000000000..086bd78559 --- /dev/null +++ b/Symbolic/Resources/material-icons/podcasts.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/podcasts.round.svg b/Symbolic/Resources/material-icons/podcasts.round.svg new file mode 100644 index 0000000000..2a77ccbf8c --- /dev/null +++ b/Symbolic/Resources/material-icons/podcasts.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/podcasts.sharp.svg b/Symbolic/Resources/material-icons/podcasts.sharp.svg new file mode 100644 index 0000000000..086bd78559 --- /dev/null +++ b/Symbolic/Resources/material-icons/podcasts.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/podcasts.twotone.svg b/Symbolic/Resources/material-icons/podcasts.twotone.svg new file mode 100644 index 0000000000..086bd78559 --- /dev/null +++ b/Symbolic/Resources/material-icons/podcasts.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/point_of_sale.default.svg b/Symbolic/Resources/material-icons/point_of_sale.default.svg new file mode 100644 index 0000000000..322c452e3e --- /dev/null +++ b/Symbolic/Resources/material-icons/point_of_sale.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/point_of_sale.outlined.svg b/Symbolic/Resources/material-icons/point_of_sale.outlined.svg new file mode 100644 index 0000000000..322c452e3e --- /dev/null +++ b/Symbolic/Resources/material-icons/point_of_sale.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/point_of_sale.round.svg b/Symbolic/Resources/material-icons/point_of_sale.round.svg new file mode 100644 index 0000000000..c99082e705 --- /dev/null +++ b/Symbolic/Resources/material-icons/point_of_sale.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/point_of_sale.sharp.svg b/Symbolic/Resources/material-icons/point_of_sale.sharp.svg new file mode 100644 index 0000000000..0c1aa6e896 --- /dev/null +++ b/Symbolic/Resources/material-icons/point_of_sale.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/point_of_sale.twotone.svg b/Symbolic/Resources/material-icons/point_of_sale.twotone.svg new file mode 100644 index 0000000000..3d15ccc4d5 --- /dev/null +++ b/Symbolic/Resources/material-icons/point_of_sale.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/policy.default.svg b/Symbolic/Resources/material-icons/policy.default.svg new file mode 100644 index 0000000000..cb66f0ff8f --- /dev/null +++ b/Symbolic/Resources/material-icons/policy.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/policy.outlined.svg b/Symbolic/Resources/material-icons/policy.outlined.svg new file mode 100644 index 0000000000..0e6591df11 --- /dev/null +++ b/Symbolic/Resources/material-icons/policy.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/policy.round.svg b/Symbolic/Resources/material-icons/policy.round.svg new file mode 100644 index 0000000000..04fa2f1669 --- /dev/null +++ b/Symbolic/Resources/material-icons/policy.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/policy.sharp.svg b/Symbolic/Resources/material-icons/policy.sharp.svg new file mode 100644 index 0000000000..cb66f0ff8f --- /dev/null +++ b/Symbolic/Resources/material-icons/policy.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/policy.twotone.svg b/Symbolic/Resources/material-icons/policy.twotone.svg new file mode 100644 index 0000000000..4c13795325 --- /dev/null +++ b/Symbolic/Resources/material-icons/policy.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/poll.default.svg b/Symbolic/Resources/material-icons/poll.default.svg new file mode 100644 index 0000000000..68dc078493 --- /dev/null +++ b/Symbolic/Resources/material-icons/poll.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/poll.outlined.svg b/Symbolic/Resources/material-icons/poll.outlined.svg new file mode 100644 index 0000000000..4cda1b26b7 --- /dev/null +++ b/Symbolic/Resources/material-icons/poll.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/poll.round.svg b/Symbolic/Resources/material-icons/poll.round.svg new file mode 100644 index 0000000000..6d8f7de4b8 --- /dev/null +++ b/Symbolic/Resources/material-icons/poll.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/poll.sharp.svg b/Symbolic/Resources/material-icons/poll.sharp.svg new file mode 100644 index 0000000000..d685bd7d18 --- /dev/null +++ b/Symbolic/Resources/material-icons/poll.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/poll.twotone.svg b/Symbolic/Resources/material-icons/poll.twotone.svg new file mode 100644 index 0000000000..1a91859cb7 --- /dev/null +++ b/Symbolic/Resources/material-icons/poll.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/polyline.default.svg b/Symbolic/Resources/material-icons/polyline.default.svg new file mode 100644 index 0000000000..530052abf8 --- /dev/null +++ b/Symbolic/Resources/material-icons/polyline.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/polyline.outlined.svg b/Symbolic/Resources/material-icons/polyline.outlined.svg new file mode 100644 index 0000000000..c43cb71368 --- /dev/null +++ b/Symbolic/Resources/material-icons/polyline.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/polyline.round.svg b/Symbolic/Resources/material-icons/polyline.round.svg new file mode 100644 index 0000000000..9f1ba706dd --- /dev/null +++ b/Symbolic/Resources/material-icons/polyline.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/polyline.sharp.svg b/Symbolic/Resources/material-icons/polyline.sharp.svg new file mode 100644 index 0000000000..530052abf8 --- /dev/null +++ b/Symbolic/Resources/material-icons/polyline.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/polyline.twotone.svg b/Symbolic/Resources/material-icons/polyline.twotone.svg new file mode 100644 index 0000000000..2ec623b555 --- /dev/null +++ b/Symbolic/Resources/material-icons/polyline.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/polymer.default.svg b/Symbolic/Resources/material-icons/polymer.default.svg new file mode 100644 index 0000000000..832923cc1f --- /dev/null +++ b/Symbolic/Resources/material-icons/polymer.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/polymer.outlined.svg b/Symbolic/Resources/material-icons/polymer.outlined.svg new file mode 100644 index 0000000000..82e3a9b95f --- /dev/null +++ b/Symbolic/Resources/material-icons/polymer.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/polymer.round.svg b/Symbolic/Resources/material-icons/polymer.round.svg new file mode 100644 index 0000000000..82e3a9b95f --- /dev/null +++ b/Symbolic/Resources/material-icons/polymer.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/polymer.sharp.svg b/Symbolic/Resources/material-icons/polymer.sharp.svg new file mode 100644 index 0000000000..82e3a9b95f --- /dev/null +++ b/Symbolic/Resources/material-icons/polymer.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/polymer.twotone.svg b/Symbolic/Resources/material-icons/polymer.twotone.svg new file mode 100644 index 0000000000..82e3a9b95f --- /dev/null +++ b/Symbolic/Resources/material-icons/polymer.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pool.default.svg b/Symbolic/Resources/material-icons/pool.default.svg new file mode 100644 index 0000000000..2237150624 --- /dev/null +++ b/Symbolic/Resources/material-icons/pool.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pool.outlined.svg b/Symbolic/Resources/material-icons/pool.outlined.svg new file mode 100644 index 0000000000..964be12c72 --- /dev/null +++ b/Symbolic/Resources/material-icons/pool.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pool.round.svg b/Symbolic/Resources/material-icons/pool.round.svg new file mode 100644 index 0000000000..83d434b744 --- /dev/null +++ b/Symbolic/Resources/material-icons/pool.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pool.sharp.svg b/Symbolic/Resources/material-icons/pool.sharp.svg new file mode 100644 index 0000000000..c570d03af0 --- /dev/null +++ b/Symbolic/Resources/material-icons/pool.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pool.twotone.svg b/Symbolic/Resources/material-icons/pool.twotone.svg new file mode 100644 index 0000000000..fd9d2eccc3 --- /dev/null +++ b/Symbolic/Resources/material-icons/pool.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/portable_wifi_off.default.svg b/Symbolic/Resources/material-icons/portable_wifi_off.default.svg new file mode 100644 index 0000000000..d9a094fd35 --- /dev/null +++ b/Symbolic/Resources/material-icons/portable_wifi_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/portable_wifi_off.outlined.svg b/Symbolic/Resources/material-icons/portable_wifi_off.outlined.svg new file mode 100644 index 0000000000..1c4d472a70 --- /dev/null +++ b/Symbolic/Resources/material-icons/portable_wifi_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/portable_wifi_off.round.svg b/Symbolic/Resources/material-icons/portable_wifi_off.round.svg new file mode 100644 index 0000000000..8ce101be9c --- /dev/null +++ b/Symbolic/Resources/material-icons/portable_wifi_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/portable_wifi_off.sharp.svg b/Symbolic/Resources/material-icons/portable_wifi_off.sharp.svg new file mode 100644 index 0000000000..1c4d472a70 --- /dev/null +++ b/Symbolic/Resources/material-icons/portable_wifi_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/portable_wifi_off.twotone.svg b/Symbolic/Resources/material-icons/portable_wifi_off.twotone.svg new file mode 100644 index 0000000000..1c4d472a70 --- /dev/null +++ b/Symbolic/Resources/material-icons/portable_wifi_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/portrait.default.svg b/Symbolic/Resources/material-icons/portrait.default.svg new file mode 100644 index 0000000000..303b38075d --- /dev/null +++ b/Symbolic/Resources/material-icons/portrait.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/portrait.outlined.svg b/Symbolic/Resources/material-icons/portrait.outlined.svg new file mode 100644 index 0000000000..f118a4d0a4 --- /dev/null +++ b/Symbolic/Resources/material-icons/portrait.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/portrait.round.svg b/Symbolic/Resources/material-icons/portrait.round.svg new file mode 100644 index 0000000000..27d56bd6a2 --- /dev/null +++ b/Symbolic/Resources/material-icons/portrait.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/portrait.sharp.svg b/Symbolic/Resources/material-icons/portrait.sharp.svg new file mode 100644 index 0000000000..6ddc2c626a --- /dev/null +++ b/Symbolic/Resources/material-icons/portrait.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/portrait.twotone.svg b/Symbolic/Resources/material-icons/portrait.twotone.svg new file mode 100644 index 0000000000..18c4c7a18b --- /dev/null +++ b/Symbolic/Resources/material-icons/portrait.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/post_add.default.svg b/Symbolic/Resources/material-icons/post_add.default.svg new file mode 100644 index 0000000000..2669d806e3 --- /dev/null +++ b/Symbolic/Resources/material-icons/post_add.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/post_add.outlined.svg b/Symbolic/Resources/material-icons/post_add.outlined.svg new file mode 100644 index 0000000000..2669d806e3 --- /dev/null +++ b/Symbolic/Resources/material-icons/post_add.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/post_add.round.svg b/Symbolic/Resources/material-icons/post_add.round.svg new file mode 100644 index 0000000000..b8261cb374 --- /dev/null +++ b/Symbolic/Resources/material-icons/post_add.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/post_add.sharp.svg b/Symbolic/Resources/material-icons/post_add.sharp.svg new file mode 100644 index 0000000000..340b255c65 --- /dev/null +++ b/Symbolic/Resources/material-icons/post_add.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/post_add.twotone.svg b/Symbolic/Resources/material-icons/post_add.twotone.svg new file mode 100644 index 0000000000..2669d806e3 --- /dev/null +++ b/Symbolic/Resources/material-icons/post_add.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/power.default.svg b/Symbolic/Resources/material-icons/power.default.svg new file mode 100644 index 0000000000..af19b7eac2 --- /dev/null +++ b/Symbolic/Resources/material-icons/power.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/power.outlined.svg b/Symbolic/Resources/material-icons/power.outlined.svg new file mode 100644 index 0000000000..445902884f --- /dev/null +++ b/Symbolic/Resources/material-icons/power.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/power.round.svg b/Symbolic/Resources/material-icons/power.round.svg new file mode 100644 index 0000000000..d85509fe94 --- /dev/null +++ b/Symbolic/Resources/material-icons/power.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/power.sharp.svg b/Symbolic/Resources/material-icons/power.sharp.svg new file mode 100644 index 0000000000..cf6e7e5b3e --- /dev/null +++ b/Symbolic/Resources/material-icons/power.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/power.twotone.svg b/Symbolic/Resources/material-icons/power.twotone.svg new file mode 100644 index 0000000000..8f1c4e2bf5 --- /dev/null +++ b/Symbolic/Resources/material-icons/power.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/power_input.default.svg b/Symbolic/Resources/material-icons/power_input.default.svg new file mode 100644 index 0000000000..6ee94b735e --- /dev/null +++ b/Symbolic/Resources/material-icons/power_input.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/power_input.outlined.svg b/Symbolic/Resources/material-icons/power_input.outlined.svg new file mode 100644 index 0000000000..6ee94b735e --- /dev/null +++ b/Symbolic/Resources/material-icons/power_input.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/power_input.round.svg b/Symbolic/Resources/material-icons/power_input.round.svg new file mode 100644 index 0000000000..3aa5fd6659 --- /dev/null +++ b/Symbolic/Resources/material-icons/power_input.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/power_input.sharp.svg b/Symbolic/Resources/material-icons/power_input.sharp.svg new file mode 100644 index 0000000000..6ee94b735e --- /dev/null +++ b/Symbolic/Resources/material-icons/power_input.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/power_input.twotone.svg b/Symbolic/Resources/material-icons/power_input.twotone.svg new file mode 100644 index 0000000000..6ee94b735e --- /dev/null +++ b/Symbolic/Resources/material-icons/power_input.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/power_off.default.svg b/Symbolic/Resources/material-icons/power_off.default.svg new file mode 100644 index 0000000000..9e5c498378 --- /dev/null +++ b/Symbolic/Resources/material-icons/power_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/power_off.outlined.svg b/Symbolic/Resources/material-icons/power_off.outlined.svg new file mode 100644 index 0000000000..db56a61ae5 --- /dev/null +++ b/Symbolic/Resources/material-icons/power_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/power_off.round.svg b/Symbolic/Resources/material-icons/power_off.round.svg new file mode 100644 index 0000000000..e674094b2e --- /dev/null +++ b/Symbolic/Resources/material-icons/power_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/power_off.sharp.svg b/Symbolic/Resources/material-icons/power_off.sharp.svg new file mode 100644 index 0000000000..c43a25940b --- /dev/null +++ b/Symbolic/Resources/material-icons/power_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/power_off.twotone.svg b/Symbolic/Resources/material-icons/power_off.twotone.svg new file mode 100644 index 0000000000..609ff49836 --- /dev/null +++ b/Symbolic/Resources/material-icons/power_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/power_settings_new.default.svg b/Symbolic/Resources/material-icons/power_settings_new.default.svg new file mode 100644 index 0000000000..8ac9074367 --- /dev/null +++ b/Symbolic/Resources/material-icons/power_settings_new.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/power_settings_new.outlined.svg b/Symbolic/Resources/material-icons/power_settings_new.outlined.svg new file mode 100644 index 0000000000..806800f996 --- /dev/null +++ b/Symbolic/Resources/material-icons/power_settings_new.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/power_settings_new.round.svg b/Symbolic/Resources/material-icons/power_settings_new.round.svg new file mode 100644 index 0000000000..76c2685c6a --- /dev/null +++ b/Symbolic/Resources/material-icons/power_settings_new.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/power_settings_new.sharp.svg b/Symbolic/Resources/material-icons/power_settings_new.sharp.svg new file mode 100644 index 0000000000..806800f996 --- /dev/null +++ b/Symbolic/Resources/material-icons/power_settings_new.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/power_settings_new.twotone.svg b/Symbolic/Resources/material-icons/power_settings_new.twotone.svg new file mode 100644 index 0000000000..806800f996 --- /dev/null +++ b/Symbolic/Resources/material-icons/power_settings_new.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/precision_manufacturing.default.svg b/Symbolic/Resources/material-icons/precision_manufacturing.default.svg new file mode 100644 index 0000000000..7bd11bcb00 --- /dev/null +++ b/Symbolic/Resources/material-icons/precision_manufacturing.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/precision_manufacturing.outlined.svg b/Symbolic/Resources/material-icons/precision_manufacturing.outlined.svg new file mode 100644 index 0000000000..9082ea384e --- /dev/null +++ b/Symbolic/Resources/material-icons/precision_manufacturing.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/precision_manufacturing.round.svg b/Symbolic/Resources/material-icons/precision_manufacturing.round.svg new file mode 100644 index 0000000000..5663aa528b --- /dev/null +++ b/Symbolic/Resources/material-icons/precision_manufacturing.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/precision_manufacturing.sharp.svg b/Symbolic/Resources/material-icons/precision_manufacturing.sharp.svg new file mode 100644 index 0000000000..abb607c395 --- /dev/null +++ b/Symbolic/Resources/material-icons/precision_manufacturing.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/precision_manufacturing.twotone.svg b/Symbolic/Resources/material-icons/precision_manufacturing.twotone.svg new file mode 100644 index 0000000000..75f705bcc6 --- /dev/null +++ b/Symbolic/Resources/material-icons/precision_manufacturing.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pregnant_woman.default.svg b/Symbolic/Resources/material-icons/pregnant_woman.default.svg new file mode 100644 index 0000000000..d54eedc864 --- /dev/null +++ b/Symbolic/Resources/material-icons/pregnant_woman.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pregnant_woman.outlined.svg b/Symbolic/Resources/material-icons/pregnant_woman.outlined.svg new file mode 100644 index 0000000000..508e9495ea --- /dev/null +++ b/Symbolic/Resources/material-icons/pregnant_woman.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pregnant_woman.round.svg b/Symbolic/Resources/material-icons/pregnant_woman.round.svg new file mode 100644 index 0000000000..8814ffef68 --- /dev/null +++ b/Symbolic/Resources/material-icons/pregnant_woman.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pregnant_woman.sharp.svg b/Symbolic/Resources/material-icons/pregnant_woman.sharp.svg new file mode 100644 index 0000000000..508e9495ea --- /dev/null +++ b/Symbolic/Resources/material-icons/pregnant_woman.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/pregnant_woman.twotone.svg b/Symbolic/Resources/material-icons/pregnant_woman.twotone.svg new file mode 100644 index 0000000000..508e9495ea --- /dev/null +++ b/Symbolic/Resources/material-icons/pregnant_woman.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/present_to_all.default.svg b/Symbolic/Resources/material-icons/present_to_all.default.svg new file mode 100644 index 0000000000..2e3e8ba0b6 --- /dev/null +++ b/Symbolic/Resources/material-icons/present_to_all.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/present_to_all.outlined.svg b/Symbolic/Resources/material-icons/present_to_all.outlined.svg new file mode 100644 index 0000000000..2e3e8ba0b6 --- /dev/null +++ b/Symbolic/Resources/material-icons/present_to_all.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/present_to_all.round.svg b/Symbolic/Resources/material-icons/present_to_all.round.svg new file mode 100644 index 0000000000..36c6e28059 --- /dev/null +++ b/Symbolic/Resources/material-icons/present_to_all.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/present_to_all.sharp.svg b/Symbolic/Resources/material-icons/present_to_all.sharp.svg new file mode 100644 index 0000000000..e87a7c43ae --- /dev/null +++ b/Symbolic/Resources/material-icons/present_to_all.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/present_to_all.twotone.svg b/Symbolic/Resources/material-icons/present_to_all.twotone.svg new file mode 100644 index 0000000000..28e018e060 --- /dev/null +++ b/Symbolic/Resources/material-icons/present_to_all.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/preview.default.svg b/Symbolic/Resources/material-icons/preview.default.svg new file mode 100644 index 0000000000..b6c2b58e3e --- /dev/null +++ b/Symbolic/Resources/material-icons/preview.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/preview.outlined.svg b/Symbolic/Resources/material-icons/preview.outlined.svg new file mode 100644 index 0000000000..14849de354 --- /dev/null +++ b/Symbolic/Resources/material-icons/preview.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/preview.round.svg b/Symbolic/Resources/material-icons/preview.round.svg new file mode 100644 index 0000000000..b6c2b58e3e --- /dev/null +++ b/Symbolic/Resources/material-icons/preview.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/preview.sharp.svg b/Symbolic/Resources/material-icons/preview.sharp.svg new file mode 100644 index 0000000000..e59bc97b87 --- /dev/null +++ b/Symbolic/Resources/material-icons/preview.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/preview.twotone.svg b/Symbolic/Resources/material-icons/preview.twotone.svg new file mode 100644 index 0000000000..d34bf994ad --- /dev/null +++ b/Symbolic/Resources/material-icons/preview.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/price_change.default.svg b/Symbolic/Resources/material-icons/price_change.default.svg new file mode 100644 index 0000000000..fbb569fd57 --- /dev/null +++ b/Symbolic/Resources/material-icons/price_change.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/price_change.outlined.svg b/Symbolic/Resources/material-icons/price_change.outlined.svg new file mode 100644 index 0000000000..9b84fc46ff --- /dev/null +++ b/Symbolic/Resources/material-icons/price_change.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/price_change.round.svg b/Symbolic/Resources/material-icons/price_change.round.svg new file mode 100644 index 0000000000..d6584ad791 --- /dev/null +++ b/Symbolic/Resources/material-icons/price_change.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/price_change.sharp.svg b/Symbolic/Resources/material-icons/price_change.sharp.svg new file mode 100644 index 0000000000..7a378af285 --- /dev/null +++ b/Symbolic/Resources/material-icons/price_change.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/price_change.twotone.svg b/Symbolic/Resources/material-icons/price_change.twotone.svg new file mode 100644 index 0000000000..fa282943f4 --- /dev/null +++ b/Symbolic/Resources/material-icons/price_change.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/price_check.default.svg b/Symbolic/Resources/material-icons/price_check.default.svg new file mode 100644 index 0000000000..15113f7054 --- /dev/null +++ b/Symbolic/Resources/material-icons/price_check.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/price_check.outlined.svg b/Symbolic/Resources/material-icons/price_check.outlined.svg new file mode 100644 index 0000000000..bb2f3c1c27 --- /dev/null +++ b/Symbolic/Resources/material-icons/price_check.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/price_check.round.svg b/Symbolic/Resources/material-icons/price_check.round.svg new file mode 100644 index 0000000000..9c8f66802a --- /dev/null +++ b/Symbolic/Resources/material-icons/price_check.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/price_check.sharp.svg b/Symbolic/Resources/material-icons/price_check.sharp.svg new file mode 100644 index 0000000000..e1ba5745b3 --- /dev/null +++ b/Symbolic/Resources/material-icons/price_check.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/price_check.twotone.svg b/Symbolic/Resources/material-icons/price_check.twotone.svg new file mode 100644 index 0000000000..bb2f3c1c27 --- /dev/null +++ b/Symbolic/Resources/material-icons/price_check.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/print.default.svg b/Symbolic/Resources/material-icons/print.default.svg new file mode 100644 index 0000000000..9030f78d04 --- /dev/null +++ b/Symbolic/Resources/material-icons/print.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/print.outlined.svg b/Symbolic/Resources/material-icons/print.outlined.svg new file mode 100644 index 0000000000..8dfa3bd510 --- /dev/null +++ b/Symbolic/Resources/material-icons/print.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/print.round.svg b/Symbolic/Resources/material-icons/print.round.svg new file mode 100644 index 0000000000..b6e365d8bc --- /dev/null +++ b/Symbolic/Resources/material-icons/print.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/print.sharp.svg b/Symbolic/Resources/material-icons/print.sharp.svg new file mode 100644 index 0000000000..b135b7a875 --- /dev/null +++ b/Symbolic/Resources/material-icons/print.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/print.twotone.svg b/Symbolic/Resources/material-icons/print.twotone.svg new file mode 100644 index 0000000000..22f5158c06 --- /dev/null +++ b/Symbolic/Resources/material-icons/print.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/print_disabled.default.svg b/Symbolic/Resources/material-icons/print_disabled.default.svg new file mode 100644 index 0000000000..70f03ed5e1 --- /dev/null +++ b/Symbolic/Resources/material-icons/print_disabled.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/print_disabled.outlined.svg b/Symbolic/Resources/material-icons/print_disabled.outlined.svg new file mode 100644 index 0000000000..355ac82d4e --- /dev/null +++ b/Symbolic/Resources/material-icons/print_disabled.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/print_disabled.round.svg b/Symbolic/Resources/material-icons/print_disabled.round.svg new file mode 100644 index 0000000000..d8d45ad355 --- /dev/null +++ b/Symbolic/Resources/material-icons/print_disabled.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/print_disabled.sharp.svg b/Symbolic/Resources/material-icons/print_disabled.sharp.svg new file mode 100644 index 0000000000..32b2f8f83b --- /dev/null +++ b/Symbolic/Resources/material-icons/print_disabled.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/print_disabled.twotone.svg b/Symbolic/Resources/material-icons/print_disabled.twotone.svg new file mode 100644 index 0000000000..2deb8c6512 --- /dev/null +++ b/Symbolic/Resources/material-icons/print_disabled.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/priority_high.default.svg b/Symbolic/Resources/material-icons/priority_high.default.svg new file mode 100644 index 0000000000..d2235b6d1a --- /dev/null +++ b/Symbolic/Resources/material-icons/priority_high.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/priority_high.outlined.svg b/Symbolic/Resources/material-icons/priority_high.outlined.svg new file mode 100644 index 0000000000..d39339d366 --- /dev/null +++ b/Symbolic/Resources/material-icons/priority_high.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/priority_high.round.svg b/Symbolic/Resources/material-icons/priority_high.round.svg new file mode 100644 index 0000000000..dbef8f8f13 --- /dev/null +++ b/Symbolic/Resources/material-icons/priority_high.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/priority_high.sharp.svg b/Symbolic/Resources/material-icons/priority_high.sharp.svg new file mode 100644 index 0000000000..d39339d366 --- /dev/null +++ b/Symbolic/Resources/material-icons/priority_high.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/priority_high.twotone.svg b/Symbolic/Resources/material-icons/priority_high.twotone.svg new file mode 100644 index 0000000000..d39339d366 --- /dev/null +++ b/Symbolic/Resources/material-icons/priority_high.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/privacy_tip.default.svg b/Symbolic/Resources/material-icons/privacy_tip.default.svg new file mode 100644 index 0000000000..33f3123453 --- /dev/null +++ b/Symbolic/Resources/material-icons/privacy_tip.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/privacy_tip.outlined.svg b/Symbolic/Resources/material-icons/privacy_tip.outlined.svg new file mode 100644 index 0000000000..6b5e62eb8d --- /dev/null +++ b/Symbolic/Resources/material-icons/privacy_tip.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/privacy_tip.round.svg b/Symbolic/Resources/material-icons/privacy_tip.round.svg new file mode 100644 index 0000000000..cb2e42cbaf --- /dev/null +++ b/Symbolic/Resources/material-icons/privacy_tip.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/privacy_tip.sharp.svg b/Symbolic/Resources/material-icons/privacy_tip.sharp.svg new file mode 100644 index 0000000000..33f3123453 --- /dev/null +++ b/Symbolic/Resources/material-icons/privacy_tip.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/privacy_tip.twotone.svg b/Symbolic/Resources/material-icons/privacy_tip.twotone.svg new file mode 100644 index 0000000000..8ec89626d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/privacy_tip.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/private_connectivity.default.svg b/Symbolic/Resources/material-icons/private_connectivity.default.svg new file mode 100644 index 0000000000..cb14aef334 --- /dev/null +++ b/Symbolic/Resources/material-icons/private_connectivity.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/private_connectivity.outlined.svg b/Symbolic/Resources/material-icons/private_connectivity.outlined.svg new file mode 100644 index 0000000000..15660cfcff --- /dev/null +++ b/Symbolic/Resources/material-icons/private_connectivity.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/private_connectivity.round.svg b/Symbolic/Resources/material-icons/private_connectivity.round.svg new file mode 100644 index 0000000000..b7910640ae --- /dev/null +++ b/Symbolic/Resources/material-icons/private_connectivity.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/private_connectivity.sharp.svg b/Symbolic/Resources/material-icons/private_connectivity.sharp.svg new file mode 100644 index 0000000000..957b0926bd --- /dev/null +++ b/Symbolic/Resources/material-icons/private_connectivity.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/private_connectivity.twotone.svg b/Symbolic/Resources/material-icons/private_connectivity.twotone.svg new file mode 100644 index 0000000000..c97ef0318d --- /dev/null +++ b/Symbolic/Resources/material-icons/private_connectivity.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/production_quantity_limits.default.svg b/Symbolic/Resources/material-icons/production_quantity_limits.default.svg new file mode 100644 index 0000000000..5934d87d18 --- /dev/null +++ b/Symbolic/Resources/material-icons/production_quantity_limits.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/production_quantity_limits.outlined.svg b/Symbolic/Resources/material-icons/production_quantity_limits.outlined.svg new file mode 100644 index 0000000000..5934d87d18 --- /dev/null +++ b/Symbolic/Resources/material-icons/production_quantity_limits.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/production_quantity_limits.round.svg b/Symbolic/Resources/material-icons/production_quantity_limits.round.svg new file mode 100644 index 0000000000..ccf9bc6877 --- /dev/null +++ b/Symbolic/Resources/material-icons/production_quantity_limits.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/production_quantity_limits.sharp.svg b/Symbolic/Resources/material-icons/production_quantity_limits.sharp.svg new file mode 100644 index 0000000000..5934d87d18 --- /dev/null +++ b/Symbolic/Resources/material-icons/production_quantity_limits.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/production_quantity_limits.twotone.svg b/Symbolic/Resources/material-icons/production_quantity_limits.twotone.svg new file mode 100644 index 0000000000..5934d87d18 --- /dev/null +++ b/Symbolic/Resources/material-icons/production_quantity_limits.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/propane.default.svg b/Symbolic/Resources/material-icons/propane.default.svg new file mode 100644 index 0000000000..a4022c9bae --- /dev/null +++ b/Symbolic/Resources/material-icons/propane.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/propane.outlined.svg b/Symbolic/Resources/material-icons/propane.outlined.svg new file mode 100644 index 0000000000..1eca190239 --- /dev/null +++ b/Symbolic/Resources/material-icons/propane.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/propane.round.svg b/Symbolic/Resources/material-icons/propane.round.svg new file mode 100644 index 0000000000..074bdf2653 --- /dev/null +++ b/Symbolic/Resources/material-icons/propane.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/propane.sharp.svg b/Symbolic/Resources/material-icons/propane.sharp.svg new file mode 100644 index 0000000000..50e2dc0bec --- /dev/null +++ b/Symbolic/Resources/material-icons/propane.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/propane.twotone.svg b/Symbolic/Resources/material-icons/propane.twotone.svg new file mode 100644 index 0000000000..c1aea807f5 --- /dev/null +++ b/Symbolic/Resources/material-icons/propane.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/propane_tank.default.svg b/Symbolic/Resources/material-icons/propane_tank.default.svg new file mode 100644 index 0000000000..5660164897 --- /dev/null +++ b/Symbolic/Resources/material-icons/propane_tank.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/propane_tank.outlined.svg b/Symbolic/Resources/material-icons/propane_tank.outlined.svg new file mode 100644 index 0000000000..c78f5b8bc8 --- /dev/null +++ b/Symbolic/Resources/material-icons/propane_tank.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/propane_tank.round.svg b/Symbolic/Resources/material-icons/propane_tank.round.svg new file mode 100644 index 0000000000..e35ad091a1 --- /dev/null +++ b/Symbolic/Resources/material-icons/propane_tank.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/propane_tank.sharp.svg b/Symbolic/Resources/material-icons/propane_tank.sharp.svg new file mode 100644 index 0000000000..fa151ea526 --- /dev/null +++ b/Symbolic/Resources/material-icons/propane_tank.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/propane_tank.twotone.svg b/Symbolic/Resources/material-icons/propane_tank.twotone.svg new file mode 100644 index 0000000000..b327904cba --- /dev/null +++ b/Symbolic/Resources/material-icons/propane_tank.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/psychology.default.svg b/Symbolic/Resources/material-icons/psychology.default.svg new file mode 100644 index 0000000000..2cbefc1ec4 --- /dev/null +++ b/Symbolic/Resources/material-icons/psychology.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/psychology.outlined.svg b/Symbolic/Resources/material-icons/psychology.outlined.svg new file mode 100644 index 0000000000..f0545d2e2c --- /dev/null +++ b/Symbolic/Resources/material-icons/psychology.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/psychology.round.svg b/Symbolic/Resources/material-icons/psychology.round.svg new file mode 100644 index 0000000000..8600aae8e5 --- /dev/null +++ b/Symbolic/Resources/material-icons/psychology.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/psychology.sharp.svg b/Symbolic/Resources/material-icons/psychology.sharp.svg new file mode 100644 index 0000000000..2cbefc1ec4 --- /dev/null +++ b/Symbolic/Resources/material-icons/psychology.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/psychology.twotone.svg b/Symbolic/Resources/material-icons/psychology.twotone.svg new file mode 100644 index 0000000000..0f26aae4a9 --- /dev/null +++ b/Symbolic/Resources/material-icons/psychology.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/psychology_alt.default.svg b/Symbolic/Resources/material-icons/psychology_alt.default.svg new file mode 100644 index 0000000000..035c260bbe --- /dev/null +++ b/Symbolic/Resources/material-icons/psychology_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/psychology_alt.outlined.svg b/Symbolic/Resources/material-icons/psychology_alt.outlined.svg new file mode 100644 index 0000000000..270d259b2f --- /dev/null +++ b/Symbolic/Resources/material-icons/psychology_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/psychology_alt.round.svg b/Symbolic/Resources/material-icons/psychology_alt.round.svg new file mode 100644 index 0000000000..790dabcd3c --- /dev/null +++ b/Symbolic/Resources/material-icons/psychology_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/psychology_alt.sharp.svg b/Symbolic/Resources/material-icons/psychology_alt.sharp.svg new file mode 100644 index 0000000000..6b6bc5d08f --- /dev/null +++ b/Symbolic/Resources/material-icons/psychology_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/psychology_alt.twotone.svg b/Symbolic/Resources/material-icons/psychology_alt.twotone.svg new file mode 100644 index 0000000000..d6f8fd9de0 --- /dev/null +++ b/Symbolic/Resources/material-icons/psychology_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/public.default.svg b/Symbolic/Resources/material-icons/public.default.svg new file mode 100644 index 0000000000..c00b53107d --- /dev/null +++ b/Symbolic/Resources/material-icons/public.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/public.outlined.svg b/Symbolic/Resources/material-icons/public.outlined.svg new file mode 100644 index 0000000000..dc591ad76b --- /dev/null +++ b/Symbolic/Resources/material-icons/public.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/public.round.svg b/Symbolic/Resources/material-icons/public.round.svg new file mode 100644 index 0000000000..14d6e8e132 --- /dev/null +++ b/Symbolic/Resources/material-icons/public.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/public.sharp.svg b/Symbolic/Resources/material-icons/public.sharp.svg new file mode 100644 index 0000000000..14d6e8e132 --- /dev/null +++ b/Symbolic/Resources/material-icons/public.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/public.twotone.svg b/Symbolic/Resources/material-icons/public.twotone.svg new file mode 100644 index 0000000000..d7bcd5c161 --- /dev/null +++ b/Symbolic/Resources/material-icons/public.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/public_off.default.svg b/Symbolic/Resources/material-icons/public_off.default.svg new file mode 100644 index 0000000000..d0ba555882 --- /dev/null +++ b/Symbolic/Resources/material-icons/public_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/public_off.outlined.svg b/Symbolic/Resources/material-icons/public_off.outlined.svg new file mode 100644 index 0000000000..d0ba555882 --- /dev/null +++ b/Symbolic/Resources/material-icons/public_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/public_off.round.svg b/Symbolic/Resources/material-icons/public_off.round.svg new file mode 100644 index 0000000000..d0fcb9bab4 --- /dev/null +++ b/Symbolic/Resources/material-icons/public_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/public_off.sharp.svg b/Symbolic/Resources/material-icons/public_off.sharp.svg new file mode 100644 index 0000000000..d0ba555882 --- /dev/null +++ b/Symbolic/Resources/material-icons/public_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/public_off.twotone.svg b/Symbolic/Resources/material-icons/public_off.twotone.svg new file mode 100644 index 0000000000..650f98d57f --- /dev/null +++ b/Symbolic/Resources/material-icons/public_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/publish.default.svg b/Symbolic/Resources/material-icons/publish.default.svg new file mode 100644 index 0000000000..7fba729c22 --- /dev/null +++ b/Symbolic/Resources/material-icons/publish.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/publish.outlined.svg b/Symbolic/Resources/material-icons/publish.outlined.svg new file mode 100644 index 0000000000..2e8b7f010b --- /dev/null +++ b/Symbolic/Resources/material-icons/publish.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/publish.round.svg b/Symbolic/Resources/material-icons/publish.round.svg new file mode 100644 index 0000000000..086ff99190 --- /dev/null +++ b/Symbolic/Resources/material-icons/publish.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/publish.sharp.svg b/Symbolic/Resources/material-icons/publish.sharp.svg new file mode 100644 index 0000000000..b4e2e9fc47 --- /dev/null +++ b/Symbolic/Resources/material-icons/publish.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/publish.twotone.svg b/Symbolic/Resources/material-icons/publish.twotone.svg new file mode 100644 index 0000000000..9ff2033ff2 --- /dev/null +++ b/Symbolic/Resources/material-icons/publish.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/published_with_changes.default.svg b/Symbolic/Resources/material-icons/published_with_changes.default.svg new file mode 100644 index 0000000000..09a7ac1c21 --- /dev/null +++ b/Symbolic/Resources/material-icons/published_with_changes.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/published_with_changes.outlined.svg b/Symbolic/Resources/material-icons/published_with_changes.outlined.svg new file mode 100644 index 0000000000..b75e6be804 --- /dev/null +++ b/Symbolic/Resources/material-icons/published_with_changes.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/published_with_changes.round.svg b/Symbolic/Resources/material-icons/published_with_changes.round.svg new file mode 100644 index 0000000000..fc50c2afea --- /dev/null +++ b/Symbolic/Resources/material-icons/published_with_changes.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/published_with_changes.sharp.svg b/Symbolic/Resources/material-icons/published_with_changes.sharp.svg new file mode 100644 index 0000000000..09a7ac1c21 --- /dev/null +++ b/Symbolic/Resources/material-icons/published_with_changes.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/published_with_changes.twotone.svg b/Symbolic/Resources/material-icons/published_with_changes.twotone.svg new file mode 100644 index 0000000000..09a7ac1c21 --- /dev/null +++ b/Symbolic/Resources/material-icons/published_with_changes.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/punch_clock.default.svg b/Symbolic/Resources/material-icons/punch_clock.default.svg new file mode 100644 index 0000000000..cb86eaf8de --- /dev/null +++ b/Symbolic/Resources/material-icons/punch_clock.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/punch_clock.outlined.svg b/Symbolic/Resources/material-icons/punch_clock.outlined.svg new file mode 100644 index 0000000000..fe0ff14928 --- /dev/null +++ b/Symbolic/Resources/material-icons/punch_clock.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/punch_clock.round.svg b/Symbolic/Resources/material-icons/punch_clock.round.svg new file mode 100644 index 0000000000..ec2f27c52a --- /dev/null +++ b/Symbolic/Resources/material-icons/punch_clock.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/punch_clock.sharp.svg b/Symbolic/Resources/material-icons/punch_clock.sharp.svg new file mode 100644 index 0000000000..3e448fbf4f --- /dev/null +++ b/Symbolic/Resources/material-icons/punch_clock.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/punch_clock.twotone.svg b/Symbolic/Resources/material-icons/punch_clock.twotone.svg new file mode 100644 index 0000000000..a031828e04 --- /dev/null +++ b/Symbolic/Resources/material-icons/punch_clock.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/push_pin.default.svg b/Symbolic/Resources/material-icons/push_pin.default.svg new file mode 100644 index 0000000000..903a15a375 --- /dev/null +++ b/Symbolic/Resources/material-icons/push_pin.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/push_pin.outlined.svg b/Symbolic/Resources/material-icons/push_pin.outlined.svg new file mode 100644 index 0000000000..07ce48a74e --- /dev/null +++ b/Symbolic/Resources/material-icons/push_pin.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/push_pin.round.svg b/Symbolic/Resources/material-icons/push_pin.round.svg new file mode 100644 index 0000000000..eb5922dd3d --- /dev/null +++ b/Symbolic/Resources/material-icons/push_pin.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/push_pin.sharp.svg b/Symbolic/Resources/material-icons/push_pin.sharp.svg new file mode 100644 index 0000000000..f31d4fe2c0 --- /dev/null +++ b/Symbolic/Resources/material-icons/push_pin.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/push_pin.twotone.svg b/Symbolic/Resources/material-icons/push_pin.twotone.svg new file mode 100644 index 0000000000..128c131ba1 --- /dev/null +++ b/Symbolic/Resources/material-icons/push_pin.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/qr_code.default.svg b/Symbolic/Resources/material-icons/qr_code.default.svg new file mode 100644 index 0000000000..c0c158359b --- /dev/null +++ b/Symbolic/Resources/material-icons/qr_code.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/qr_code.outlined.svg b/Symbolic/Resources/material-icons/qr_code.outlined.svg new file mode 100644 index 0000000000..c0c158359b --- /dev/null +++ b/Symbolic/Resources/material-icons/qr_code.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/qr_code.round.svg b/Symbolic/Resources/material-icons/qr_code.round.svg new file mode 100644 index 0000000000..b21b3ad094 --- /dev/null +++ b/Symbolic/Resources/material-icons/qr_code.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/qr_code.sharp.svg b/Symbolic/Resources/material-icons/qr_code.sharp.svg new file mode 100644 index 0000000000..c0c158359b --- /dev/null +++ b/Symbolic/Resources/material-icons/qr_code.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/qr_code.twotone.svg b/Symbolic/Resources/material-icons/qr_code.twotone.svg new file mode 100644 index 0000000000..0522f08fef --- /dev/null +++ b/Symbolic/Resources/material-icons/qr_code.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/qr_code_2.default.svg b/Symbolic/Resources/material-icons/qr_code_2.default.svg new file mode 100644 index 0000000000..6018e8ddb2 --- /dev/null +++ b/Symbolic/Resources/material-icons/qr_code_2.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/qr_code_2.outlined.svg b/Symbolic/Resources/material-icons/qr_code_2.outlined.svg new file mode 100644 index 0000000000..6018e8ddb2 --- /dev/null +++ b/Symbolic/Resources/material-icons/qr_code_2.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/qr_code_2.round.svg b/Symbolic/Resources/material-icons/qr_code_2.round.svg new file mode 100644 index 0000000000..5bbb0f4b3d --- /dev/null +++ b/Symbolic/Resources/material-icons/qr_code_2.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/qr_code_2.sharp.svg b/Symbolic/Resources/material-icons/qr_code_2.sharp.svg new file mode 100644 index 0000000000..6018e8ddb2 --- /dev/null +++ b/Symbolic/Resources/material-icons/qr_code_2.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/qr_code_2.twotone.svg b/Symbolic/Resources/material-icons/qr_code_2.twotone.svg new file mode 100644 index 0000000000..6018e8ddb2 --- /dev/null +++ b/Symbolic/Resources/material-icons/qr_code_2.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/qr_code_scanner.default.svg b/Symbolic/Resources/material-icons/qr_code_scanner.default.svg new file mode 100644 index 0000000000..5f9fc62358 --- /dev/null +++ b/Symbolic/Resources/material-icons/qr_code_scanner.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/qr_code_scanner.outlined.svg b/Symbolic/Resources/material-icons/qr_code_scanner.outlined.svg new file mode 100644 index 0000000000..5f9fc62358 --- /dev/null +++ b/Symbolic/Resources/material-icons/qr_code_scanner.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/qr_code_scanner.round.svg b/Symbolic/Resources/material-icons/qr_code_scanner.round.svg new file mode 100644 index 0000000000..5fb351156c --- /dev/null +++ b/Symbolic/Resources/material-icons/qr_code_scanner.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/qr_code_scanner.sharp.svg b/Symbolic/Resources/material-icons/qr_code_scanner.sharp.svg new file mode 100644 index 0000000000..5f9fc62358 --- /dev/null +++ b/Symbolic/Resources/material-icons/qr_code_scanner.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/qr_code_scanner.twotone.svg b/Symbolic/Resources/material-icons/qr_code_scanner.twotone.svg new file mode 100644 index 0000000000..5f9fc62358 --- /dev/null +++ b/Symbolic/Resources/material-icons/qr_code_scanner.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/query_builder.default.svg b/Symbolic/Resources/material-icons/query_builder.default.svg new file mode 100644 index 0000000000..a8993658a9 --- /dev/null +++ b/Symbolic/Resources/material-icons/query_builder.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/query_builder.outlined.svg b/Symbolic/Resources/material-icons/query_builder.outlined.svg new file mode 100644 index 0000000000..7eefbb9b5c --- /dev/null +++ b/Symbolic/Resources/material-icons/query_builder.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/query_builder.round.svg b/Symbolic/Resources/material-icons/query_builder.round.svg new file mode 100644 index 0000000000..e2c877d53a --- /dev/null +++ b/Symbolic/Resources/material-icons/query_builder.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/query_builder.sharp.svg b/Symbolic/Resources/material-icons/query_builder.sharp.svg new file mode 100644 index 0000000000..7eefbb9b5c --- /dev/null +++ b/Symbolic/Resources/material-icons/query_builder.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/query_builder.twotone.svg b/Symbolic/Resources/material-icons/query_builder.twotone.svg new file mode 100644 index 0000000000..ff2b9e1ae2 --- /dev/null +++ b/Symbolic/Resources/material-icons/query_builder.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/query_stats.default.svg b/Symbolic/Resources/material-icons/query_stats.default.svg new file mode 100644 index 0000000000..064e3f6b35 --- /dev/null +++ b/Symbolic/Resources/material-icons/query_stats.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/query_stats.outlined.svg b/Symbolic/Resources/material-icons/query_stats.outlined.svg new file mode 100644 index 0000000000..064e3f6b35 --- /dev/null +++ b/Symbolic/Resources/material-icons/query_stats.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/query_stats.round.svg b/Symbolic/Resources/material-icons/query_stats.round.svg new file mode 100644 index 0000000000..4e93653468 --- /dev/null +++ b/Symbolic/Resources/material-icons/query_stats.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/query_stats.sharp.svg b/Symbolic/Resources/material-icons/query_stats.sharp.svg new file mode 100644 index 0000000000..064e3f6b35 --- /dev/null +++ b/Symbolic/Resources/material-icons/query_stats.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/query_stats.twotone.svg b/Symbolic/Resources/material-icons/query_stats.twotone.svg new file mode 100644 index 0000000000..064e3f6b35 --- /dev/null +++ b/Symbolic/Resources/material-icons/query_stats.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/question_answer.default.svg b/Symbolic/Resources/material-icons/question_answer.default.svg new file mode 100644 index 0000000000..10b5689af5 --- /dev/null +++ b/Symbolic/Resources/material-icons/question_answer.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/question_answer.outlined.svg b/Symbolic/Resources/material-icons/question_answer.outlined.svg new file mode 100644 index 0000000000..d95f03c177 --- /dev/null +++ b/Symbolic/Resources/material-icons/question_answer.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/question_answer.round.svg b/Symbolic/Resources/material-icons/question_answer.round.svg new file mode 100644 index 0000000000..cb922e1a2b --- /dev/null +++ b/Symbolic/Resources/material-icons/question_answer.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/question_answer.sharp.svg b/Symbolic/Resources/material-icons/question_answer.sharp.svg new file mode 100644 index 0000000000..ae10dda312 --- /dev/null +++ b/Symbolic/Resources/material-icons/question_answer.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/question_answer.twotone.svg b/Symbolic/Resources/material-icons/question_answer.twotone.svg new file mode 100644 index 0000000000..7c4c3d292e --- /dev/null +++ b/Symbolic/Resources/material-icons/question_answer.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/question_mark.default.svg b/Symbolic/Resources/material-icons/question_mark.default.svg new file mode 100644 index 0000000000..95e6b75054 --- /dev/null +++ b/Symbolic/Resources/material-icons/question_mark.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/question_mark.outlined.svg b/Symbolic/Resources/material-icons/question_mark.outlined.svg new file mode 100644 index 0000000000..95e6b75054 --- /dev/null +++ b/Symbolic/Resources/material-icons/question_mark.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/question_mark.round.svg b/Symbolic/Resources/material-icons/question_mark.round.svg new file mode 100644 index 0000000000..32fe4b7902 --- /dev/null +++ b/Symbolic/Resources/material-icons/question_mark.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/question_mark.sharp.svg b/Symbolic/Resources/material-icons/question_mark.sharp.svg new file mode 100644 index 0000000000..95e6b75054 --- /dev/null +++ b/Symbolic/Resources/material-icons/question_mark.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/question_mark.twotone.svg b/Symbolic/Resources/material-icons/question_mark.twotone.svg new file mode 100644 index 0000000000..95e6b75054 --- /dev/null +++ b/Symbolic/Resources/material-icons/question_mark.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/queue.default.svg b/Symbolic/Resources/material-icons/queue.default.svg new file mode 100644 index 0000000000..e7114513e8 --- /dev/null +++ b/Symbolic/Resources/material-icons/queue.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/queue.outlined.svg b/Symbolic/Resources/material-icons/queue.outlined.svg new file mode 100644 index 0000000000..e83adcf415 --- /dev/null +++ b/Symbolic/Resources/material-icons/queue.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/queue.round.svg b/Symbolic/Resources/material-icons/queue.round.svg new file mode 100644 index 0000000000..1d990d3dd4 --- /dev/null +++ b/Symbolic/Resources/material-icons/queue.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/queue.sharp.svg b/Symbolic/Resources/material-icons/queue.sharp.svg new file mode 100644 index 0000000000..68b299ac5a --- /dev/null +++ b/Symbolic/Resources/material-icons/queue.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/queue.twotone.svg b/Symbolic/Resources/material-icons/queue.twotone.svg new file mode 100644 index 0000000000..ad8bd5c6f1 --- /dev/null +++ b/Symbolic/Resources/material-icons/queue.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/queue_music.default.svg b/Symbolic/Resources/material-icons/queue_music.default.svg new file mode 100644 index 0000000000..07e3fdf8df --- /dev/null +++ b/Symbolic/Resources/material-icons/queue_music.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/queue_music.outlined.svg b/Symbolic/Resources/material-icons/queue_music.outlined.svg new file mode 100644 index 0000000000..bd8553d401 --- /dev/null +++ b/Symbolic/Resources/material-icons/queue_music.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/queue_music.round.svg b/Symbolic/Resources/material-icons/queue_music.round.svg new file mode 100644 index 0000000000..024e37cf22 --- /dev/null +++ b/Symbolic/Resources/material-icons/queue_music.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/queue_music.sharp.svg b/Symbolic/Resources/material-icons/queue_music.sharp.svg new file mode 100644 index 0000000000..07e3fdf8df --- /dev/null +++ b/Symbolic/Resources/material-icons/queue_music.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/queue_music.twotone.svg b/Symbolic/Resources/material-icons/queue_music.twotone.svg new file mode 100644 index 0000000000..550de91f33 --- /dev/null +++ b/Symbolic/Resources/material-icons/queue_music.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/queue_play_next.default.svg b/Symbolic/Resources/material-icons/queue_play_next.default.svg new file mode 100644 index 0000000000..832057be40 --- /dev/null +++ b/Symbolic/Resources/material-icons/queue_play_next.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/queue_play_next.outlined.svg b/Symbolic/Resources/material-icons/queue_play_next.outlined.svg new file mode 100644 index 0000000000..3df88827fd --- /dev/null +++ b/Symbolic/Resources/material-icons/queue_play_next.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/queue_play_next.round.svg b/Symbolic/Resources/material-icons/queue_play_next.round.svg new file mode 100644 index 0000000000..97f4a66980 --- /dev/null +++ b/Symbolic/Resources/material-icons/queue_play_next.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/queue_play_next.sharp.svg b/Symbolic/Resources/material-icons/queue_play_next.sharp.svg new file mode 100644 index 0000000000..71bb392ed6 --- /dev/null +++ b/Symbolic/Resources/material-icons/queue_play_next.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/queue_play_next.twotone.svg b/Symbolic/Resources/material-icons/queue_play_next.twotone.svg new file mode 100644 index 0000000000..aef0a60fb9 --- /dev/null +++ b/Symbolic/Resources/material-icons/queue_play_next.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/quickreply.default.svg b/Symbolic/Resources/material-icons/quickreply.default.svg new file mode 100644 index 0000000000..a8f32219de --- /dev/null +++ b/Symbolic/Resources/material-icons/quickreply.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/quickreply.outlined.svg b/Symbolic/Resources/material-icons/quickreply.outlined.svg new file mode 100644 index 0000000000..0f38c3b658 --- /dev/null +++ b/Symbolic/Resources/material-icons/quickreply.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/quickreply.round.svg b/Symbolic/Resources/material-icons/quickreply.round.svg new file mode 100644 index 0000000000..8866a1412a --- /dev/null +++ b/Symbolic/Resources/material-icons/quickreply.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/quickreply.sharp.svg b/Symbolic/Resources/material-icons/quickreply.sharp.svg new file mode 100644 index 0000000000..9841dd021e --- /dev/null +++ b/Symbolic/Resources/material-icons/quickreply.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/quickreply.twotone.svg b/Symbolic/Resources/material-icons/quickreply.twotone.svg new file mode 100644 index 0000000000..a8fe6e21f0 --- /dev/null +++ b/Symbolic/Resources/material-icons/quickreply.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/quiz.default.svg b/Symbolic/Resources/material-icons/quiz.default.svg new file mode 100644 index 0000000000..ca289cb997 --- /dev/null +++ b/Symbolic/Resources/material-icons/quiz.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/quiz.outlined.svg b/Symbolic/Resources/material-icons/quiz.outlined.svg new file mode 100644 index 0000000000..3d34bf47b2 --- /dev/null +++ b/Symbolic/Resources/material-icons/quiz.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/quiz.round.svg b/Symbolic/Resources/material-icons/quiz.round.svg new file mode 100644 index 0000000000..022a6a1cb9 --- /dev/null +++ b/Symbolic/Resources/material-icons/quiz.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/quiz.sharp.svg b/Symbolic/Resources/material-icons/quiz.sharp.svg new file mode 100644 index 0000000000..f0f0628c05 --- /dev/null +++ b/Symbolic/Resources/material-icons/quiz.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/quiz.twotone.svg b/Symbolic/Resources/material-icons/quiz.twotone.svg new file mode 100644 index 0000000000..b7aa356888 --- /dev/null +++ b/Symbolic/Resources/material-icons/quiz.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/r_mobiledata.default.svg b/Symbolic/Resources/material-icons/r_mobiledata.default.svg new file mode 100644 index 0000000000..4bf4e12b8c --- /dev/null +++ b/Symbolic/Resources/material-icons/r_mobiledata.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/r_mobiledata.outlined.svg b/Symbolic/Resources/material-icons/r_mobiledata.outlined.svg new file mode 100644 index 0000000000..4bf4e12b8c --- /dev/null +++ b/Symbolic/Resources/material-icons/r_mobiledata.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/r_mobiledata.round.svg b/Symbolic/Resources/material-icons/r_mobiledata.round.svg new file mode 100644 index 0000000000..e69ff435ed --- /dev/null +++ b/Symbolic/Resources/material-icons/r_mobiledata.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/r_mobiledata.sharp.svg b/Symbolic/Resources/material-icons/r_mobiledata.sharp.svg new file mode 100644 index 0000000000..d24529c7b4 --- /dev/null +++ b/Symbolic/Resources/material-icons/r_mobiledata.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/r_mobiledata.twotone.svg b/Symbolic/Resources/material-icons/r_mobiledata.twotone.svg new file mode 100644 index 0000000000..4bf4e12b8c --- /dev/null +++ b/Symbolic/Resources/material-icons/r_mobiledata.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/radar.default.svg b/Symbolic/Resources/material-icons/radar.default.svg new file mode 100644 index 0000000000..0b5e0edaf3 --- /dev/null +++ b/Symbolic/Resources/material-icons/radar.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/radar.outlined.svg b/Symbolic/Resources/material-icons/radar.outlined.svg new file mode 100644 index 0000000000..0b5e0edaf3 --- /dev/null +++ b/Symbolic/Resources/material-icons/radar.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/radar.round.svg b/Symbolic/Resources/material-icons/radar.round.svg new file mode 100644 index 0000000000..0b5e0edaf3 --- /dev/null +++ b/Symbolic/Resources/material-icons/radar.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/radar.sharp.svg b/Symbolic/Resources/material-icons/radar.sharp.svg new file mode 100644 index 0000000000..0b5e0edaf3 --- /dev/null +++ b/Symbolic/Resources/material-icons/radar.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/radar.twotone.svg b/Symbolic/Resources/material-icons/radar.twotone.svg new file mode 100644 index 0000000000..0b5e0edaf3 --- /dev/null +++ b/Symbolic/Resources/material-icons/radar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/radio.default.svg b/Symbolic/Resources/material-icons/radio.default.svg new file mode 100644 index 0000000000..2603230ded --- /dev/null +++ b/Symbolic/Resources/material-icons/radio.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/radio.outlined.svg b/Symbolic/Resources/material-icons/radio.outlined.svg new file mode 100644 index 0000000000..c67510ffd2 --- /dev/null +++ b/Symbolic/Resources/material-icons/radio.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/radio.round.svg b/Symbolic/Resources/material-icons/radio.round.svg new file mode 100644 index 0000000000..7376a797e6 --- /dev/null +++ b/Symbolic/Resources/material-icons/radio.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/radio.sharp.svg b/Symbolic/Resources/material-icons/radio.sharp.svg new file mode 100644 index 0000000000..50054f6637 --- /dev/null +++ b/Symbolic/Resources/material-icons/radio.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/radio.twotone.svg b/Symbolic/Resources/material-icons/radio.twotone.svg new file mode 100644 index 0000000000..7b1503db4a --- /dev/null +++ b/Symbolic/Resources/material-icons/radio.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/radio_button_checked.default.svg b/Symbolic/Resources/material-icons/radio_button_checked.default.svg new file mode 100644 index 0000000000..9fab92a0ad --- /dev/null +++ b/Symbolic/Resources/material-icons/radio_button_checked.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/radio_button_checked.outlined.svg b/Symbolic/Resources/material-icons/radio_button_checked.outlined.svg new file mode 100644 index 0000000000..d72cce98b9 --- /dev/null +++ b/Symbolic/Resources/material-icons/radio_button_checked.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/radio_button_checked.round.svg b/Symbolic/Resources/material-icons/radio_button_checked.round.svg new file mode 100644 index 0000000000..d72cce98b9 --- /dev/null +++ b/Symbolic/Resources/material-icons/radio_button_checked.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/radio_button_checked.sharp.svg b/Symbolic/Resources/material-icons/radio_button_checked.sharp.svg new file mode 100644 index 0000000000..d72cce98b9 --- /dev/null +++ b/Symbolic/Resources/material-icons/radio_button_checked.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/radio_button_checked.twotone.svg b/Symbolic/Resources/material-icons/radio_button_checked.twotone.svg new file mode 100644 index 0000000000..d72cce98b9 --- /dev/null +++ b/Symbolic/Resources/material-icons/radio_button_checked.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/radio_button_unchecked.default.svg b/Symbolic/Resources/material-icons/radio_button_unchecked.default.svg new file mode 100644 index 0000000000..f35034565e --- /dev/null +++ b/Symbolic/Resources/material-icons/radio_button_unchecked.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/radio_button_unchecked.outlined.svg b/Symbolic/Resources/material-icons/radio_button_unchecked.outlined.svg new file mode 100644 index 0000000000..423776e6b9 --- /dev/null +++ b/Symbolic/Resources/material-icons/radio_button_unchecked.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/radio_button_unchecked.round.svg b/Symbolic/Resources/material-icons/radio_button_unchecked.round.svg new file mode 100644 index 0000000000..423776e6b9 --- /dev/null +++ b/Symbolic/Resources/material-icons/radio_button_unchecked.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/radio_button_unchecked.sharp.svg b/Symbolic/Resources/material-icons/radio_button_unchecked.sharp.svg new file mode 100644 index 0000000000..423776e6b9 --- /dev/null +++ b/Symbolic/Resources/material-icons/radio_button_unchecked.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/radio_button_unchecked.twotone.svg b/Symbolic/Resources/material-icons/radio_button_unchecked.twotone.svg new file mode 100644 index 0000000000..423776e6b9 --- /dev/null +++ b/Symbolic/Resources/material-icons/radio_button_unchecked.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/railway_alert.default.svg b/Symbolic/Resources/material-icons/railway_alert.default.svg new file mode 100644 index 0000000000..b3f161f3dc --- /dev/null +++ b/Symbolic/Resources/material-icons/railway_alert.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/railway_alert.outlined.svg b/Symbolic/Resources/material-icons/railway_alert.outlined.svg new file mode 100644 index 0000000000..7ad69f54f4 --- /dev/null +++ b/Symbolic/Resources/material-icons/railway_alert.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/railway_alert.round.svg b/Symbolic/Resources/material-icons/railway_alert.round.svg new file mode 100644 index 0000000000..0cd195cf60 --- /dev/null +++ b/Symbolic/Resources/material-icons/railway_alert.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/railway_alert.sharp.svg b/Symbolic/Resources/material-icons/railway_alert.sharp.svg new file mode 100644 index 0000000000..b5c9405fff --- /dev/null +++ b/Symbolic/Resources/material-icons/railway_alert.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/railway_alert.twotone.svg b/Symbolic/Resources/material-icons/railway_alert.twotone.svg new file mode 100644 index 0000000000..bb1cf4e091 --- /dev/null +++ b/Symbolic/Resources/material-icons/railway_alert.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ramen_dining.default.svg b/Symbolic/Resources/material-icons/ramen_dining.default.svg new file mode 100644 index 0000000000..d7a8d8b968 --- /dev/null +++ b/Symbolic/Resources/material-icons/ramen_dining.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ramen_dining.outlined.svg b/Symbolic/Resources/material-icons/ramen_dining.outlined.svg new file mode 100644 index 0000000000..1a66d6c625 --- /dev/null +++ b/Symbolic/Resources/material-icons/ramen_dining.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ramen_dining.round.svg b/Symbolic/Resources/material-icons/ramen_dining.round.svg new file mode 100644 index 0000000000..0bb5451724 --- /dev/null +++ b/Symbolic/Resources/material-icons/ramen_dining.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ramen_dining.sharp.svg b/Symbolic/Resources/material-icons/ramen_dining.sharp.svg new file mode 100644 index 0000000000..01300c4fd8 --- /dev/null +++ b/Symbolic/Resources/material-icons/ramen_dining.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ramen_dining.twotone.svg b/Symbolic/Resources/material-icons/ramen_dining.twotone.svg new file mode 100644 index 0000000000..aa9a3afd4b --- /dev/null +++ b/Symbolic/Resources/material-icons/ramen_dining.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ramp_left.default.svg b/Symbolic/Resources/material-icons/ramp_left.default.svg new file mode 100644 index 0000000000..8e7170ff06 --- /dev/null +++ b/Symbolic/Resources/material-icons/ramp_left.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ramp_left.outlined.svg b/Symbolic/Resources/material-icons/ramp_left.outlined.svg new file mode 100644 index 0000000000..8e7170ff06 --- /dev/null +++ b/Symbolic/Resources/material-icons/ramp_left.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ramp_left.round.svg b/Symbolic/Resources/material-icons/ramp_left.round.svg new file mode 100644 index 0000000000..608c60ad44 --- /dev/null +++ b/Symbolic/Resources/material-icons/ramp_left.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ramp_left.sharp.svg b/Symbolic/Resources/material-icons/ramp_left.sharp.svg new file mode 100644 index 0000000000..8e7170ff06 --- /dev/null +++ b/Symbolic/Resources/material-icons/ramp_left.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ramp_left.twotone.svg b/Symbolic/Resources/material-icons/ramp_left.twotone.svg new file mode 100644 index 0000000000..8e7170ff06 --- /dev/null +++ b/Symbolic/Resources/material-icons/ramp_left.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ramp_right.default.svg b/Symbolic/Resources/material-icons/ramp_right.default.svg new file mode 100644 index 0000000000..2060677334 --- /dev/null +++ b/Symbolic/Resources/material-icons/ramp_right.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ramp_right.outlined.svg b/Symbolic/Resources/material-icons/ramp_right.outlined.svg new file mode 100644 index 0000000000..2060677334 --- /dev/null +++ b/Symbolic/Resources/material-icons/ramp_right.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ramp_right.round.svg b/Symbolic/Resources/material-icons/ramp_right.round.svg new file mode 100644 index 0000000000..ac96205e70 --- /dev/null +++ b/Symbolic/Resources/material-icons/ramp_right.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ramp_right.sharp.svg b/Symbolic/Resources/material-icons/ramp_right.sharp.svg new file mode 100644 index 0000000000..2060677334 --- /dev/null +++ b/Symbolic/Resources/material-icons/ramp_right.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ramp_right.twotone.svg b/Symbolic/Resources/material-icons/ramp_right.twotone.svg new file mode 100644 index 0000000000..2060677334 --- /dev/null +++ b/Symbolic/Resources/material-icons/ramp_right.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rate_review.default.svg b/Symbolic/Resources/material-icons/rate_review.default.svg new file mode 100644 index 0000000000..47a1b953c6 --- /dev/null +++ b/Symbolic/Resources/material-icons/rate_review.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rate_review.outlined.svg b/Symbolic/Resources/material-icons/rate_review.outlined.svg new file mode 100644 index 0000000000..d8ff0ab48b --- /dev/null +++ b/Symbolic/Resources/material-icons/rate_review.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rate_review.round.svg b/Symbolic/Resources/material-icons/rate_review.round.svg new file mode 100644 index 0000000000..9d7977e7e0 --- /dev/null +++ b/Symbolic/Resources/material-icons/rate_review.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rate_review.sharp.svg b/Symbolic/Resources/material-icons/rate_review.sharp.svg new file mode 100644 index 0000000000..9ce44c62e1 --- /dev/null +++ b/Symbolic/Resources/material-icons/rate_review.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rate_review.twotone.svg b/Symbolic/Resources/material-icons/rate_review.twotone.svg new file mode 100644 index 0000000000..905cdd4187 --- /dev/null +++ b/Symbolic/Resources/material-icons/rate_review.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/raw_off.default.svg b/Symbolic/Resources/material-icons/raw_off.default.svg new file mode 100644 index 0000000000..13af6d63e4 --- /dev/null +++ b/Symbolic/Resources/material-icons/raw_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/raw_off.outlined.svg b/Symbolic/Resources/material-icons/raw_off.outlined.svg new file mode 100644 index 0000000000..13af6d63e4 --- /dev/null +++ b/Symbolic/Resources/material-icons/raw_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/raw_off.round.svg b/Symbolic/Resources/material-icons/raw_off.round.svg new file mode 100644 index 0000000000..a90956ffb8 --- /dev/null +++ b/Symbolic/Resources/material-icons/raw_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/raw_off.sharp.svg b/Symbolic/Resources/material-icons/raw_off.sharp.svg new file mode 100644 index 0000000000..13af6d63e4 --- /dev/null +++ b/Symbolic/Resources/material-icons/raw_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/raw_off.twotone.svg b/Symbolic/Resources/material-icons/raw_off.twotone.svg new file mode 100644 index 0000000000..13af6d63e4 --- /dev/null +++ b/Symbolic/Resources/material-icons/raw_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/raw_on.default.svg b/Symbolic/Resources/material-icons/raw_on.default.svg new file mode 100644 index 0000000000..d1047390b1 --- /dev/null +++ b/Symbolic/Resources/material-icons/raw_on.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/raw_on.outlined.svg b/Symbolic/Resources/material-icons/raw_on.outlined.svg new file mode 100644 index 0000000000..d1047390b1 --- /dev/null +++ b/Symbolic/Resources/material-icons/raw_on.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/raw_on.round.svg b/Symbolic/Resources/material-icons/raw_on.round.svg new file mode 100644 index 0000000000..944a362307 --- /dev/null +++ b/Symbolic/Resources/material-icons/raw_on.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/raw_on.sharp.svg b/Symbolic/Resources/material-icons/raw_on.sharp.svg new file mode 100644 index 0000000000..d1047390b1 --- /dev/null +++ b/Symbolic/Resources/material-icons/raw_on.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/raw_on.twotone.svg b/Symbolic/Resources/material-icons/raw_on.twotone.svg new file mode 100644 index 0000000000..d1047390b1 --- /dev/null +++ b/Symbolic/Resources/material-icons/raw_on.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/read_more.default.svg b/Symbolic/Resources/material-icons/read_more.default.svg new file mode 100644 index 0000000000..999402d951 --- /dev/null +++ b/Symbolic/Resources/material-icons/read_more.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/read_more.outlined.svg b/Symbolic/Resources/material-icons/read_more.outlined.svg new file mode 100644 index 0000000000..999402d951 --- /dev/null +++ b/Symbolic/Resources/material-icons/read_more.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/read_more.round.svg b/Symbolic/Resources/material-icons/read_more.round.svg new file mode 100644 index 0000000000..2e8d0fd3c4 --- /dev/null +++ b/Symbolic/Resources/material-icons/read_more.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/read_more.sharp.svg b/Symbolic/Resources/material-icons/read_more.sharp.svg new file mode 100644 index 0000000000..999402d951 --- /dev/null +++ b/Symbolic/Resources/material-icons/read_more.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/read_more.twotone.svg b/Symbolic/Resources/material-icons/read_more.twotone.svg new file mode 100644 index 0000000000..999402d951 --- /dev/null +++ b/Symbolic/Resources/material-icons/read_more.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/real_estate_agent.default.svg b/Symbolic/Resources/material-icons/real_estate_agent.default.svg new file mode 100644 index 0000000000..637b00f1d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/real_estate_agent.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/real_estate_agent.outlined.svg b/Symbolic/Resources/material-icons/real_estate_agent.outlined.svg new file mode 100644 index 0000000000..bbe2747cef --- /dev/null +++ b/Symbolic/Resources/material-icons/real_estate_agent.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/real_estate_agent.round.svg b/Symbolic/Resources/material-icons/real_estate_agent.round.svg new file mode 100644 index 0000000000..0edde8bf7d --- /dev/null +++ b/Symbolic/Resources/material-icons/real_estate_agent.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/real_estate_agent.sharp.svg b/Symbolic/Resources/material-icons/real_estate_agent.sharp.svg new file mode 100644 index 0000000000..1c19ae0cd7 --- /dev/null +++ b/Symbolic/Resources/material-icons/real_estate_agent.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/real_estate_agent.twotone.svg b/Symbolic/Resources/material-icons/real_estate_agent.twotone.svg new file mode 100644 index 0000000000..60fa5247fa --- /dev/null +++ b/Symbolic/Resources/material-icons/real_estate_agent.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rebase_edit.default.svg b/Symbolic/Resources/material-icons/rebase_edit.default.svg new file mode 100644 index 0000000000..419efb1ccc --- /dev/null +++ b/Symbolic/Resources/material-icons/rebase_edit.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/receipt.default.svg b/Symbolic/Resources/material-icons/receipt.default.svg new file mode 100644 index 0000000000..62ac661890 --- /dev/null +++ b/Symbolic/Resources/material-icons/receipt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/receipt.outlined.svg b/Symbolic/Resources/material-icons/receipt.outlined.svg new file mode 100644 index 0000000000..4f54a350ee --- /dev/null +++ b/Symbolic/Resources/material-icons/receipt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/receipt.round.svg b/Symbolic/Resources/material-icons/receipt.round.svg new file mode 100644 index 0000000000..b848a2ffbe --- /dev/null +++ b/Symbolic/Resources/material-icons/receipt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/receipt.sharp.svg b/Symbolic/Resources/material-icons/receipt.sharp.svg new file mode 100644 index 0000000000..a6d38def7b --- /dev/null +++ b/Symbolic/Resources/material-icons/receipt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/receipt.twotone.svg b/Symbolic/Resources/material-icons/receipt.twotone.svg new file mode 100644 index 0000000000..4416c6166c --- /dev/null +++ b/Symbolic/Resources/material-icons/receipt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/receipt_long.default.svg b/Symbolic/Resources/material-icons/receipt_long.default.svg new file mode 100644 index 0000000000..8fa1e75d09 --- /dev/null +++ b/Symbolic/Resources/material-icons/receipt_long.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/receipt_long.outlined.svg b/Symbolic/Resources/material-icons/receipt_long.outlined.svg new file mode 100644 index 0000000000..79c9a0742f --- /dev/null +++ b/Symbolic/Resources/material-icons/receipt_long.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/receipt_long.round.svg b/Symbolic/Resources/material-icons/receipt_long.round.svg new file mode 100644 index 0000000000..03a8bc2d26 --- /dev/null +++ b/Symbolic/Resources/material-icons/receipt_long.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/receipt_long.sharp.svg b/Symbolic/Resources/material-icons/receipt_long.sharp.svg new file mode 100644 index 0000000000..96ef974afe --- /dev/null +++ b/Symbolic/Resources/material-icons/receipt_long.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/receipt_long.twotone.svg b/Symbolic/Resources/material-icons/receipt_long.twotone.svg new file mode 100644 index 0000000000..4ce9183a41 --- /dev/null +++ b/Symbolic/Resources/material-icons/receipt_long.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/recent_actors.default.svg b/Symbolic/Resources/material-icons/recent_actors.default.svg new file mode 100644 index 0000000000..7159298ec8 --- /dev/null +++ b/Symbolic/Resources/material-icons/recent_actors.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/recent_actors.outlined.svg b/Symbolic/Resources/material-icons/recent_actors.outlined.svg new file mode 100644 index 0000000000..245af27631 --- /dev/null +++ b/Symbolic/Resources/material-icons/recent_actors.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/recent_actors.round.svg b/Symbolic/Resources/material-icons/recent_actors.round.svg new file mode 100644 index 0000000000..0d80e96231 --- /dev/null +++ b/Symbolic/Resources/material-icons/recent_actors.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/recent_actors.sharp.svg b/Symbolic/Resources/material-icons/recent_actors.sharp.svg new file mode 100644 index 0000000000..d290eac698 --- /dev/null +++ b/Symbolic/Resources/material-icons/recent_actors.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/recent_actors.twotone.svg b/Symbolic/Resources/material-icons/recent_actors.twotone.svg new file mode 100644 index 0000000000..ae391f2051 --- /dev/null +++ b/Symbolic/Resources/material-icons/recent_actors.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/recommend.default.svg b/Symbolic/Resources/material-icons/recommend.default.svg new file mode 100644 index 0000000000..f43d12b333 --- /dev/null +++ b/Symbolic/Resources/material-icons/recommend.default.svg @@ -0,0 +1 @@ +ic_recommend_24px \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/recommend.outlined.svg b/Symbolic/Resources/material-icons/recommend.outlined.svg new file mode 100644 index 0000000000..2f6085cf32 --- /dev/null +++ b/Symbolic/Resources/material-icons/recommend.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/recommend.round.svg b/Symbolic/Resources/material-icons/recommend.round.svg new file mode 100644 index 0000000000..6816cdbdc4 --- /dev/null +++ b/Symbolic/Resources/material-icons/recommend.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/recommend.sharp.svg b/Symbolic/Resources/material-icons/recommend.sharp.svg new file mode 100644 index 0000000000..81bdf553ed --- /dev/null +++ b/Symbolic/Resources/material-icons/recommend.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/recommend.twotone.svg b/Symbolic/Resources/material-icons/recommend.twotone.svg new file mode 100644 index 0000000000..da321457cf --- /dev/null +++ b/Symbolic/Resources/material-icons/recommend.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/record_voice_over.default.svg b/Symbolic/Resources/material-icons/record_voice_over.default.svg new file mode 100644 index 0000000000..11641b64ab --- /dev/null +++ b/Symbolic/Resources/material-icons/record_voice_over.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/record_voice_over.outlined.svg b/Symbolic/Resources/material-icons/record_voice_over.outlined.svg new file mode 100644 index 0000000000..9e860eb3d2 --- /dev/null +++ b/Symbolic/Resources/material-icons/record_voice_over.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/record_voice_over.round.svg b/Symbolic/Resources/material-icons/record_voice_over.round.svg new file mode 100644 index 0000000000..2e01ae89fd --- /dev/null +++ b/Symbolic/Resources/material-icons/record_voice_over.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/record_voice_over.sharp.svg b/Symbolic/Resources/material-icons/record_voice_over.sharp.svg new file mode 100644 index 0000000000..eb35664e88 --- /dev/null +++ b/Symbolic/Resources/material-icons/record_voice_over.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/record_voice_over.twotone.svg b/Symbolic/Resources/material-icons/record_voice_over.twotone.svg new file mode 100644 index 0000000000..3eb93b35c5 --- /dev/null +++ b/Symbolic/Resources/material-icons/record_voice_over.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rectangle.default.svg b/Symbolic/Resources/material-icons/rectangle.default.svg new file mode 100644 index 0000000000..6e9f40094b --- /dev/null +++ b/Symbolic/Resources/material-icons/rectangle.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rectangle.outlined.svg b/Symbolic/Resources/material-icons/rectangle.outlined.svg new file mode 100644 index 0000000000..a8568bfab2 --- /dev/null +++ b/Symbolic/Resources/material-icons/rectangle.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rectangle.round.svg b/Symbolic/Resources/material-icons/rectangle.round.svg new file mode 100644 index 0000000000..87c21e4cad --- /dev/null +++ b/Symbolic/Resources/material-icons/rectangle.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rectangle.sharp.svg b/Symbolic/Resources/material-icons/rectangle.sharp.svg new file mode 100644 index 0000000000..6e9f40094b --- /dev/null +++ b/Symbolic/Resources/material-icons/rectangle.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rectangle.twotone.svg b/Symbolic/Resources/material-icons/rectangle.twotone.svg new file mode 100644 index 0000000000..069955550d --- /dev/null +++ b/Symbolic/Resources/material-icons/rectangle.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/recycling.default.svg b/Symbolic/Resources/material-icons/recycling.default.svg new file mode 100644 index 0000000000..ea8783345d --- /dev/null +++ b/Symbolic/Resources/material-icons/recycling.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/recycling.outlined.svg b/Symbolic/Resources/material-icons/recycling.outlined.svg new file mode 100644 index 0000000000..ea8783345d --- /dev/null +++ b/Symbolic/Resources/material-icons/recycling.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/recycling.round.svg b/Symbolic/Resources/material-icons/recycling.round.svg new file mode 100644 index 0000000000..7a8437aa36 --- /dev/null +++ b/Symbolic/Resources/material-icons/recycling.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/recycling.sharp.svg b/Symbolic/Resources/material-icons/recycling.sharp.svg new file mode 100644 index 0000000000..ea8783345d --- /dev/null +++ b/Symbolic/Resources/material-icons/recycling.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/recycling.twotone.svg b/Symbolic/Resources/material-icons/recycling.twotone.svg new file mode 100644 index 0000000000..ea8783345d --- /dev/null +++ b/Symbolic/Resources/material-icons/recycling.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/redeem.default.svg b/Symbolic/Resources/material-icons/redeem.default.svg new file mode 100644 index 0000000000..ce9a85e776 --- /dev/null +++ b/Symbolic/Resources/material-icons/redeem.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/redeem.outlined.svg b/Symbolic/Resources/material-icons/redeem.outlined.svg new file mode 100644 index 0000000000..4291bd09d7 --- /dev/null +++ b/Symbolic/Resources/material-icons/redeem.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/redeem.round.svg b/Symbolic/Resources/material-icons/redeem.round.svg new file mode 100644 index 0000000000..715ad97c9d --- /dev/null +++ b/Symbolic/Resources/material-icons/redeem.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/redeem.sharp.svg b/Symbolic/Resources/material-icons/redeem.sharp.svg new file mode 100644 index 0000000000..bf73aaabe5 --- /dev/null +++ b/Symbolic/Resources/material-icons/redeem.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/redeem.twotone.svg b/Symbolic/Resources/material-icons/redeem.twotone.svg new file mode 100644 index 0000000000..96f3a0f8af --- /dev/null +++ b/Symbolic/Resources/material-icons/redeem.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/redo.default.svg b/Symbolic/Resources/material-icons/redo.default.svg new file mode 100644 index 0000000000..d905272661 --- /dev/null +++ b/Symbolic/Resources/material-icons/redo.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/redo.outlined.svg b/Symbolic/Resources/material-icons/redo.outlined.svg new file mode 100644 index 0000000000..3574d67e4b --- /dev/null +++ b/Symbolic/Resources/material-icons/redo.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/redo.round.svg b/Symbolic/Resources/material-icons/redo.round.svg new file mode 100644 index 0000000000..c14005d37d --- /dev/null +++ b/Symbolic/Resources/material-icons/redo.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/redo.sharp.svg b/Symbolic/Resources/material-icons/redo.sharp.svg new file mode 100644 index 0000000000..3574d67e4b --- /dev/null +++ b/Symbolic/Resources/material-icons/redo.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/redo.twotone.svg b/Symbolic/Resources/material-icons/redo.twotone.svg new file mode 100644 index 0000000000..3574d67e4b --- /dev/null +++ b/Symbolic/Resources/material-icons/redo.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/reduce_capacity.default.svg b/Symbolic/Resources/material-icons/reduce_capacity.default.svg new file mode 100644 index 0000000000..853070bf1a --- /dev/null +++ b/Symbolic/Resources/material-icons/reduce_capacity.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/reduce_capacity.outlined.svg b/Symbolic/Resources/material-icons/reduce_capacity.outlined.svg new file mode 100644 index 0000000000..853070bf1a --- /dev/null +++ b/Symbolic/Resources/material-icons/reduce_capacity.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/reduce_capacity.round.svg b/Symbolic/Resources/material-icons/reduce_capacity.round.svg new file mode 100644 index 0000000000..d3337a918b --- /dev/null +++ b/Symbolic/Resources/material-icons/reduce_capacity.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/reduce_capacity.sharp.svg b/Symbolic/Resources/material-icons/reduce_capacity.sharp.svg new file mode 100644 index 0000000000..853070bf1a --- /dev/null +++ b/Symbolic/Resources/material-icons/reduce_capacity.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/reduce_capacity.twotone.svg b/Symbolic/Resources/material-icons/reduce_capacity.twotone.svg new file mode 100644 index 0000000000..853070bf1a --- /dev/null +++ b/Symbolic/Resources/material-icons/reduce_capacity.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/refresh.default.svg b/Symbolic/Resources/material-icons/refresh.default.svg new file mode 100644 index 0000000000..b8d69f402e --- /dev/null +++ b/Symbolic/Resources/material-icons/refresh.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/refresh.outlined.svg b/Symbolic/Resources/material-icons/refresh.outlined.svg new file mode 100644 index 0000000000..1959c1aadb --- /dev/null +++ b/Symbolic/Resources/material-icons/refresh.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/refresh.round.svg b/Symbolic/Resources/material-icons/refresh.round.svg new file mode 100644 index 0000000000..46db143608 --- /dev/null +++ b/Symbolic/Resources/material-icons/refresh.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/refresh.sharp.svg b/Symbolic/Resources/material-icons/refresh.sharp.svg new file mode 100644 index 0000000000..1959c1aadb --- /dev/null +++ b/Symbolic/Resources/material-icons/refresh.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/refresh.twotone.svg b/Symbolic/Resources/material-icons/refresh.twotone.svg new file mode 100644 index 0000000000..1959c1aadb --- /dev/null +++ b/Symbolic/Resources/material-icons/refresh.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remember_me.default.svg b/Symbolic/Resources/material-icons/remember_me.default.svg new file mode 100644 index 0000000000..0a53e418b5 --- /dev/null +++ b/Symbolic/Resources/material-icons/remember_me.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remember_me.outlined.svg b/Symbolic/Resources/material-icons/remember_me.outlined.svg new file mode 100644 index 0000000000..599038cae5 --- /dev/null +++ b/Symbolic/Resources/material-icons/remember_me.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remember_me.round.svg b/Symbolic/Resources/material-icons/remember_me.round.svg new file mode 100644 index 0000000000..0a53e418b5 --- /dev/null +++ b/Symbolic/Resources/material-icons/remember_me.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remember_me.sharp.svg b/Symbolic/Resources/material-icons/remember_me.sharp.svg new file mode 100644 index 0000000000..7290521b74 --- /dev/null +++ b/Symbolic/Resources/material-icons/remember_me.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remember_me.twotone.svg b/Symbolic/Resources/material-icons/remember_me.twotone.svg new file mode 100644 index 0000000000..52166c180e --- /dev/null +++ b/Symbolic/Resources/material-icons/remember_me.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove.default.svg b/Symbolic/Resources/material-icons/remove.default.svg new file mode 100644 index 0000000000..7dd812a820 --- /dev/null +++ b/Symbolic/Resources/material-icons/remove.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove.outlined.svg b/Symbolic/Resources/material-icons/remove.outlined.svg new file mode 100644 index 0000000000..01ecddf784 --- /dev/null +++ b/Symbolic/Resources/material-icons/remove.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove.round.svg b/Symbolic/Resources/material-icons/remove.round.svg new file mode 100644 index 0000000000..eb43eff730 --- /dev/null +++ b/Symbolic/Resources/material-icons/remove.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove.sharp.svg b/Symbolic/Resources/material-icons/remove.sharp.svg new file mode 100644 index 0000000000..01ecddf784 --- /dev/null +++ b/Symbolic/Resources/material-icons/remove.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove.twotone.svg b/Symbolic/Resources/material-icons/remove.twotone.svg new file mode 100644 index 0000000000..01ecddf784 --- /dev/null +++ b/Symbolic/Resources/material-icons/remove.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_circle.default.svg b/Symbolic/Resources/material-icons/remove_circle.default.svg new file mode 100644 index 0000000000..2a1ab5f24d --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_circle.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_circle.outlined.svg b/Symbolic/Resources/material-icons/remove_circle.outlined.svg new file mode 100644 index 0000000000..45068f14c2 --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_circle.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_circle.round.svg b/Symbolic/Resources/material-icons/remove_circle.round.svg new file mode 100644 index 0000000000..d5ab544245 --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_circle.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_circle.sharp.svg b/Symbolic/Resources/material-icons/remove_circle.sharp.svg new file mode 100644 index 0000000000..45068f14c2 --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_circle.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_circle.twotone.svg b/Symbolic/Resources/material-icons/remove_circle.twotone.svg new file mode 100644 index 0000000000..fc4e07bee2 --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_circle.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_circle_outline.default.svg b/Symbolic/Resources/material-icons/remove_circle_outline.default.svg new file mode 100644 index 0000000000..5ea725d88e --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_circle_outline.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_circle_outline.outlined.svg b/Symbolic/Resources/material-icons/remove_circle_outline.outlined.svg new file mode 100644 index 0000000000..d8fb3e9d20 --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_circle_outline.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_circle_outline.round.svg b/Symbolic/Resources/material-icons/remove_circle_outline.round.svg new file mode 100644 index 0000000000..5689d6e22a --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_circle_outline.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_circle_outline.sharp.svg b/Symbolic/Resources/material-icons/remove_circle_outline.sharp.svg new file mode 100644 index 0000000000..d8fb3e9d20 --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_circle_outline.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_circle_outline.twotone.svg b/Symbolic/Resources/material-icons/remove_circle_outline.twotone.svg new file mode 100644 index 0000000000..54a7ea8ae1 --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_circle_outline.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_done.default.svg b/Symbolic/Resources/material-icons/remove_done.default.svg new file mode 100644 index 0000000000..7653e3687c --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_done.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_done.outlined.svg b/Symbolic/Resources/material-icons/remove_done.outlined.svg new file mode 100644 index 0000000000..8c04d6b77c --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_done.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_done.round.svg b/Symbolic/Resources/material-icons/remove_done.round.svg new file mode 100644 index 0000000000..8682fdfb96 --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_done.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_done.sharp.svg b/Symbolic/Resources/material-icons/remove_done.sharp.svg new file mode 100644 index 0000000000..8c04d6b77c --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_done.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_done.twotone.svg b/Symbolic/Resources/material-icons/remove_done.twotone.svg new file mode 100644 index 0000000000..8c04d6b77c --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_done.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_from_queue.default.svg b/Symbolic/Resources/material-icons/remove_from_queue.default.svg new file mode 100644 index 0000000000..915e99aaa2 --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_from_queue.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_from_queue.outlined.svg b/Symbolic/Resources/material-icons/remove_from_queue.outlined.svg new file mode 100644 index 0000000000..c0ceb3ed27 --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_from_queue.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_from_queue.round.svg b/Symbolic/Resources/material-icons/remove_from_queue.round.svg new file mode 100644 index 0000000000..4c056c19fb --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_from_queue.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_from_queue.sharp.svg b/Symbolic/Resources/material-icons/remove_from_queue.sharp.svg new file mode 100644 index 0000000000..9a1b262a1c --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_from_queue.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_from_queue.twotone.svg b/Symbolic/Resources/material-icons/remove_from_queue.twotone.svg new file mode 100644 index 0000000000..c717f67b67 --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_from_queue.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_moderator.default.svg b/Symbolic/Resources/material-icons/remove_moderator.default.svg new file mode 100644 index 0000000000..23f2489bf4 --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_moderator.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_moderator.outlined.svg b/Symbolic/Resources/material-icons/remove_moderator.outlined.svg new file mode 100644 index 0000000000..025694dacd --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_moderator.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_moderator.round.svg b/Symbolic/Resources/material-icons/remove_moderator.round.svg new file mode 100644 index 0000000000..e2a210bc7d --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_moderator.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_moderator.sharp.svg b/Symbolic/Resources/material-icons/remove_moderator.sharp.svg new file mode 100644 index 0000000000..c2fdb7fd2f --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_moderator.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_moderator.twotone.svg b/Symbolic/Resources/material-icons/remove_moderator.twotone.svg new file mode 100644 index 0000000000..96437cae8d --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_moderator.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_red_eye.default.svg b/Symbolic/Resources/material-icons/remove_red_eye.default.svg new file mode 100644 index 0000000000..a066f1e16e --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_red_eye.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_red_eye.outlined.svg b/Symbolic/Resources/material-icons/remove_red_eye.outlined.svg new file mode 100644 index 0000000000..9c748242a0 --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_red_eye.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_red_eye.round.svg b/Symbolic/Resources/material-icons/remove_red_eye.round.svg new file mode 100644 index 0000000000..172eaa13ea --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_red_eye.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_red_eye.sharp.svg b/Symbolic/Resources/material-icons/remove_red_eye.sharp.svg new file mode 100644 index 0000000000..172eaa13ea --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_red_eye.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_red_eye.twotone.svg b/Symbolic/Resources/material-icons/remove_red_eye.twotone.svg new file mode 100644 index 0000000000..6d59beb76b --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_red_eye.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_road.default.svg b/Symbolic/Resources/material-icons/remove_road.default.svg new file mode 100644 index 0000000000..7dac4b3f88 --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_road.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_road.outlined.svg b/Symbolic/Resources/material-icons/remove_road.outlined.svg new file mode 100644 index 0000000000..7dac4b3f88 --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_road.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_road.round.svg b/Symbolic/Resources/material-icons/remove_road.round.svg new file mode 100644 index 0000000000..57e1813e0b --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_road.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_road.sharp.svg b/Symbolic/Resources/material-icons/remove_road.sharp.svg new file mode 100644 index 0000000000..7dac4b3f88 --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_road.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_road.twotone.svg b/Symbolic/Resources/material-icons/remove_road.twotone.svg new file mode 100644 index 0000000000..7dac4b3f88 --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_road.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_shopping_cart.default.svg b/Symbolic/Resources/material-icons/remove_shopping_cart.default.svg new file mode 100644 index 0000000000..1b8edee977 --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_shopping_cart.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_shopping_cart.outlined.svg b/Symbolic/Resources/material-icons/remove_shopping_cart.outlined.svg new file mode 100644 index 0000000000..265ea32ad4 --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_shopping_cart.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_shopping_cart.round.svg b/Symbolic/Resources/material-icons/remove_shopping_cart.round.svg new file mode 100644 index 0000000000..c75fd633af --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_shopping_cart.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_shopping_cart.sharp.svg b/Symbolic/Resources/material-icons/remove_shopping_cart.sharp.svg new file mode 100644 index 0000000000..bcb9b98767 --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_shopping_cart.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/remove_shopping_cart.twotone.svg b/Symbolic/Resources/material-icons/remove_shopping_cart.twotone.svg new file mode 100644 index 0000000000..368228da7f --- /dev/null +++ b/Symbolic/Resources/material-icons/remove_shopping_cart.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/reorder.default.svg b/Symbolic/Resources/material-icons/reorder.default.svg new file mode 100644 index 0000000000..953b730ff1 --- /dev/null +++ b/Symbolic/Resources/material-icons/reorder.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/reorder.outlined.svg b/Symbolic/Resources/material-icons/reorder.outlined.svg new file mode 100644 index 0000000000..3863bf2bdd --- /dev/null +++ b/Symbolic/Resources/material-icons/reorder.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/reorder.round.svg b/Symbolic/Resources/material-icons/reorder.round.svg new file mode 100644 index 0000000000..4a64f56433 --- /dev/null +++ b/Symbolic/Resources/material-icons/reorder.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/reorder.sharp.svg b/Symbolic/Resources/material-icons/reorder.sharp.svg new file mode 100644 index 0000000000..3863bf2bdd --- /dev/null +++ b/Symbolic/Resources/material-icons/reorder.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/reorder.twotone.svg b/Symbolic/Resources/material-icons/reorder.twotone.svg new file mode 100644 index 0000000000..3863bf2bdd --- /dev/null +++ b/Symbolic/Resources/material-icons/reorder.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/repartition.default.svg b/Symbolic/Resources/material-icons/repartition.default.svg new file mode 100644 index 0000000000..0933e8d6e1 --- /dev/null +++ b/Symbolic/Resources/material-icons/repartition.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/repartition.outlined.svg b/Symbolic/Resources/material-icons/repartition.outlined.svg new file mode 100644 index 0000000000..0933e8d6e1 --- /dev/null +++ b/Symbolic/Resources/material-icons/repartition.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/repartition.round.svg b/Symbolic/Resources/material-icons/repartition.round.svg new file mode 100644 index 0000000000..c3f3a69f4d --- /dev/null +++ b/Symbolic/Resources/material-icons/repartition.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/repartition.sharp.svg b/Symbolic/Resources/material-icons/repartition.sharp.svg new file mode 100644 index 0000000000..0933e8d6e1 --- /dev/null +++ b/Symbolic/Resources/material-icons/repartition.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/repartition.twotone.svg b/Symbolic/Resources/material-icons/repartition.twotone.svg new file mode 100644 index 0000000000..14eab60b50 --- /dev/null +++ b/Symbolic/Resources/material-icons/repartition.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/repeat.default.svg b/Symbolic/Resources/material-icons/repeat.default.svg new file mode 100644 index 0000000000..5933dc9424 --- /dev/null +++ b/Symbolic/Resources/material-icons/repeat.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/repeat.outlined.svg b/Symbolic/Resources/material-icons/repeat.outlined.svg new file mode 100644 index 0000000000..4b7e137c63 --- /dev/null +++ b/Symbolic/Resources/material-icons/repeat.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/repeat.round.svg b/Symbolic/Resources/material-icons/repeat.round.svg new file mode 100644 index 0000000000..ffa20e38f7 --- /dev/null +++ b/Symbolic/Resources/material-icons/repeat.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/repeat.sharp.svg b/Symbolic/Resources/material-icons/repeat.sharp.svg new file mode 100644 index 0000000000..4b7e137c63 --- /dev/null +++ b/Symbolic/Resources/material-icons/repeat.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/repeat.twotone.svg b/Symbolic/Resources/material-icons/repeat.twotone.svg new file mode 100644 index 0000000000..4098ccab04 --- /dev/null +++ b/Symbolic/Resources/material-icons/repeat.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/repeat_on.default.svg b/Symbolic/Resources/material-icons/repeat_on.default.svg new file mode 100644 index 0000000000..9e71b97ca9 --- /dev/null +++ b/Symbolic/Resources/material-icons/repeat_on.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/repeat_on.outlined.svg b/Symbolic/Resources/material-icons/repeat_on.outlined.svg new file mode 100644 index 0000000000..e8dc220632 --- /dev/null +++ b/Symbolic/Resources/material-icons/repeat_on.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/repeat_on.round.svg b/Symbolic/Resources/material-icons/repeat_on.round.svg new file mode 100644 index 0000000000..d355a277d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/repeat_on.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/repeat_on.sharp.svg b/Symbolic/Resources/material-icons/repeat_on.sharp.svg new file mode 100644 index 0000000000..423b7e8975 --- /dev/null +++ b/Symbolic/Resources/material-icons/repeat_on.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/repeat_on.twotone.svg b/Symbolic/Resources/material-icons/repeat_on.twotone.svg new file mode 100644 index 0000000000..423b7e8975 --- /dev/null +++ b/Symbolic/Resources/material-icons/repeat_on.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/repeat_one.default.svg b/Symbolic/Resources/material-icons/repeat_one.default.svg new file mode 100644 index 0000000000..72f99f5c0a --- /dev/null +++ b/Symbolic/Resources/material-icons/repeat_one.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/repeat_one.outlined.svg b/Symbolic/Resources/material-icons/repeat_one.outlined.svg new file mode 100644 index 0000000000..2b1813be35 --- /dev/null +++ b/Symbolic/Resources/material-icons/repeat_one.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/repeat_one.round.svg b/Symbolic/Resources/material-icons/repeat_one.round.svg new file mode 100644 index 0000000000..b2d1e809b3 --- /dev/null +++ b/Symbolic/Resources/material-icons/repeat_one.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/repeat_one.sharp.svg b/Symbolic/Resources/material-icons/repeat_one.sharp.svg new file mode 100644 index 0000000000..2b1813be35 --- /dev/null +++ b/Symbolic/Resources/material-icons/repeat_one.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/repeat_one.twotone.svg b/Symbolic/Resources/material-icons/repeat_one.twotone.svg new file mode 100644 index 0000000000..cf387e356d --- /dev/null +++ b/Symbolic/Resources/material-icons/repeat_one.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/repeat_one_on.default.svg b/Symbolic/Resources/material-icons/repeat_one_on.default.svg new file mode 100644 index 0000000000..68c1f2c39c --- /dev/null +++ b/Symbolic/Resources/material-icons/repeat_one_on.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/repeat_one_on.outlined.svg b/Symbolic/Resources/material-icons/repeat_one_on.outlined.svg new file mode 100644 index 0000000000..df06908222 --- /dev/null +++ b/Symbolic/Resources/material-icons/repeat_one_on.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/repeat_one_on.round.svg b/Symbolic/Resources/material-icons/repeat_one_on.round.svg new file mode 100644 index 0000000000..3c5ba00884 --- /dev/null +++ b/Symbolic/Resources/material-icons/repeat_one_on.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/repeat_one_on.sharp.svg b/Symbolic/Resources/material-icons/repeat_one_on.sharp.svg new file mode 100644 index 0000000000..7a28f0e547 --- /dev/null +++ b/Symbolic/Resources/material-icons/repeat_one_on.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/repeat_one_on.twotone.svg b/Symbolic/Resources/material-icons/repeat_one_on.twotone.svg new file mode 100644 index 0000000000..7a28f0e547 --- /dev/null +++ b/Symbolic/Resources/material-icons/repeat_one_on.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/replay.default.svg b/Symbolic/Resources/material-icons/replay.default.svg new file mode 100644 index 0000000000..a923269cdc --- /dev/null +++ b/Symbolic/Resources/material-icons/replay.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/replay.outlined.svg b/Symbolic/Resources/material-icons/replay.outlined.svg new file mode 100644 index 0000000000..485cd713fe --- /dev/null +++ b/Symbolic/Resources/material-icons/replay.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/replay.round.svg b/Symbolic/Resources/material-icons/replay.round.svg new file mode 100644 index 0000000000..83cce9d295 --- /dev/null +++ b/Symbolic/Resources/material-icons/replay.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/replay.sharp.svg b/Symbolic/Resources/material-icons/replay.sharp.svg new file mode 100644 index 0000000000..f13420ecd2 --- /dev/null +++ b/Symbolic/Resources/material-icons/replay.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/replay.twotone.svg b/Symbolic/Resources/material-icons/replay.twotone.svg new file mode 100644 index 0000000000..6f83cb4b9a --- /dev/null +++ b/Symbolic/Resources/material-icons/replay.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/replay_10.default.svg b/Symbolic/Resources/material-icons/replay_10.default.svg new file mode 100644 index 0000000000..ba4b626e67 --- /dev/null +++ b/Symbolic/Resources/material-icons/replay_10.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/replay_10.outlined.svg b/Symbolic/Resources/material-icons/replay_10.outlined.svg new file mode 100644 index 0000000000..841dbbad8b --- /dev/null +++ b/Symbolic/Resources/material-icons/replay_10.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/replay_10.round.svg b/Symbolic/Resources/material-icons/replay_10.round.svg new file mode 100644 index 0000000000..9cc5ac54fa --- /dev/null +++ b/Symbolic/Resources/material-icons/replay_10.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/replay_10.sharp.svg b/Symbolic/Resources/material-icons/replay_10.sharp.svg new file mode 100644 index 0000000000..841dbbad8b --- /dev/null +++ b/Symbolic/Resources/material-icons/replay_10.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/replay_10.twotone.svg b/Symbolic/Resources/material-icons/replay_10.twotone.svg new file mode 100644 index 0000000000..841dbbad8b --- /dev/null +++ b/Symbolic/Resources/material-icons/replay_10.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/replay_30.default.svg b/Symbolic/Resources/material-icons/replay_30.default.svg new file mode 100644 index 0000000000..0d9b79705b --- /dev/null +++ b/Symbolic/Resources/material-icons/replay_30.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/replay_30.outlined.svg b/Symbolic/Resources/material-icons/replay_30.outlined.svg new file mode 100644 index 0000000000..3ad95d6bfb --- /dev/null +++ b/Symbolic/Resources/material-icons/replay_30.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/replay_30.round.svg b/Symbolic/Resources/material-icons/replay_30.round.svg new file mode 100644 index 0000000000..591b145f67 --- /dev/null +++ b/Symbolic/Resources/material-icons/replay_30.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/replay_30.sharp.svg b/Symbolic/Resources/material-icons/replay_30.sharp.svg new file mode 100644 index 0000000000..3ad95d6bfb --- /dev/null +++ b/Symbolic/Resources/material-icons/replay_30.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/replay_30.twotone.svg b/Symbolic/Resources/material-icons/replay_30.twotone.svg new file mode 100644 index 0000000000..3ad95d6bfb --- /dev/null +++ b/Symbolic/Resources/material-icons/replay_30.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/replay_5.default.svg b/Symbolic/Resources/material-icons/replay_5.default.svg new file mode 100644 index 0000000000..e17e3e7fd3 --- /dev/null +++ b/Symbolic/Resources/material-icons/replay_5.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/replay_5.outlined.svg b/Symbolic/Resources/material-icons/replay_5.outlined.svg new file mode 100644 index 0000000000..b8fb8f4826 --- /dev/null +++ b/Symbolic/Resources/material-icons/replay_5.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/replay_5.round.svg b/Symbolic/Resources/material-icons/replay_5.round.svg new file mode 100644 index 0000000000..438eda2b6d --- /dev/null +++ b/Symbolic/Resources/material-icons/replay_5.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/replay_5.sharp.svg b/Symbolic/Resources/material-icons/replay_5.sharp.svg new file mode 100644 index 0000000000..b8fb8f4826 --- /dev/null +++ b/Symbolic/Resources/material-icons/replay_5.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/replay_5.twotone.svg b/Symbolic/Resources/material-icons/replay_5.twotone.svg new file mode 100644 index 0000000000..b8fb8f4826 --- /dev/null +++ b/Symbolic/Resources/material-icons/replay_5.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/replay_circle_filled.default.svg b/Symbolic/Resources/material-icons/replay_circle_filled.default.svg new file mode 100644 index 0000000000..e0f35bd9fd --- /dev/null +++ b/Symbolic/Resources/material-icons/replay_circle_filled.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/replay_circle_filled.outlined.svg b/Symbolic/Resources/material-icons/replay_circle_filled.outlined.svg new file mode 100644 index 0000000000..343ce23cba --- /dev/null +++ b/Symbolic/Resources/material-icons/replay_circle_filled.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/replay_circle_filled.round.svg b/Symbolic/Resources/material-icons/replay_circle_filled.round.svg new file mode 100644 index 0000000000..e11785d0e2 --- /dev/null +++ b/Symbolic/Resources/material-icons/replay_circle_filled.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/replay_circle_filled.sharp.svg b/Symbolic/Resources/material-icons/replay_circle_filled.sharp.svg new file mode 100644 index 0000000000..983237bdb7 --- /dev/null +++ b/Symbolic/Resources/material-icons/replay_circle_filled.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/replay_circle_filled.twotone.svg b/Symbolic/Resources/material-icons/replay_circle_filled.twotone.svg new file mode 100644 index 0000000000..983237bdb7 --- /dev/null +++ b/Symbolic/Resources/material-icons/replay_circle_filled.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/reply.default.svg b/Symbolic/Resources/material-icons/reply.default.svg new file mode 100644 index 0000000000..ef039fb42f --- /dev/null +++ b/Symbolic/Resources/material-icons/reply.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/reply.outlined.svg b/Symbolic/Resources/material-icons/reply.outlined.svg new file mode 100644 index 0000000000..dd86e8366d --- /dev/null +++ b/Symbolic/Resources/material-icons/reply.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/reply.round.svg b/Symbolic/Resources/material-icons/reply.round.svg new file mode 100644 index 0000000000..6966808c57 --- /dev/null +++ b/Symbolic/Resources/material-icons/reply.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/reply.sharp.svg b/Symbolic/Resources/material-icons/reply.sharp.svg new file mode 100644 index 0000000000..dd86e8366d --- /dev/null +++ b/Symbolic/Resources/material-icons/reply.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/reply.twotone.svg b/Symbolic/Resources/material-icons/reply.twotone.svg new file mode 100644 index 0000000000..dd86e8366d --- /dev/null +++ b/Symbolic/Resources/material-icons/reply.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/reply_all.default.svg b/Symbolic/Resources/material-icons/reply_all.default.svg new file mode 100644 index 0000000000..db180d873a --- /dev/null +++ b/Symbolic/Resources/material-icons/reply_all.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/reply_all.outlined.svg b/Symbolic/Resources/material-icons/reply_all.outlined.svg new file mode 100644 index 0000000000..0ca035ed11 --- /dev/null +++ b/Symbolic/Resources/material-icons/reply_all.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/reply_all.round.svg b/Symbolic/Resources/material-icons/reply_all.round.svg new file mode 100644 index 0000000000..9a466a9448 --- /dev/null +++ b/Symbolic/Resources/material-icons/reply_all.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/reply_all.sharp.svg b/Symbolic/Resources/material-icons/reply_all.sharp.svg new file mode 100644 index 0000000000..0ca035ed11 --- /dev/null +++ b/Symbolic/Resources/material-icons/reply_all.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/reply_all.twotone.svg b/Symbolic/Resources/material-icons/reply_all.twotone.svg new file mode 100644 index 0000000000..0ca035ed11 --- /dev/null +++ b/Symbolic/Resources/material-icons/reply_all.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/report.default.svg b/Symbolic/Resources/material-icons/report.default.svg new file mode 100644 index 0000000000..bbdd402a9d --- /dev/null +++ b/Symbolic/Resources/material-icons/report.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/report.outlined.svg b/Symbolic/Resources/material-icons/report.outlined.svg new file mode 100644 index 0000000000..7805003fb0 --- /dev/null +++ b/Symbolic/Resources/material-icons/report.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/report.round.svg b/Symbolic/Resources/material-icons/report.round.svg new file mode 100644 index 0000000000..3e40c1f668 --- /dev/null +++ b/Symbolic/Resources/material-icons/report.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/report.sharp.svg b/Symbolic/Resources/material-icons/report.sharp.svg new file mode 100644 index 0000000000..b52a986db5 --- /dev/null +++ b/Symbolic/Resources/material-icons/report.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/report.twotone.svg b/Symbolic/Resources/material-icons/report.twotone.svg new file mode 100644 index 0000000000..34342f77f4 --- /dev/null +++ b/Symbolic/Resources/material-icons/report.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/report_gmailerrorred.default.svg b/Symbolic/Resources/material-icons/report_gmailerrorred.default.svg new file mode 100644 index 0000000000..7752fbb57a --- /dev/null +++ b/Symbolic/Resources/material-icons/report_gmailerrorred.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/report_gmailerrorred.outlined.svg b/Symbolic/Resources/material-icons/report_gmailerrorred.outlined.svg new file mode 100644 index 0000000000..7805003fb0 --- /dev/null +++ b/Symbolic/Resources/material-icons/report_gmailerrorred.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/report_gmailerrorred.round.svg b/Symbolic/Resources/material-icons/report_gmailerrorred.round.svg new file mode 100644 index 0000000000..f1a145664b --- /dev/null +++ b/Symbolic/Resources/material-icons/report_gmailerrorred.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/report_gmailerrorred.sharp.svg b/Symbolic/Resources/material-icons/report_gmailerrorred.sharp.svg new file mode 100644 index 0000000000..7805003fb0 --- /dev/null +++ b/Symbolic/Resources/material-icons/report_gmailerrorred.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/report_gmailerrorred.twotone.svg b/Symbolic/Resources/material-icons/report_gmailerrorred.twotone.svg new file mode 100644 index 0000000000..7805003fb0 --- /dev/null +++ b/Symbolic/Resources/material-icons/report_gmailerrorred.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/report_off.default.svg b/Symbolic/Resources/material-icons/report_off.default.svg new file mode 100644 index 0000000000..eb498ad360 --- /dev/null +++ b/Symbolic/Resources/material-icons/report_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/report_off.outlined.svg b/Symbolic/Resources/material-icons/report_off.outlined.svg new file mode 100644 index 0000000000..29a05e9c9f --- /dev/null +++ b/Symbolic/Resources/material-icons/report_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/report_off.round.svg b/Symbolic/Resources/material-icons/report_off.round.svg new file mode 100644 index 0000000000..20d5f6a424 --- /dev/null +++ b/Symbolic/Resources/material-icons/report_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/report_off.sharp.svg b/Symbolic/Resources/material-icons/report_off.sharp.svg new file mode 100644 index 0000000000..7cdb6d330c --- /dev/null +++ b/Symbolic/Resources/material-icons/report_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/report_off.twotone.svg b/Symbolic/Resources/material-icons/report_off.twotone.svg new file mode 100644 index 0000000000..c1250eb533 --- /dev/null +++ b/Symbolic/Resources/material-icons/report_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/report_problem.default.svg b/Symbolic/Resources/material-icons/report_problem.default.svg new file mode 100644 index 0000000000..d27c4c6ecd --- /dev/null +++ b/Symbolic/Resources/material-icons/report_problem.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/report_problem.outlined.svg b/Symbolic/Resources/material-icons/report_problem.outlined.svg new file mode 100644 index 0000000000..8ce13da2e5 --- /dev/null +++ b/Symbolic/Resources/material-icons/report_problem.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/report_problem.round.svg b/Symbolic/Resources/material-icons/report_problem.round.svg new file mode 100644 index 0000000000..2c6462804b --- /dev/null +++ b/Symbolic/Resources/material-icons/report_problem.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/report_problem.sharp.svg b/Symbolic/Resources/material-icons/report_problem.sharp.svg new file mode 100644 index 0000000000..91d5098b6a --- /dev/null +++ b/Symbolic/Resources/material-icons/report_problem.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/report_problem.twotone.svg b/Symbolic/Resources/material-icons/report_problem.twotone.svg new file mode 100644 index 0000000000..f3459965ad --- /dev/null +++ b/Symbolic/Resources/material-icons/report_problem.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/request_page.default.svg b/Symbolic/Resources/material-icons/request_page.default.svg new file mode 100644 index 0000000000..3619c8b9fe --- /dev/null +++ b/Symbolic/Resources/material-icons/request_page.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/request_page.outlined.svg b/Symbolic/Resources/material-icons/request_page.outlined.svg new file mode 100644 index 0000000000..8aadb515f3 --- /dev/null +++ b/Symbolic/Resources/material-icons/request_page.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/request_page.round.svg b/Symbolic/Resources/material-icons/request_page.round.svg new file mode 100644 index 0000000000..f23b4f9ffc --- /dev/null +++ b/Symbolic/Resources/material-icons/request_page.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/request_page.sharp.svg b/Symbolic/Resources/material-icons/request_page.sharp.svg new file mode 100644 index 0000000000..02141466bf --- /dev/null +++ b/Symbolic/Resources/material-icons/request_page.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/request_page.twotone.svg b/Symbolic/Resources/material-icons/request_page.twotone.svg new file mode 100644 index 0000000000..6d7b10e0eb --- /dev/null +++ b/Symbolic/Resources/material-icons/request_page.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/request_quote.default.svg b/Symbolic/Resources/material-icons/request_quote.default.svg new file mode 100644 index 0000000000..d7fda1c13f --- /dev/null +++ b/Symbolic/Resources/material-icons/request_quote.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/request_quote.outlined.svg b/Symbolic/Resources/material-icons/request_quote.outlined.svg new file mode 100644 index 0000000000..6b3b8de4ce --- /dev/null +++ b/Symbolic/Resources/material-icons/request_quote.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/request_quote.round.svg b/Symbolic/Resources/material-icons/request_quote.round.svg new file mode 100644 index 0000000000..6b6b842bdf --- /dev/null +++ b/Symbolic/Resources/material-icons/request_quote.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/request_quote.sharp.svg b/Symbolic/Resources/material-icons/request_quote.sharp.svg new file mode 100644 index 0000000000..5383fd1b0e --- /dev/null +++ b/Symbolic/Resources/material-icons/request_quote.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/request_quote.twotone.svg b/Symbolic/Resources/material-icons/request_quote.twotone.svg new file mode 100644 index 0000000000..7d50fb04f9 --- /dev/null +++ b/Symbolic/Resources/material-icons/request_quote.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/reset_tv.default.svg b/Symbolic/Resources/material-icons/reset_tv.default.svg new file mode 100644 index 0000000000..13cb02fcf0 --- /dev/null +++ b/Symbolic/Resources/material-icons/reset_tv.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/reset_tv.outlined.svg b/Symbolic/Resources/material-icons/reset_tv.outlined.svg new file mode 100644 index 0000000000..9c9684c61e --- /dev/null +++ b/Symbolic/Resources/material-icons/reset_tv.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/reset_tv.round.svg b/Symbolic/Resources/material-icons/reset_tv.round.svg new file mode 100644 index 0000000000..0971362c85 --- /dev/null +++ b/Symbolic/Resources/material-icons/reset_tv.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/reset_tv.sharp.svg b/Symbolic/Resources/material-icons/reset_tv.sharp.svg new file mode 100644 index 0000000000..2fbc638744 --- /dev/null +++ b/Symbolic/Resources/material-icons/reset_tv.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/reset_tv.twotone.svg b/Symbolic/Resources/material-icons/reset_tv.twotone.svg new file mode 100644 index 0000000000..1d2add376f --- /dev/null +++ b/Symbolic/Resources/material-icons/reset_tv.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/restart_alt.default.svg b/Symbolic/Resources/material-icons/restart_alt.default.svg new file mode 100644 index 0000000000..b764af7f5a --- /dev/null +++ b/Symbolic/Resources/material-icons/restart_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/restart_alt.outlined.svg b/Symbolic/Resources/material-icons/restart_alt.outlined.svg new file mode 100644 index 0000000000..9f27aca46d --- /dev/null +++ b/Symbolic/Resources/material-icons/restart_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/restart_alt.round.svg b/Symbolic/Resources/material-icons/restart_alt.round.svg new file mode 100644 index 0000000000..dbfd957fd7 --- /dev/null +++ b/Symbolic/Resources/material-icons/restart_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/restart_alt.sharp.svg b/Symbolic/Resources/material-icons/restart_alt.sharp.svg new file mode 100644 index 0000000000..b764af7f5a --- /dev/null +++ b/Symbolic/Resources/material-icons/restart_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/restart_alt.twotone.svg b/Symbolic/Resources/material-icons/restart_alt.twotone.svg new file mode 100644 index 0000000000..b764af7f5a --- /dev/null +++ b/Symbolic/Resources/material-icons/restart_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/restaurant.default.svg b/Symbolic/Resources/material-icons/restaurant.default.svg new file mode 100644 index 0000000000..f261709fa7 --- /dev/null +++ b/Symbolic/Resources/material-icons/restaurant.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/restaurant.outlined.svg b/Symbolic/Resources/material-icons/restaurant.outlined.svg new file mode 100644 index 0000000000..28b0987234 --- /dev/null +++ b/Symbolic/Resources/material-icons/restaurant.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/restaurant.round.svg b/Symbolic/Resources/material-icons/restaurant.round.svg new file mode 100644 index 0000000000..fbfca46b4a --- /dev/null +++ b/Symbolic/Resources/material-icons/restaurant.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/restaurant.sharp.svg b/Symbolic/Resources/material-icons/restaurant.sharp.svg new file mode 100644 index 0000000000..28b0987234 --- /dev/null +++ b/Symbolic/Resources/material-icons/restaurant.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/restaurant.twotone.svg b/Symbolic/Resources/material-icons/restaurant.twotone.svg new file mode 100644 index 0000000000..28b0987234 --- /dev/null +++ b/Symbolic/Resources/material-icons/restaurant.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/restaurant_menu.default.svg b/Symbolic/Resources/material-icons/restaurant_menu.default.svg new file mode 100644 index 0000000000..1d4ca44ff3 --- /dev/null +++ b/Symbolic/Resources/material-icons/restaurant_menu.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/restaurant_menu.outlined.svg b/Symbolic/Resources/material-icons/restaurant_menu.outlined.svg new file mode 100644 index 0000000000..6c29e71730 --- /dev/null +++ b/Symbolic/Resources/material-icons/restaurant_menu.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/restaurant_menu.round.svg b/Symbolic/Resources/material-icons/restaurant_menu.round.svg new file mode 100644 index 0000000000..e2ba52b464 --- /dev/null +++ b/Symbolic/Resources/material-icons/restaurant_menu.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/restaurant_menu.sharp.svg b/Symbolic/Resources/material-icons/restaurant_menu.sharp.svg new file mode 100644 index 0000000000..6c29e71730 --- /dev/null +++ b/Symbolic/Resources/material-icons/restaurant_menu.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/restaurant_menu.twotone.svg b/Symbolic/Resources/material-icons/restaurant_menu.twotone.svg new file mode 100644 index 0000000000..ab5591f7cc --- /dev/null +++ b/Symbolic/Resources/material-icons/restaurant_menu.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/restore.default.svg b/Symbolic/Resources/material-icons/restore.default.svg new file mode 100644 index 0000000000..3dfff5de6a --- /dev/null +++ b/Symbolic/Resources/material-icons/restore.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/restore.outlined.svg b/Symbolic/Resources/material-icons/restore.outlined.svg new file mode 100644 index 0000000000..650d5cf6db --- /dev/null +++ b/Symbolic/Resources/material-icons/restore.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/restore.round.svg b/Symbolic/Resources/material-icons/restore.round.svg new file mode 100644 index 0000000000..c0417475a3 --- /dev/null +++ b/Symbolic/Resources/material-icons/restore.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/restore.sharp.svg b/Symbolic/Resources/material-icons/restore.sharp.svg new file mode 100644 index 0000000000..650d5cf6db --- /dev/null +++ b/Symbolic/Resources/material-icons/restore.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/restore.twotone.svg b/Symbolic/Resources/material-icons/restore.twotone.svg new file mode 100644 index 0000000000..650d5cf6db --- /dev/null +++ b/Symbolic/Resources/material-icons/restore.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/restore_from_trash.default.svg b/Symbolic/Resources/material-icons/restore_from_trash.default.svg new file mode 100644 index 0000000000..1125289bb6 --- /dev/null +++ b/Symbolic/Resources/material-icons/restore_from_trash.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/restore_from_trash.outlined.svg b/Symbolic/Resources/material-icons/restore_from_trash.outlined.svg new file mode 100644 index 0000000000..656e90ae1c --- /dev/null +++ b/Symbolic/Resources/material-icons/restore_from_trash.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/restore_from_trash.round.svg b/Symbolic/Resources/material-icons/restore_from_trash.round.svg new file mode 100644 index 0000000000..ad2caa808e --- /dev/null +++ b/Symbolic/Resources/material-icons/restore_from_trash.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/restore_from_trash.sharp.svg b/Symbolic/Resources/material-icons/restore_from_trash.sharp.svg new file mode 100644 index 0000000000..aab3c94074 --- /dev/null +++ b/Symbolic/Resources/material-icons/restore_from_trash.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/restore_from_trash.twotone.svg b/Symbolic/Resources/material-icons/restore_from_trash.twotone.svg new file mode 100644 index 0000000000..90c9efe802 --- /dev/null +++ b/Symbolic/Resources/material-icons/restore_from_trash.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/restore_page.default.svg b/Symbolic/Resources/material-icons/restore_page.default.svg new file mode 100644 index 0000000000..5cb1a27199 --- /dev/null +++ b/Symbolic/Resources/material-icons/restore_page.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/restore_page.outlined.svg b/Symbolic/Resources/material-icons/restore_page.outlined.svg new file mode 100644 index 0000000000..9f02b115e8 --- /dev/null +++ b/Symbolic/Resources/material-icons/restore_page.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/restore_page.round.svg b/Symbolic/Resources/material-icons/restore_page.round.svg new file mode 100644 index 0000000000..f7ee684d5f --- /dev/null +++ b/Symbolic/Resources/material-icons/restore_page.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/restore_page.sharp.svg b/Symbolic/Resources/material-icons/restore_page.sharp.svg new file mode 100644 index 0000000000..0fa9a4722d --- /dev/null +++ b/Symbolic/Resources/material-icons/restore_page.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/restore_page.twotone.svg b/Symbolic/Resources/material-icons/restore_page.twotone.svg new file mode 100644 index 0000000000..6f634dccfe --- /dev/null +++ b/Symbolic/Resources/material-icons/restore_page.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/reviews.default.svg b/Symbolic/Resources/material-icons/reviews.default.svg new file mode 100644 index 0000000000..c60f9f77a4 --- /dev/null +++ b/Symbolic/Resources/material-icons/reviews.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/reviews.outlined.svg b/Symbolic/Resources/material-icons/reviews.outlined.svg new file mode 100644 index 0000000000..af2914753e --- /dev/null +++ b/Symbolic/Resources/material-icons/reviews.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/reviews.round.svg b/Symbolic/Resources/material-icons/reviews.round.svg new file mode 100644 index 0000000000..d37609447d --- /dev/null +++ b/Symbolic/Resources/material-icons/reviews.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/reviews.sharp.svg b/Symbolic/Resources/material-icons/reviews.sharp.svg new file mode 100644 index 0000000000..fcacabdb29 --- /dev/null +++ b/Symbolic/Resources/material-icons/reviews.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/reviews.twotone.svg b/Symbolic/Resources/material-icons/reviews.twotone.svg new file mode 100644 index 0000000000..e1c6c14bc6 --- /dev/null +++ b/Symbolic/Resources/material-icons/reviews.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rice_bowl.default.svg b/Symbolic/Resources/material-icons/rice_bowl.default.svg new file mode 100644 index 0000000000..604335dbc0 --- /dev/null +++ b/Symbolic/Resources/material-icons/rice_bowl.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rice_bowl.outlined.svg b/Symbolic/Resources/material-icons/rice_bowl.outlined.svg new file mode 100644 index 0000000000..76f8f8ae65 --- /dev/null +++ b/Symbolic/Resources/material-icons/rice_bowl.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rice_bowl.round.svg b/Symbolic/Resources/material-icons/rice_bowl.round.svg new file mode 100644 index 0000000000..8213d78cd7 --- /dev/null +++ b/Symbolic/Resources/material-icons/rice_bowl.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rice_bowl.sharp.svg b/Symbolic/Resources/material-icons/rice_bowl.sharp.svg new file mode 100644 index 0000000000..604335dbc0 --- /dev/null +++ b/Symbolic/Resources/material-icons/rice_bowl.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rice_bowl.twotone.svg b/Symbolic/Resources/material-icons/rice_bowl.twotone.svg new file mode 100644 index 0000000000..eeee58991f --- /dev/null +++ b/Symbolic/Resources/material-icons/rice_bowl.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ring_volume.default.svg b/Symbolic/Resources/material-icons/ring_volume.default.svg new file mode 100644 index 0000000000..f086dc0688 --- /dev/null +++ b/Symbolic/Resources/material-icons/ring_volume.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ring_volume.outlined.svg b/Symbolic/Resources/material-icons/ring_volume.outlined.svg new file mode 100644 index 0000000000..27db2093bb --- /dev/null +++ b/Symbolic/Resources/material-icons/ring_volume.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ring_volume.round.svg b/Symbolic/Resources/material-icons/ring_volume.round.svg new file mode 100644 index 0000000000..d6848214e5 --- /dev/null +++ b/Symbolic/Resources/material-icons/ring_volume.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ring_volume.sharp.svg b/Symbolic/Resources/material-icons/ring_volume.sharp.svg new file mode 100644 index 0000000000..2cbf0fcb69 --- /dev/null +++ b/Symbolic/Resources/material-icons/ring_volume.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ring_volume.twotone.svg b/Symbolic/Resources/material-icons/ring_volume.twotone.svg new file mode 100644 index 0000000000..ad41c10d94 --- /dev/null +++ b/Symbolic/Resources/material-icons/ring_volume.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rocket.default.svg b/Symbolic/Resources/material-icons/rocket.default.svg new file mode 100644 index 0000000000..b99a9039d3 --- /dev/null +++ b/Symbolic/Resources/material-icons/rocket.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rocket.outlined.svg b/Symbolic/Resources/material-icons/rocket.outlined.svg new file mode 100644 index 0000000000..d10de6ead7 --- /dev/null +++ b/Symbolic/Resources/material-icons/rocket.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rocket.round.svg b/Symbolic/Resources/material-icons/rocket.round.svg new file mode 100644 index 0000000000..43b81d3000 --- /dev/null +++ b/Symbolic/Resources/material-icons/rocket.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rocket.sharp.svg b/Symbolic/Resources/material-icons/rocket.sharp.svg new file mode 100644 index 0000000000..36603046c9 --- /dev/null +++ b/Symbolic/Resources/material-icons/rocket.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rocket.twotone.svg b/Symbolic/Resources/material-icons/rocket.twotone.svg new file mode 100644 index 0000000000..7b9d339c22 --- /dev/null +++ b/Symbolic/Resources/material-icons/rocket.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rocket_launch.default.svg b/Symbolic/Resources/material-icons/rocket_launch.default.svg new file mode 100644 index 0000000000..121cbb6f2e --- /dev/null +++ b/Symbolic/Resources/material-icons/rocket_launch.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rocket_launch.outlined.svg b/Symbolic/Resources/material-icons/rocket_launch.outlined.svg new file mode 100644 index 0000000000..d29ede41ef --- /dev/null +++ b/Symbolic/Resources/material-icons/rocket_launch.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rocket_launch.round.svg b/Symbolic/Resources/material-icons/rocket_launch.round.svg new file mode 100644 index 0000000000..7f47ae6fa6 --- /dev/null +++ b/Symbolic/Resources/material-icons/rocket_launch.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rocket_launch.sharp.svg b/Symbolic/Resources/material-icons/rocket_launch.sharp.svg new file mode 100644 index 0000000000..b99568bd50 --- /dev/null +++ b/Symbolic/Resources/material-icons/rocket_launch.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rocket_launch.twotone.svg b/Symbolic/Resources/material-icons/rocket_launch.twotone.svg new file mode 100644 index 0000000000..42538cc9d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/rocket_launch.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/roller_shades.default.svg b/Symbolic/Resources/material-icons/roller_shades.default.svg new file mode 100644 index 0000000000..33e48e916c --- /dev/null +++ b/Symbolic/Resources/material-icons/roller_shades.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/roller_shades.outlined.svg b/Symbolic/Resources/material-icons/roller_shades.outlined.svg new file mode 100644 index 0000000000..991106f09c --- /dev/null +++ b/Symbolic/Resources/material-icons/roller_shades.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/roller_shades.round.svg b/Symbolic/Resources/material-icons/roller_shades.round.svg new file mode 100644 index 0000000000..bae8bdf3b0 --- /dev/null +++ b/Symbolic/Resources/material-icons/roller_shades.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/roller_shades.sharp.svg b/Symbolic/Resources/material-icons/roller_shades.sharp.svg new file mode 100644 index 0000000000..33e48e916c --- /dev/null +++ b/Symbolic/Resources/material-icons/roller_shades.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/roller_shades.twotone.svg b/Symbolic/Resources/material-icons/roller_shades.twotone.svg new file mode 100644 index 0000000000..18d46fb003 --- /dev/null +++ b/Symbolic/Resources/material-icons/roller_shades.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/roller_shades_closed.default.svg b/Symbolic/Resources/material-icons/roller_shades_closed.default.svg new file mode 100644 index 0000000000..3da97430df --- /dev/null +++ b/Symbolic/Resources/material-icons/roller_shades_closed.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/roller_shades_closed.outlined.svg b/Symbolic/Resources/material-icons/roller_shades_closed.outlined.svg new file mode 100644 index 0000000000..9542558af6 --- /dev/null +++ b/Symbolic/Resources/material-icons/roller_shades_closed.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/roller_shades_closed.round.svg b/Symbolic/Resources/material-icons/roller_shades_closed.round.svg new file mode 100644 index 0000000000..2e97ccce49 --- /dev/null +++ b/Symbolic/Resources/material-icons/roller_shades_closed.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/roller_shades_closed.sharp.svg b/Symbolic/Resources/material-icons/roller_shades_closed.sharp.svg new file mode 100644 index 0000000000..3da97430df --- /dev/null +++ b/Symbolic/Resources/material-icons/roller_shades_closed.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/roller_shades_closed.twotone.svg b/Symbolic/Resources/material-icons/roller_shades_closed.twotone.svg new file mode 100644 index 0000000000..aa22163458 --- /dev/null +++ b/Symbolic/Resources/material-icons/roller_shades_closed.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/roller_skating.default.svg b/Symbolic/Resources/material-icons/roller_skating.default.svg new file mode 100644 index 0000000000..541f0e4b74 --- /dev/null +++ b/Symbolic/Resources/material-icons/roller_skating.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/roller_skating.outlined.svg b/Symbolic/Resources/material-icons/roller_skating.outlined.svg new file mode 100644 index 0000000000..9e3a3061ec --- /dev/null +++ b/Symbolic/Resources/material-icons/roller_skating.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/roller_skating.round.svg b/Symbolic/Resources/material-icons/roller_skating.round.svg new file mode 100644 index 0000000000..d6c027a75b --- /dev/null +++ b/Symbolic/Resources/material-icons/roller_skating.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/roller_skating.sharp.svg b/Symbolic/Resources/material-icons/roller_skating.sharp.svg new file mode 100644 index 0000000000..b303cefe2b --- /dev/null +++ b/Symbolic/Resources/material-icons/roller_skating.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/roller_skating.twotone.svg b/Symbolic/Resources/material-icons/roller_skating.twotone.svg new file mode 100644 index 0000000000..f0a56cf59d --- /dev/null +++ b/Symbolic/Resources/material-icons/roller_skating.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/roofing.default.svg b/Symbolic/Resources/material-icons/roofing.default.svg new file mode 100644 index 0000000000..7ba8414e1d --- /dev/null +++ b/Symbolic/Resources/material-icons/roofing.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/roofing.outlined.svg b/Symbolic/Resources/material-icons/roofing.outlined.svg new file mode 100644 index 0000000000..7ba8414e1d --- /dev/null +++ b/Symbolic/Resources/material-icons/roofing.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/roofing.round.svg b/Symbolic/Resources/material-icons/roofing.round.svg new file mode 100644 index 0000000000..5439e03cd1 --- /dev/null +++ b/Symbolic/Resources/material-icons/roofing.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/roofing.sharp.svg b/Symbolic/Resources/material-icons/roofing.sharp.svg new file mode 100644 index 0000000000..7ba8414e1d --- /dev/null +++ b/Symbolic/Resources/material-icons/roofing.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/roofing.twotone.svg b/Symbolic/Resources/material-icons/roofing.twotone.svg new file mode 100644 index 0000000000..4f2730d25d --- /dev/null +++ b/Symbolic/Resources/material-icons/roofing.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/room.default.svg b/Symbolic/Resources/material-icons/room.default.svg new file mode 100644 index 0000000000..11dd401bcf --- /dev/null +++ b/Symbolic/Resources/material-icons/room.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/room.outlined.svg b/Symbolic/Resources/material-icons/room.outlined.svg new file mode 100644 index 0000000000..4eb0d58502 --- /dev/null +++ b/Symbolic/Resources/material-icons/room.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/room.round.svg b/Symbolic/Resources/material-icons/room.round.svg new file mode 100644 index 0000000000..225654f2ee --- /dev/null +++ b/Symbolic/Resources/material-icons/room.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/room.sharp.svg b/Symbolic/Resources/material-icons/room.sharp.svg new file mode 100644 index 0000000000..a6600782b5 --- /dev/null +++ b/Symbolic/Resources/material-icons/room.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/room.twotone.svg b/Symbolic/Resources/material-icons/room.twotone.svg new file mode 100644 index 0000000000..161276b05a --- /dev/null +++ b/Symbolic/Resources/material-icons/room.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/room_preferences.default.svg b/Symbolic/Resources/material-icons/room_preferences.default.svg new file mode 100644 index 0000000000..f2148b1ffc --- /dev/null +++ b/Symbolic/Resources/material-icons/room_preferences.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/room_preferences.outlined.svg b/Symbolic/Resources/material-icons/room_preferences.outlined.svg new file mode 100644 index 0000000000..b6d856d80f --- /dev/null +++ b/Symbolic/Resources/material-icons/room_preferences.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/room_preferences.round.svg b/Symbolic/Resources/material-icons/room_preferences.round.svg new file mode 100644 index 0000000000..b6cc261944 --- /dev/null +++ b/Symbolic/Resources/material-icons/room_preferences.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/room_preferences.sharp.svg b/Symbolic/Resources/material-icons/room_preferences.sharp.svg new file mode 100644 index 0000000000..f2148b1ffc --- /dev/null +++ b/Symbolic/Resources/material-icons/room_preferences.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/room_preferences.twotone.svg b/Symbolic/Resources/material-icons/room_preferences.twotone.svg new file mode 100644 index 0000000000..e617839148 --- /dev/null +++ b/Symbolic/Resources/material-icons/room_preferences.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/room_service.default.svg b/Symbolic/Resources/material-icons/room_service.default.svg new file mode 100644 index 0000000000..fc22e1ff28 --- /dev/null +++ b/Symbolic/Resources/material-icons/room_service.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/room_service.outlined.svg b/Symbolic/Resources/material-icons/room_service.outlined.svg new file mode 100644 index 0000000000..c89f6c9f89 --- /dev/null +++ b/Symbolic/Resources/material-icons/room_service.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/room_service.round.svg b/Symbolic/Resources/material-icons/room_service.round.svg new file mode 100644 index 0000000000..848ac57cbd --- /dev/null +++ b/Symbolic/Resources/material-icons/room_service.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/room_service.sharp.svg b/Symbolic/Resources/material-icons/room_service.sharp.svg new file mode 100644 index 0000000000..497d5816c9 --- /dev/null +++ b/Symbolic/Resources/material-icons/room_service.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/room_service.twotone.svg b/Symbolic/Resources/material-icons/room_service.twotone.svg new file mode 100644 index 0000000000..b48c05a245 --- /dev/null +++ b/Symbolic/Resources/material-icons/room_service.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rotate_90_degrees_ccw.default.svg b/Symbolic/Resources/material-icons/rotate_90_degrees_ccw.default.svg new file mode 100644 index 0000000000..7d8112d8a9 --- /dev/null +++ b/Symbolic/Resources/material-icons/rotate_90_degrees_ccw.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rotate_90_degrees_ccw.outlined.svg b/Symbolic/Resources/material-icons/rotate_90_degrees_ccw.outlined.svg new file mode 100644 index 0000000000..9aba1d9860 --- /dev/null +++ b/Symbolic/Resources/material-icons/rotate_90_degrees_ccw.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rotate_90_degrees_ccw.round.svg b/Symbolic/Resources/material-icons/rotate_90_degrees_ccw.round.svg new file mode 100644 index 0000000000..a031f21f43 --- /dev/null +++ b/Symbolic/Resources/material-icons/rotate_90_degrees_ccw.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rotate_90_degrees_ccw.sharp.svg b/Symbolic/Resources/material-icons/rotate_90_degrees_ccw.sharp.svg new file mode 100644 index 0000000000..9aba1d9860 --- /dev/null +++ b/Symbolic/Resources/material-icons/rotate_90_degrees_ccw.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rotate_90_degrees_ccw.twotone.svg b/Symbolic/Resources/material-icons/rotate_90_degrees_ccw.twotone.svg new file mode 100644 index 0000000000..9895849fb3 --- /dev/null +++ b/Symbolic/Resources/material-icons/rotate_90_degrees_ccw.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rotate_90_degrees_cw.default.svg b/Symbolic/Resources/material-icons/rotate_90_degrees_cw.default.svg new file mode 100644 index 0000000000..362da6782d --- /dev/null +++ b/Symbolic/Resources/material-icons/rotate_90_degrees_cw.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rotate_90_degrees_cw.outlined.svg b/Symbolic/Resources/material-icons/rotate_90_degrees_cw.outlined.svg new file mode 100644 index 0000000000..a0c2810121 --- /dev/null +++ b/Symbolic/Resources/material-icons/rotate_90_degrees_cw.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rotate_90_degrees_cw.round.svg b/Symbolic/Resources/material-icons/rotate_90_degrees_cw.round.svg new file mode 100644 index 0000000000..ae14a541a1 --- /dev/null +++ b/Symbolic/Resources/material-icons/rotate_90_degrees_cw.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rotate_90_degrees_cw.sharp.svg b/Symbolic/Resources/material-icons/rotate_90_degrees_cw.sharp.svg new file mode 100644 index 0000000000..97ebc92282 --- /dev/null +++ b/Symbolic/Resources/material-icons/rotate_90_degrees_cw.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rotate_90_degrees_cw.twotone.svg b/Symbolic/Resources/material-icons/rotate_90_degrees_cw.twotone.svg new file mode 100644 index 0000000000..ba98484a96 --- /dev/null +++ b/Symbolic/Resources/material-icons/rotate_90_degrees_cw.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rotate_left.default.svg b/Symbolic/Resources/material-icons/rotate_left.default.svg new file mode 100644 index 0000000000..191ea8c1fb --- /dev/null +++ b/Symbolic/Resources/material-icons/rotate_left.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rotate_left.outlined.svg b/Symbolic/Resources/material-icons/rotate_left.outlined.svg new file mode 100644 index 0000000000..0ed8c91455 --- /dev/null +++ b/Symbolic/Resources/material-icons/rotate_left.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rotate_left.round.svg b/Symbolic/Resources/material-icons/rotate_left.round.svg new file mode 100644 index 0000000000..2af68dc619 --- /dev/null +++ b/Symbolic/Resources/material-icons/rotate_left.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rotate_left.sharp.svg b/Symbolic/Resources/material-icons/rotate_left.sharp.svg new file mode 100644 index 0000000000..0ed8c91455 --- /dev/null +++ b/Symbolic/Resources/material-icons/rotate_left.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rotate_left.twotone.svg b/Symbolic/Resources/material-icons/rotate_left.twotone.svg new file mode 100644 index 0000000000..1ee0e32ad8 --- /dev/null +++ b/Symbolic/Resources/material-icons/rotate_left.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rotate_right.default.svg b/Symbolic/Resources/material-icons/rotate_right.default.svg new file mode 100644 index 0000000000..e9848e9fa2 --- /dev/null +++ b/Symbolic/Resources/material-icons/rotate_right.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rotate_right.outlined.svg b/Symbolic/Resources/material-icons/rotate_right.outlined.svg new file mode 100644 index 0000000000..10fec46cf2 --- /dev/null +++ b/Symbolic/Resources/material-icons/rotate_right.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rotate_right.round.svg b/Symbolic/Resources/material-icons/rotate_right.round.svg new file mode 100644 index 0000000000..c23a619d66 --- /dev/null +++ b/Symbolic/Resources/material-icons/rotate_right.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rotate_right.sharp.svg b/Symbolic/Resources/material-icons/rotate_right.sharp.svg new file mode 100644 index 0000000000..10fec46cf2 --- /dev/null +++ b/Symbolic/Resources/material-icons/rotate_right.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rotate_right.twotone.svg b/Symbolic/Resources/material-icons/rotate_right.twotone.svg new file mode 100644 index 0000000000..eb8f50395c --- /dev/null +++ b/Symbolic/Resources/material-icons/rotate_right.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/roundabout_left.default.svg b/Symbolic/Resources/material-icons/roundabout_left.default.svg new file mode 100644 index 0000000000..da9db6f45f --- /dev/null +++ b/Symbolic/Resources/material-icons/roundabout_left.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/roundabout_left.outlined.svg b/Symbolic/Resources/material-icons/roundabout_left.outlined.svg new file mode 100644 index 0000000000..da9db6f45f --- /dev/null +++ b/Symbolic/Resources/material-icons/roundabout_left.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/roundabout_left.round.svg b/Symbolic/Resources/material-icons/roundabout_left.round.svg new file mode 100644 index 0000000000..e6d7fc13df --- /dev/null +++ b/Symbolic/Resources/material-icons/roundabout_left.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/roundabout_left.sharp.svg b/Symbolic/Resources/material-icons/roundabout_left.sharp.svg new file mode 100644 index 0000000000..58946f31dd --- /dev/null +++ b/Symbolic/Resources/material-icons/roundabout_left.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/roundabout_left.twotone.svg b/Symbolic/Resources/material-icons/roundabout_left.twotone.svg new file mode 100644 index 0000000000..da9db6f45f --- /dev/null +++ b/Symbolic/Resources/material-icons/roundabout_left.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/roundabout_right.default.svg b/Symbolic/Resources/material-icons/roundabout_right.default.svg new file mode 100644 index 0000000000..1f5cde5a83 --- /dev/null +++ b/Symbolic/Resources/material-icons/roundabout_right.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/roundabout_right.outlined.svg b/Symbolic/Resources/material-icons/roundabout_right.outlined.svg new file mode 100644 index 0000000000..1f5cde5a83 --- /dev/null +++ b/Symbolic/Resources/material-icons/roundabout_right.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/roundabout_right.round.svg b/Symbolic/Resources/material-icons/roundabout_right.round.svg new file mode 100644 index 0000000000..3d29f2ba0c --- /dev/null +++ b/Symbolic/Resources/material-icons/roundabout_right.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/roundabout_right.sharp.svg b/Symbolic/Resources/material-icons/roundabout_right.sharp.svg new file mode 100644 index 0000000000..dc4d96a93e --- /dev/null +++ b/Symbolic/Resources/material-icons/roundabout_right.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/roundabout_right.twotone.svg b/Symbolic/Resources/material-icons/roundabout_right.twotone.svg new file mode 100644 index 0000000000..1f5cde5a83 --- /dev/null +++ b/Symbolic/Resources/material-icons/roundabout_right.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rounded_corner.default.svg b/Symbolic/Resources/material-icons/rounded_corner.default.svg new file mode 100644 index 0000000000..1bed74d8fa --- /dev/null +++ b/Symbolic/Resources/material-icons/rounded_corner.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rounded_corner.outlined.svg b/Symbolic/Resources/material-icons/rounded_corner.outlined.svg new file mode 100644 index 0000000000..0b0d2919c4 --- /dev/null +++ b/Symbolic/Resources/material-icons/rounded_corner.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rounded_corner.round.svg b/Symbolic/Resources/material-icons/rounded_corner.round.svg new file mode 100644 index 0000000000..0b0d2919c4 --- /dev/null +++ b/Symbolic/Resources/material-icons/rounded_corner.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rounded_corner.sharp.svg b/Symbolic/Resources/material-icons/rounded_corner.sharp.svg new file mode 100644 index 0000000000..f21641abc3 --- /dev/null +++ b/Symbolic/Resources/material-icons/rounded_corner.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rounded_corner.twotone.svg b/Symbolic/Resources/material-icons/rounded_corner.twotone.svg new file mode 100644 index 0000000000..0b0d2919c4 --- /dev/null +++ b/Symbolic/Resources/material-icons/rounded_corner.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/route.default.svg b/Symbolic/Resources/material-icons/route.default.svg new file mode 100644 index 0000000000..57a2be61be --- /dev/null +++ b/Symbolic/Resources/material-icons/route.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/route.outlined.svg b/Symbolic/Resources/material-icons/route.outlined.svg new file mode 100644 index 0000000000..cd61005d8f --- /dev/null +++ b/Symbolic/Resources/material-icons/route.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/route.round.svg b/Symbolic/Resources/material-icons/route.round.svg new file mode 100644 index 0000000000..4a4218e0c7 --- /dev/null +++ b/Symbolic/Resources/material-icons/route.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/route.sharp.svg b/Symbolic/Resources/material-icons/route.sharp.svg new file mode 100644 index 0000000000..3391035c8e --- /dev/null +++ b/Symbolic/Resources/material-icons/route.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/route.twotone.svg b/Symbolic/Resources/material-icons/route.twotone.svg new file mode 100644 index 0000000000..ba86dcff44 --- /dev/null +++ b/Symbolic/Resources/material-icons/route.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/router.default.svg b/Symbolic/Resources/material-icons/router.default.svg new file mode 100644 index 0000000000..3b1250ae7f --- /dev/null +++ b/Symbolic/Resources/material-icons/router.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/router.outlined.svg b/Symbolic/Resources/material-icons/router.outlined.svg new file mode 100644 index 0000000000..07f9dcb4c5 --- /dev/null +++ b/Symbolic/Resources/material-icons/router.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/router.round.svg b/Symbolic/Resources/material-icons/router.round.svg new file mode 100644 index 0000000000..3ba3ebdd21 --- /dev/null +++ b/Symbolic/Resources/material-icons/router.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/router.sharp.svg b/Symbolic/Resources/material-icons/router.sharp.svg new file mode 100644 index 0000000000..7c957d3ae4 --- /dev/null +++ b/Symbolic/Resources/material-icons/router.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/router.twotone.svg b/Symbolic/Resources/material-icons/router.twotone.svg new file mode 100644 index 0000000000..84e2fed9eb --- /dev/null +++ b/Symbolic/Resources/material-icons/router.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rowing.default.svg b/Symbolic/Resources/material-icons/rowing.default.svg new file mode 100644 index 0000000000..ea4c7d0120 --- /dev/null +++ b/Symbolic/Resources/material-icons/rowing.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rowing.outlined.svg b/Symbolic/Resources/material-icons/rowing.outlined.svg new file mode 100644 index 0000000000..2b6127c048 --- /dev/null +++ b/Symbolic/Resources/material-icons/rowing.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rowing.round.svg b/Symbolic/Resources/material-icons/rowing.round.svg new file mode 100644 index 0000000000..b2aacd84b9 --- /dev/null +++ b/Symbolic/Resources/material-icons/rowing.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rowing.sharp.svg b/Symbolic/Resources/material-icons/rowing.sharp.svg new file mode 100644 index 0000000000..bc06b34c15 --- /dev/null +++ b/Symbolic/Resources/material-icons/rowing.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rowing.twotone.svg b/Symbolic/Resources/material-icons/rowing.twotone.svg new file mode 100644 index 0000000000..2b6127c048 --- /dev/null +++ b/Symbolic/Resources/material-icons/rowing.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rss_feed.default.svg b/Symbolic/Resources/material-icons/rss_feed.default.svg new file mode 100644 index 0000000000..4ce7e15da6 --- /dev/null +++ b/Symbolic/Resources/material-icons/rss_feed.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rss_feed.outlined.svg b/Symbolic/Resources/material-icons/rss_feed.outlined.svg new file mode 100644 index 0000000000..d9c01596c2 --- /dev/null +++ b/Symbolic/Resources/material-icons/rss_feed.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rss_feed.round.svg b/Symbolic/Resources/material-icons/rss_feed.round.svg new file mode 100644 index 0000000000..4c68e50713 --- /dev/null +++ b/Symbolic/Resources/material-icons/rss_feed.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rss_feed.sharp.svg b/Symbolic/Resources/material-icons/rss_feed.sharp.svg new file mode 100644 index 0000000000..ad5f38d9d9 --- /dev/null +++ b/Symbolic/Resources/material-icons/rss_feed.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rss_feed.twotone.svg b/Symbolic/Resources/material-icons/rss_feed.twotone.svg new file mode 100644 index 0000000000..d9c01596c2 --- /dev/null +++ b/Symbolic/Resources/material-icons/rss_feed.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rsvp.default.svg b/Symbolic/Resources/material-icons/rsvp.default.svg new file mode 100644 index 0000000000..407c378451 --- /dev/null +++ b/Symbolic/Resources/material-icons/rsvp.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rsvp.outlined.svg b/Symbolic/Resources/material-icons/rsvp.outlined.svg new file mode 100644 index 0000000000..407c378451 --- /dev/null +++ b/Symbolic/Resources/material-icons/rsvp.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rsvp.round.svg b/Symbolic/Resources/material-icons/rsvp.round.svg new file mode 100644 index 0000000000..64dd3a689e --- /dev/null +++ b/Symbolic/Resources/material-icons/rsvp.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rsvp.sharp.svg b/Symbolic/Resources/material-icons/rsvp.sharp.svg new file mode 100644 index 0000000000..62e4ad0b84 --- /dev/null +++ b/Symbolic/Resources/material-icons/rsvp.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rsvp.twotone.svg b/Symbolic/Resources/material-icons/rsvp.twotone.svg new file mode 100644 index 0000000000..407c378451 --- /dev/null +++ b/Symbolic/Resources/material-icons/rsvp.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rtt.default.svg b/Symbolic/Resources/material-icons/rtt.default.svg new file mode 100644 index 0000000000..82bc86c011 --- /dev/null +++ b/Symbolic/Resources/material-icons/rtt.default.svg @@ -0,0 +1 @@ +ic_dialer_rtt_revised_24px \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rtt.outlined.svg b/Symbolic/Resources/material-icons/rtt.outlined.svg new file mode 100644 index 0000000000..4e70fe6baa --- /dev/null +++ b/Symbolic/Resources/material-icons/rtt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rtt.round.svg b/Symbolic/Resources/material-icons/rtt.round.svg new file mode 100644 index 0000000000..c9edee1592 --- /dev/null +++ b/Symbolic/Resources/material-icons/rtt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rtt.sharp.svg b/Symbolic/Resources/material-icons/rtt.sharp.svg new file mode 100644 index 0000000000..4e70fe6baa --- /dev/null +++ b/Symbolic/Resources/material-icons/rtt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rtt.twotone.svg b/Symbolic/Resources/material-icons/rtt.twotone.svg new file mode 100644 index 0000000000..4e70fe6baa --- /dev/null +++ b/Symbolic/Resources/material-icons/rtt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rule.default.svg b/Symbolic/Resources/material-icons/rule.default.svg new file mode 100644 index 0000000000..6e8233a080 --- /dev/null +++ b/Symbolic/Resources/material-icons/rule.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rule.outlined.svg b/Symbolic/Resources/material-icons/rule.outlined.svg new file mode 100644 index 0000000000..6e8233a080 --- /dev/null +++ b/Symbolic/Resources/material-icons/rule.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rule.round.svg b/Symbolic/Resources/material-icons/rule.round.svg new file mode 100644 index 0000000000..5f23af786e --- /dev/null +++ b/Symbolic/Resources/material-icons/rule.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rule.sharp.svg b/Symbolic/Resources/material-icons/rule.sharp.svg new file mode 100644 index 0000000000..6e8233a080 --- /dev/null +++ b/Symbolic/Resources/material-icons/rule.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rule.twotone.svg b/Symbolic/Resources/material-icons/rule.twotone.svg new file mode 100644 index 0000000000..6e8233a080 --- /dev/null +++ b/Symbolic/Resources/material-icons/rule.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rule_folder.default.svg b/Symbolic/Resources/material-icons/rule_folder.default.svg new file mode 100644 index 0000000000..9e348832b0 --- /dev/null +++ b/Symbolic/Resources/material-icons/rule_folder.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rule_folder.outlined.svg b/Symbolic/Resources/material-icons/rule_folder.outlined.svg new file mode 100644 index 0000000000..477e6c8847 --- /dev/null +++ b/Symbolic/Resources/material-icons/rule_folder.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rule_folder.round.svg b/Symbolic/Resources/material-icons/rule_folder.round.svg new file mode 100644 index 0000000000..21a34beda8 --- /dev/null +++ b/Symbolic/Resources/material-icons/rule_folder.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rule_folder.sharp.svg b/Symbolic/Resources/material-icons/rule_folder.sharp.svg new file mode 100644 index 0000000000..8cc497c955 --- /dev/null +++ b/Symbolic/Resources/material-icons/rule_folder.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rule_folder.twotone.svg b/Symbolic/Resources/material-icons/rule_folder.twotone.svg new file mode 100644 index 0000000000..f638d19198 --- /dev/null +++ b/Symbolic/Resources/material-icons/rule_folder.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/run_circle.default.svg b/Symbolic/Resources/material-icons/run_circle.default.svg new file mode 100644 index 0000000000..d336ebe8b2 --- /dev/null +++ b/Symbolic/Resources/material-icons/run_circle.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/run_circle.outlined.svg b/Symbolic/Resources/material-icons/run_circle.outlined.svg new file mode 100644 index 0000000000..c2367767c0 --- /dev/null +++ b/Symbolic/Resources/material-icons/run_circle.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/run_circle.round.svg b/Symbolic/Resources/material-icons/run_circle.round.svg new file mode 100644 index 0000000000..569ee98e31 --- /dev/null +++ b/Symbolic/Resources/material-icons/run_circle.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/run_circle.sharp.svg b/Symbolic/Resources/material-icons/run_circle.sharp.svg new file mode 100644 index 0000000000..d336ebe8b2 --- /dev/null +++ b/Symbolic/Resources/material-icons/run_circle.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/run_circle.twotone.svg b/Symbolic/Resources/material-icons/run_circle.twotone.svg new file mode 100644 index 0000000000..2802e98d22 --- /dev/null +++ b/Symbolic/Resources/material-icons/run_circle.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/running_with_errors.default.svg b/Symbolic/Resources/material-icons/running_with_errors.default.svg new file mode 100644 index 0000000000..5d5c020883 --- /dev/null +++ b/Symbolic/Resources/material-icons/running_with_errors.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/running_with_errors.outlined.svg b/Symbolic/Resources/material-icons/running_with_errors.outlined.svg new file mode 100644 index 0000000000..5d5c020883 --- /dev/null +++ b/Symbolic/Resources/material-icons/running_with_errors.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/running_with_errors.round.svg b/Symbolic/Resources/material-icons/running_with_errors.round.svg new file mode 100644 index 0000000000..cd5466b336 --- /dev/null +++ b/Symbolic/Resources/material-icons/running_with_errors.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/running_with_errors.sharp.svg b/Symbolic/Resources/material-icons/running_with_errors.sharp.svg new file mode 100644 index 0000000000..5d5c020883 --- /dev/null +++ b/Symbolic/Resources/material-icons/running_with_errors.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/running_with_errors.twotone.svg b/Symbolic/Resources/material-icons/running_with_errors.twotone.svg new file mode 100644 index 0000000000..5d5c020883 --- /dev/null +++ b/Symbolic/Resources/material-icons/running_with_errors.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rv_hookup.default.svg b/Symbolic/Resources/material-icons/rv_hookup.default.svg new file mode 100644 index 0000000000..626321ea20 --- /dev/null +++ b/Symbolic/Resources/material-icons/rv_hookup.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rv_hookup.outlined.svg b/Symbolic/Resources/material-icons/rv_hookup.outlined.svg new file mode 100644 index 0000000000..08bee53c2d --- /dev/null +++ b/Symbolic/Resources/material-icons/rv_hookup.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rv_hookup.round.svg b/Symbolic/Resources/material-icons/rv_hookup.round.svg new file mode 100644 index 0000000000..38bd84924b --- /dev/null +++ b/Symbolic/Resources/material-icons/rv_hookup.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rv_hookup.sharp.svg b/Symbolic/Resources/material-icons/rv_hookup.sharp.svg new file mode 100644 index 0000000000..0248c0b8d5 --- /dev/null +++ b/Symbolic/Resources/material-icons/rv_hookup.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/rv_hookup.twotone.svg b/Symbolic/Resources/material-icons/rv_hookup.twotone.svg new file mode 100644 index 0000000000..1ff66949df --- /dev/null +++ b/Symbolic/Resources/material-icons/rv_hookup.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/safety_check.default.svg b/Symbolic/Resources/material-icons/safety_check.default.svg new file mode 100644 index 0000000000..57352d5acf --- /dev/null +++ b/Symbolic/Resources/material-icons/safety_check.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/safety_check.outlined.svg b/Symbolic/Resources/material-icons/safety_check.outlined.svg new file mode 100644 index 0000000000..2c7df446a5 --- /dev/null +++ b/Symbolic/Resources/material-icons/safety_check.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/safety_check.round.svg b/Symbolic/Resources/material-icons/safety_check.round.svg new file mode 100644 index 0000000000..04ee3d0412 --- /dev/null +++ b/Symbolic/Resources/material-icons/safety_check.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/safety_check.sharp.svg b/Symbolic/Resources/material-icons/safety_check.sharp.svg new file mode 100644 index 0000000000..57352d5acf --- /dev/null +++ b/Symbolic/Resources/material-icons/safety_check.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/safety_check.twotone.svg b/Symbolic/Resources/material-icons/safety_check.twotone.svg new file mode 100644 index 0000000000..5cf4cc41bd --- /dev/null +++ b/Symbolic/Resources/material-icons/safety_check.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/safety_divider.default.svg b/Symbolic/Resources/material-icons/safety_divider.default.svg new file mode 100644 index 0000000000..894e89798b --- /dev/null +++ b/Symbolic/Resources/material-icons/safety_divider.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/safety_divider.outlined.svg b/Symbolic/Resources/material-icons/safety_divider.outlined.svg new file mode 100644 index 0000000000..894e89798b --- /dev/null +++ b/Symbolic/Resources/material-icons/safety_divider.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/safety_divider.round.svg b/Symbolic/Resources/material-icons/safety_divider.round.svg new file mode 100644 index 0000000000..894e89798b --- /dev/null +++ b/Symbolic/Resources/material-icons/safety_divider.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/safety_divider.sharp.svg b/Symbolic/Resources/material-icons/safety_divider.sharp.svg new file mode 100644 index 0000000000..894e89798b --- /dev/null +++ b/Symbolic/Resources/material-icons/safety_divider.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/safety_divider.twotone.svg b/Symbolic/Resources/material-icons/safety_divider.twotone.svg new file mode 100644 index 0000000000..894e89798b --- /dev/null +++ b/Symbolic/Resources/material-icons/safety_divider.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sailing.default.svg b/Symbolic/Resources/material-icons/sailing.default.svg new file mode 100644 index 0000000000..58e817b64a --- /dev/null +++ b/Symbolic/Resources/material-icons/sailing.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sailing.outlined.svg b/Symbolic/Resources/material-icons/sailing.outlined.svg new file mode 100644 index 0000000000..0e0377eaf5 --- /dev/null +++ b/Symbolic/Resources/material-icons/sailing.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sailing.round.svg b/Symbolic/Resources/material-icons/sailing.round.svg new file mode 100644 index 0000000000..fc52678eea --- /dev/null +++ b/Symbolic/Resources/material-icons/sailing.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sailing.sharp.svg b/Symbolic/Resources/material-icons/sailing.sharp.svg new file mode 100644 index 0000000000..58e817b64a --- /dev/null +++ b/Symbolic/Resources/material-icons/sailing.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sailing.twotone.svg b/Symbolic/Resources/material-icons/sailing.twotone.svg new file mode 100644 index 0000000000..4ba29c2522 --- /dev/null +++ b/Symbolic/Resources/material-icons/sailing.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sanitizer.default.svg b/Symbolic/Resources/material-icons/sanitizer.default.svg new file mode 100644 index 0000000000..632f359c54 --- /dev/null +++ b/Symbolic/Resources/material-icons/sanitizer.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sanitizer.outlined.svg b/Symbolic/Resources/material-icons/sanitizer.outlined.svg new file mode 100644 index 0000000000..a4a6cd6877 --- /dev/null +++ b/Symbolic/Resources/material-icons/sanitizer.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sanitizer.round.svg b/Symbolic/Resources/material-icons/sanitizer.round.svg new file mode 100644 index 0000000000..6dd75cbaf7 --- /dev/null +++ b/Symbolic/Resources/material-icons/sanitizer.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sanitizer.sharp.svg b/Symbolic/Resources/material-icons/sanitizer.sharp.svg new file mode 100644 index 0000000000..632f359c54 --- /dev/null +++ b/Symbolic/Resources/material-icons/sanitizer.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sanitizer.twotone.svg b/Symbolic/Resources/material-icons/sanitizer.twotone.svg new file mode 100644 index 0000000000..80671e1c11 --- /dev/null +++ b/Symbolic/Resources/material-icons/sanitizer.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/satellite.default.svg b/Symbolic/Resources/material-icons/satellite.default.svg new file mode 100644 index 0000000000..3d0f4f7cb0 --- /dev/null +++ b/Symbolic/Resources/material-icons/satellite.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/satellite.outlined.svg b/Symbolic/Resources/material-icons/satellite.outlined.svg new file mode 100644 index 0000000000..4917f38d6b --- /dev/null +++ b/Symbolic/Resources/material-icons/satellite.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/satellite.round.svg b/Symbolic/Resources/material-icons/satellite.round.svg new file mode 100644 index 0000000000..ca46094d66 --- /dev/null +++ b/Symbolic/Resources/material-icons/satellite.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/satellite.sharp.svg b/Symbolic/Resources/material-icons/satellite.sharp.svg new file mode 100644 index 0000000000..4e8fb01bf9 --- /dev/null +++ b/Symbolic/Resources/material-icons/satellite.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/satellite.twotone.svg b/Symbolic/Resources/material-icons/satellite.twotone.svg new file mode 100644 index 0000000000..01a76d509c --- /dev/null +++ b/Symbolic/Resources/material-icons/satellite.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/satellite_alt.default.svg b/Symbolic/Resources/material-icons/satellite_alt.default.svg new file mode 100644 index 0000000000..56b61ae5cc --- /dev/null +++ b/Symbolic/Resources/material-icons/satellite_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/satellite_alt.outlined.svg b/Symbolic/Resources/material-icons/satellite_alt.outlined.svg new file mode 100644 index 0000000000..767e133836 --- /dev/null +++ b/Symbolic/Resources/material-icons/satellite_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/satellite_alt.round.svg b/Symbolic/Resources/material-icons/satellite_alt.round.svg new file mode 100644 index 0000000000..5e602fd22d --- /dev/null +++ b/Symbolic/Resources/material-icons/satellite_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/satellite_alt.sharp.svg b/Symbolic/Resources/material-icons/satellite_alt.sharp.svg new file mode 100644 index 0000000000..35211e1217 --- /dev/null +++ b/Symbolic/Resources/material-icons/satellite_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/satellite_alt.twotone.svg b/Symbolic/Resources/material-icons/satellite_alt.twotone.svg new file mode 100644 index 0000000000..63f4b463c1 --- /dev/null +++ b/Symbolic/Resources/material-icons/satellite_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/save.default.svg b/Symbolic/Resources/material-icons/save.default.svg new file mode 100644 index 0000000000..b32e097c8e --- /dev/null +++ b/Symbolic/Resources/material-icons/save.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/save.outlined.svg b/Symbolic/Resources/material-icons/save.outlined.svg new file mode 100644 index 0000000000..079b11bd0f --- /dev/null +++ b/Symbolic/Resources/material-icons/save.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/save.round.svg b/Symbolic/Resources/material-icons/save.round.svg new file mode 100644 index 0000000000..d1efab5596 --- /dev/null +++ b/Symbolic/Resources/material-icons/save.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/save.sharp.svg b/Symbolic/Resources/material-icons/save.sharp.svg new file mode 100644 index 0000000000..988b0a1744 --- /dev/null +++ b/Symbolic/Resources/material-icons/save.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/save.twotone.svg b/Symbolic/Resources/material-icons/save.twotone.svg new file mode 100644 index 0000000000..ed17973526 --- /dev/null +++ b/Symbolic/Resources/material-icons/save.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/save_alt.default.svg b/Symbolic/Resources/material-icons/save_alt.default.svg new file mode 100644 index 0000000000..00fc8adaf3 --- /dev/null +++ b/Symbolic/Resources/material-icons/save_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/save_alt.outlined.svg b/Symbolic/Resources/material-icons/save_alt.outlined.svg new file mode 100644 index 0000000000..db6d03f96b --- /dev/null +++ b/Symbolic/Resources/material-icons/save_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/save_alt.round.svg b/Symbolic/Resources/material-icons/save_alt.round.svg new file mode 100644 index 0000000000..d8965e1581 --- /dev/null +++ b/Symbolic/Resources/material-icons/save_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/save_alt.sharp.svg b/Symbolic/Resources/material-icons/save_alt.sharp.svg new file mode 100644 index 0000000000..438bfb374c --- /dev/null +++ b/Symbolic/Resources/material-icons/save_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/save_alt.twotone.svg b/Symbolic/Resources/material-icons/save_alt.twotone.svg new file mode 100644 index 0000000000..db6d03f96b --- /dev/null +++ b/Symbolic/Resources/material-icons/save_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/save_as.default.svg b/Symbolic/Resources/material-icons/save_as.default.svg new file mode 100644 index 0000000000..9970132cc8 --- /dev/null +++ b/Symbolic/Resources/material-icons/save_as.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/save_as.outlined.svg b/Symbolic/Resources/material-icons/save_as.outlined.svg new file mode 100644 index 0000000000..04947a16df --- /dev/null +++ b/Symbolic/Resources/material-icons/save_as.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/save_as.round.svg b/Symbolic/Resources/material-icons/save_as.round.svg new file mode 100644 index 0000000000..c67f154ddc --- /dev/null +++ b/Symbolic/Resources/material-icons/save_as.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/save_as.sharp.svg b/Symbolic/Resources/material-icons/save_as.sharp.svg new file mode 100644 index 0000000000..e7244b6215 --- /dev/null +++ b/Symbolic/Resources/material-icons/save_as.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/save_as.twotone.svg b/Symbolic/Resources/material-icons/save_as.twotone.svg new file mode 100644 index 0000000000..ff0a4b3a38 --- /dev/null +++ b/Symbolic/Resources/material-icons/save_as.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/saved_search.default.svg b/Symbolic/Resources/material-icons/saved_search.default.svg new file mode 100644 index 0000000000..eed8b8646a --- /dev/null +++ b/Symbolic/Resources/material-icons/saved_search.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/saved_search.outlined.svg b/Symbolic/Resources/material-icons/saved_search.outlined.svg new file mode 100644 index 0000000000..2a2f66b5c9 --- /dev/null +++ b/Symbolic/Resources/material-icons/saved_search.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/saved_search.round.svg b/Symbolic/Resources/material-icons/saved_search.round.svg new file mode 100644 index 0000000000..9c41b49f0d --- /dev/null +++ b/Symbolic/Resources/material-icons/saved_search.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/saved_search.sharp.svg b/Symbolic/Resources/material-icons/saved_search.sharp.svg new file mode 100644 index 0000000000..2a2f66b5c9 --- /dev/null +++ b/Symbolic/Resources/material-icons/saved_search.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/saved_search.twotone.svg b/Symbolic/Resources/material-icons/saved_search.twotone.svg new file mode 100644 index 0000000000..89d16fc469 --- /dev/null +++ b/Symbolic/Resources/material-icons/saved_search.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/savings.default.svg b/Symbolic/Resources/material-icons/savings.default.svg new file mode 100644 index 0000000000..463373e8fb --- /dev/null +++ b/Symbolic/Resources/material-icons/savings.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/savings.outlined.svg b/Symbolic/Resources/material-icons/savings.outlined.svg new file mode 100644 index 0000000000..85461b2fd8 --- /dev/null +++ b/Symbolic/Resources/material-icons/savings.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/savings.round.svg b/Symbolic/Resources/material-icons/savings.round.svg new file mode 100644 index 0000000000..34954b93aa --- /dev/null +++ b/Symbolic/Resources/material-icons/savings.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/savings.sharp.svg b/Symbolic/Resources/material-icons/savings.sharp.svg new file mode 100644 index 0000000000..6aa6ebff70 --- /dev/null +++ b/Symbolic/Resources/material-icons/savings.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/savings.twotone.svg b/Symbolic/Resources/material-icons/savings.twotone.svg new file mode 100644 index 0000000000..4610b0500e --- /dev/null +++ b/Symbolic/Resources/material-icons/savings.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/scale.default.svg b/Symbolic/Resources/material-icons/scale.default.svg new file mode 100644 index 0000000000..d619e74ea8 --- /dev/null +++ b/Symbolic/Resources/material-icons/scale.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/scale.outlined.svg b/Symbolic/Resources/material-icons/scale.outlined.svg new file mode 100644 index 0000000000..0e34c1e32a --- /dev/null +++ b/Symbolic/Resources/material-icons/scale.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/scale.round.svg b/Symbolic/Resources/material-icons/scale.round.svg new file mode 100644 index 0000000000..3e32c2c66b --- /dev/null +++ b/Symbolic/Resources/material-icons/scale.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/scale.sharp.svg b/Symbolic/Resources/material-icons/scale.sharp.svg new file mode 100644 index 0000000000..d619e74ea8 --- /dev/null +++ b/Symbolic/Resources/material-icons/scale.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/scale.twotone.svg b/Symbolic/Resources/material-icons/scale.twotone.svg new file mode 100644 index 0000000000..32a0a95032 --- /dev/null +++ b/Symbolic/Resources/material-icons/scale.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/scanner.default.svg b/Symbolic/Resources/material-icons/scanner.default.svg new file mode 100644 index 0000000000..abe2a5512b --- /dev/null +++ b/Symbolic/Resources/material-icons/scanner.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/scanner.outlined.svg b/Symbolic/Resources/material-icons/scanner.outlined.svg new file mode 100644 index 0000000000..1ad15c66dc --- /dev/null +++ b/Symbolic/Resources/material-icons/scanner.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/scanner.round.svg b/Symbolic/Resources/material-icons/scanner.round.svg new file mode 100644 index 0000000000..389301152d --- /dev/null +++ b/Symbolic/Resources/material-icons/scanner.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/scanner.sharp.svg b/Symbolic/Resources/material-icons/scanner.sharp.svg new file mode 100644 index 0000000000..32d53e1f8b --- /dev/null +++ b/Symbolic/Resources/material-icons/scanner.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/scanner.twotone.svg b/Symbolic/Resources/material-icons/scanner.twotone.svg new file mode 100644 index 0000000000..93d5e67abe --- /dev/null +++ b/Symbolic/Resources/material-icons/scanner.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/scatter_plot.default.svg b/Symbolic/Resources/material-icons/scatter_plot.default.svg new file mode 100644 index 0000000000..06edd7efd9 --- /dev/null +++ b/Symbolic/Resources/material-icons/scatter_plot.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/scatter_plot.outlined.svg b/Symbolic/Resources/material-icons/scatter_plot.outlined.svg new file mode 100644 index 0000000000..6b7422046e --- /dev/null +++ b/Symbolic/Resources/material-icons/scatter_plot.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/scatter_plot.round.svg b/Symbolic/Resources/material-icons/scatter_plot.round.svg new file mode 100644 index 0000000000..ab3e4dbdb0 --- /dev/null +++ b/Symbolic/Resources/material-icons/scatter_plot.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/scatter_plot.sharp.svg b/Symbolic/Resources/material-icons/scatter_plot.sharp.svg new file mode 100644 index 0000000000..39f11c4751 --- /dev/null +++ b/Symbolic/Resources/material-icons/scatter_plot.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/scatter_plot.twotone.svg b/Symbolic/Resources/material-icons/scatter_plot.twotone.svg new file mode 100644 index 0000000000..a7698e1f99 --- /dev/null +++ b/Symbolic/Resources/material-icons/scatter_plot.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/schedule.default.svg b/Symbolic/Resources/material-icons/schedule.default.svg new file mode 100644 index 0000000000..a8993658a9 --- /dev/null +++ b/Symbolic/Resources/material-icons/schedule.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/schedule.outlined.svg b/Symbolic/Resources/material-icons/schedule.outlined.svg new file mode 100644 index 0000000000..7eefbb9b5c --- /dev/null +++ b/Symbolic/Resources/material-icons/schedule.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/schedule.round.svg b/Symbolic/Resources/material-icons/schedule.round.svg new file mode 100644 index 0000000000..e2c877d53a --- /dev/null +++ b/Symbolic/Resources/material-icons/schedule.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/schedule.sharp.svg b/Symbolic/Resources/material-icons/schedule.sharp.svg new file mode 100644 index 0000000000..7eefbb9b5c --- /dev/null +++ b/Symbolic/Resources/material-icons/schedule.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/schedule.twotone.svg b/Symbolic/Resources/material-icons/schedule.twotone.svg new file mode 100644 index 0000000000..ff2b9e1ae2 --- /dev/null +++ b/Symbolic/Resources/material-icons/schedule.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/schedule_send.default.svg b/Symbolic/Resources/material-icons/schedule_send.default.svg new file mode 100644 index 0000000000..fa34306fbf --- /dev/null +++ b/Symbolic/Resources/material-icons/schedule_send.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/schedule_send.outlined.svg b/Symbolic/Resources/material-icons/schedule_send.outlined.svg new file mode 100644 index 0000000000..eb3ee393ed --- /dev/null +++ b/Symbolic/Resources/material-icons/schedule_send.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/schedule_send.round.svg b/Symbolic/Resources/material-icons/schedule_send.round.svg new file mode 100644 index 0000000000..ad31853fd4 --- /dev/null +++ b/Symbolic/Resources/material-icons/schedule_send.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/schedule_send.sharp.svg b/Symbolic/Resources/material-icons/schedule_send.sharp.svg new file mode 100644 index 0000000000..c1b4f5bee0 --- /dev/null +++ b/Symbolic/Resources/material-icons/schedule_send.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/schedule_send.twotone.svg b/Symbolic/Resources/material-icons/schedule_send.twotone.svg new file mode 100644 index 0000000000..fda2a8962b --- /dev/null +++ b/Symbolic/Resources/material-icons/schedule_send.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/schema.default.svg b/Symbolic/Resources/material-icons/schema.default.svg new file mode 100644 index 0000000000..812913e746 --- /dev/null +++ b/Symbolic/Resources/material-icons/schema.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/schema.outlined.svg b/Symbolic/Resources/material-icons/schema.outlined.svg new file mode 100644 index 0000000000..8ad621ae7a --- /dev/null +++ b/Symbolic/Resources/material-icons/schema.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/schema.round.svg b/Symbolic/Resources/material-icons/schema.round.svg new file mode 100644 index 0000000000..491517b55f --- /dev/null +++ b/Symbolic/Resources/material-icons/schema.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/schema.sharp.svg b/Symbolic/Resources/material-icons/schema.sharp.svg new file mode 100644 index 0000000000..812913e746 --- /dev/null +++ b/Symbolic/Resources/material-icons/schema.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/schema.twotone.svg b/Symbolic/Resources/material-icons/schema.twotone.svg new file mode 100644 index 0000000000..0b53138d67 --- /dev/null +++ b/Symbolic/Resources/material-icons/schema.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/school.default.svg b/Symbolic/Resources/material-icons/school.default.svg new file mode 100644 index 0000000000..14f3d961c4 --- /dev/null +++ b/Symbolic/Resources/material-icons/school.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/school.outlined.svg b/Symbolic/Resources/material-icons/school.outlined.svg new file mode 100644 index 0000000000..4d1e9b8540 --- /dev/null +++ b/Symbolic/Resources/material-icons/school.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/school.round.svg b/Symbolic/Resources/material-icons/school.round.svg new file mode 100644 index 0000000000..9487a1f439 --- /dev/null +++ b/Symbolic/Resources/material-icons/school.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/school.sharp.svg b/Symbolic/Resources/material-icons/school.sharp.svg new file mode 100644 index 0000000000..0321ffddb5 --- /dev/null +++ b/Symbolic/Resources/material-icons/school.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/school.twotone.svg b/Symbolic/Resources/material-icons/school.twotone.svg new file mode 100644 index 0000000000..0e54376b32 --- /dev/null +++ b/Symbolic/Resources/material-icons/school.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/science.default.svg b/Symbolic/Resources/material-icons/science.default.svg new file mode 100644 index 0000000000..0f2cab5600 --- /dev/null +++ b/Symbolic/Resources/material-icons/science.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/science.outlined.svg b/Symbolic/Resources/material-icons/science.outlined.svg new file mode 100644 index 0000000000..54dcbdcd5b --- /dev/null +++ b/Symbolic/Resources/material-icons/science.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/science.round.svg b/Symbolic/Resources/material-icons/science.round.svg new file mode 100644 index 0000000000..3c45bd6b13 --- /dev/null +++ b/Symbolic/Resources/material-icons/science.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/science.sharp.svg b/Symbolic/Resources/material-icons/science.sharp.svg new file mode 100644 index 0000000000..0f2cab5600 --- /dev/null +++ b/Symbolic/Resources/material-icons/science.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/science.twotone.svg b/Symbolic/Resources/material-icons/science.twotone.svg new file mode 100644 index 0000000000..38524a6251 --- /dev/null +++ b/Symbolic/Resources/material-icons/science.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/score.default.svg b/Symbolic/Resources/material-icons/score.default.svg new file mode 100644 index 0000000000..7ebfb2c1d4 --- /dev/null +++ b/Symbolic/Resources/material-icons/score.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/score.outlined.svg b/Symbolic/Resources/material-icons/score.outlined.svg new file mode 100644 index 0000000000..bdcab4d5be --- /dev/null +++ b/Symbolic/Resources/material-icons/score.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/score.round.svg b/Symbolic/Resources/material-icons/score.round.svg new file mode 100644 index 0000000000..23643ae4bf --- /dev/null +++ b/Symbolic/Resources/material-icons/score.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/score.sharp.svg b/Symbolic/Resources/material-icons/score.sharp.svg new file mode 100644 index 0000000000..8d92b2967a --- /dev/null +++ b/Symbolic/Resources/material-icons/score.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/score.twotone.svg b/Symbolic/Resources/material-icons/score.twotone.svg new file mode 100644 index 0000000000..b947ceaf5e --- /dev/null +++ b/Symbolic/Resources/material-icons/score.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/scoreboard.default.svg b/Symbolic/Resources/material-icons/scoreboard.default.svg new file mode 100644 index 0000000000..ae185bda5a --- /dev/null +++ b/Symbolic/Resources/material-icons/scoreboard.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/scoreboard.outlined.svg b/Symbolic/Resources/material-icons/scoreboard.outlined.svg new file mode 100644 index 0000000000..49a5c6b1f3 --- /dev/null +++ b/Symbolic/Resources/material-icons/scoreboard.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/scoreboard.round.svg b/Symbolic/Resources/material-icons/scoreboard.round.svg new file mode 100644 index 0000000000..d61f928637 --- /dev/null +++ b/Symbolic/Resources/material-icons/scoreboard.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/scoreboard.sharp.svg b/Symbolic/Resources/material-icons/scoreboard.sharp.svg new file mode 100644 index 0000000000..f0ee2d3242 --- /dev/null +++ b/Symbolic/Resources/material-icons/scoreboard.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/scoreboard.twotone.svg b/Symbolic/Resources/material-icons/scoreboard.twotone.svg new file mode 100644 index 0000000000..7490aeeba3 --- /dev/null +++ b/Symbolic/Resources/material-icons/scoreboard.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screen_lock_landscape.default.svg b/Symbolic/Resources/material-icons/screen_lock_landscape.default.svg new file mode 100644 index 0000000000..53a1487b3e --- /dev/null +++ b/Symbolic/Resources/material-icons/screen_lock_landscape.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screen_lock_landscape.outlined.svg b/Symbolic/Resources/material-icons/screen_lock_landscape.outlined.svg new file mode 100644 index 0000000000..b327f5275e --- /dev/null +++ b/Symbolic/Resources/material-icons/screen_lock_landscape.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screen_lock_landscape.round.svg b/Symbolic/Resources/material-icons/screen_lock_landscape.round.svg new file mode 100644 index 0000000000..1af40c825b --- /dev/null +++ b/Symbolic/Resources/material-icons/screen_lock_landscape.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screen_lock_landscape.sharp.svg b/Symbolic/Resources/material-icons/screen_lock_landscape.sharp.svg new file mode 100644 index 0000000000..da6115bb01 --- /dev/null +++ b/Symbolic/Resources/material-icons/screen_lock_landscape.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screen_lock_landscape.twotone.svg b/Symbolic/Resources/material-icons/screen_lock_landscape.twotone.svg new file mode 100644 index 0000000000..2199e716f4 --- /dev/null +++ b/Symbolic/Resources/material-icons/screen_lock_landscape.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screen_lock_portrait.default.svg b/Symbolic/Resources/material-icons/screen_lock_portrait.default.svg new file mode 100644 index 0000000000..8fdb9c79cc --- /dev/null +++ b/Symbolic/Resources/material-icons/screen_lock_portrait.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screen_lock_portrait.outlined.svg b/Symbolic/Resources/material-icons/screen_lock_portrait.outlined.svg new file mode 100644 index 0000000000..9b740b252b --- /dev/null +++ b/Symbolic/Resources/material-icons/screen_lock_portrait.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screen_lock_portrait.round.svg b/Symbolic/Resources/material-icons/screen_lock_portrait.round.svg new file mode 100644 index 0000000000..35ca57d797 --- /dev/null +++ b/Symbolic/Resources/material-icons/screen_lock_portrait.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screen_lock_portrait.sharp.svg b/Symbolic/Resources/material-icons/screen_lock_portrait.sharp.svg new file mode 100644 index 0000000000..f0fbd0117f --- /dev/null +++ b/Symbolic/Resources/material-icons/screen_lock_portrait.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screen_lock_portrait.twotone.svg b/Symbolic/Resources/material-icons/screen_lock_portrait.twotone.svg new file mode 100644 index 0000000000..4f55ccaa51 --- /dev/null +++ b/Symbolic/Resources/material-icons/screen_lock_portrait.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screen_lock_rotation.default.svg b/Symbolic/Resources/material-icons/screen_lock_rotation.default.svg new file mode 100644 index 0000000000..d184eb8f7e --- /dev/null +++ b/Symbolic/Resources/material-icons/screen_lock_rotation.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screen_lock_rotation.outlined.svg b/Symbolic/Resources/material-icons/screen_lock_rotation.outlined.svg new file mode 100644 index 0000000000..842a30fe04 --- /dev/null +++ b/Symbolic/Resources/material-icons/screen_lock_rotation.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screen_lock_rotation.round.svg b/Symbolic/Resources/material-icons/screen_lock_rotation.round.svg new file mode 100644 index 0000000000..41a19884cf --- /dev/null +++ b/Symbolic/Resources/material-icons/screen_lock_rotation.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screen_lock_rotation.sharp.svg b/Symbolic/Resources/material-icons/screen_lock_rotation.sharp.svg new file mode 100644 index 0000000000..0182d6888a --- /dev/null +++ b/Symbolic/Resources/material-icons/screen_lock_rotation.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screen_lock_rotation.twotone.svg b/Symbolic/Resources/material-icons/screen_lock_rotation.twotone.svg new file mode 100644 index 0000000000..842a30fe04 --- /dev/null +++ b/Symbolic/Resources/material-icons/screen_lock_rotation.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screen_rotation.default.svg b/Symbolic/Resources/material-icons/screen_rotation.default.svg new file mode 100644 index 0000000000..25d14ec0a8 --- /dev/null +++ b/Symbolic/Resources/material-icons/screen_rotation.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screen_rotation.outlined.svg b/Symbolic/Resources/material-icons/screen_rotation.outlined.svg new file mode 100644 index 0000000000..07567d40aa --- /dev/null +++ b/Symbolic/Resources/material-icons/screen_rotation.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screen_rotation.round.svg b/Symbolic/Resources/material-icons/screen_rotation.round.svg new file mode 100644 index 0000000000..f422b3f143 --- /dev/null +++ b/Symbolic/Resources/material-icons/screen_rotation.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screen_rotation.sharp.svg b/Symbolic/Resources/material-icons/screen_rotation.sharp.svg new file mode 100644 index 0000000000..9a8a4efd61 --- /dev/null +++ b/Symbolic/Resources/material-icons/screen_rotation.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screen_rotation.twotone.svg b/Symbolic/Resources/material-icons/screen_rotation.twotone.svg new file mode 100644 index 0000000000..518f7e0632 --- /dev/null +++ b/Symbolic/Resources/material-icons/screen_rotation.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screen_rotation_alt.default.svg b/Symbolic/Resources/material-icons/screen_rotation_alt.default.svg new file mode 100644 index 0000000000..12a610eb1c --- /dev/null +++ b/Symbolic/Resources/material-icons/screen_rotation_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screen_rotation_alt.outlined.svg b/Symbolic/Resources/material-icons/screen_rotation_alt.outlined.svg new file mode 100644 index 0000000000..12a610eb1c --- /dev/null +++ b/Symbolic/Resources/material-icons/screen_rotation_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screen_rotation_alt.round.svg b/Symbolic/Resources/material-icons/screen_rotation_alt.round.svg new file mode 100644 index 0000000000..be53601ef5 --- /dev/null +++ b/Symbolic/Resources/material-icons/screen_rotation_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screen_rotation_alt.sharp.svg b/Symbolic/Resources/material-icons/screen_rotation_alt.sharp.svg new file mode 100644 index 0000000000..31ab9a2e25 --- /dev/null +++ b/Symbolic/Resources/material-icons/screen_rotation_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screen_rotation_alt.twotone.svg b/Symbolic/Resources/material-icons/screen_rotation_alt.twotone.svg new file mode 100644 index 0000000000..12a610eb1c --- /dev/null +++ b/Symbolic/Resources/material-icons/screen_rotation_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screen_search_desktop.default.svg b/Symbolic/Resources/material-icons/screen_search_desktop.default.svg new file mode 100644 index 0000000000..7d5bed5277 --- /dev/null +++ b/Symbolic/Resources/material-icons/screen_search_desktop.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screen_search_desktop.outlined.svg b/Symbolic/Resources/material-icons/screen_search_desktop.outlined.svg new file mode 100644 index 0000000000..14cc807577 --- /dev/null +++ b/Symbolic/Resources/material-icons/screen_search_desktop.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screen_search_desktop.round.svg b/Symbolic/Resources/material-icons/screen_search_desktop.round.svg new file mode 100644 index 0000000000..3530353ec4 --- /dev/null +++ b/Symbolic/Resources/material-icons/screen_search_desktop.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screen_search_desktop.sharp.svg b/Symbolic/Resources/material-icons/screen_search_desktop.sharp.svg new file mode 100644 index 0000000000..9e8a2dd473 --- /dev/null +++ b/Symbolic/Resources/material-icons/screen_search_desktop.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screen_search_desktop.twotone.svg b/Symbolic/Resources/material-icons/screen_search_desktop.twotone.svg new file mode 100644 index 0000000000..619b23c74e --- /dev/null +++ b/Symbolic/Resources/material-icons/screen_search_desktop.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screen_share.default.svg b/Symbolic/Resources/material-icons/screen_share.default.svg new file mode 100644 index 0000000000..c3e3baad8e --- /dev/null +++ b/Symbolic/Resources/material-icons/screen_share.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screen_share.outlined.svg b/Symbolic/Resources/material-icons/screen_share.outlined.svg new file mode 100644 index 0000000000..fcb0871d8f --- /dev/null +++ b/Symbolic/Resources/material-icons/screen_share.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screen_share.round.svg b/Symbolic/Resources/material-icons/screen_share.round.svg new file mode 100644 index 0000000000..a031f15b4d --- /dev/null +++ b/Symbolic/Resources/material-icons/screen_share.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screen_share.sharp.svg b/Symbolic/Resources/material-icons/screen_share.sharp.svg new file mode 100644 index 0000000000..8cba3f289c --- /dev/null +++ b/Symbolic/Resources/material-icons/screen_share.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screen_share.twotone.svg b/Symbolic/Resources/material-icons/screen_share.twotone.svg new file mode 100644 index 0000000000..1dc6bdace1 --- /dev/null +++ b/Symbolic/Resources/material-icons/screen_share.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screenshot.default.svg b/Symbolic/Resources/material-icons/screenshot.default.svg new file mode 100644 index 0000000000..7468e7e341 --- /dev/null +++ b/Symbolic/Resources/material-icons/screenshot.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screenshot.outlined.svg b/Symbolic/Resources/material-icons/screenshot.outlined.svg new file mode 100644 index 0000000000..e24905c057 --- /dev/null +++ b/Symbolic/Resources/material-icons/screenshot.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screenshot.round.svg b/Symbolic/Resources/material-icons/screenshot.round.svg new file mode 100644 index 0000000000..2739c929e7 --- /dev/null +++ b/Symbolic/Resources/material-icons/screenshot.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screenshot.sharp.svg b/Symbolic/Resources/material-icons/screenshot.sharp.svg new file mode 100644 index 0000000000..585b78f328 --- /dev/null +++ b/Symbolic/Resources/material-icons/screenshot.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screenshot.twotone.svg b/Symbolic/Resources/material-icons/screenshot.twotone.svg new file mode 100644 index 0000000000..54082564c0 --- /dev/null +++ b/Symbolic/Resources/material-icons/screenshot.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screenshot_monitor.default.svg b/Symbolic/Resources/material-icons/screenshot_monitor.default.svg new file mode 100644 index 0000000000..9b0a992f61 --- /dev/null +++ b/Symbolic/Resources/material-icons/screenshot_monitor.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screenshot_monitor.outlined.svg b/Symbolic/Resources/material-icons/screenshot_monitor.outlined.svg new file mode 100644 index 0000000000..9b0a992f61 --- /dev/null +++ b/Symbolic/Resources/material-icons/screenshot_monitor.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screenshot_monitor.round.svg b/Symbolic/Resources/material-icons/screenshot_monitor.round.svg new file mode 100644 index 0000000000..a03fc5c048 --- /dev/null +++ b/Symbolic/Resources/material-icons/screenshot_monitor.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screenshot_monitor.sharp.svg b/Symbolic/Resources/material-icons/screenshot_monitor.sharp.svg new file mode 100644 index 0000000000..880fc087b7 --- /dev/null +++ b/Symbolic/Resources/material-icons/screenshot_monitor.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/screenshot_monitor.twotone.svg b/Symbolic/Resources/material-icons/screenshot_monitor.twotone.svg new file mode 100644 index 0000000000..d43a8fa841 --- /dev/null +++ b/Symbolic/Resources/material-icons/screenshot_monitor.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/scuba_diving.default.svg b/Symbolic/Resources/material-icons/scuba_diving.default.svg new file mode 100644 index 0000000000..52abbb5618 --- /dev/null +++ b/Symbolic/Resources/material-icons/scuba_diving.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/scuba_diving.outlined.svg b/Symbolic/Resources/material-icons/scuba_diving.outlined.svg new file mode 100644 index 0000000000..52abbb5618 --- /dev/null +++ b/Symbolic/Resources/material-icons/scuba_diving.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/scuba_diving.round.svg b/Symbolic/Resources/material-icons/scuba_diving.round.svg new file mode 100644 index 0000000000..d12b200a5e --- /dev/null +++ b/Symbolic/Resources/material-icons/scuba_diving.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/scuba_diving.sharp.svg b/Symbolic/Resources/material-icons/scuba_diving.sharp.svg new file mode 100644 index 0000000000..52abbb5618 --- /dev/null +++ b/Symbolic/Resources/material-icons/scuba_diving.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/scuba_diving.twotone.svg b/Symbolic/Resources/material-icons/scuba_diving.twotone.svg new file mode 100644 index 0000000000..52abbb5618 --- /dev/null +++ b/Symbolic/Resources/material-icons/scuba_diving.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sd.default.svg b/Symbolic/Resources/material-icons/sd.default.svg new file mode 100644 index 0000000000..8115af368f --- /dev/null +++ b/Symbolic/Resources/material-icons/sd.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sd.outlined.svg b/Symbolic/Resources/material-icons/sd.outlined.svg new file mode 100644 index 0000000000..e130d8cccf --- /dev/null +++ b/Symbolic/Resources/material-icons/sd.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sd.round.svg b/Symbolic/Resources/material-icons/sd.round.svg new file mode 100644 index 0000000000..4d5aa3b47d --- /dev/null +++ b/Symbolic/Resources/material-icons/sd.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sd.sharp.svg b/Symbolic/Resources/material-icons/sd.sharp.svg new file mode 100644 index 0000000000..703134ef25 --- /dev/null +++ b/Symbolic/Resources/material-icons/sd.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sd.twotone.svg b/Symbolic/Resources/material-icons/sd.twotone.svg new file mode 100644 index 0000000000..26ae21d8ce --- /dev/null +++ b/Symbolic/Resources/material-icons/sd.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sd_card.default.svg b/Symbolic/Resources/material-icons/sd_card.default.svg new file mode 100644 index 0000000000..20265fae0d --- /dev/null +++ b/Symbolic/Resources/material-icons/sd_card.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sd_card.outlined.svg b/Symbolic/Resources/material-icons/sd_card.outlined.svg new file mode 100644 index 0000000000..7309d15e82 --- /dev/null +++ b/Symbolic/Resources/material-icons/sd_card.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sd_card.round.svg b/Symbolic/Resources/material-icons/sd_card.round.svg new file mode 100644 index 0000000000..38427cdb57 --- /dev/null +++ b/Symbolic/Resources/material-icons/sd_card.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sd_card.sharp.svg b/Symbolic/Resources/material-icons/sd_card.sharp.svg new file mode 100644 index 0000000000..b0717ba2b4 --- /dev/null +++ b/Symbolic/Resources/material-icons/sd_card.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sd_card.twotone.svg b/Symbolic/Resources/material-icons/sd_card.twotone.svg new file mode 100644 index 0000000000..5c147e15d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/sd_card.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sd_card_alert.default.svg b/Symbolic/Resources/material-icons/sd_card_alert.default.svg new file mode 100644 index 0000000000..fa15331076 --- /dev/null +++ b/Symbolic/Resources/material-icons/sd_card_alert.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sd_card_alert.outlined.svg b/Symbolic/Resources/material-icons/sd_card_alert.outlined.svg new file mode 100644 index 0000000000..c2036fa178 --- /dev/null +++ b/Symbolic/Resources/material-icons/sd_card_alert.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sd_card_alert.round.svg b/Symbolic/Resources/material-icons/sd_card_alert.round.svg new file mode 100644 index 0000000000..98763bd7bb --- /dev/null +++ b/Symbolic/Resources/material-icons/sd_card_alert.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sd_card_alert.sharp.svg b/Symbolic/Resources/material-icons/sd_card_alert.sharp.svg new file mode 100644 index 0000000000..10ea6bebfc --- /dev/null +++ b/Symbolic/Resources/material-icons/sd_card_alert.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sd_card_alert.twotone.svg b/Symbolic/Resources/material-icons/sd_card_alert.twotone.svg new file mode 100644 index 0000000000..b4c1de248e --- /dev/null +++ b/Symbolic/Resources/material-icons/sd_card_alert.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sd_storage.default.svg b/Symbolic/Resources/material-icons/sd_storage.default.svg new file mode 100644 index 0000000000..20265fae0d --- /dev/null +++ b/Symbolic/Resources/material-icons/sd_storage.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sd_storage.outlined.svg b/Symbolic/Resources/material-icons/sd_storage.outlined.svg new file mode 100644 index 0000000000..3daa728225 --- /dev/null +++ b/Symbolic/Resources/material-icons/sd_storage.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sd_storage.round.svg b/Symbolic/Resources/material-icons/sd_storage.round.svg new file mode 100644 index 0000000000..38427cdb57 --- /dev/null +++ b/Symbolic/Resources/material-icons/sd_storage.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sd_storage.sharp.svg b/Symbolic/Resources/material-icons/sd_storage.sharp.svg new file mode 100644 index 0000000000..b0717ba2b4 --- /dev/null +++ b/Symbolic/Resources/material-icons/sd_storage.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sd_storage.twotone.svg b/Symbolic/Resources/material-icons/sd_storage.twotone.svg new file mode 100644 index 0000000000..5c147e15d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/sd_storage.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/search.default.svg b/Symbolic/Resources/material-icons/search.default.svg new file mode 100644 index 0000000000..7c2111eb7e --- /dev/null +++ b/Symbolic/Resources/material-icons/search.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/search.outlined.svg b/Symbolic/Resources/material-icons/search.outlined.svg new file mode 100644 index 0000000000..45ea1457b2 --- /dev/null +++ b/Symbolic/Resources/material-icons/search.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/search.round.svg b/Symbolic/Resources/material-icons/search.round.svg new file mode 100644 index 0000000000..ec974250e2 --- /dev/null +++ b/Symbolic/Resources/material-icons/search.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/search.sharp.svg b/Symbolic/Resources/material-icons/search.sharp.svg new file mode 100644 index 0000000000..45ea1457b2 --- /dev/null +++ b/Symbolic/Resources/material-icons/search.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/search.twotone.svg b/Symbolic/Resources/material-icons/search.twotone.svg new file mode 100644 index 0000000000..45ea1457b2 --- /dev/null +++ b/Symbolic/Resources/material-icons/search.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/search_off.default.svg b/Symbolic/Resources/material-icons/search_off.default.svg new file mode 100644 index 0000000000..1fa5e11f71 --- /dev/null +++ b/Symbolic/Resources/material-icons/search_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/search_off.outlined.svg b/Symbolic/Resources/material-icons/search_off.outlined.svg new file mode 100644 index 0000000000..1fa5e11f71 --- /dev/null +++ b/Symbolic/Resources/material-icons/search_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/search_off.round.svg b/Symbolic/Resources/material-icons/search_off.round.svg new file mode 100644 index 0000000000..6eab94f2de --- /dev/null +++ b/Symbolic/Resources/material-icons/search_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/search_off.sharp.svg b/Symbolic/Resources/material-icons/search_off.sharp.svg new file mode 100644 index 0000000000..1fa5e11f71 --- /dev/null +++ b/Symbolic/Resources/material-icons/search_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/search_off.twotone.svg b/Symbolic/Resources/material-icons/search_off.twotone.svg new file mode 100644 index 0000000000..1fa5e11f71 --- /dev/null +++ b/Symbolic/Resources/material-icons/search_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/security.default.svg b/Symbolic/Resources/material-icons/security.default.svg new file mode 100644 index 0000000000..c49f4de390 --- /dev/null +++ b/Symbolic/Resources/material-icons/security.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/security.outlined.svg b/Symbolic/Resources/material-icons/security.outlined.svg new file mode 100644 index 0000000000..136e3f40b4 --- /dev/null +++ b/Symbolic/Resources/material-icons/security.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/security.round.svg b/Symbolic/Resources/material-icons/security.round.svg new file mode 100644 index 0000000000..7dab20d805 --- /dev/null +++ b/Symbolic/Resources/material-icons/security.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/security.sharp.svg b/Symbolic/Resources/material-icons/security.sharp.svg new file mode 100644 index 0000000000..136e3f40b4 --- /dev/null +++ b/Symbolic/Resources/material-icons/security.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/security.twotone.svg b/Symbolic/Resources/material-icons/security.twotone.svg new file mode 100644 index 0000000000..39ad06193a --- /dev/null +++ b/Symbolic/Resources/material-icons/security.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/security_update.default.svg b/Symbolic/Resources/material-icons/security_update.default.svg new file mode 100644 index 0000000000..25cd84aae8 --- /dev/null +++ b/Symbolic/Resources/material-icons/security_update.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/security_update.outlined.svg b/Symbolic/Resources/material-icons/security_update.outlined.svg new file mode 100644 index 0000000000..efdad02725 --- /dev/null +++ b/Symbolic/Resources/material-icons/security_update.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/security_update.round.svg b/Symbolic/Resources/material-icons/security_update.round.svg new file mode 100644 index 0000000000..c1e7b57536 --- /dev/null +++ b/Symbolic/Resources/material-icons/security_update.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/security_update.sharp.svg b/Symbolic/Resources/material-icons/security_update.sharp.svg new file mode 100644 index 0000000000..8f98a7487b --- /dev/null +++ b/Symbolic/Resources/material-icons/security_update.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/security_update.twotone.svg b/Symbolic/Resources/material-icons/security_update.twotone.svg new file mode 100644 index 0000000000..2a8c67c4c9 --- /dev/null +++ b/Symbolic/Resources/material-icons/security_update.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/security_update_good.default.svg b/Symbolic/Resources/material-icons/security_update_good.default.svg new file mode 100644 index 0000000000..ec9740b972 --- /dev/null +++ b/Symbolic/Resources/material-icons/security_update_good.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/security_update_good.outlined.svg b/Symbolic/Resources/material-icons/security_update_good.outlined.svg new file mode 100644 index 0000000000..43146ed43f --- /dev/null +++ b/Symbolic/Resources/material-icons/security_update_good.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/security_update_good.round.svg b/Symbolic/Resources/material-icons/security_update_good.round.svg new file mode 100644 index 0000000000..012b24b710 --- /dev/null +++ b/Symbolic/Resources/material-icons/security_update_good.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/security_update_good.sharp.svg b/Symbolic/Resources/material-icons/security_update_good.sharp.svg new file mode 100644 index 0000000000..01ab9fcecf --- /dev/null +++ b/Symbolic/Resources/material-icons/security_update_good.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/security_update_good.twotone.svg b/Symbolic/Resources/material-icons/security_update_good.twotone.svg new file mode 100644 index 0000000000..fb64b62a07 --- /dev/null +++ b/Symbolic/Resources/material-icons/security_update_good.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/security_update_warning.default.svg b/Symbolic/Resources/material-icons/security_update_warning.default.svg new file mode 100644 index 0000000000..7de83501fa --- /dev/null +++ b/Symbolic/Resources/material-icons/security_update_warning.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/security_update_warning.outlined.svg b/Symbolic/Resources/material-icons/security_update_warning.outlined.svg new file mode 100644 index 0000000000..aa1330129f --- /dev/null +++ b/Symbolic/Resources/material-icons/security_update_warning.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/security_update_warning.round.svg b/Symbolic/Resources/material-icons/security_update_warning.round.svg new file mode 100644 index 0000000000..55f49c19f4 --- /dev/null +++ b/Symbolic/Resources/material-icons/security_update_warning.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/security_update_warning.sharp.svg b/Symbolic/Resources/material-icons/security_update_warning.sharp.svg new file mode 100644 index 0000000000..df02b4ce9b --- /dev/null +++ b/Symbolic/Resources/material-icons/security_update_warning.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/security_update_warning.twotone.svg b/Symbolic/Resources/material-icons/security_update_warning.twotone.svg new file mode 100644 index 0000000000..34bd20b6a6 --- /dev/null +++ b/Symbolic/Resources/material-icons/security_update_warning.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/segment.default.svg b/Symbolic/Resources/material-icons/segment.default.svg new file mode 100644 index 0000000000..6d1cafa8f8 --- /dev/null +++ b/Symbolic/Resources/material-icons/segment.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/segment.outlined.svg b/Symbolic/Resources/material-icons/segment.outlined.svg new file mode 100644 index 0000000000..c4cd5134e7 --- /dev/null +++ b/Symbolic/Resources/material-icons/segment.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/segment.round.svg b/Symbolic/Resources/material-icons/segment.round.svg new file mode 100644 index 0000000000..1df0389dce --- /dev/null +++ b/Symbolic/Resources/material-icons/segment.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/segment.sharp.svg b/Symbolic/Resources/material-icons/segment.sharp.svg new file mode 100644 index 0000000000..c4cd5134e7 --- /dev/null +++ b/Symbolic/Resources/material-icons/segment.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/segment.twotone.svg b/Symbolic/Resources/material-icons/segment.twotone.svg new file mode 100644 index 0000000000..c4cd5134e7 --- /dev/null +++ b/Symbolic/Resources/material-icons/segment.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/select_all.default.svg b/Symbolic/Resources/material-icons/select_all.default.svg new file mode 100644 index 0000000000..c04f77aa8c --- /dev/null +++ b/Symbolic/Resources/material-icons/select_all.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/select_all.outlined.svg b/Symbolic/Resources/material-icons/select_all.outlined.svg new file mode 100644 index 0000000000..05d555adf0 --- /dev/null +++ b/Symbolic/Resources/material-icons/select_all.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/select_all.round.svg b/Symbolic/Resources/material-icons/select_all.round.svg new file mode 100644 index 0000000000..0dcd65016b --- /dev/null +++ b/Symbolic/Resources/material-icons/select_all.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/select_all.sharp.svg b/Symbolic/Resources/material-icons/select_all.sharp.svg new file mode 100644 index 0000000000..03f011d54f --- /dev/null +++ b/Symbolic/Resources/material-icons/select_all.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/select_all.twotone.svg b/Symbolic/Resources/material-icons/select_all.twotone.svg new file mode 100644 index 0000000000..05d555adf0 --- /dev/null +++ b/Symbolic/Resources/material-icons/select_all.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/self_improvement.default.svg b/Symbolic/Resources/material-icons/self_improvement.default.svg new file mode 100644 index 0000000000..4917fa1f16 --- /dev/null +++ b/Symbolic/Resources/material-icons/self_improvement.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/self_improvement.outlined.svg b/Symbolic/Resources/material-icons/self_improvement.outlined.svg new file mode 100644 index 0000000000..4917fa1f16 --- /dev/null +++ b/Symbolic/Resources/material-icons/self_improvement.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/self_improvement.round.svg b/Symbolic/Resources/material-icons/self_improvement.round.svg new file mode 100644 index 0000000000..4d13d0688c --- /dev/null +++ b/Symbolic/Resources/material-icons/self_improvement.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/self_improvement.sharp.svg b/Symbolic/Resources/material-icons/self_improvement.sharp.svg new file mode 100644 index 0000000000..4917fa1f16 --- /dev/null +++ b/Symbolic/Resources/material-icons/self_improvement.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/self_improvement.twotone.svg b/Symbolic/Resources/material-icons/self_improvement.twotone.svg new file mode 100644 index 0000000000..4917fa1f16 --- /dev/null +++ b/Symbolic/Resources/material-icons/self_improvement.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sell.default.svg b/Symbolic/Resources/material-icons/sell.default.svg new file mode 100644 index 0000000000..47dddbe926 --- /dev/null +++ b/Symbolic/Resources/material-icons/sell.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sell.outlined.svg b/Symbolic/Resources/material-icons/sell.outlined.svg new file mode 100644 index 0000000000..b143df4b36 --- /dev/null +++ b/Symbolic/Resources/material-icons/sell.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sell.round.svg b/Symbolic/Resources/material-icons/sell.round.svg new file mode 100644 index 0000000000..47dddbe926 --- /dev/null +++ b/Symbolic/Resources/material-icons/sell.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sell.sharp.svg b/Symbolic/Resources/material-icons/sell.sharp.svg new file mode 100644 index 0000000000..9aabdf6161 --- /dev/null +++ b/Symbolic/Resources/material-icons/sell.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sell.twotone.svg b/Symbolic/Resources/material-icons/sell.twotone.svg new file mode 100644 index 0000000000..490e32acaf --- /dev/null +++ b/Symbolic/Resources/material-icons/sell.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/send.default.svg b/Symbolic/Resources/material-icons/send.default.svg new file mode 100644 index 0000000000..033ab7a11a --- /dev/null +++ b/Symbolic/Resources/material-icons/send.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/send.outlined.svg b/Symbolic/Resources/material-icons/send.outlined.svg new file mode 100644 index 0000000000..82cac95f03 --- /dev/null +++ b/Symbolic/Resources/material-icons/send.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/send.round.svg b/Symbolic/Resources/material-icons/send.round.svg new file mode 100644 index 0000000000..eac95801a3 --- /dev/null +++ b/Symbolic/Resources/material-icons/send.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/send.sharp.svg b/Symbolic/Resources/material-icons/send.sharp.svg new file mode 100644 index 0000000000..91ff8e6100 --- /dev/null +++ b/Symbolic/Resources/material-icons/send.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/send.twotone.svg b/Symbolic/Resources/material-icons/send.twotone.svg new file mode 100644 index 0000000000..725d1c96e0 --- /dev/null +++ b/Symbolic/Resources/material-icons/send.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/send_and_archive.default.svg b/Symbolic/Resources/material-icons/send_and_archive.default.svg new file mode 100644 index 0000000000..f5e9ed94f1 --- /dev/null +++ b/Symbolic/Resources/material-icons/send_and_archive.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/send_and_archive.outlined.svg b/Symbolic/Resources/material-icons/send_and_archive.outlined.svg new file mode 100644 index 0000000000..e83aa87adf --- /dev/null +++ b/Symbolic/Resources/material-icons/send_and_archive.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/send_and_archive.round.svg b/Symbolic/Resources/material-icons/send_and_archive.round.svg new file mode 100644 index 0000000000..8b162527cd --- /dev/null +++ b/Symbolic/Resources/material-icons/send_and_archive.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/send_and_archive.sharp.svg b/Symbolic/Resources/material-icons/send_and_archive.sharp.svg new file mode 100644 index 0000000000..1969651497 --- /dev/null +++ b/Symbolic/Resources/material-icons/send_and_archive.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/send_and_archive.twotone.svg b/Symbolic/Resources/material-icons/send_and_archive.twotone.svg new file mode 100644 index 0000000000..6f55f8bece --- /dev/null +++ b/Symbolic/Resources/material-icons/send_and_archive.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/send_time_extension.default.svg b/Symbolic/Resources/material-icons/send_time_extension.default.svg new file mode 100644 index 0000000000..498d1cc611 --- /dev/null +++ b/Symbolic/Resources/material-icons/send_time_extension.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/send_time_extension.outlined.svg b/Symbolic/Resources/material-icons/send_time_extension.outlined.svg new file mode 100644 index 0000000000..193af43270 --- /dev/null +++ b/Symbolic/Resources/material-icons/send_time_extension.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/send_time_extension.round.svg b/Symbolic/Resources/material-icons/send_time_extension.round.svg new file mode 100644 index 0000000000..2eb0809946 --- /dev/null +++ b/Symbolic/Resources/material-icons/send_time_extension.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/send_time_extension.sharp.svg b/Symbolic/Resources/material-icons/send_time_extension.sharp.svg new file mode 100644 index 0000000000..0c5c8ec979 --- /dev/null +++ b/Symbolic/Resources/material-icons/send_time_extension.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/send_time_extension.twotone.svg b/Symbolic/Resources/material-icons/send_time_extension.twotone.svg new file mode 100644 index 0000000000..e8e1318567 --- /dev/null +++ b/Symbolic/Resources/material-icons/send_time_extension.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/send_to_mobile.default.svg b/Symbolic/Resources/material-icons/send_to_mobile.default.svg new file mode 100644 index 0000000000..cd39df14a2 --- /dev/null +++ b/Symbolic/Resources/material-icons/send_to_mobile.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/send_to_mobile.outlined.svg b/Symbolic/Resources/material-icons/send_to_mobile.outlined.svg new file mode 100644 index 0000000000..aba1aa0fcb --- /dev/null +++ b/Symbolic/Resources/material-icons/send_to_mobile.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/send_to_mobile.round.svg b/Symbolic/Resources/material-icons/send_to_mobile.round.svg new file mode 100644 index 0000000000..b939e47722 --- /dev/null +++ b/Symbolic/Resources/material-icons/send_to_mobile.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/send_to_mobile.sharp.svg b/Symbolic/Resources/material-icons/send_to_mobile.sharp.svg new file mode 100644 index 0000000000..05257b029d --- /dev/null +++ b/Symbolic/Resources/material-icons/send_to_mobile.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/send_to_mobile.twotone.svg b/Symbolic/Resources/material-icons/send_to_mobile.twotone.svg new file mode 100644 index 0000000000..edf522f458 --- /dev/null +++ b/Symbolic/Resources/material-icons/send_to_mobile.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sensor_door.default.svg b/Symbolic/Resources/material-icons/sensor_door.default.svg new file mode 100644 index 0000000000..41b50a53de --- /dev/null +++ b/Symbolic/Resources/material-icons/sensor_door.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sensor_door.outlined.svg b/Symbolic/Resources/material-icons/sensor_door.outlined.svg new file mode 100644 index 0000000000..f88a388945 --- /dev/null +++ b/Symbolic/Resources/material-icons/sensor_door.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sensor_door.round.svg b/Symbolic/Resources/material-icons/sensor_door.round.svg new file mode 100644 index 0000000000..1173c004c0 --- /dev/null +++ b/Symbolic/Resources/material-icons/sensor_door.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sensor_door.sharp.svg b/Symbolic/Resources/material-icons/sensor_door.sharp.svg new file mode 100644 index 0000000000..10734a036f --- /dev/null +++ b/Symbolic/Resources/material-icons/sensor_door.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sensor_door.twotone.svg b/Symbolic/Resources/material-icons/sensor_door.twotone.svg new file mode 100644 index 0000000000..998e6d1288 --- /dev/null +++ b/Symbolic/Resources/material-icons/sensor_door.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sensor_occupied.default.svg b/Symbolic/Resources/material-icons/sensor_occupied.default.svg new file mode 100644 index 0000000000..da03691792 --- /dev/null +++ b/Symbolic/Resources/material-icons/sensor_occupied.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sensor_occupied.outlined.svg b/Symbolic/Resources/material-icons/sensor_occupied.outlined.svg new file mode 100644 index 0000000000..c892c266c1 --- /dev/null +++ b/Symbolic/Resources/material-icons/sensor_occupied.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sensor_occupied.round.svg b/Symbolic/Resources/material-icons/sensor_occupied.round.svg new file mode 100644 index 0000000000..5d5235bdff --- /dev/null +++ b/Symbolic/Resources/material-icons/sensor_occupied.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sensor_occupied.sharp.svg b/Symbolic/Resources/material-icons/sensor_occupied.sharp.svg new file mode 100644 index 0000000000..da03691792 --- /dev/null +++ b/Symbolic/Resources/material-icons/sensor_occupied.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sensor_occupied.twotone.svg b/Symbolic/Resources/material-icons/sensor_occupied.twotone.svg new file mode 100644 index 0000000000..a8a4ea7efd --- /dev/null +++ b/Symbolic/Resources/material-icons/sensor_occupied.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sensor_window.default.svg b/Symbolic/Resources/material-icons/sensor_window.default.svg new file mode 100644 index 0000000000..fff61fd448 --- /dev/null +++ b/Symbolic/Resources/material-icons/sensor_window.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sensor_window.outlined.svg b/Symbolic/Resources/material-icons/sensor_window.outlined.svg new file mode 100644 index 0000000000..ab7018094f --- /dev/null +++ b/Symbolic/Resources/material-icons/sensor_window.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sensor_window.round.svg b/Symbolic/Resources/material-icons/sensor_window.round.svg new file mode 100644 index 0000000000..fff61fd448 --- /dev/null +++ b/Symbolic/Resources/material-icons/sensor_window.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sensor_window.sharp.svg b/Symbolic/Resources/material-icons/sensor_window.sharp.svg new file mode 100644 index 0000000000..ff166be53c --- /dev/null +++ b/Symbolic/Resources/material-icons/sensor_window.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sensor_window.twotone.svg b/Symbolic/Resources/material-icons/sensor_window.twotone.svg new file mode 100644 index 0000000000..2d3b7073f1 --- /dev/null +++ b/Symbolic/Resources/material-icons/sensor_window.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sensors.default.svg b/Symbolic/Resources/material-icons/sensors.default.svg new file mode 100644 index 0000000000..1e5b104e91 --- /dev/null +++ b/Symbolic/Resources/material-icons/sensors.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sensors.outlined.svg b/Symbolic/Resources/material-icons/sensors.outlined.svg new file mode 100644 index 0000000000..1e5b104e91 --- /dev/null +++ b/Symbolic/Resources/material-icons/sensors.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sensors.round.svg b/Symbolic/Resources/material-icons/sensors.round.svg new file mode 100644 index 0000000000..7502d7f384 --- /dev/null +++ b/Symbolic/Resources/material-icons/sensors.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sensors.sharp.svg b/Symbolic/Resources/material-icons/sensors.sharp.svg new file mode 100644 index 0000000000..1e5b104e91 --- /dev/null +++ b/Symbolic/Resources/material-icons/sensors.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sensors.twotone.svg b/Symbolic/Resources/material-icons/sensors.twotone.svg new file mode 100644 index 0000000000..1e5b104e91 --- /dev/null +++ b/Symbolic/Resources/material-icons/sensors.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sensors_off.default.svg b/Symbolic/Resources/material-icons/sensors_off.default.svg new file mode 100644 index 0000000000..6933f1c86e --- /dev/null +++ b/Symbolic/Resources/material-icons/sensors_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sensors_off.outlined.svg b/Symbolic/Resources/material-icons/sensors_off.outlined.svg new file mode 100644 index 0000000000..6933f1c86e --- /dev/null +++ b/Symbolic/Resources/material-icons/sensors_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sensors_off.round.svg b/Symbolic/Resources/material-icons/sensors_off.round.svg new file mode 100644 index 0000000000..05d6de7d07 --- /dev/null +++ b/Symbolic/Resources/material-icons/sensors_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sensors_off.sharp.svg b/Symbolic/Resources/material-icons/sensors_off.sharp.svg new file mode 100644 index 0000000000..6933f1c86e --- /dev/null +++ b/Symbolic/Resources/material-icons/sensors_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sensors_off.twotone.svg b/Symbolic/Resources/material-icons/sensors_off.twotone.svg new file mode 100644 index 0000000000..6933f1c86e --- /dev/null +++ b/Symbolic/Resources/material-icons/sensors_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sentiment_dissatisfied.default.svg b/Symbolic/Resources/material-icons/sentiment_dissatisfied.default.svg new file mode 100644 index 0000000000..27fb9ff89d --- /dev/null +++ b/Symbolic/Resources/material-icons/sentiment_dissatisfied.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sentiment_dissatisfied.outlined.svg b/Symbolic/Resources/material-icons/sentiment_dissatisfied.outlined.svg new file mode 100644 index 0000000000..2d2ab4f06b --- /dev/null +++ b/Symbolic/Resources/material-icons/sentiment_dissatisfied.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sentiment_dissatisfied.round.svg b/Symbolic/Resources/material-icons/sentiment_dissatisfied.round.svg new file mode 100644 index 0000000000..692d497043 --- /dev/null +++ b/Symbolic/Resources/material-icons/sentiment_dissatisfied.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sentiment_dissatisfied.sharp.svg b/Symbolic/Resources/material-icons/sentiment_dissatisfied.sharp.svg new file mode 100644 index 0000000000..2d2ab4f06b --- /dev/null +++ b/Symbolic/Resources/material-icons/sentiment_dissatisfied.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sentiment_dissatisfied.twotone.svg b/Symbolic/Resources/material-icons/sentiment_dissatisfied.twotone.svg new file mode 100644 index 0000000000..d3889c3aac --- /dev/null +++ b/Symbolic/Resources/material-icons/sentiment_dissatisfied.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sentiment_neutral.default.svg b/Symbolic/Resources/material-icons/sentiment_neutral.default.svg new file mode 100644 index 0000000000..683b43497e --- /dev/null +++ b/Symbolic/Resources/material-icons/sentiment_neutral.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sentiment_neutral.outlined.svg b/Symbolic/Resources/material-icons/sentiment_neutral.outlined.svg new file mode 100644 index 0000000000..e4e00700f4 --- /dev/null +++ b/Symbolic/Resources/material-icons/sentiment_neutral.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sentiment_neutral.round.svg b/Symbolic/Resources/material-icons/sentiment_neutral.round.svg new file mode 100644 index 0000000000..6be8a42353 --- /dev/null +++ b/Symbolic/Resources/material-icons/sentiment_neutral.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sentiment_neutral.sharp.svg b/Symbolic/Resources/material-icons/sentiment_neutral.sharp.svg new file mode 100644 index 0000000000..dcd75baa29 --- /dev/null +++ b/Symbolic/Resources/material-icons/sentiment_neutral.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sentiment_neutral.twotone.svg b/Symbolic/Resources/material-icons/sentiment_neutral.twotone.svg new file mode 100644 index 0000000000..ff02135ff2 --- /dev/null +++ b/Symbolic/Resources/material-icons/sentiment_neutral.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sentiment_satisfied.default.svg b/Symbolic/Resources/material-icons/sentiment_satisfied.default.svg new file mode 100644 index 0000000000..352085d101 --- /dev/null +++ b/Symbolic/Resources/material-icons/sentiment_satisfied.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sentiment_satisfied.outlined.svg b/Symbolic/Resources/material-icons/sentiment_satisfied.outlined.svg new file mode 100644 index 0000000000..602f5e4dd1 --- /dev/null +++ b/Symbolic/Resources/material-icons/sentiment_satisfied.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sentiment_satisfied.round.svg b/Symbolic/Resources/material-icons/sentiment_satisfied.round.svg new file mode 100644 index 0000000000..1aa9162e7d --- /dev/null +++ b/Symbolic/Resources/material-icons/sentiment_satisfied.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sentiment_satisfied.sharp.svg b/Symbolic/Resources/material-icons/sentiment_satisfied.sharp.svg new file mode 100644 index 0000000000..29456c3b7c --- /dev/null +++ b/Symbolic/Resources/material-icons/sentiment_satisfied.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sentiment_satisfied.twotone.svg b/Symbolic/Resources/material-icons/sentiment_satisfied.twotone.svg new file mode 100644 index 0000000000..47c78edef5 --- /dev/null +++ b/Symbolic/Resources/material-icons/sentiment_satisfied.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sentiment_satisfied_alt.default.svg b/Symbolic/Resources/material-icons/sentiment_satisfied_alt.default.svg new file mode 100644 index 0000000000..ad692f98e6 --- /dev/null +++ b/Symbolic/Resources/material-icons/sentiment_satisfied_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sentiment_satisfied_alt.outlined.svg b/Symbolic/Resources/material-icons/sentiment_satisfied_alt.outlined.svg new file mode 100644 index 0000000000..c8e0439a54 --- /dev/null +++ b/Symbolic/Resources/material-icons/sentiment_satisfied_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sentiment_satisfied_alt.round.svg b/Symbolic/Resources/material-icons/sentiment_satisfied_alt.round.svg new file mode 100644 index 0000000000..1aa9162e7d --- /dev/null +++ b/Symbolic/Resources/material-icons/sentiment_satisfied_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sentiment_satisfied_alt.sharp.svg b/Symbolic/Resources/material-icons/sentiment_satisfied_alt.sharp.svg new file mode 100644 index 0000000000..7522cc1dd6 --- /dev/null +++ b/Symbolic/Resources/material-icons/sentiment_satisfied_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sentiment_satisfied_alt.twotone.svg b/Symbolic/Resources/material-icons/sentiment_satisfied_alt.twotone.svg new file mode 100644 index 0000000000..886d0d14d3 --- /dev/null +++ b/Symbolic/Resources/material-icons/sentiment_satisfied_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sentiment_very_dissatisfied.default.svg b/Symbolic/Resources/material-icons/sentiment_very_dissatisfied.default.svg new file mode 100644 index 0000000000..f002576a57 --- /dev/null +++ b/Symbolic/Resources/material-icons/sentiment_very_dissatisfied.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sentiment_very_dissatisfied.outlined.svg b/Symbolic/Resources/material-icons/sentiment_very_dissatisfied.outlined.svg new file mode 100644 index 0000000000..ac0b56646f --- /dev/null +++ b/Symbolic/Resources/material-icons/sentiment_very_dissatisfied.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sentiment_very_dissatisfied.round.svg b/Symbolic/Resources/material-icons/sentiment_very_dissatisfied.round.svg new file mode 100644 index 0000000000..8808691a5f --- /dev/null +++ b/Symbolic/Resources/material-icons/sentiment_very_dissatisfied.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sentiment_very_dissatisfied.sharp.svg b/Symbolic/Resources/material-icons/sentiment_very_dissatisfied.sharp.svg new file mode 100644 index 0000000000..ac0b56646f --- /dev/null +++ b/Symbolic/Resources/material-icons/sentiment_very_dissatisfied.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sentiment_very_dissatisfied.twotone.svg b/Symbolic/Resources/material-icons/sentiment_very_dissatisfied.twotone.svg new file mode 100644 index 0000000000..d466fa897f --- /dev/null +++ b/Symbolic/Resources/material-icons/sentiment_very_dissatisfied.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sentiment_very_satisfied.default.svg b/Symbolic/Resources/material-icons/sentiment_very_satisfied.default.svg new file mode 100644 index 0000000000..eb92601143 --- /dev/null +++ b/Symbolic/Resources/material-icons/sentiment_very_satisfied.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sentiment_very_satisfied.outlined.svg b/Symbolic/Resources/material-icons/sentiment_very_satisfied.outlined.svg new file mode 100644 index 0000000000..9a1806d4c0 --- /dev/null +++ b/Symbolic/Resources/material-icons/sentiment_very_satisfied.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sentiment_very_satisfied.round.svg b/Symbolic/Resources/material-icons/sentiment_very_satisfied.round.svg new file mode 100644 index 0000000000..2f6d4bd33e --- /dev/null +++ b/Symbolic/Resources/material-icons/sentiment_very_satisfied.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sentiment_very_satisfied.sharp.svg b/Symbolic/Resources/material-icons/sentiment_very_satisfied.sharp.svg new file mode 100644 index 0000000000..fbcbde8bc8 --- /dev/null +++ b/Symbolic/Resources/material-icons/sentiment_very_satisfied.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sentiment_very_satisfied.twotone.svg b/Symbolic/Resources/material-icons/sentiment_very_satisfied.twotone.svg new file mode 100644 index 0000000000..86607cbd56 --- /dev/null +++ b/Symbolic/Resources/material-icons/sentiment_very_satisfied.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/set_meal.default.svg b/Symbolic/Resources/material-icons/set_meal.default.svg new file mode 100644 index 0000000000..44949e5428 --- /dev/null +++ b/Symbolic/Resources/material-icons/set_meal.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/set_meal.outlined.svg b/Symbolic/Resources/material-icons/set_meal.outlined.svg new file mode 100644 index 0000000000..5a46f30f18 --- /dev/null +++ b/Symbolic/Resources/material-icons/set_meal.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/set_meal.round.svg b/Symbolic/Resources/material-icons/set_meal.round.svg new file mode 100644 index 0000000000..59f0fd0d5a --- /dev/null +++ b/Symbolic/Resources/material-icons/set_meal.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/set_meal.sharp.svg b/Symbolic/Resources/material-icons/set_meal.sharp.svg new file mode 100644 index 0000000000..146ba00ae2 --- /dev/null +++ b/Symbolic/Resources/material-icons/set_meal.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/set_meal.twotone.svg b/Symbolic/Resources/material-icons/set_meal.twotone.svg new file mode 100644 index 0000000000..a48b57dbac --- /dev/null +++ b/Symbolic/Resources/material-icons/set_meal.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings.default.svg b/Symbolic/Resources/material-icons/settings.default.svg new file mode 100644 index 0000000000..e40c8496e5 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings.outlined.svg b/Symbolic/Resources/material-icons/settings.outlined.svg new file mode 100644 index 0000000000..ce2dc8da2b --- /dev/null +++ b/Symbolic/Resources/material-icons/settings.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings.round.svg b/Symbolic/Resources/material-icons/settings.round.svg new file mode 100644 index 0000000000..683cc77db6 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings.sharp.svg b/Symbolic/Resources/material-icons/settings.sharp.svg new file mode 100644 index 0000000000..ecbdf96dd6 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings.twotone.svg b/Symbolic/Resources/material-icons/settings.twotone.svg new file mode 100644 index 0000000000..a742375d07 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_accessibility.default.svg b/Symbolic/Resources/material-icons/settings_accessibility.default.svg new file mode 100644 index 0000000000..784d3d4d15 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_accessibility.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_accessibility.outlined.svg b/Symbolic/Resources/material-icons/settings_accessibility.outlined.svg new file mode 100644 index 0000000000..784d3d4d15 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_accessibility.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_accessibility.round.svg b/Symbolic/Resources/material-icons/settings_accessibility.round.svg new file mode 100644 index 0000000000..05aa3f9f54 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_accessibility.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_accessibility.sharp.svg b/Symbolic/Resources/material-icons/settings_accessibility.sharp.svg new file mode 100644 index 0000000000..784d3d4d15 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_accessibility.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_accessibility.twotone.svg b/Symbolic/Resources/material-icons/settings_accessibility.twotone.svg new file mode 100644 index 0000000000..784d3d4d15 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_accessibility.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_applications.default.svg b/Symbolic/Resources/material-icons/settings_applications.default.svg new file mode 100644 index 0000000000..25ecc24612 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_applications.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_applications.outlined.svg b/Symbolic/Resources/material-icons/settings_applications.outlined.svg new file mode 100644 index 0000000000..3758f93a2c --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_applications.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_applications.round.svg b/Symbolic/Resources/material-icons/settings_applications.round.svg new file mode 100644 index 0000000000..8106a45466 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_applications.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_applications.sharp.svg b/Symbolic/Resources/material-icons/settings_applications.sharp.svg new file mode 100644 index 0000000000..89c991a808 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_applications.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_applications.twotone.svg b/Symbolic/Resources/material-icons/settings_applications.twotone.svg new file mode 100644 index 0000000000..8ea9373836 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_applications.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_backup_restore.default.svg b/Symbolic/Resources/material-icons/settings_backup_restore.default.svg new file mode 100644 index 0000000000..8f3f1bdeba --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_backup_restore.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_backup_restore.outlined.svg b/Symbolic/Resources/material-icons/settings_backup_restore.outlined.svg new file mode 100644 index 0000000000..5bcec4032a --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_backup_restore.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_backup_restore.round.svg b/Symbolic/Resources/material-icons/settings_backup_restore.round.svg new file mode 100644 index 0000000000..e345c6f10f --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_backup_restore.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_backup_restore.sharp.svg b/Symbolic/Resources/material-icons/settings_backup_restore.sharp.svg new file mode 100644 index 0000000000..5bcec4032a --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_backup_restore.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_backup_restore.twotone.svg b/Symbolic/Resources/material-icons/settings_backup_restore.twotone.svg new file mode 100644 index 0000000000..5bcec4032a --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_backup_restore.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_bluetooth.default.svg b/Symbolic/Resources/material-icons/settings_bluetooth.default.svg new file mode 100644 index 0000000000..2c02bb9d8a --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_bluetooth.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_bluetooth.outlined.svg b/Symbolic/Resources/material-icons/settings_bluetooth.outlined.svg new file mode 100644 index 0000000000..0ca59f1d67 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_bluetooth.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_bluetooth.round.svg b/Symbolic/Resources/material-icons/settings_bluetooth.round.svg new file mode 100644 index 0000000000..0049ce709a --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_bluetooth.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_bluetooth.sharp.svg b/Symbolic/Resources/material-icons/settings_bluetooth.sharp.svg new file mode 100644 index 0000000000..0ca59f1d67 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_bluetooth.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_bluetooth.twotone.svg b/Symbolic/Resources/material-icons/settings_bluetooth.twotone.svg new file mode 100644 index 0000000000..0ca59f1d67 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_bluetooth.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_brightness.default.svg b/Symbolic/Resources/material-icons/settings_brightness.default.svg new file mode 100644 index 0000000000..0eee99dfbd --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_brightness.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_brightness.outlined.svg b/Symbolic/Resources/material-icons/settings_brightness.outlined.svg new file mode 100644 index 0000000000..286ed6c4e2 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_brightness.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_brightness.round.svg b/Symbolic/Resources/material-icons/settings_brightness.round.svg new file mode 100644 index 0000000000..0f58571dd8 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_brightness.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_brightness.sharp.svg b/Symbolic/Resources/material-icons/settings_brightness.sharp.svg new file mode 100644 index 0000000000..9230a7ac35 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_brightness.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_brightness.twotone.svg b/Symbolic/Resources/material-icons/settings_brightness.twotone.svg new file mode 100644 index 0000000000..9578b88594 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_brightness.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_cell.default.svg b/Symbolic/Resources/material-icons/settings_cell.default.svg new file mode 100644 index 0000000000..14667c4b21 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_cell.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_cell.outlined.svg b/Symbolic/Resources/material-icons/settings_cell.outlined.svg new file mode 100644 index 0000000000..fcdf974e3e --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_cell.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_cell.round.svg b/Symbolic/Resources/material-icons/settings_cell.round.svg new file mode 100644 index 0000000000..702c1c067d --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_cell.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_cell.sharp.svg b/Symbolic/Resources/material-icons/settings_cell.sharp.svg new file mode 100644 index 0000000000..5c84801b9d --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_cell.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_cell.twotone.svg b/Symbolic/Resources/material-icons/settings_cell.twotone.svg new file mode 100644 index 0000000000..97e882f5be --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_cell.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_ethernet.default.svg b/Symbolic/Resources/material-icons/settings_ethernet.default.svg new file mode 100644 index 0000000000..05d4a7c07a --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_ethernet.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_ethernet.outlined.svg b/Symbolic/Resources/material-icons/settings_ethernet.outlined.svg new file mode 100644 index 0000000000..5c50724c3c --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_ethernet.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_ethernet.round.svg b/Symbolic/Resources/material-icons/settings_ethernet.round.svg new file mode 100644 index 0000000000..7215d48ffc --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_ethernet.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_ethernet.sharp.svg b/Symbolic/Resources/material-icons/settings_ethernet.sharp.svg new file mode 100644 index 0000000000..5c50724c3c --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_ethernet.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_ethernet.twotone.svg b/Symbolic/Resources/material-icons/settings_ethernet.twotone.svg new file mode 100644 index 0000000000..5c50724c3c --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_ethernet.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_input_antenna.default.svg b/Symbolic/Resources/material-icons/settings_input_antenna.default.svg new file mode 100644 index 0000000000..dec5e26a60 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_input_antenna.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_input_antenna.outlined.svg b/Symbolic/Resources/material-icons/settings_input_antenna.outlined.svg new file mode 100644 index 0000000000..b2289416de --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_input_antenna.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_input_antenna.round.svg b/Symbolic/Resources/material-icons/settings_input_antenna.round.svg new file mode 100644 index 0000000000..843264cd90 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_input_antenna.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_input_antenna.sharp.svg b/Symbolic/Resources/material-icons/settings_input_antenna.sharp.svg new file mode 100644 index 0000000000..b2289416de --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_input_antenna.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_input_antenna.twotone.svg b/Symbolic/Resources/material-icons/settings_input_antenna.twotone.svg new file mode 100644 index 0000000000..b2289416de --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_input_antenna.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_input_component.default.svg b/Symbolic/Resources/material-icons/settings_input_component.default.svg new file mode 100644 index 0000000000..8171d08a3e --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_input_component.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_input_component.outlined.svg b/Symbolic/Resources/material-icons/settings_input_component.outlined.svg new file mode 100644 index 0000000000..352f96b019 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_input_component.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_input_component.round.svg b/Symbolic/Resources/material-icons/settings_input_component.round.svg new file mode 100644 index 0000000000..8fd847e177 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_input_component.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_input_component.sharp.svg b/Symbolic/Resources/material-icons/settings_input_component.sharp.svg new file mode 100644 index 0000000000..9040c54ac9 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_input_component.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_input_component.twotone.svg b/Symbolic/Resources/material-icons/settings_input_component.twotone.svg new file mode 100644 index 0000000000..4a7b9f59fd --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_input_component.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_input_composite.default.svg b/Symbolic/Resources/material-icons/settings_input_composite.default.svg new file mode 100644 index 0000000000..8171d08a3e --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_input_composite.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_input_composite.outlined.svg b/Symbolic/Resources/material-icons/settings_input_composite.outlined.svg new file mode 100644 index 0000000000..352f96b019 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_input_composite.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_input_composite.round.svg b/Symbolic/Resources/material-icons/settings_input_composite.round.svg new file mode 100644 index 0000000000..79a34166e4 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_input_composite.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_input_composite.sharp.svg b/Symbolic/Resources/material-icons/settings_input_composite.sharp.svg new file mode 100644 index 0000000000..9040c54ac9 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_input_composite.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_input_composite.twotone.svg b/Symbolic/Resources/material-icons/settings_input_composite.twotone.svg new file mode 100644 index 0000000000..9c20e0f470 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_input_composite.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_input_hdmi.default.svg b/Symbolic/Resources/material-icons/settings_input_hdmi.default.svg new file mode 100644 index 0000000000..1770f2f751 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_input_hdmi.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_input_hdmi.outlined.svg b/Symbolic/Resources/material-icons/settings_input_hdmi.outlined.svg new file mode 100644 index 0000000000..8027046bfd --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_input_hdmi.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_input_hdmi.round.svg b/Symbolic/Resources/material-icons/settings_input_hdmi.round.svg new file mode 100644 index 0000000000..8aa6dfc4c6 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_input_hdmi.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_input_hdmi.sharp.svg b/Symbolic/Resources/material-icons/settings_input_hdmi.sharp.svg new file mode 100644 index 0000000000..217927947e --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_input_hdmi.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_input_hdmi.twotone.svg b/Symbolic/Resources/material-icons/settings_input_hdmi.twotone.svg new file mode 100644 index 0000000000..13631ecb67 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_input_hdmi.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_input_svideo.default.svg b/Symbolic/Resources/material-icons/settings_input_svideo.default.svg new file mode 100644 index 0000000000..eea64e543c --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_input_svideo.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_input_svideo.outlined.svg b/Symbolic/Resources/material-icons/settings_input_svideo.outlined.svg new file mode 100644 index 0000000000..8bc29afe3f --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_input_svideo.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_input_svideo.round.svg b/Symbolic/Resources/material-icons/settings_input_svideo.round.svg new file mode 100644 index 0000000000..67106b3908 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_input_svideo.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_input_svideo.sharp.svg b/Symbolic/Resources/material-icons/settings_input_svideo.sharp.svg new file mode 100644 index 0000000000..8bc29afe3f --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_input_svideo.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_input_svideo.twotone.svg b/Symbolic/Resources/material-icons/settings_input_svideo.twotone.svg new file mode 100644 index 0000000000..5cb759aaae --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_input_svideo.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_overscan.default.svg b/Symbolic/Resources/material-icons/settings_overscan.default.svg new file mode 100644 index 0000000000..b85482a229 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_overscan.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_overscan.outlined.svg b/Symbolic/Resources/material-icons/settings_overscan.outlined.svg new file mode 100644 index 0000000000..f7934b5d20 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_overscan.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_overscan.round.svg b/Symbolic/Resources/material-icons/settings_overscan.round.svg new file mode 100644 index 0000000000..26674e24f3 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_overscan.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_overscan.sharp.svg b/Symbolic/Resources/material-icons/settings_overscan.sharp.svg new file mode 100644 index 0000000000..5bbc5a1df9 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_overscan.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_overscan.twotone.svg b/Symbolic/Resources/material-icons/settings_overscan.twotone.svg new file mode 100644 index 0000000000..c5ec687c4b --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_overscan.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_phone.default.svg b/Symbolic/Resources/material-icons/settings_phone.default.svg new file mode 100644 index 0000000000..86bd64d380 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_phone.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_phone.outlined.svg b/Symbolic/Resources/material-icons/settings_phone.outlined.svg new file mode 100644 index 0000000000..0f7415172c --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_phone.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_phone.round.svg b/Symbolic/Resources/material-icons/settings_phone.round.svg new file mode 100644 index 0000000000..17844873bf --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_phone.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_phone.sharp.svg b/Symbolic/Resources/material-icons/settings_phone.sharp.svg new file mode 100644 index 0000000000..1071268ba4 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_phone.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_phone.twotone.svg b/Symbolic/Resources/material-icons/settings_phone.twotone.svg new file mode 100644 index 0000000000..f20785f9b9 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_phone.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_power.default.svg b/Symbolic/Resources/material-icons/settings_power.default.svg new file mode 100644 index 0000000000..39d63ed557 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_power.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_power.outlined.svg b/Symbolic/Resources/material-icons/settings_power.outlined.svg new file mode 100644 index 0000000000..c968a85b72 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_power.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_power.round.svg b/Symbolic/Resources/material-icons/settings_power.round.svg new file mode 100644 index 0000000000..9a5102efc8 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_power.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_power.sharp.svg b/Symbolic/Resources/material-icons/settings_power.sharp.svg new file mode 100644 index 0000000000..c968a85b72 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_power.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_power.twotone.svg b/Symbolic/Resources/material-icons/settings_power.twotone.svg new file mode 100644 index 0000000000..c968a85b72 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_power.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_remote.default.svg b/Symbolic/Resources/material-icons/settings_remote.default.svg new file mode 100644 index 0000000000..e4a26b701a --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_remote.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_remote.outlined.svg b/Symbolic/Resources/material-icons/settings_remote.outlined.svg new file mode 100644 index 0000000000..bbdedc9642 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_remote.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_remote.round.svg b/Symbolic/Resources/material-icons/settings_remote.round.svg new file mode 100644 index 0000000000..ef8af4bc8a --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_remote.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_remote.sharp.svg b/Symbolic/Resources/material-icons/settings_remote.sharp.svg new file mode 100644 index 0000000000..d11d4b1234 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_remote.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_remote.twotone.svg b/Symbolic/Resources/material-icons/settings_remote.twotone.svg new file mode 100644 index 0000000000..57d47adcdc --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_remote.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_suggest.default.svg b/Symbolic/Resources/material-icons/settings_suggest.default.svg new file mode 100644 index 0000000000..63d76a4fb1 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_suggest.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_suggest.outlined.svg b/Symbolic/Resources/material-icons/settings_suggest.outlined.svg new file mode 100644 index 0000000000..c1e6ac359f --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_suggest.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_suggest.round.svg b/Symbolic/Resources/material-icons/settings_suggest.round.svg new file mode 100644 index 0000000000..e70346d6a4 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_suggest.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_suggest.sharp.svg b/Symbolic/Resources/material-icons/settings_suggest.sharp.svg new file mode 100644 index 0000000000..63d76a4fb1 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_suggest.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_suggest.twotone.svg b/Symbolic/Resources/material-icons/settings_suggest.twotone.svg new file mode 100644 index 0000000000..d0b3010bba --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_suggest.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_system_daydream.default.svg b/Symbolic/Resources/material-icons/settings_system_daydream.default.svg new file mode 100644 index 0000000000..f8b98459f5 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_system_daydream.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_system_daydream.outlined.svg b/Symbolic/Resources/material-icons/settings_system_daydream.outlined.svg new file mode 100644 index 0000000000..fca28dc2fc --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_system_daydream.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_system_daydream.round.svg b/Symbolic/Resources/material-icons/settings_system_daydream.round.svg new file mode 100644 index 0000000000..eccb4e0d22 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_system_daydream.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_system_daydream.sharp.svg b/Symbolic/Resources/material-icons/settings_system_daydream.sharp.svg new file mode 100644 index 0000000000..e81ecc74bf --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_system_daydream.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_system_daydream.twotone.svg b/Symbolic/Resources/material-icons/settings_system_daydream.twotone.svg new file mode 100644 index 0000000000..d8279156fd --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_system_daydream.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_voice.default.svg b/Symbolic/Resources/material-icons/settings_voice.default.svg new file mode 100644 index 0000000000..5fe59c5869 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_voice.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_voice.outlined.svg b/Symbolic/Resources/material-icons/settings_voice.outlined.svg new file mode 100644 index 0000000000..866c16c7b8 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_voice.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_voice.round.svg b/Symbolic/Resources/material-icons/settings_voice.round.svg new file mode 100644 index 0000000000..8b17a4184a --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_voice.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_voice.sharp.svg b/Symbolic/Resources/material-icons/settings_voice.sharp.svg new file mode 100644 index 0000000000..8eec5eb8f1 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_voice.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/settings_voice.twotone.svg b/Symbolic/Resources/material-icons/settings_voice.twotone.svg new file mode 100644 index 0000000000..bb5ff60949 --- /dev/null +++ b/Symbolic/Resources/material-icons/settings_voice.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/severe_cold.default.svg b/Symbolic/Resources/material-icons/severe_cold.default.svg new file mode 100644 index 0000000000..aff99c8ed4 --- /dev/null +++ b/Symbolic/Resources/material-icons/severe_cold.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/severe_cold.outlined.svg b/Symbolic/Resources/material-icons/severe_cold.outlined.svg new file mode 100644 index 0000000000..aff99c8ed4 --- /dev/null +++ b/Symbolic/Resources/material-icons/severe_cold.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/severe_cold.round.svg b/Symbolic/Resources/material-icons/severe_cold.round.svg new file mode 100644 index 0000000000..83489c1318 --- /dev/null +++ b/Symbolic/Resources/material-icons/severe_cold.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/severe_cold.sharp.svg b/Symbolic/Resources/material-icons/severe_cold.sharp.svg new file mode 100644 index 0000000000..aff99c8ed4 --- /dev/null +++ b/Symbolic/Resources/material-icons/severe_cold.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/severe_cold.twotone.svg b/Symbolic/Resources/material-icons/severe_cold.twotone.svg new file mode 100644 index 0000000000..aff99c8ed4 --- /dev/null +++ b/Symbolic/Resources/material-icons/severe_cold.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shape_line.default.svg b/Symbolic/Resources/material-icons/shape_line.default.svg new file mode 100644 index 0000000000..8dda040ae6 --- /dev/null +++ b/Symbolic/Resources/material-icons/shape_line.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shape_line.outlined.svg b/Symbolic/Resources/material-icons/shape_line.outlined.svg new file mode 100644 index 0000000000..b3e309a7ed --- /dev/null +++ b/Symbolic/Resources/material-icons/shape_line.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shape_line.round.svg b/Symbolic/Resources/material-icons/shape_line.round.svg new file mode 100644 index 0000000000..ce4f31a777 --- /dev/null +++ b/Symbolic/Resources/material-icons/shape_line.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shape_line.sharp.svg b/Symbolic/Resources/material-icons/shape_line.sharp.svg new file mode 100644 index 0000000000..d911a94328 --- /dev/null +++ b/Symbolic/Resources/material-icons/shape_line.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shape_line.twotone.svg b/Symbolic/Resources/material-icons/shape_line.twotone.svg new file mode 100644 index 0000000000..e439a5ade7 --- /dev/null +++ b/Symbolic/Resources/material-icons/shape_line.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/share.default.svg b/Symbolic/Resources/material-icons/share.default.svg new file mode 100644 index 0000000000..07fc6639ed --- /dev/null +++ b/Symbolic/Resources/material-icons/share.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/share.outlined.svg b/Symbolic/Resources/material-icons/share.outlined.svg new file mode 100644 index 0000000000..9d50924df3 --- /dev/null +++ b/Symbolic/Resources/material-icons/share.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/share.round.svg b/Symbolic/Resources/material-icons/share.round.svg new file mode 100644 index 0000000000..adf26c5c36 --- /dev/null +++ b/Symbolic/Resources/material-icons/share.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/share.sharp.svg b/Symbolic/Resources/material-icons/share.sharp.svg new file mode 100644 index 0000000000..adf26c5c36 --- /dev/null +++ b/Symbolic/Resources/material-icons/share.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/share.twotone.svg b/Symbolic/Resources/material-icons/share.twotone.svg new file mode 100644 index 0000000000..00844eb2d1 --- /dev/null +++ b/Symbolic/Resources/material-icons/share.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/share_location.default.svg b/Symbolic/Resources/material-icons/share_location.default.svg new file mode 100644 index 0000000000..dfc3f7bf55 --- /dev/null +++ b/Symbolic/Resources/material-icons/share_location.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/share_location.outlined.svg b/Symbolic/Resources/material-icons/share_location.outlined.svg new file mode 100644 index 0000000000..7a7a343164 --- /dev/null +++ b/Symbolic/Resources/material-icons/share_location.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/share_location.round.svg b/Symbolic/Resources/material-icons/share_location.round.svg new file mode 100644 index 0000000000..30ee53e152 --- /dev/null +++ b/Symbolic/Resources/material-icons/share_location.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/share_location.sharp.svg b/Symbolic/Resources/material-icons/share_location.sharp.svg new file mode 100644 index 0000000000..7a7a343164 --- /dev/null +++ b/Symbolic/Resources/material-icons/share_location.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/share_location.twotone.svg b/Symbolic/Resources/material-icons/share_location.twotone.svg new file mode 100644 index 0000000000..7a7a343164 --- /dev/null +++ b/Symbolic/Resources/material-icons/share_location.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shelves.default.svg b/Symbolic/Resources/material-icons/shelves.default.svg new file mode 100644 index 0000000000..56ac90fef5 --- /dev/null +++ b/Symbolic/Resources/material-icons/shelves.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shield.default.svg b/Symbolic/Resources/material-icons/shield.default.svg new file mode 100644 index 0000000000..47be1e48dd --- /dev/null +++ b/Symbolic/Resources/material-icons/shield.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shield.outlined.svg b/Symbolic/Resources/material-icons/shield.outlined.svg new file mode 100644 index 0000000000..042badf14e --- /dev/null +++ b/Symbolic/Resources/material-icons/shield.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shield.round.svg b/Symbolic/Resources/material-icons/shield.round.svg new file mode 100644 index 0000000000..c8736de6c4 --- /dev/null +++ b/Symbolic/Resources/material-icons/shield.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shield.sharp.svg b/Symbolic/Resources/material-icons/shield.sharp.svg new file mode 100644 index 0000000000..0c81caef51 --- /dev/null +++ b/Symbolic/Resources/material-icons/shield.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shield.twotone.svg b/Symbolic/Resources/material-icons/shield.twotone.svg new file mode 100644 index 0000000000..cb5be73d0b --- /dev/null +++ b/Symbolic/Resources/material-icons/shield.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shield_moon.default.svg b/Symbolic/Resources/material-icons/shield_moon.default.svg new file mode 100644 index 0000000000..c1cdeacbcc --- /dev/null +++ b/Symbolic/Resources/material-icons/shield_moon.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shield_moon.outlined.svg b/Symbolic/Resources/material-icons/shield_moon.outlined.svg new file mode 100644 index 0000000000..d4d155cb94 --- /dev/null +++ b/Symbolic/Resources/material-icons/shield_moon.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shield_moon.round.svg b/Symbolic/Resources/material-icons/shield_moon.round.svg new file mode 100644 index 0000000000..db9ff70334 --- /dev/null +++ b/Symbolic/Resources/material-icons/shield_moon.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shield_moon.sharp.svg b/Symbolic/Resources/material-icons/shield_moon.sharp.svg new file mode 100644 index 0000000000..c1cdeacbcc --- /dev/null +++ b/Symbolic/Resources/material-icons/shield_moon.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shield_moon.twotone.svg b/Symbolic/Resources/material-icons/shield_moon.twotone.svg new file mode 100644 index 0000000000..79f0230917 --- /dev/null +++ b/Symbolic/Resources/material-icons/shield_moon.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shop.default.svg b/Symbolic/Resources/material-icons/shop.default.svg new file mode 100644 index 0000000000..04bee8c424 --- /dev/null +++ b/Symbolic/Resources/material-icons/shop.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shop.outlined.svg b/Symbolic/Resources/material-icons/shop.outlined.svg new file mode 100644 index 0000000000..7a6b585972 --- /dev/null +++ b/Symbolic/Resources/material-icons/shop.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shop.round.svg b/Symbolic/Resources/material-icons/shop.round.svg new file mode 100644 index 0000000000..cce3c831d6 --- /dev/null +++ b/Symbolic/Resources/material-icons/shop.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shop.sharp.svg b/Symbolic/Resources/material-icons/shop.sharp.svg new file mode 100644 index 0000000000..813703acfe --- /dev/null +++ b/Symbolic/Resources/material-icons/shop.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shop.twotone.svg b/Symbolic/Resources/material-icons/shop.twotone.svg new file mode 100644 index 0000000000..7a695ea81d --- /dev/null +++ b/Symbolic/Resources/material-icons/shop.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shop_2.default.svg b/Symbolic/Resources/material-icons/shop_2.default.svg new file mode 100644 index 0000000000..b8973d1077 --- /dev/null +++ b/Symbolic/Resources/material-icons/shop_2.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shop_2.outlined.svg b/Symbolic/Resources/material-icons/shop_2.outlined.svg new file mode 100644 index 0000000000..503d85a526 --- /dev/null +++ b/Symbolic/Resources/material-icons/shop_2.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shop_2.round.svg b/Symbolic/Resources/material-icons/shop_2.round.svg new file mode 100644 index 0000000000..0c0d5aad90 --- /dev/null +++ b/Symbolic/Resources/material-icons/shop_2.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shop_2.sharp.svg b/Symbolic/Resources/material-icons/shop_2.sharp.svg new file mode 100644 index 0000000000..f545678f05 --- /dev/null +++ b/Symbolic/Resources/material-icons/shop_2.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shop_2.twotone.svg b/Symbolic/Resources/material-icons/shop_2.twotone.svg new file mode 100644 index 0000000000..33cdefc976 --- /dev/null +++ b/Symbolic/Resources/material-icons/shop_2.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shop_two.default.svg b/Symbolic/Resources/material-icons/shop_two.default.svg new file mode 100644 index 0000000000..81c711bc90 --- /dev/null +++ b/Symbolic/Resources/material-icons/shop_two.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shop_two.outlined.svg b/Symbolic/Resources/material-icons/shop_two.outlined.svg new file mode 100644 index 0000000000..4e8dd74961 --- /dev/null +++ b/Symbolic/Resources/material-icons/shop_two.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shop_two.round.svg b/Symbolic/Resources/material-icons/shop_two.round.svg new file mode 100644 index 0000000000..8a6d6d6d7c --- /dev/null +++ b/Symbolic/Resources/material-icons/shop_two.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shop_two.sharp.svg b/Symbolic/Resources/material-icons/shop_two.sharp.svg new file mode 100644 index 0000000000..4ed66eff58 --- /dev/null +++ b/Symbolic/Resources/material-icons/shop_two.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shop_two.twotone.svg b/Symbolic/Resources/material-icons/shop_two.twotone.svg new file mode 100644 index 0000000000..081a7269c6 --- /dev/null +++ b/Symbolic/Resources/material-icons/shop_two.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shopping_bag.default.svg b/Symbolic/Resources/material-icons/shopping_bag.default.svg new file mode 100644 index 0000000000..58c3e9c274 --- /dev/null +++ b/Symbolic/Resources/material-icons/shopping_bag.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shopping_bag.outlined.svg b/Symbolic/Resources/material-icons/shopping_bag.outlined.svg new file mode 100644 index 0000000000..91b2f0aef6 --- /dev/null +++ b/Symbolic/Resources/material-icons/shopping_bag.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shopping_bag.round.svg b/Symbolic/Resources/material-icons/shopping_bag.round.svg new file mode 100644 index 0000000000..58c3e9c274 --- /dev/null +++ b/Symbolic/Resources/material-icons/shopping_bag.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shopping_bag.sharp.svg b/Symbolic/Resources/material-icons/shopping_bag.sharp.svg new file mode 100644 index 0000000000..d6d102a1b2 --- /dev/null +++ b/Symbolic/Resources/material-icons/shopping_bag.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shopping_bag.twotone.svg b/Symbolic/Resources/material-icons/shopping_bag.twotone.svg new file mode 100644 index 0000000000..85c218f2c8 --- /dev/null +++ b/Symbolic/Resources/material-icons/shopping_bag.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shopping_basket.default.svg b/Symbolic/Resources/material-icons/shopping_basket.default.svg new file mode 100644 index 0000000000..0cfa6232aa --- /dev/null +++ b/Symbolic/Resources/material-icons/shopping_basket.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shopping_basket.outlined.svg b/Symbolic/Resources/material-icons/shopping_basket.outlined.svg new file mode 100644 index 0000000000..e0930853b3 --- /dev/null +++ b/Symbolic/Resources/material-icons/shopping_basket.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shopping_basket.round.svg b/Symbolic/Resources/material-icons/shopping_basket.round.svg new file mode 100644 index 0000000000..ed9d729d7f --- /dev/null +++ b/Symbolic/Resources/material-icons/shopping_basket.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shopping_basket.sharp.svg b/Symbolic/Resources/material-icons/shopping_basket.sharp.svg new file mode 100644 index 0000000000..da7188775d --- /dev/null +++ b/Symbolic/Resources/material-icons/shopping_basket.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shopping_basket.twotone.svg b/Symbolic/Resources/material-icons/shopping_basket.twotone.svg new file mode 100644 index 0000000000..50dc0ebd71 --- /dev/null +++ b/Symbolic/Resources/material-icons/shopping_basket.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shopping_cart.default.svg b/Symbolic/Resources/material-icons/shopping_cart.default.svg new file mode 100644 index 0000000000..81e8dcd54d --- /dev/null +++ b/Symbolic/Resources/material-icons/shopping_cart.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shopping_cart.outlined.svg b/Symbolic/Resources/material-icons/shopping_cart.outlined.svg new file mode 100644 index 0000000000..8cdef7d3b1 --- /dev/null +++ b/Symbolic/Resources/material-icons/shopping_cart.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shopping_cart.round.svg b/Symbolic/Resources/material-icons/shopping_cart.round.svg new file mode 100644 index 0000000000..37fb98d60c --- /dev/null +++ b/Symbolic/Resources/material-icons/shopping_cart.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shopping_cart.sharp.svg b/Symbolic/Resources/material-icons/shopping_cart.sharp.svg new file mode 100644 index 0000000000..bf5d3f810c --- /dev/null +++ b/Symbolic/Resources/material-icons/shopping_cart.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shopping_cart.twotone.svg b/Symbolic/Resources/material-icons/shopping_cart.twotone.svg new file mode 100644 index 0000000000..dd6d34a837 --- /dev/null +++ b/Symbolic/Resources/material-icons/shopping_cart.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shopping_cart_checkout.default.svg b/Symbolic/Resources/material-icons/shopping_cart_checkout.default.svg new file mode 100644 index 0000000000..3f037a2420 --- /dev/null +++ b/Symbolic/Resources/material-icons/shopping_cart_checkout.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shopping_cart_checkout.outlined.svg b/Symbolic/Resources/material-icons/shopping_cart_checkout.outlined.svg new file mode 100644 index 0000000000..3f037a2420 --- /dev/null +++ b/Symbolic/Resources/material-icons/shopping_cart_checkout.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shopping_cart_checkout.round.svg b/Symbolic/Resources/material-icons/shopping_cart_checkout.round.svg new file mode 100644 index 0000000000..a1f96f801f --- /dev/null +++ b/Symbolic/Resources/material-icons/shopping_cart_checkout.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shopping_cart_checkout.sharp.svg b/Symbolic/Resources/material-icons/shopping_cart_checkout.sharp.svg new file mode 100644 index 0000000000..54e6411796 --- /dev/null +++ b/Symbolic/Resources/material-icons/shopping_cart_checkout.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shopping_cart_checkout.twotone.svg b/Symbolic/Resources/material-icons/shopping_cart_checkout.twotone.svg new file mode 100644 index 0000000000..3f037a2420 --- /dev/null +++ b/Symbolic/Resources/material-icons/shopping_cart_checkout.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/short_text.default.svg b/Symbolic/Resources/material-icons/short_text.default.svg new file mode 100644 index 0000000000..62d65234e5 --- /dev/null +++ b/Symbolic/Resources/material-icons/short_text.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/short_text.outlined.svg b/Symbolic/Resources/material-icons/short_text.outlined.svg new file mode 100644 index 0000000000..862d7a2df6 --- /dev/null +++ b/Symbolic/Resources/material-icons/short_text.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/short_text.round.svg b/Symbolic/Resources/material-icons/short_text.round.svg new file mode 100644 index 0000000000..0dbde3c756 --- /dev/null +++ b/Symbolic/Resources/material-icons/short_text.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/short_text.sharp.svg b/Symbolic/Resources/material-icons/short_text.sharp.svg new file mode 100644 index 0000000000..288729e358 --- /dev/null +++ b/Symbolic/Resources/material-icons/short_text.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/short_text.twotone.svg b/Symbolic/Resources/material-icons/short_text.twotone.svg new file mode 100644 index 0000000000..7837f4280c --- /dev/null +++ b/Symbolic/Resources/material-icons/short_text.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shortcut.default.svg b/Symbolic/Resources/material-icons/shortcut.default.svg new file mode 100644 index 0000000000..e7d141bfa2 --- /dev/null +++ b/Symbolic/Resources/material-icons/shortcut.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shortcut.outlined.svg b/Symbolic/Resources/material-icons/shortcut.outlined.svg new file mode 100644 index 0000000000..6482ddbd69 --- /dev/null +++ b/Symbolic/Resources/material-icons/shortcut.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shortcut.round.svg b/Symbolic/Resources/material-icons/shortcut.round.svg new file mode 100644 index 0000000000..d34800ab98 --- /dev/null +++ b/Symbolic/Resources/material-icons/shortcut.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shortcut.sharp.svg b/Symbolic/Resources/material-icons/shortcut.sharp.svg new file mode 100644 index 0000000000..e7d141bfa2 --- /dev/null +++ b/Symbolic/Resources/material-icons/shortcut.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shortcut.twotone.svg b/Symbolic/Resources/material-icons/shortcut.twotone.svg new file mode 100644 index 0000000000..e7d141bfa2 --- /dev/null +++ b/Symbolic/Resources/material-icons/shortcut.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/show_chart.default.svg b/Symbolic/Resources/material-icons/show_chart.default.svg new file mode 100644 index 0000000000..082fc3c7cb --- /dev/null +++ b/Symbolic/Resources/material-icons/show_chart.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/show_chart.outlined.svg b/Symbolic/Resources/material-icons/show_chart.outlined.svg new file mode 100644 index 0000000000..846435cad3 --- /dev/null +++ b/Symbolic/Resources/material-icons/show_chart.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/show_chart.round.svg b/Symbolic/Resources/material-icons/show_chart.round.svg new file mode 100644 index 0000000000..0d24f1660f --- /dev/null +++ b/Symbolic/Resources/material-icons/show_chart.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/show_chart.sharp.svg b/Symbolic/Resources/material-icons/show_chart.sharp.svg new file mode 100644 index 0000000000..aa9d935f22 --- /dev/null +++ b/Symbolic/Resources/material-icons/show_chart.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/show_chart.twotone.svg b/Symbolic/Resources/material-icons/show_chart.twotone.svg new file mode 100644 index 0000000000..24e8097c21 --- /dev/null +++ b/Symbolic/Resources/material-icons/show_chart.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shower.default.svg b/Symbolic/Resources/material-icons/shower.default.svg new file mode 100644 index 0000000000..33ac05a0f4 --- /dev/null +++ b/Symbolic/Resources/material-icons/shower.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shower.outlined.svg b/Symbolic/Resources/material-icons/shower.outlined.svg new file mode 100644 index 0000000000..7bd27c0dce --- /dev/null +++ b/Symbolic/Resources/material-icons/shower.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shower.round.svg b/Symbolic/Resources/material-icons/shower.round.svg new file mode 100644 index 0000000000..c583763368 --- /dev/null +++ b/Symbolic/Resources/material-icons/shower.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shower.sharp.svg b/Symbolic/Resources/material-icons/shower.sharp.svg new file mode 100644 index 0000000000..33ac05a0f4 --- /dev/null +++ b/Symbolic/Resources/material-icons/shower.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shower.twotone.svg b/Symbolic/Resources/material-icons/shower.twotone.svg new file mode 100644 index 0000000000..61889482a2 --- /dev/null +++ b/Symbolic/Resources/material-icons/shower.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shuffle.default.svg b/Symbolic/Resources/material-icons/shuffle.default.svg new file mode 100644 index 0000000000..a3efe19ca1 --- /dev/null +++ b/Symbolic/Resources/material-icons/shuffle.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shuffle.outlined.svg b/Symbolic/Resources/material-icons/shuffle.outlined.svg new file mode 100644 index 0000000000..c7b630f5c1 --- /dev/null +++ b/Symbolic/Resources/material-icons/shuffle.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shuffle.round.svg b/Symbolic/Resources/material-icons/shuffle.round.svg new file mode 100644 index 0000000000..72b8334f70 --- /dev/null +++ b/Symbolic/Resources/material-icons/shuffle.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shuffle.sharp.svg b/Symbolic/Resources/material-icons/shuffle.sharp.svg new file mode 100644 index 0000000000..c7b630f5c1 --- /dev/null +++ b/Symbolic/Resources/material-icons/shuffle.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shuffle.twotone.svg b/Symbolic/Resources/material-icons/shuffle.twotone.svg new file mode 100644 index 0000000000..2b6b89ce67 --- /dev/null +++ b/Symbolic/Resources/material-icons/shuffle.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shuffle_on.default.svg b/Symbolic/Resources/material-icons/shuffle_on.default.svg new file mode 100644 index 0000000000..5435c03d2a --- /dev/null +++ b/Symbolic/Resources/material-icons/shuffle_on.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shuffle_on.outlined.svg b/Symbolic/Resources/material-icons/shuffle_on.outlined.svg new file mode 100644 index 0000000000..cdf0df1a1c --- /dev/null +++ b/Symbolic/Resources/material-icons/shuffle_on.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shuffle_on.round.svg b/Symbolic/Resources/material-icons/shuffle_on.round.svg new file mode 100644 index 0000000000..332275b125 --- /dev/null +++ b/Symbolic/Resources/material-icons/shuffle_on.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shuffle_on.sharp.svg b/Symbolic/Resources/material-icons/shuffle_on.sharp.svg new file mode 100644 index 0000000000..9ba34295fc --- /dev/null +++ b/Symbolic/Resources/material-icons/shuffle_on.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shuffle_on.twotone.svg b/Symbolic/Resources/material-icons/shuffle_on.twotone.svg new file mode 100644 index 0000000000..25d6df9bd4 --- /dev/null +++ b/Symbolic/Resources/material-icons/shuffle_on.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shutter_speed.default.svg b/Symbolic/Resources/material-icons/shutter_speed.default.svg new file mode 100644 index 0000000000..1fcc0a65b6 --- /dev/null +++ b/Symbolic/Resources/material-icons/shutter_speed.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shutter_speed.outlined.svg b/Symbolic/Resources/material-icons/shutter_speed.outlined.svg new file mode 100644 index 0000000000..1fcc0a65b6 --- /dev/null +++ b/Symbolic/Resources/material-icons/shutter_speed.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shutter_speed.round.svg b/Symbolic/Resources/material-icons/shutter_speed.round.svg new file mode 100644 index 0000000000..d881070dfe --- /dev/null +++ b/Symbolic/Resources/material-icons/shutter_speed.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shutter_speed.sharp.svg b/Symbolic/Resources/material-icons/shutter_speed.sharp.svg new file mode 100644 index 0000000000..1fcc0a65b6 --- /dev/null +++ b/Symbolic/Resources/material-icons/shutter_speed.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/shutter_speed.twotone.svg b/Symbolic/Resources/material-icons/shutter_speed.twotone.svg new file mode 100644 index 0000000000..6870478356 --- /dev/null +++ b/Symbolic/Resources/material-icons/shutter_speed.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sick.default.svg b/Symbolic/Resources/material-icons/sick.default.svg new file mode 100644 index 0000000000..06c6e9d22e --- /dev/null +++ b/Symbolic/Resources/material-icons/sick.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sick.outlined.svg b/Symbolic/Resources/material-icons/sick.outlined.svg new file mode 100644 index 0000000000..0201f0d6b1 --- /dev/null +++ b/Symbolic/Resources/material-icons/sick.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sick.round.svg b/Symbolic/Resources/material-icons/sick.round.svg new file mode 100644 index 0000000000..662d6cef0a --- /dev/null +++ b/Symbolic/Resources/material-icons/sick.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sick.sharp.svg b/Symbolic/Resources/material-icons/sick.sharp.svg new file mode 100644 index 0000000000..06c6e9d22e --- /dev/null +++ b/Symbolic/Resources/material-icons/sick.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sick.twotone.svg b/Symbolic/Resources/material-icons/sick.twotone.svg new file mode 100644 index 0000000000..0201f0d6b1 --- /dev/null +++ b/Symbolic/Resources/material-icons/sick.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sign_language.default.svg b/Symbolic/Resources/material-icons/sign_language.default.svg new file mode 100644 index 0000000000..da7cabbf39 --- /dev/null +++ b/Symbolic/Resources/material-icons/sign_language.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sign_language.outlined.svg b/Symbolic/Resources/material-icons/sign_language.outlined.svg new file mode 100644 index 0000000000..1769a2a594 --- /dev/null +++ b/Symbolic/Resources/material-icons/sign_language.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sign_language.round.svg b/Symbolic/Resources/material-icons/sign_language.round.svg new file mode 100644 index 0000000000..1ad1d00372 --- /dev/null +++ b/Symbolic/Resources/material-icons/sign_language.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sign_language.sharp.svg b/Symbolic/Resources/material-icons/sign_language.sharp.svg new file mode 100644 index 0000000000..02a5e98f73 --- /dev/null +++ b/Symbolic/Resources/material-icons/sign_language.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sign_language.twotone.svg b/Symbolic/Resources/material-icons/sign_language.twotone.svg new file mode 100644 index 0000000000..d0ac89e7e3 --- /dev/null +++ b/Symbolic/Resources/material-icons/sign_language.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_0_bar.default.svg b/Symbolic/Resources/material-icons/signal_cellular_0_bar.default.svg new file mode 100644 index 0000000000..db6e8e4a48 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_0_bar.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_0_bar.outlined.svg b/Symbolic/Resources/material-icons/signal_cellular_0_bar.outlined.svg new file mode 100644 index 0000000000..4974092b68 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_0_bar.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_0_bar.round.svg b/Symbolic/Resources/material-icons/signal_cellular_0_bar.round.svg new file mode 100644 index 0000000000..b43a507048 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_0_bar.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_0_bar.sharp.svg b/Symbolic/Resources/material-icons/signal_cellular_0_bar.sharp.svg new file mode 100644 index 0000000000..4974092b68 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_0_bar.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_0_bar.twotone.svg b/Symbolic/Resources/material-icons/signal_cellular_0_bar.twotone.svg new file mode 100644 index 0000000000..4974092b68 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_0_bar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_1_bar.twotone.svg b/Symbolic/Resources/material-icons/signal_cellular_1_bar.twotone.svg new file mode 100644 index 0000000000..20867ec742 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_1_bar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_2_bar.twotone.svg b/Symbolic/Resources/material-icons/signal_cellular_2_bar.twotone.svg new file mode 100644 index 0000000000..7b9430bf5a --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_2_bar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_3_bar.twotone.svg b/Symbolic/Resources/material-icons/signal_cellular_3_bar.twotone.svg new file mode 100644 index 0000000000..44e697b34c --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_3_bar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_4_bar.default.svg b/Symbolic/Resources/material-icons/signal_cellular_4_bar.default.svg new file mode 100644 index 0000000000..eecf01a385 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_4_bar.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_4_bar.outlined.svg b/Symbolic/Resources/material-icons/signal_cellular_4_bar.outlined.svg new file mode 100644 index 0000000000..cd153d9e34 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_4_bar.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_4_bar.round.svg b/Symbolic/Resources/material-icons/signal_cellular_4_bar.round.svg new file mode 100644 index 0000000000..d0bf1e4fdc --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_4_bar.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_4_bar.sharp.svg b/Symbolic/Resources/material-icons/signal_cellular_4_bar.sharp.svg new file mode 100644 index 0000000000..cd153d9e34 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_4_bar.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_4_bar.twotone.svg b/Symbolic/Resources/material-icons/signal_cellular_4_bar.twotone.svg new file mode 100644 index 0000000000..cd153d9e34 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_4_bar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_alt.default.svg b/Symbolic/Resources/material-icons/signal_cellular_alt.default.svg new file mode 100644 index 0000000000..3f129ca6d8 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_alt.outlined.svg b/Symbolic/Resources/material-icons/signal_cellular_alt.outlined.svg new file mode 100644 index 0000000000..107b46a33d --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_alt.round.svg b/Symbolic/Resources/material-icons/signal_cellular_alt.round.svg new file mode 100644 index 0000000000..a90f23fbad --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_alt.sharp.svg b/Symbolic/Resources/material-icons/signal_cellular_alt.sharp.svg new file mode 100644 index 0000000000..107b46a33d --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_alt.twotone.svg b/Symbolic/Resources/material-icons/signal_cellular_alt.twotone.svg new file mode 100644 index 0000000000..107b46a33d --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_alt_1_bar.default.svg b/Symbolic/Resources/material-icons/signal_cellular_alt_1_bar.default.svg new file mode 100644 index 0000000000..93dc9c1485 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_alt_1_bar.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_alt_1_bar.outlined.svg b/Symbolic/Resources/material-icons/signal_cellular_alt_1_bar.outlined.svg new file mode 100644 index 0000000000..93dc9c1485 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_alt_1_bar.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_alt_1_bar.round.svg b/Symbolic/Resources/material-icons/signal_cellular_alt_1_bar.round.svg new file mode 100644 index 0000000000..1e358ff5dd --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_alt_1_bar.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_alt_1_bar.sharp.svg b/Symbolic/Resources/material-icons/signal_cellular_alt_1_bar.sharp.svg new file mode 100644 index 0000000000..93dc9c1485 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_alt_1_bar.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_alt_1_bar.twotone.svg b/Symbolic/Resources/material-icons/signal_cellular_alt_1_bar.twotone.svg new file mode 100644 index 0000000000..93dc9c1485 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_alt_1_bar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_alt_2_bar.default.svg b/Symbolic/Resources/material-icons/signal_cellular_alt_2_bar.default.svg new file mode 100644 index 0000000000..e2ca8d585d --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_alt_2_bar.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_alt_2_bar.outlined.svg b/Symbolic/Resources/material-icons/signal_cellular_alt_2_bar.outlined.svg new file mode 100644 index 0000000000..e2ca8d585d --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_alt_2_bar.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_alt_2_bar.round.svg b/Symbolic/Resources/material-icons/signal_cellular_alt_2_bar.round.svg new file mode 100644 index 0000000000..bf7163ea1a --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_alt_2_bar.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_alt_2_bar.sharp.svg b/Symbolic/Resources/material-icons/signal_cellular_alt_2_bar.sharp.svg new file mode 100644 index 0000000000..e2ca8d585d --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_alt_2_bar.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_alt_2_bar.twotone.svg b/Symbolic/Resources/material-icons/signal_cellular_alt_2_bar.twotone.svg new file mode 100644 index 0000000000..e2ca8d585d --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_alt_2_bar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_connected_no_internet_0_bar.default.svg b/Symbolic/Resources/material-icons/signal_cellular_connected_no_internet_0_bar.default.svg new file mode 100644 index 0000000000..b3476fd505 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_connected_no_internet_0_bar.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_connected_no_internet_0_bar.outlined.svg b/Symbolic/Resources/material-icons/signal_cellular_connected_no_internet_0_bar.outlined.svg new file mode 100644 index 0000000000..b3476fd505 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_connected_no_internet_0_bar.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_connected_no_internet_0_bar.round.svg b/Symbolic/Resources/material-icons/signal_cellular_connected_no_internet_0_bar.round.svg new file mode 100644 index 0000000000..488b149086 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_connected_no_internet_0_bar.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_connected_no_internet_0_bar.sharp.svg b/Symbolic/Resources/material-icons/signal_cellular_connected_no_internet_0_bar.sharp.svg new file mode 100644 index 0000000000..b3476fd505 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_connected_no_internet_0_bar.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_connected_no_internet_0_bar.twotone.svg b/Symbolic/Resources/material-icons/signal_cellular_connected_no_internet_0_bar.twotone.svg new file mode 100644 index 0000000000..b3476fd505 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_connected_no_internet_0_bar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_connected_no_internet_1_bar.twotone.svg b/Symbolic/Resources/material-icons/signal_cellular_connected_no_internet_1_bar.twotone.svg new file mode 100644 index 0000000000..c54ff0733b --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_connected_no_internet_1_bar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_connected_no_internet_2_bar.twotone.svg b/Symbolic/Resources/material-icons/signal_cellular_connected_no_internet_2_bar.twotone.svg new file mode 100644 index 0000000000..8335d505d2 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_connected_no_internet_2_bar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_connected_no_internet_3_bar.twotone.svg b/Symbolic/Resources/material-icons/signal_cellular_connected_no_internet_3_bar.twotone.svg new file mode 100644 index 0000000000..b81f72b1d8 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_connected_no_internet_3_bar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_connected_no_internet_4_bar.default.svg b/Symbolic/Resources/material-icons/signal_cellular_connected_no_internet_4_bar.default.svg new file mode 100644 index 0000000000..628050cf24 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_connected_no_internet_4_bar.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_connected_no_internet_4_bar.outlined.svg b/Symbolic/Resources/material-icons/signal_cellular_connected_no_internet_4_bar.outlined.svg new file mode 100644 index 0000000000..628050cf24 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_connected_no_internet_4_bar.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_connected_no_internet_4_bar.round.svg b/Symbolic/Resources/material-icons/signal_cellular_connected_no_internet_4_bar.round.svg new file mode 100644 index 0000000000..46631da368 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_connected_no_internet_4_bar.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_connected_no_internet_4_bar.sharp.svg b/Symbolic/Resources/material-icons/signal_cellular_connected_no_internet_4_bar.sharp.svg new file mode 100644 index 0000000000..628050cf24 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_connected_no_internet_4_bar.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_connected_no_internet_4_bar.twotone.svg b/Symbolic/Resources/material-icons/signal_cellular_connected_no_internet_4_bar.twotone.svg new file mode 100644 index 0000000000..628050cf24 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_connected_no_internet_4_bar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_no_sim.default.svg b/Symbolic/Resources/material-icons/signal_cellular_no_sim.default.svg new file mode 100644 index 0000000000..928ef4448b --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_no_sim.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_no_sim.outlined.svg b/Symbolic/Resources/material-icons/signal_cellular_no_sim.outlined.svg new file mode 100644 index 0000000000..128d36b909 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_no_sim.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_no_sim.round.svg b/Symbolic/Resources/material-icons/signal_cellular_no_sim.round.svg new file mode 100644 index 0000000000..9b97004341 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_no_sim.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_no_sim.sharp.svg b/Symbolic/Resources/material-icons/signal_cellular_no_sim.sharp.svg new file mode 100644 index 0000000000..0fcf7766e1 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_no_sim.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_no_sim.twotone.svg b/Symbolic/Resources/material-icons/signal_cellular_no_sim.twotone.svg new file mode 100644 index 0000000000..9642eb820f --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_no_sim.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_nodata.default.svg b/Symbolic/Resources/material-icons/signal_cellular_nodata.default.svg new file mode 100644 index 0000000000..c3201a1641 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_nodata.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_nodata.outlined.svg b/Symbolic/Resources/material-icons/signal_cellular_nodata.outlined.svg new file mode 100644 index 0000000000..c3201a1641 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_nodata.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_nodata.round.svg b/Symbolic/Resources/material-icons/signal_cellular_nodata.round.svg new file mode 100644 index 0000000000..f8ee9499b1 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_nodata.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_nodata.sharp.svg b/Symbolic/Resources/material-icons/signal_cellular_nodata.sharp.svg new file mode 100644 index 0000000000..c3201a1641 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_nodata.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_nodata.twotone.svg b/Symbolic/Resources/material-icons/signal_cellular_nodata.twotone.svg new file mode 100644 index 0000000000..c3201a1641 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_nodata.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_null.default.svg b/Symbolic/Resources/material-icons/signal_cellular_null.default.svg new file mode 100644 index 0000000000..7f0ad0cf72 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_null.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_null.outlined.svg b/Symbolic/Resources/material-icons/signal_cellular_null.outlined.svg new file mode 100644 index 0000000000..d7b6147d12 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_null.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_null.round.svg b/Symbolic/Resources/material-icons/signal_cellular_null.round.svg new file mode 100644 index 0000000000..650585d9f5 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_null.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_null.sharp.svg b/Symbolic/Resources/material-icons/signal_cellular_null.sharp.svg new file mode 100644 index 0000000000..d7b6147d12 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_null.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_null.twotone.svg b/Symbolic/Resources/material-icons/signal_cellular_null.twotone.svg new file mode 100644 index 0000000000..d7b6147d12 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_null.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_off.default.svg b/Symbolic/Resources/material-icons/signal_cellular_off.default.svg new file mode 100644 index 0000000000..2eeb87d5e9 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_off.outlined.svg b/Symbolic/Resources/material-icons/signal_cellular_off.outlined.svg new file mode 100644 index 0000000000..d1c8410508 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_off.round.svg b/Symbolic/Resources/material-icons/signal_cellular_off.round.svg new file mode 100644 index 0000000000..56246f8a7d --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_off.sharp.svg b/Symbolic/Resources/material-icons/signal_cellular_off.sharp.svg new file mode 100644 index 0000000000..d1c8410508 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_cellular_off.twotone.svg b/Symbolic/Resources/material-icons/signal_cellular_off.twotone.svg new file mode 100644 index 0000000000..d1c8410508 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_cellular_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_0_bar.default.svg b/Symbolic/Resources/material-icons/signal_wifi_0_bar.default.svg new file mode 100644 index 0000000000..3bb08b0c05 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_0_bar.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_0_bar.outlined.svg b/Symbolic/Resources/material-icons/signal_wifi_0_bar.outlined.svg new file mode 100644 index 0000000000..500fd79415 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_0_bar.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_0_bar.round.svg b/Symbolic/Resources/material-icons/signal_wifi_0_bar.round.svg new file mode 100644 index 0000000000..aaf7c0f52c --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_0_bar.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_0_bar.sharp.svg b/Symbolic/Resources/material-icons/signal_wifi_0_bar.sharp.svg new file mode 100644 index 0000000000..500fd79415 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_0_bar.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_0_bar.twotone.svg b/Symbolic/Resources/material-icons/signal_wifi_0_bar.twotone.svg new file mode 100644 index 0000000000..500fd79415 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_0_bar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_1_bar.twotone.svg b/Symbolic/Resources/material-icons/signal_wifi_1_bar.twotone.svg new file mode 100644 index 0000000000..7755ca5f83 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_1_bar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_1_bar_lock.twotone.svg b/Symbolic/Resources/material-icons/signal_wifi_1_bar_lock.twotone.svg new file mode 100644 index 0000000000..317b7dacad --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_1_bar_lock.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_2_bar.twotone.svg b/Symbolic/Resources/material-icons/signal_wifi_2_bar.twotone.svg new file mode 100644 index 0000000000..be0cba9d95 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_2_bar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_2_bar_lock.twotone.svg b/Symbolic/Resources/material-icons/signal_wifi_2_bar_lock.twotone.svg new file mode 100644 index 0000000000..91772d0358 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_2_bar_lock.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_3_bar.twotone.svg b/Symbolic/Resources/material-icons/signal_wifi_3_bar.twotone.svg new file mode 100644 index 0000000000..f99cf4b1bb --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_3_bar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_3_bar_lock.twotone.svg b/Symbolic/Resources/material-icons/signal_wifi_3_bar_lock.twotone.svg new file mode 100644 index 0000000000..12fa9322ac --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_3_bar_lock.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_4_bar.default.svg b/Symbolic/Resources/material-icons/signal_wifi_4_bar.default.svg new file mode 100644 index 0000000000..0d3e0e5df8 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_4_bar.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_4_bar.outlined.svg b/Symbolic/Resources/material-icons/signal_wifi_4_bar.outlined.svg new file mode 100644 index 0000000000..8b3a9272da --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_4_bar.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_4_bar.round.svg b/Symbolic/Resources/material-icons/signal_wifi_4_bar.round.svg new file mode 100644 index 0000000000..4f0ea763bb --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_4_bar.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_4_bar.sharp.svg b/Symbolic/Resources/material-icons/signal_wifi_4_bar.sharp.svg new file mode 100644 index 0000000000..8b3a9272da --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_4_bar.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_4_bar.twotone.svg b/Symbolic/Resources/material-icons/signal_wifi_4_bar.twotone.svg new file mode 100644 index 0000000000..8b3a9272da --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_4_bar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_4_bar_lock.default.svg b/Symbolic/Resources/material-icons/signal_wifi_4_bar_lock.default.svg new file mode 100644 index 0000000000..ddacbe5b1d --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_4_bar_lock.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_4_bar_lock.outlined.svg b/Symbolic/Resources/material-icons/signal_wifi_4_bar_lock.outlined.svg new file mode 100644 index 0000000000..ddacbe5b1d --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_4_bar_lock.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_4_bar_lock.round.svg b/Symbolic/Resources/material-icons/signal_wifi_4_bar_lock.round.svg new file mode 100644 index 0000000000..802876ce4b --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_4_bar_lock.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_4_bar_lock.sharp.svg b/Symbolic/Resources/material-icons/signal_wifi_4_bar_lock.sharp.svg new file mode 100644 index 0000000000..13ada93aab --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_4_bar_lock.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_4_bar_lock.twotone.svg b/Symbolic/Resources/material-icons/signal_wifi_4_bar_lock.twotone.svg new file mode 100644 index 0000000000..ddacbe5b1d --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_4_bar_lock.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_bad.default.svg b/Symbolic/Resources/material-icons/signal_wifi_bad.default.svg new file mode 100644 index 0000000000..1b4de04603 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_bad.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_bad.outlined.svg b/Symbolic/Resources/material-icons/signal_wifi_bad.outlined.svg new file mode 100644 index 0000000000..d542028880 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_bad.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_bad.round.svg b/Symbolic/Resources/material-icons/signal_wifi_bad.round.svg new file mode 100644 index 0000000000..8c178aabfe --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_bad.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_bad.sharp.svg b/Symbolic/Resources/material-icons/signal_wifi_bad.sharp.svg new file mode 100644 index 0000000000..d542028880 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_bad.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_bad.twotone.svg b/Symbolic/Resources/material-icons/signal_wifi_bad.twotone.svg new file mode 100644 index 0000000000..d542028880 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_bad.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_connected_no_internet_0.twotone.svg b/Symbolic/Resources/material-icons/signal_wifi_connected_no_internet_0.twotone.svg new file mode 100644 index 0000000000..d9db348b25 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_connected_no_internet_0.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_connected_no_internet_1.twotone.svg b/Symbolic/Resources/material-icons/signal_wifi_connected_no_internet_1.twotone.svg new file mode 100644 index 0000000000..fc1953f6b9 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_connected_no_internet_1.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_connected_no_internet_2.twotone.svg b/Symbolic/Resources/material-icons/signal_wifi_connected_no_internet_2.twotone.svg new file mode 100644 index 0000000000..fa71522807 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_connected_no_internet_2.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_connected_no_internet_3.twotone.svg b/Symbolic/Resources/material-icons/signal_wifi_connected_no_internet_3.twotone.svg new file mode 100644 index 0000000000..d27277f105 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_connected_no_internet_3.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_connected_no_internet_4.default.svg b/Symbolic/Resources/material-icons/signal_wifi_connected_no_internet_4.default.svg new file mode 100644 index 0000000000..1b4de04603 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_connected_no_internet_4.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_connected_no_internet_4.outlined.svg b/Symbolic/Resources/material-icons/signal_wifi_connected_no_internet_4.outlined.svg new file mode 100644 index 0000000000..d542028880 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_connected_no_internet_4.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_connected_no_internet_4.round.svg b/Symbolic/Resources/material-icons/signal_wifi_connected_no_internet_4.round.svg new file mode 100644 index 0000000000..8c178aabfe --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_connected_no_internet_4.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_connected_no_internet_4.sharp.svg b/Symbolic/Resources/material-icons/signal_wifi_connected_no_internet_4.sharp.svg new file mode 100644 index 0000000000..d542028880 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_connected_no_internet_4.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_connected_no_internet_4.twotone.svg b/Symbolic/Resources/material-icons/signal_wifi_connected_no_internet_4.twotone.svg new file mode 100644 index 0000000000..d542028880 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_connected_no_internet_4.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_off.default.svg b/Symbolic/Resources/material-icons/signal_wifi_off.default.svg new file mode 100644 index 0000000000..20f8696cee --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_off.outlined.svg b/Symbolic/Resources/material-icons/signal_wifi_off.outlined.svg new file mode 100644 index 0000000000..bed58a7c9e --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_off.round.svg b/Symbolic/Resources/material-icons/signal_wifi_off.round.svg new file mode 100644 index 0000000000..d38b60ca1a --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_off.sharp.svg b/Symbolic/Resources/material-icons/signal_wifi_off.sharp.svg new file mode 100644 index 0000000000..bed58a7c9e --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_off.twotone.svg b/Symbolic/Resources/material-icons/signal_wifi_off.twotone.svg new file mode 100644 index 0000000000..bed58a7c9e --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_statusbar_1_bar.twotone.svg b/Symbolic/Resources/material-icons/signal_wifi_statusbar_1_bar.twotone.svg new file mode 100644 index 0000000000..a4cd45cf77 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_statusbar_1_bar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_statusbar_2_bar.twotone.svg b/Symbolic/Resources/material-icons/signal_wifi_statusbar_2_bar.twotone.svg new file mode 100644 index 0000000000..0b8b78adda --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_statusbar_2_bar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_statusbar_3_bar.twotone.svg b/Symbolic/Resources/material-icons/signal_wifi_statusbar_3_bar.twotone.svg new file mode 100644 index 0000000000..3d8531e152 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_statusbar_3_bar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_statusbar_4_bar.default.svg b/Symbolic/Resources/material-icons/signal_wifi_statusbar_4_bar.default.svg new file mode 100644 index 0000000000..9088e5d370 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_statusbar_4_bar.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_statusbar_4_bar.outlined.svg b/Symbolic/Resources/material-icons/signal_wifi_statusbar_4_bar.outlined.svg new file mode 100644 index 0000000000..9088e5d370 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_statusbar_4_bar.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_statusbar_4_bar.round.svg b/Symbolic/Resources/material-icons/signal_wifi_statusbar_4_bar.round.svg new file mode 100644 index 0000000000..44b9b27503 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_statusbar_4_bar.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_statusbar_4_bar.sharp.svg b/Symbolic/Resources/material-icons/signal_wifi_statusbar_4_bar.sharp.svg new file mode 100644 index 0000000000..9088e5d370 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_statusbar_4_bar.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_statusbar_4_bar.twotone.svg b/Symbolic/Resources/material-icons/signal_wifi_statusbar_4_bar.twotone.svg new file mode 100644 index 0000000000..9088e5d370 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_statusbar_4_bar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_statusbar_connected_no_internet.twotone.svg b/Symbolic/Resources/material-icons/signal_wifi_statusbar_connected_no_internet.twotone.svg new file mode 100644 index 0000000000..e857e7de53 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_statusbar_connected_no_internet.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_statusbar_connected_no_internet_1.twotone.svg b/Symbolic/Resources/material-icons/signal_wifi_statusbar_connected_no_internet_1.twotone.svg new file mode 100644 index 0000000000..3f6bc2907c --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_statusbar_connected_no_internet_1.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_statusbar_connected_no_internet_2.twotone.svg b/Symbolic/Resources/material-icons/signal_wifi_statusbar_connected_no_internet_2.twotone.svg new file mode 100644 index 0000000000..730316b10d --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_statusbar_connected_no_internet_2.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_statusbar_connected_no_internet_3.twotone.svg b/Symbolic/Resources/material-icons/signal_wifi_statusbar_connected_no_internet_3.twotone.svg new file mode 100644 index 0000000000..17d627a5a0 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_statusbar_connected_no_internet_3.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_statusbar_connected_no_internet_4.default.svg b/Symbolic/Resources/material-icons/signal_wifi_statusbar_connected_no_internet_4.default.svg new file mode 100644 index 0000000000..c364798e5a --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_statusbar_connected_no_internet_4.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_statusbar_connected_no_internet_4.outlined.svg b/Symbolic/Resources/material-icons/signal_wifi_statusbar_connected_no_internet_4.outlined.svg new file mode 100644 index 0000000000..c364798e5a --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_statusbar_connected_no_internet_4.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_statusbar_connected_no_internet_4.round.svg b/Symbolic/Resources/material-icons/signal_wifi_statusbar_connected_no_internet_4.round.svg new file mode 100644 index 0000000000..a1a999e714 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_statusbar_connected_no_internet_4.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_statusbar_connected_no_internet_4.sharp.svg b/Symbolic/Resources/material-icons/signal_wifi_statusbar_connected_no_internet_4.sharp.svg new file mode 100644 index 0000000000..adb2d77245 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_statusbar_connected_no_internet_4.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_statusbar_connected_no_internet_4.twotone.svg b/Symbolic/Resources/material-icons/signal_wifi_statusbar_connected_no_internet_4.twotone.svg new file mode 100644 index 0000000000..adb2d77245 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_statusbar_connected_no_internet_4.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_statusbar_not_connected.twotone.svg b/Symbolic/Resources/material-icons/signal_wifi_statusbar_not_connected.twotone.svg new file mode 100644 index 0000000000..c2fd069b59 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_statusbar_not_connected.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_statusbar_null.default.svg b/Symbolic/Resources/material-icons/signal_wifi_statusbar_null.default.svg new file mode 100644 index 0000000000..54fb1b03d4 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_statusbar_null.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_statusbar_null.outlined.svg b/Symbolic/Resources/material-icons/signal_wifi_statusbar_null.outlined.svg new file mode 100644 index 0000000000..54fb1b03d4 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_statusbar_null.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_statusbar_null.round.svg b/Symbolic/Resources/material-icons/signal_wifi_statusbar_null.round.svg new file mode 100644 index 0000000000..6a689b75d5 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_statusbar_null.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_statusbar_null.sharp.svg b/Symbolic/Resources/material-icons/signal_wifi_statusbar_null.sharp.svg new file mode 100644 index 0000000000..54fb1b03d4 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_statusbar_null.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signal_wifi_statusbar_null.twotone.svg b/Symbolic/Resources/material-icons/signal_wifi_statusbar_null.twotone.svg new file mode 100644 index 0000000000..54fb1b03d4 --- /dev/null +++ b/Symbolic/Resources/material-icons/signal_wifi_statusbar_null.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signpost.default.svg b/Symbolic/Resources/material-icons/signpost.default.svg new file mode 100644 index 0000000000..47111789fd --- /dev/null +++ b/Symbolic/Resources/material-icons/signpost.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signpost.outlined.svg b/Symbolic/Resources/material-icons/signpost.outlined.svg new file mode 100644 index 0000000000..cb73545fbf --- /dev/null +++ b/Symbolic/Resources/material-icons/signpost.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signpost.round.svg b/Symbolic/Resources/material-icons/signpost.round.svg new file mode 100644 index 0000000000..47111789fd --- /dev/null +++ b/Symbolic/Resources/material-icons/signpost.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signpost.sharp.svg b/Symbolic/Resources/material-icons/signpost.sharp.svg new file mode 100644 index 0000000000..fd6a719f6f --- /dev/null +++ b/Symbolic/Resources/material-icons/signpost.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/signpost.twotone.svg b/Symbolic/Resources/material-icons/signpost.twotone.svg new file mode 100644 index 0000000000..0d044555f1 --- /dev/null +++ b/Symbolic/Resources/material-icons/signpost.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sim_card.default.svg b/Symbolic/Resources/material-icons/sim_card.default.svg new file mode 100644 index 0000000000..e8261a5575 --- /dev/null +++ b/Symbolic/Resources/material-icons/sim_card.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sim_card.outlined.svg b/Symbolic/Resources/material-icons/sim_card.outlined.svg new file mode 100644 index 0000000000..37ce973eda --- /dev/null +++ b/Symbolic/Resources/material-icons/sim_card.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sim_card.round.svg b/Symbolic/Resources/material-icons/sim_card.round.svg new file mode 100644 index 0000000000..e65b13ce2a --- /dev/null +++ b/Symbolic/Resources/material-icons/sim_card.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sim_card.sharp.svg b/Symbolic/Resources/material-icons/sim_card.sharp.svg new file mode 100644 index 0000000000..bf1f207ed8 --- /dev/null +++ b/Symbolic/Resources/material-icons/sim_card.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sim_card.twotone.svg b/Symbolic/Resources/material-icons/sim_card.twotone.svg new file mode 100644 index 0000000000..58e279d16d --- /dev/null +++ b/Symbolic/Resources/material-icons/sim_card.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sim_card_alert.default.svg b/Symbolic/Resources/material-icons/sim_card_alert.default.svg new file mode 100644 index 0000000000..47f052d300 --- /dev/null +++ b/Symbolic/Resources/material-icons/sim_card_alert.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sim_card_alert.outlined.svg b/Symbolic/Resources/material-icons/sim_card_alert.outlined.svg new file mode 100644 index 0000000000..58f248e0db --- /dev/null +++ b/Symbolic/Resources/material-icons/sim_card_alert.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sim_card_alert.round.svg b/Symbolic/Resources/material-icons/sim_card_alert.round.svg new file mode 100644 index 0000000000..29f35f53ce --- /dev/null +++ b/Symbolic/Resources/material-icons/sim_card_alert.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sim_card_alert.sharp.svg b/Symbolic/Resources/material-icons/sim_card_alert.sharp.svg new file mode 100644 index 0000000000..810604f792 --- /dev/null +++ b/Symbolic/Resources/material-icons/sim_card_alert.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sim_card_alert.twotone.svg b/Symbolic/Resources/material-icons/sim_card_alert.twotone.svg new file mode 100644 index 0000000000..4641e75fd3 --- /dev/null +++ b/Symbolic/Resources/material-icons/sim_card_alert.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sim_card_download.default.svg b/Symbolic/Resources/material-icons/sim_card_download.default.svg new file mode 100644 index 0000000000..f5ddfc237f --- /dev/null +++ b/Symbolic/Resources/material-icons/sim_card_download.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sim_card_download.outlined.svg b/Symbolic/Resources/material-icons/sim_card_download.outlined.svg new file mode 100644 index 0000000000..9b060b2430 --- /dev/null +++ b/Symbolic/Resources/material-icons/sim_card_download.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sim_card_download.round.svg b/Symbolic/Resources/material-icons/sim_card_download.round.svg new file mode 100644 index 0000000000..a2d6bb2fd6 --- /dev/null +++ b/Symbolic/Resources/material-icons/sim_card_download.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sim_card_download.sharp.svg b/Symbolic/Resources/material-icons/sim_card_download.sharp.svg new file mode 100644 index 0000000000..eedc51204f --- /dev/null +++ b/Symbolic/Resources/material-icons/sim_card_download.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sim_card_download.twotone.svg b/Symbolic/Resources/material-icons/sim_card_download.twotone.svg new file mode 100644 index 0000000000..47f56f4d7e --- /dev/null +++ b/Symbolic/Resources/material-icons/sim_card_download.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/single_bed.default.svg b/Symbolic/Resources/material-icons/single_bed.default.svg new file mode 100644 index 0000000000..f45619d84b --- /dev/null +++ b/Symbolic/Resources/material-icons/single_bed.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/single_bed.outlined.svg b/Symbolic/Resources/material-icons/single_bed.outlined.svg new file mode 100644 index 0000000000..f45619d84b --- /dev/null +++ b/Symbolic/Resources/material-icons/single_bed.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/single_bed.round.svg b/Symbolic/Resources/material-icons/single_bed.round.svg new file mode 100644 index 0000000000..e1cb8fad7c --- /dev/null +++ b/Symbolic/Resources/material-icons/single_bed.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/single_bed.sharp.svg b/Symbolic/Resources/material-icons/single_bed.sharp.svg new file mode 100644 index 0000000000..cbaa12cdcf --- /dev/null +++ b/Symbolic/Resources/material-icons/single_bed.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/single_bed.twotone.svg b/Symbolic/Resources/material-icons/single_bed.twotone.svg new file mode 100644 index 0000000000..5b5995af7d --- /dev/null +++ b/Symbolic/Resources/material-icons/single_bed.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sip.default.svg b/Symbolic/Resources/material-icons/sip.default.svg new file mode 100644 index 0000000000..60e8387760 --- /dev/null +++ b/Symbolic/Resources/material-icons/sip.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sip.outlined.svg b/Symbolic/Resources/material-icons/sip.outlined.svg new file mode 100644 index 0000000000..a5676acd82 --- /dev/null +++ b/Symbolic/Resources/material-icons/sip.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sip.round.svg b/Symbolic/Resources/material-icons/sip.round.svg new file mode 100644 index 0000000000..e1eeee983d --- /dev/null +++ b/Symbolic/Resources/material-icons/sip.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sip.sharp.svg b/Symbolic/Resources/material-icons/sip.sharp.svg new file mode 100644 index 0000000000..3d2007b88b --- /dev/null +++ b/Symbolic/Resources/material-icons/sip.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sip.twotone.svg b/Symbolic/Resources/material-icons/sip.twotone.svg new file mode 100644 index 0000000000..fed4818962 --- /dev/null +++ b/Symbolic/Resources/material-icons/sip.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/skateboarding.default.svg b/Symbolic/Resources/material-icons/skateboarding.default.svg new file mode 100644 index 0000000000..62f0b82f41 --- /dev/null +++ b/Symbolic/Resources/material-icons/skateboarding.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/skateboarding.outlined.svg b/Symbolic/Resources/material-icons/skateboarding.outlined.svg new file mode 100644 index 0000000000..62f0b82f41 --- /dev/null +++ b/Symbolic/Resources/material-icons/skateboarding.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/skateboarding.round.svg b/Symbolic/Resources/material-icons/skateboarding.round.svg new file mode 100644 index 0000000000..e166e9fa99 --- /dev/null +++ b/Symbolic/Resources/material-icons/skateboarding.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/skateboarding.sharp.svg b/Symbolic/Resources/material-icons/skateboarding.sharp.svg new file mode 100644 index 0000000000..2239ec2591 --- /dev/null +++ b/Symbolic/Resources/material-icons/skateboarding.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/skateboarding.twotone.svg b/Symbolic/Resources/material-icons/skateboarding.twotone.svg new file mode 100644 index 0000000000..5d70866225 --- /dev/null +++ b/Symbolic/Resources/material-icons/skateboarding.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/skip_next.default.svg b/Symbolic/Resources/material-icons/skip_next.default.svg new file mode 100644 index 0000000000..25b78bb879 --- /dev/null +++ b/Symbolic/Resources/material-icons/skip_next.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/skip_next.outlined.svg b/Symbolic/Resources/material-icons/skip_next.outlined.svg new file mode 100644 index 0000000000..0e8081ab3c --- /dev/null +++ b/Symbolic/Resources/material-icons/skip_next.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/skip_next.round.svg b/Symbolic/Resources/material-icons/skip_next.round.svg new file mode 100644 index 0000000000..1ce626cb57 --- /dev/null +++ b/Symbolic/Resources/material-icons/skip_next.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/skip_next.sharp.svg b/Symbolic/Resources/material-icons/skip_next.sharp.svg new file mode 100644 index 0000000000..c10a8c438e --- /dev/null +++ b/Symbolic/Resources/material-icons/skip_next.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/skip_next.twotone.svg b/Symbolic/Resources/material-icons/skip_next.twotone.svg new file mode 100644 index 0000000000..ebadb174ae --- /dev/null +++ b/Symbolic/Resources/material-icons/skip_next.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/skip_previous.default.svg b/Symbolic/Resources/material-icons/skip_previous.default.svg new file mode 100644 index 0000000000..fe2bd534ec --- /dev/null +++ b/Symbolic/Resources/material-icons/skip_previous.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/skip_previous.outlined.svg b/Symbolic/Resources/material-icons/skip_previous.outlined.svg new file mode 100644 index 0000000000..47e8438a2b --- /dev/null +++ b/Symbolic/Resources/material-icons/skip_previous.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/skip_previous.round.svg b/Symbolic/Resources/material-icons/skip_previous.round.svg new file mode 100644 index 0000000000..1ffd92d231 --- /dev/null +++ b/Symbolic/Resources/material-icons/skip_previous.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/skip_previous.sharp.svg b/Symbolic/Resources/material-icons/skip_previous.sharp.svg new file mode 100644 index 0000000000..d5f0438250 --- /dev/null +++ b/Symbolic/Resources/material-icons/skip_previous.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/skip_previous.twotone.svg b/Symbolic/Resources/material-icons/skip_previous.twotone.svg new file mode 100644 index 0000000000..9502d0badc --- /dev/null +++ b/Symbolic/Resources/material-icons/skip_previous.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sledding.default.svg b/Symbolic/Resources/material-icons/sledding.default.svg new file mode 100644 index 0000000000..af3858f9d1 --- /dev/null +++ b/Symbolic/Resources/material-icons/sledding.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sledding.outlined.svg b/Symbolic/Resources/material-icons/sledding.outlined.svg new file mode 100644 index 0000000000..af3858f9d1 --- /dev/null +++ b/Symbolic/Resources/material-icons/sledding.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sledding.round.svg b/Symbolic/Resources/material-icons/sledding.round.svg new file mode 100644 index 0000000000..642c08ba8a --- /dev/null +++ b/Symbolic/Resources/material-icons/sledding.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sledding.sharp.svg b/Symbolic/Resources/material-icons/sledding.sharp.svg new file mode 100644 index 0000000000..4aa65727b2 --- /dev/null +++ b/Symbolic/Resources/material-icons/sledding.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sledding.twotone.svg b/Symbolic/Resources/material-icons/sledding.twotone.svg new file mode 100644 index 0000000000..af3858f9d1 --- /dev/null +++ b/Symbolic/Resources/material-icons/sledding.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/slideshow.default.svg b/Symbolic/Resources/material-icons/slideshow.default.svg new file mode 100644 index 0000000000..db740badcc --- /dev/null +++ b/Symbolic/Resources/material-icons/slideshow.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/slideshow.outlined.svg b/Symbolic/Resources/material-icons/slideshow.outlined.svg new file mode 100644 index 0000000000..690d8c9a7a --- /dev/null +++ b/Symbolic/Resources/material-icons/slideshow.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/slideshow.round.svg b/Symbolic/Resources/material-icons/slideshow.round.svg new file mode 100644 index 0000000000..decc2b8f60 --- /dev/null +++ b/Symbolic/Resources/material-icons/slideshow.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/slideshow.sharp.svg b/Symbolic/Resources/material-icons/slideshow.sharp.svg new file mode 100644 index 0000000000..02fadb00af --- /dev/null +++ b/Symbolic/Resources/material-icons/slideshow.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/slideshow.twotone.svg b/Symbolic/Resources/material-icons/slideshow.twotone.svg new file mode 100644 index 0000000000..dfc6f28617 --- /dev/null +++ b/Symbolic/Resources/material-icons/slideshow.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/slow_motion_video.default.svg b/Symbolic/Resources/material-icons/slow_motion_video.default.svg new file mode 100644 index 0000000000..3af92d6711 --- /dev/null +++ b/Symbolic/Resources/material-icons/slow_motion_video.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/slow_motion_video.outlined.svg b/Symbolic/Resources/material-icons/slow_motion_video.outlined.svg new file mode 100644 index 0000000000..e3aaaae155 --- /dev/null +++ b/Symbolic/Resources/material-icons/slow_motion_video.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/slow_motion_video.round.svg b/Symbolic/Resources/material-icons/slow_motion_video.round.svg new file mode 100644 index 0000000000..45f3dc0f4d --- /dev/null +++ b/Symbolic/Resources/material-icons/slow_motion_video.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/slow_motion_video.sharp.svg b/Symbolic/Resources/material-icons/slow_motion_video.sharp.svg new file mode 100644 index 0000000000..e3aaaae155 --- /dev/null +++ b/Symbolic/Resources/material-icons/slow_motion_video.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/slow_motion_video.twotone.svg b/Symbolic/Resources/material-icons/slow_motion_video.twotone.svg new file mode 100644 index 0000000000..ce17c1b3c2 --- /dev/null +++ b/Symbolic/Resources/material-icons/slow_motion_video.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/smart_button.default.svg b/Symbolic/Resources/material-icons/smart_button.default.svg new file mode 100644 index 0000000000..682a9b7149 --- /dev/null +++ b/Symbolic/Resources/material-icons/smart_button.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/smart_button.outlined.svg b/Symbolic/Resources/material-icons/smart_button.outlined.svg new file mode 100644 index 0000000000..682a9b7149 --- /dev/null +++ b/Symbolic/Resources/material-icons/smart_button.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/smart_button.round.svg b/Symbolic/Resources/material-icons/smart_button.round.svg new file mode 100644 index 0000000000..21788739ca --- /dev/null +++ b/Symbolic/Resources/material-icons/smart_button.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/smart_button.sharp.svg b/Symbolic/Resources/material-icons/smart_button.sharp.svg new file mode 100644 index 0000000000..9c99402f98 --- /dev/null +++ b/Symbolic/Resources/material-icons/smart_button.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/smart_button.twotone.svg b/Symbolic/Resources/material-icons/smart_button.twotone.svg new file mode 100644 index 0000000000..682a9b7149 --- /dev/null +++ b/Symbolic/Resources/material-icons/smart_button.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/smart_display.default.svg b/Symbolic/Resources/material-icons/smart_display.default.svg new file mode 100644 index 0000000000..1953d501df --- /dev/null +++ b/Symbolic/Resources/material-icons/smart_display.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/smart_display.outlined.svg b/Symbolic/Resources/material-icons/smart_display.outlined.svg new file mode 100644 index 0000000000..8e381739a6 --- /dev/null +++ b/Symbolic/Resources/material-icons/smart_display.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/smart_display.round.svg b/Symbolic/Resources/material-icons/smart_display.round.svg new file mode 100644 index 0000000000..74b70531e0 --- /dev/null +++ b/Symbolic/Resources/material-icons/smart_display.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/smart_display.sharp.svg b/Symbolic/Resources/material-icons/smart_display.sharp.svg new file mode 100644 index 0000000000..37a86410d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/smart_display.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/smart_display.twotone.svg b/Symbolic/Resources/material-icons/smart_display.twotone.svg new file mode 100644 index 0000000000..0b904146f9 --- /dev/null +++ b/Symbolic/Resources/material-icons/smart_display.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/smart_screen.default.svg b/Symbolic/Resources/material-icons/smart_screen.default.svg new file mode 100644 index 0000000000..d0433ef5cd --- /dev/null +++ b/Symbolic/Resources/material-icons/smart_screen.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/smart_screen.outlined.svg b/Symbolic/Resources/material-icons/smart_screen.outlined.svg new file mode 100644 index 0000000000..358fae3a52 --- /dev/null +++ b/Symbolic/Resources/material-icons/smart_screen.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/smart_screen.round.svg b/Symbolic/Resources/material-icons/smart_screen.round.svg new file mode 100644 index 0000000000..b61bba837f --- /dev/null +++ b/Symbolic/Resources/material-icons/smart_screen.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/smart_screen.sharp.svg b/Symbolic/Resources/material-icons/smart_screen.sharp.svg new file mode 100644 index 0000000000..856036c4fa --- /dev/null +++ b/Symbolic/Resources/material-icons/smart_screen.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/smart_screen.twotone.svg b/Symbolic/Resources/material-icons/smart_screen.twotone.svg new file mode 100644 index 0000000000..cbd6022ca2 --- /dev/null +++ b/Symbolic/Resources/material-icons/smart_screen.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/smart_toy.default.svg b/Symbolic/Resources/material-icons/smart_toy.default.svg new file mode 100644 index 0000000000..8ae209d49b --- /dev/null +++ b/Symbolic/Resources/material-icons/smart_toy.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/smart_toy.outlined.svg b/Symbolic/Resources/material-icons/smart_toy.outlined.svg new file mode 100644 index 0000000000..f342f8f47d --- /dev/null +++ b/Symbolic/Resources/material-icons/smart_toy.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/smart_toy.round.svg b/Symbolic/Resources/material-icons/smart_toy.round.svg new file mode 100644 index 0000000000..d4e06bd89a --- /dev/null +++ b/Symbolic/Resources/material-icons/smart_toy.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/smart_toy.sharp.svg b/Symbolic/Resources/material-icons/smart_toy.sharp.svg new file mode 100644 index 0000000000..f1d3918d8d --- /dev/null +++ b/Symbolic/Resources/material-icons/smart_toy.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/smart_toy.twotone.svg b/Symbolic/Resources/material-icons/smart_toy.twotone.svg new file mode 100644 index 0000000000..7cd832f12a --- /dev/null +++ b/Symbolic/Resources/material-icons/smart_toy.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/smartphone.default.svg b/Symbolic/Resources/material-icons/smartphone.default.svg new file mode 100644 index 0000000000..c1808e7e84 --- /dev/null +++ b/Symbolic/Resources/material-icons/smartphone.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/smartphone.outlined.svg b/Symbolic/Resources/material-icons/smartphone.outlined.svg new file mode 100644 index 0000000000..b0e29d5232 --- /dev/null +++ b/Symbolic/Resources/material-icons/smartphone.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/smartphone.round.svg b/Symbolic/Resources/material-icons/smartphone.round.svg new file mode 100644 index 0000000000..eacc0b1fa5 --- /dev/null +++ b/Symbolic/Resources/material-icons/smartphone.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/smartphone.sharp.svg b/Symbolic/Resources/material-icons/smartphone.sharp.svg new file mode 100644 index 0000000000..a5ae394b3e --- /dev/null +++ b/Symbolic/Resources/material-icons/smartphone.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/smartphone.twotone.svg b/Symbolic/Resources/material-icons/smartphone.twotone.svg new file mode 100644 index 0000000000..6f67d2a586 --- /dev/null +++ b/Symbolic/Resources/material-icons/smartphone.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/smoke_free.default.svg b/Symbolic/Resources/material-icons/smoke_free.default.svg new file mode 100644 index 0000000000..1a1a8d0feb --- /dev/null +++ b/Symbolic/Resources/material-icons/smoke_free.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/smoke_free.outlined.svg b/Symbolic/Resources/material-icons/smoke_free.outlined.svg new file mode 100644 index 0000000000..db1cf3ea15 --- /dev/null +++ b/Symbolic/Resources/material-icons/smoke_free.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/smoke_free.round.svg b/Symbolic/Resources/material-icons/smoke_free.round.svg new file mode 100644 index 0000000000..741b0cd3b0 --- /dev/null +++ b/Symbolic/Resources/material-icons/smoke_free.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/smoke_free.sharp.svg b/Symbolic/Resources/material-icons/smoke_free.sharp.svg new file mode 100644 index 0000000000..ae41b557a6 --- /dev/null +++ b/Symbolic/Resources/material-icons/smoke_free.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/smoke_free.twotone.svg b/Symbolic/Resources/material-icons/smoke_free.twotone.svg new file mode 100644 index 0000000000..2202487686 --- /dev/null +++ b/Symbolic/Resources/material-icons/smoke_free.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/smoking_rooms.default.svg b/Symbolic/Resources/material-icons/smoking_rooms.default.svg new file mode 100644 index 0000000000..d5431ee1a8 --- /dev/null +++ b/Symbolic/Resources/material-icons/smoking_rooms.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/smoking_rooms.outlined.svg b/Symbolic/Resources/material-icons/smoking_rooms.outlined.svg new file mode 100644 index 0000000000..cb271e637a --- /dev/null +++ b/Symbolic/Resources/material-icons/smoking_rooms.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/smoking_rooms.round.svg b/Symbolic/Resources/material-icons/smoking_rooms.round.svg new file mode 100644 index 0000000000..7197f37535 --- /dev/null +++ b/Symbolic/Resources/material-icons/smoking_rooms.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/smoking_rooms.sharp.svg b/Symbolic/Resources/material-icons/smoking_rooms.sharp.svg new file mode 100644 index 0000000000..1f090b1d36 --- /dev/null +++ b/Symbolic/Resources/material-icons/smoking_rooms.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/smoking_rooms.twotone.svg b/Symbolic/Resources/material-icons/smoking_rooms.twotone.svg new file mode 100644 index 0000000000..53f9e0c91d --- /dev/null +++ b/Symbolic/Resources/material-icons/smoking_rooms.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sms.default.svg b/Symbolic/Resources/material-icons/sms.default.svg new file mode 100644 index 0000000000..08cf07ce75 --- /dev/null +++ b/Symbolic/Resources/material-icons/sms.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sms.outlined.svg b/Symbolic/Resources/material-icons/sms.outlined.svg new file mode 100644 index 0000000000..14b4b74987 --- /dev/null +++ b/Symbolic/Resources/material-icons/sms.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sms.round.svg b/Symbolic/Resources/material-icons/sms.round.svg new file mode 100644 index 0000000000..4df67b44c2 --- /dev/null +++ b/Symbolic/Resources/material-icons/sms.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sms.sharp.svg b/Symbolic/Resources/material-icons/sms.sharp.svg new file mode 100644 index 0000000000..0004a04eae --- /dev/null +++ b/Symbolic/Resources/material-icons/sms.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sms.twotone.svg b/Symbolic/Resources/material-icons/sms.twotone.svg new file mode 100644 index 0000000000..4c19d4e971 --- /dev/null +++ b/Symbolic/Resources/material-icons/sms.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sms_failed.default.svg b/Symbolic/Resources/material-icons/sms_failed.default.svg new file mode 100644 index 0000000000..a9bc26dc25 --- /dev/null +++ b/Symbolic/Resources/material-icons/sms_failed.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sms_failed.outlined.svg b/Symbolic/Resources/material-icons/sms_failed.outlined.svg new file mode 100644 index 0000000000..3839edc5ea --- /dev/null +++ b/Symbolic/Resources/material-icons/sms_failed.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sms_failed.round.svg b/Symbolic/Resources/material-icons/sms_failed.round.svg new file mode 100644 index 0000000000..322feaf428 --- /dev/null +++ b/Symbolic/Resources/material-icons/sms_failed.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sms_failed.sharp.svg b/Symbolic/Resources/material-icons/sms_failed.sharp.svg new file mode 100644 index 0000000000..7dbb5408b6 --- /dev/null +++ b/Symbolic/Resources/material-icons/sms_failed.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sms_failed.twotone.svg b/Symbolic/Resources/material-icons/sms_failed.twotone.svg new file mode 100644 index 0000000000..60a431c8b7 --- /dev/null +++ b/Symbolic/Resources/material-icons/sms_failed.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/snippet_folder.default.svg b/Symbolic/Resources/material-icons/snippet_folder.default.svg new file mode 100644 index 0000000000..97df527b20 --- /dev/null +++ b/Symbolic/Resources/material-icons/snippet_folder.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/snippet_folder.outlined.svg b/Symbolic/Resources/material-icons/snippet_folder.outlined.svg new file mode 100644 index 0000000000..94dee0d5b5 --- /dev/null +++ b/Symbolic/Resources/material-icons/snippet_folder.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/snippet_folder.round.svg b/Symbolic/Resources/material-icons/snippet_folder.round.svg new file mode 100644 index 0000000000..63bb3a00d4 --- /dev/null +++ b/Symbolic/Resources/material-icons/snippet_folder.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/snippet_folder.sharp.svg b/Symbolic/Resources/material-icons/snippet_folder.sharp.svg new file mode 100644 index 0000000000..4ea23e7d84 --- /dev/null +++ b/Symbolic/Resources/material-icons/snippet_folder.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/snippet_folder.twotone.svg b/Symbolic/Resources/material-icons/snippet_folder.twotone.svg new file mode 100644 index 0000000000..947def6923 --- /dev/null +++ b/Symbolic/Resources/material-icons/snippet_folder.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/snooze.default.svg b/Symbolic/Resources/material-icons/snooze.default.svg new file mode 100644 index 0000000000..88d54d944c --- /dev/null +++ b/Symbolic/Resources/material-icons/snooze.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/snooze.outlined.svg b/Symbolic/Resources/material-icons/snooze.outlined.svg new file mode 100644 index 0000000000..ec24d44527 --- /dev/null +++ b/Symbolic/Resources/material-icons/snooze.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/snooze.round.svg b/Symbolic/Resources/material-icons/snooze.round.svg new file mode 100644 index 0000000000..0cbea65cff --- /dev/null +++ b/Symbolic/Resources/material-icons/snooze.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/snooze.sharp.svg b/Symbolic/Resources/material-icons/snooze.sharp.svg new file mode 100644 index 0000000000..ec24d44527 --- /dev/null +++ b/Symbolic/Resources/material-icons/snooze.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/snooze.twotone.svg b/Symbolic/Resources/material-icons/snooze.twotone.svg new file mode 100644 index 0000000000..cff200df6f --- /dev/null +++ b/Symbolic/Resources/material-icons/snooze.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/snowboarding.default.svg b/Symbolic/Resources/material-icons/snowboarding.default.svg new file mode 100644 index 0000000000..815e9c0b09 --- /dev/null +++ b/Symbolic/Resources/material-icons/snowboarding.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/snowboarding.outlined.svg b/Symbolic/Resources/material-icons/snowboarding.outlined.svg new file mode 100644 index 0000000000..815e9c0b09 --- /dev/null +++ b/Symbolic/Resources/material-icons/snowboarding.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/snowboarding.round.svg b/Symbolic/Resources/material-icons/snowboarding.round.svg new file mode 100644 index 0000000000..738498a6ca --- /dev/null +++ b/Symbolic/Resources/material-icons/snowboarding.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/snowboarding.sharp.svg b/Symbolic/Resources/material-icons/snowboarding.sharp.svg new file mode 100644 index 0000000000..034a8e697f --- /dev/null +++ b/Symbolic/Resources/material-icons/snowboarding.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/snowboarding.twotone.svg b/Symbolic/Resources/material-icons/snowboarding.twotone.svg new file mode 100644 index 0000000000..815e9c0b09 --- /dev/null +++ b/Symbolic/Resources/material-icons/snowboarding.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/snowing.default.svg b/Symbolic/Resources/material-icons/snowing.default.svg new file mode 100644 index 0000000000..f72d20bcea --- /dev/null +++ b/Symbolic/Resources/material-icons/snowing.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/snowmobile.default.svg b/Symbolic/Resources/material-icons/snowmobile.default.svg new file mode 100644 index 0000000000..f87755a104 --- /dev/null +++ b/Symbolic/Resources/material-icons/snowmobile.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/snowmobile.outlined.svg b/Symbolic/Resources/material-icons/snowmobile.outlined.svg new file mode 100644 index 0000000000..d75b73d478 --- /dev/null +++ b/Symbolic/Resources/material-icons/snowmobile.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/snowmobile.round.svg b/Symbolic/Resources/material-icons/snowmobile.round.svg new file mode 100644 index 0000000000..799b38a99c --- /dev/null +++ b/Symbolic/Resources/material-icons/snowmobile.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/snowmobile.sharp.svg b/Symbolic/Resources/material-icons/snowmobile.sharp.svg new file mode 100644 index 0000000000..d1faddee10 --- /dev/null +++ b/Symbolic/Resources/material-icons/snowmobile.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/snowmobile.twotone.svg b/Symbolic/Resources/material-icons/snowmobile.twotone.svg new file mode 100644 index 0000000000..deb1865580 --- /dev/null +++ b/Symbolic/Resources/material-icons/snowmobile.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/snowshoeing.default.svg b/Symbolic/Resources/material-icons/snowshoeing.default.svg new file mode 100644 index 0000000000..531db6c573 --- /dev/null +++ b/Symbolic/Resources/material-icons/snowshoeing.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/snowshoeing.outlined.svg b/Symbolic/Resources/material-icons/snowshoeing.outlined.svg new file mode 100644 index 0000000000..531db6c573 --- /dev/null +++ b/Symbolic/Resources/material-icons/snowshoeing.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/snowshoeing.round.svg b/Symbolic/Resources/material-icons/snowshoeing.round.svg new file mode 100644 index 0000000000..b9972a979b --- /dev/null +++ b/Symbolic/Resources/material-icons/snowshoeing.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/snowshoeing.sharp.svg b/Symbolic/Resources/material-icons/snowshoeing.sharp.svg new file mode 100644 index 0000000000..531db6c573 --- /dev/null +++ b/Symbolic/Resources/material-icons/snowshoeing.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/snowshoeing.twotone.svg b/Symbolic/Resources/material-icons/snowshoeing.twotone.svg new file mode 100644 index 0000000000..531db6c573 --- /dev/null +++ b/Symbolic/Resources/material-icons/snowshoeing.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/soap.default.svg b/Symbolic/Resources/material-icons/soap.default.svg new file mode 100644 index 0000000000..5d8233ff1c --- /dev/null +++ b/Symbolic/Resources/material-icons/soap.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/soap.outlined.svg b/Symbolic/Resources/material-icons/soap.outlined.svg new file mode 100644 index 0000000000..37e7826e31 --- /dev/null +++ b/Symbolic/Resources/material-icons/soap.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/soap.round.svg b/Symbolic/Resources/material-icons/soap.round.svg new file mode 100644 index 0000000000..3d7d596b1c --- /dev/null +++ b/Symbolic/Resources/material-icons/soap.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/soap.sharp.svg b/Symbolic/Resources/material-icons/soap.sharp.svg new file mode 100644 index 0000000000..2077387f25 --- /dev/null +++ b/Symbolic/Resources/material-icons/soap.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/soap.twotone.svg b/Symbolic/Resources/material-icons/soap.twotone.svg new file mode 100644 index 0000000000..6b01b53ae7 --- /dev/null +++ b/Symbolic/Resources/material-icons/soap.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/social_distance.default.svg b/Symbolic/Resources/material-icons/social_distance.default.svg new file mode 100644 index 0000000000..2b8a59bfd7 --- /dev/null +++ b/Symbolic/Resources/material-icons/social_distance.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/social_distance.outlined.svg b/Symbolic/Resources/material-icons/social_distance.outlined.svg new file mode 100644 index 0000000000..a48cda09d1 --- /dev/null +++ b/Symbolic/Resources/material-icons/social_distance.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/social_distance.round.svg b/Symbolic/Resources/material-icons/social_distance.round.svg new file mode 100644 index 0000000000..046ff47b81 --- /dev/null +++ b/Symbolic/Resources/material-icons/social_distance.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/social_distance.sharp.svg b/Symbolic/Resources/material-icons/social_distance.sharp.svg new file mode 100644 index 0000000000..2b8a59bfd7 --- /dev/null +++ b/Symbolic/Resources/material-icons/social_distance.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/social_distance.twotone.svg b/Symbolic/Resources/material-icons/social_distance.twotone.svg new file mode 100644 index 0000000000..2b8a59bfd7 --- /dev/null +++ b/Symbolic/Resources/material-icons/social_distance.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/solar_power.default.svg b/Symbolic/Resources/material-icons/solar_power.default.svg new file mode 100644 index 0000000000..136a5a0060 --- /dev/null +++ b/Symbolic/Resources/material-icons/solar_power.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/solar_power.outlined.svg b/Symbolic/Resources/material-icons/solar_power.outlined.svg new file mode 100644 index 0000000000..e0ee4798be --- /dev/null +++ b/Symbolic/Resources/material-icons/solar_power.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/solar_power.round.svg b/Symbolic/Resources/material-icons/solar_power.round.svg new file mode 100644 index 0000000000..96b7dfc877 --- /dev/null +++ b/Symbolic/Resources/material-icons/solar_power.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/solar_power.sharp.svg b/Symbolic/Resources/material-icons/solar_power.sharp.svg new file mode 100644 index 0000000000..136a5a0060 --- /dev/null +++ b/Symbolic/Resources/material-icons/solar_power.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/solar_power.twotone.svg b/Symbolic/Resources/material-icons/solar_power.twotone.svg new file mode 100644 index 0000000000..bcabd96a6e --- /dev/null +++ b/Symbolic/Resources/material-icons/solar_power.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sort.default.svg b/Symbolic/Resources/material-icons/sort.default.svg new file mode 100644 index 0000000000..146754d223 --- /dev/null +++ b/Symbolic/Resources/material-icons/sort.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sort.outlined.svg b/Symbolic/Resources/material-icons/sort.outlined.svg new file mode 100644 index 0000000000..a65b0afabc --- /dev/null +++ b/Symbolic/Resources/material-icons/sort.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sort.round.svg b/Symbolic/Resources/material-icons/sort.round.svg new file mode 100644 index 0000000000..c23b69b60f --- /dev/null +++ b/Symbolic/Resources/material-icons/sort.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sort.sharp.svg b/Symbolic/Resources/material-icons/sort.sharp.svg new file mode 100644 index 0000000000..a65b0afabc --- /dev/null +++ b/Symbolic/Resources/material-icons/sort.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sort.twotone.svg b/Symbolic/Resources/material-icons/sort.twotone.svg new file mode 100644 index 0000000000..a65b0afabc --- /dev/null +++ b/Symbolic/Resources/material-icons/sort.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sort_by_alpha.default.svg b/Symbolic/Resources/material-icons/sort_by_alpha.default.svg new file mode 100644 index 0000000000..e1e7ee1b0e --- /dev/null +++ b/Symbolic/Resources/material-icons/sort_by_alpha.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sort_by_alpha.outlined.svg b/Symbolic/Resources/material-icons/sort_by_alpha.outlined.svg new file mode 100644 index 0000000000..4517e08981 --- /dev/null +++ b/Symbolic/Resources/material-icons/sort_by_alpha.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sort_by_alpha.round.svg b/Symbolic/Resources/material-icons/sort_by_alpha.round.svg new file mode 100644 index 0000000000..ae58592216 --- /dev/null +++ b/Symbolic/Resources/material-icons/sort_by_alpha.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sort_by_alpha.sharp.svg b/Symbolic/Resources/material-icons/sort_by_alpha.sharp.svg new file mode 100644 index 0000000000..4517e08981 --- /dev/null +++ b/Symbolic/Resources/material-icons/sort_by_alpha.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sort_by_alpha.twotone.svg b/Symbolic/Resources/material-icons/sort_by_alpha.twotone.svg new file mode 100644 index 0000000000..158d1c9017 --- /dev/null +++ b/Symbolic/Resources/material-icons/sort_by_alpha.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sos.default.svg b/Symbolic/Resources/material-icons/sos.default.svg new file mode 100644 index 0000000000..af4215246d --- /dev/null +++ b/Symbolic/Resources/material-icons/sos.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sos.outlined.svg b/Symbolic/Resources/material-icons/sos.outlined.svg new file mode 100644 index 0000000000..af4215246d --- /dev/null +++ b/Symbolic/Resources/material-icons/sos.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sos.round.svg b/Symbolic/Resources/material-icons/sos.round.svg new file mode 100644 index 0000000000..788ee5dfb9 --- /dev/null +++ b/Symbolic/Resources/material-icons/sos.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sos.sharp.svg b/Symbolic/Resources/material-icons/sos.sharp.svg new file mode 100644 index 0000000000..aff331a73f --- /dev/null +++ b/Symbolic/Resources/material-icons/sos.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sos.twotone.svg b/Symbolic/Resources/material-icons/sos.twotone.svg new file mode 100644 index 0000000000..af4215246d --- /dev/null +++ b/Symbolic/Resources/material-icons/sos.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/soup_kitchen.default.svg b/Symbolic/Resources/material-icons/soup_kitchen.default.svg new file mode 100644 index 0000000000..286c5d22a2 --- /dev/null +++ b/Symbolic/Resources/material-icons/soup_kitchen.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/soup_kitchen.outlined.svg b/Symbolic/Resources/material-icons/soup_kitchen.outlined.svg new file mode 100644 index 0000000000..1d2f2701cd --- /dev/null +++ b/Symbolic/Resources/material-icons/soup_kitchen.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/soup_kitchen.round.svg b/Symbolic/Resources/material-icons/soup_kitchen.round.svg new file mode 100644 index 0000000000..22027acf2f --- /dev/null +++ b/Symbolic/Resources/material-icons/soup_kitchen.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/soup_kitchen.sharp.svg b/Symbolic/Resources/material-icons/soup_kitchen.sharp.svg new file mode 100644 index 0000000000..5b911a63e1 --- /dev/null +++ b/Symbolic/Resources/material-icons/soup_kitchen.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/soup_kitchen.twotone.svg b/Symbolic/Resources/material-icons/soup_kitchen.twotone.svg new file mode 100644 index 0000000000..fc37b87af5 --- /dev/null +++ b/Symbolic/Resources/material-icons/soup_kitchen.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/source.default.svg b/Symbolic/Resources/material-icons/source.default.svg new file mode 100644 index 0000000000..8de67999db --- /dev/null +++ b/Symbolic/Resources/material-icons/source.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/source.outlined.svg b/Symbolic/Resources/material-icons/source.outlined.svg new file mode 100644 index 0000000000..b7707b4b48 --- /dev/null +++ b/Symbolic/Resources/material-icons/source.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/source.round.svg b/Symbolic/Resources/material-icons/source.round.svg new file mode 100644 index 0000000000..2a63c0c3c0 --- /dev/null +++ b/Symbolic/Resources/material-icons/source.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/source.sharp.svg b/Symbolic/Resources/material-icons/source.sharp.svg new file mode 100644 index 0000000000..b5157ee713 --- /dev/null +++ b/Symbolic/Resources/material-icons/source.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/source.twotone.svg b/Symbolic/Resources/material-icons/source.twotone.svg new file mode 100644 index 0000000000..410361e24a --- /dev/null +++ b/Symbolic/Resources/material-icons/source.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/south.default.svg b/Symbolic/Resources/material-icons/south.default.svg new file mode 100644 index 0000000000..78a994dae0 --- /dev/null +++ b/Symbolic/Resources/material-icons/south.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/south.outlined.svg b/Symbolic/Resources/material-icons/south.outlined.svg new file mode 100644 index 0000000000..78a994dae0 --- /dev/null +++ b/Symbolic/Resources/material-icons/south.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/south.round.svg b/Symbolic/Resources/material-icons/south.round.svg new file mode 100644 index 0000000000..4df81c9655 --- /dev/null +++ b/Symbolic/Resources/material-icons/south.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/south.sharp.svg b/Symbolic/Resources/material-icons/south.sharp.svg new file mode 100644 index 0000000000..78a994dae0 --- /dev/null +++ b/Symbolic/Resources/material-icons/south.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/south.twotone.svg b/Symbolic/Resources/material-icons/south.twotone.svg new file mode 100644 index 0000000000..78a994dae0 --- /dev/null +++ b/Symbolic/Resources/material-icons/south.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/south_america.default.svg b/Symbolic/Resources/material-icons/south_america.default.svg new file mode 100644 index 0000000000..94747fb8bd --- /dev/null +++ b/Symbolic/Resources/material-icons/south_america.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/south_america.outlined.svg b/Symbolic/Resources/material-icons/south_america.outlined.svg new file mode 100644 index 0000000000..94747fb8bd --- /dev/null +++ b/Symbolic/Resources/material-icons/south_america.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/south_america.round.svg b/Symbolic/Resources/material-icons/south_america.round.svg new file mode 100644 index 0000000000..94747fb8bd --- /dev/null +++ b/Symbolic/Resources/material-icons/south_america.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/south_america.sharp.svg b/Symbolic/Resources/material-icons/south_america.sharp.svg new file mode 100644 index 0000000000..94747fb8bd --- /dev/null +++ b/Symbolic/Resources/material-icons/south_america.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/south_america.twotone.svg b/Symbolic/Resources/material-icons/south_america.twotone.svg new file mode 100644 index 0000000000..e4575fb9e3 --- /dev/null +++ b/Symbolic/Resources/material-icons/south_america.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/south_east.default.svg b/Symbolic/Resources/material-icons/south_east.default.svg new file mode 100644 index 0000000000..5670fcc464 --- /dev/null +++ b/Symbolic/Resources/material-icons/south_east.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/south_east.outlined.svg b/Symbolic/Resources/material-icons/south_east.outlined.svg new file mode 100644 index 0000000000..5670fcc464 --- /dev/null +++ b/Symbolic/Resources/material-icons/south_east.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/south_east.round.svg b/Symbolic/Resources/material-icons/south_east.round.svg new file mode 100644 index 0000000000..17635f3123 --- /dev/null +++ b/Symbolic/Resources/material-icons/south_east.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/south_east.sharp.svg b/Symbolic/Resources/material-icons/south_east.sharp.svg new file mode 100644 index 0000000000..5670fcc464 --- /dev/null +++ b/Symbolic/Resources/material-icons/south_east.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/south_east.twotone.svg b/Symbolic/Resources/material-icons/south_east.twotone.svg new file mode 100644 index 0000000000..5670fcc464 --- /dev/null +++ b/Symbolic/Resources/material-icons/south_east.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/south_west.default.svg b/Symbolic/Resources/material-icons/south_west.default.svg new file mode 100644 index 0000000000..17b66f82db --- /dev/null +++ b/Symbolic/Resources/material-icons/south_west.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/south_west.outlined.svg b/Symbolic/Resources/material-icons/south_west.outlined.svg new file mode 100644 index 0000000000..17b66f82db --- /dev/null +++ b/Symbolic/Resources/material-icons/south_west.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/south_west.round.svg b/Symbolic/Resources/material-icons/south_west.round.svg new file mode 100644 index 0000000000..46e8cc6954 --- /dev/null +++ b/Symbolic/Resources/material-icons/south_west.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/south_west.sharp.svg b/Symbolic/Resources/material-icons/south_west.sharp.svg new file mode 100644 index 0000000000..17b66f82db --- /dev/null +++ b/Symbolic/Resources/material-icons/south_west.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/south_west.twotone.svg b/Symbolic/Resources/material-icons/south_west.twotone.svg new file mode 100644 index 0000000000..17b66f82db --- /dev/null +++ b/Symbolic/Resources/material-icons/south_west.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/spa.default.svg b/Symbolic/Resources/material-icons/spa.default.svg new file mode 100644 index 0000000000..e7e9ebc849 --- /dev/null +++ b/Symbolic/Resources/material-icons/spa.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/spa.outlined.svg b/Symbolic/Resources/material-icons/spa.outlined.svg new file mode 100644 index 0000000000..30654651d1 --- /dev/null +++ b/Symbolic/Resources/material-icons/spa.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/spa.round.svg b/Symbolic/Resources/material-icons/spa.round.svg new file mode 100644 index 0000000000..9da6d7a82b --- /dev/null +++ b/Symbolic/Resources/material-icons/spa.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/spa.sharp.svg b/Symbolic/Resources/material-icons/spa.sharp.svg new file mode 100644 index 0000000000..b150792511 --- /dev/null +++ b/Symbolic/Resources/material-icons/spa.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/spa.twotone.svg b/Symbolic/Resources/material-icons/spa.twotone.svg new file mode 100644 index 0000000000..21e9a9327c --- /dev/null +++ b/Symbolic/Resources/material-icons/spa.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/space_bar.default.svg b/Symbolic/Resources/material-icons/space_bar.default.svg new file mode 100644 index 0000000000..cea0b55bad --- /dev/null +++ b/Symbolic/Resources/material-icons/space_bar.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/space_bar.outlined.svg b/Symbolic/Resources/material-icons/space_bar.outlined.svg new file mode 100644 index 0000000000..4a18ec0183 --- /dev/null +++ b/Symbolic/Resources/material-icons/space_bar.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/space_bar.round.svg b/Symbolic/Resources/material-icons/space_bar.round.svg new file mode 100644 index 0000000000..54dff3c214 --- /dev/null +++ b/Symbolic/Resources/material-icons/space_bar.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/space_bar.sharp.svg b/Symbolic/Resources/material-icons/space_bar.sharp.svg new file mode 100644 index 0000000000..a13496dec6 --- /dev/null +++ b/Symbolic/Resources/material-icons/space_bar.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/space_bar.twotone.svg b/Symbolic/Resources/material-icons/space_bar.twotone.svg new file mode 100644 index 0000000000..988bd3e28e --- /dev/null +++ b/Symbolic/Resources/material-icons/space_bar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/space_dashboard.default.svg b/Symbolic/Resources/material-icons/space_dashboard.default.svg new file mode 100644 index 0000000000..7b14be992d --- /dev/null +++ b/Symbolic/Resources/material-icons/space_dashboard.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/space_dashboard.outlined.svg b/Symbolic/Resources/material-icons/space_dashboard.outlined.svg new file mode 100644 index 0000000000..4073d435d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/space_dashboard.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/space_dashboard.round.svg b/Symbolic/Resources/material-icons/space_dashboard.round.svg new file mode 100644 index 0000000000..e78e6dfd54 --- /dev/null +++ b/Symbolic/Resources/material-icons/space_dashboard.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/space_dashboard.sharp.svg b/Symbolic/Resources/material-icons/space_dashboard.sharp.svg new file mode 100644 index 0000000000..5ad872c3b2 --- /dev/null +++ b/Symbolic/Resources/material-icons/space_dashboard.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/space_dashboard.twotone.svg b/Symbolic/Resources/material-icons/space_dashboard.twotone.svg new file mode 100644 index 0000000000..232ee31f16 --- /dev/null +++ b/Symbolic/Resources/material-icons/space_dashboard.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/spatial_audio.default.svg b/Symbolic/Resources/material-icons/spatial_audio.default.svg new file mode 100644 index 0000000000..e01668067a --- /dev/null +++ b/Symbolic/Resources/material-icons/spatial_audio.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/spatial_audio.outlined.svg b/Symbolic/Resources/material-icons/spatial_audio.outlined.svg new file mode 100644 index 0000000000..0c9b4d5263 --- /dev/null +++ b/Symbolic/Resources/material-icons/spatial_audio.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/spatial_audio.round.svg b/Symbolic/Resources/material-icons/spatial_audio.round.svg new file mode 100644 index 0000000000..bf4ebab5cc --- /dev/null +++ b/Symbolic/Resources/material-icons/spatial_audio.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/spatial_audio.sharp.svg b/Symbolic/Resources/material-icons/spatial_audio.sharp.svg new file mode 100644 index 0000000000..e01668067a --- /dev/null +++ b/Symbolic/Resources/material-icons/spatial_audio.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/spatial_audio.twotone.svg b/Symbolic/Resources/material-icons/spatial_audio.twotone.svg new file mode 100644 index 0000000000..5914932932 --- /dev/null +++ b/Symbolic/Resources/material-icons/spatial_audio.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/spatial_audio_off.default.svg b/Symbolic/Resources/material-icons/spatial_audio_off.default.svg new file mode 100644 index 0000000000..93ff6ae79a --- /dev/null +++ b/Symbolic/Resources/material-icons/spatial_audio_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/spatial_audio_off.outlined.svg b/Symbolic/Resources/material-icons/spatial_audio_off.outlined.svg new file mode 100644 index 0000000000..8de8fa87d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/spatial_audio_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/spatial_audio_off.round.svg b/Symbolic/Resources/material-icons/spatial_audio_off.round.svg new file mode 100644 index 0000000000..b72e080541 --- /dev/null +++ b/Symbolic/Resources/material-icons/spatial_audio_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/spatial_audio_off.sharp.svg b/Symbolic/Resources/material-icons/spatial_audio_off.sharp.svg new file mode 100644 index 0000000000..93ff6ae79a --- /dev/null +++ b/Symbolic/Resources/material-icons/spatial_audio_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/spatial_audio_off.twotone.svg b/Symbolic/Resources/material-icons/spatial_audio_off.twotone.svg new file mode 100644 index 0000000000..347189a619 --- /dev/null +++ b/Symbolic/Resources/material-icons/spatial_audio_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/spatial_tracking.default.svg b/Symbolic/Resources/material-icons/spatial_tracking.default.svg new file mode 100644 index 0000000000..e197f8a859 --- /dev/null +++ b/Symbolic/Resources/material-icons/spatial_tracking.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/spatial_tracking.outlined.svg b/Symbolic/Resources/material-icons/spatial_tracking.outlined.svg new file mode 100644 index 0000000000..7a25d36a60 --- /dev/null +++ b/Symbolic/Resources/material-icons/spatial_tracking.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/spatial_tracking.round.svg b/Symbolic/Resources/material-icons/spatial_tracking.round.svg new file mode 100644 index 0000000000..263f70f7cb --- /dev/null +++ b/Symbolic/Resources/material-icons/spatial_tracking.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/spatial_tracking.sharp.svg b/Symbolic/Resources/material-icons/spatial_tracking.sharp.svg new file mode 100644 index 0000000000..e197f8a859 --- /dev/null +++ b/Symbolic/Resources/material-icons/spatial_tracking.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/spatial_tracking.twotone.svg b/Symbolic/Resources/material-icons/spatial_tracking.twotone.svg new file mode 100644 index 0000000000..cfd923f420 --- /dev/null +++ b/Symbolic/Resources/material-icons/spatial_tracking.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/speaker.default.svg b/Symbolic/Resources/material-icons/speaker.default.svg new file mode 100644 index 0000000000..07690178eb --- /dev/null +++ b/Symbolic/Resources/material-icons/speaker.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/speaker.outlined.svg b/Symbolic/Resources/material-icons/speaker.outlined.svg new file mode 100644 index 0000000000..f323edf942 --- /dev/null +++ b/Symbolic/Resources/material-icons/speaker.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/speaker.round.svg b/Symbolic/Resources/material-icons/speaker.round.svg new file mode 100644 index 0000000000..dc44d418fc --- /dev/null +++ b/Symbolic/Resources/material-icons/speaker.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/speaker.sharp.svg b/Symbolic/Resources/material-icons/speaker.sharp.svg new file mode 100644 index 0000000000..89e7adc972 --- /dev/null +++ b/Symbolic/Resources/material-icons/speaker.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/speaker.twotone.svg b/Symbolic/Resources/material-icons/speaker.twotone.svg new file mode 100644 index 0000000000..ff07406cfa --- /dev/null +++ b/Symbolic/Resources/material-icons/speaker.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/speaker_group.default.svg b/Symbolic/Resources/material-icons/speaker_group.default.svg new file mode 100644 index 0000000000..20293ce2de --- /dev/null +++ b/Symbolic/Resources/material-icons/speaker_group.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/speaker_group.outlined.svg b/Symbolic/Resources/material-icons/speaker_group.outlined.svg new file mode 100644 index 0000000000..527eb04c24 --- /dev/null +++ b/Symbolic/Resources/material-icons/speaker_group.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/speaker_group.round.svg b/Symbolic/Resources/material-icons/speaker_group.round.svg new file mode 100644 index 0000000000..df1f6cddf1 --- /dev/null +++ b/Symbolic/Resources/material-icons/speaker_group.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/speaker_group.sharp.svg b/Symbolic/Resources/material-icons/speaker_group.sharp.svg new file mode 100644 index 0000000000..35064728f4 --- /dev/null +++ b/Symbolic/Resources/material-icons/speaker_group.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/speaker_group.twotone.svg b/Symbolic/Resources/material-icons/speaker_group.twotone.svg new file mode 100644 index 0000000000..9ff9167bfa --- /dev/null +++ b/Symbolic/Resources/material-icons/speaker_group.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/speaker_notes.default.svg b/Symbolic/Resources/material-icons/speaker_notes.default.svg new file mode 100644 index 0000000000..1f9a4c8e01 --- /dev/null +++ b/Symbolic/Resources/material-icons/speaker_notes.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/speaker_notes.outlined.svg b/Symbolic/Resources/material-icons/speaker_notes.outlined.svg new file mode 100644 index 0000000000..af4f57d1c8 --- /dev/null +++ b/Symbolic/Resources/material-icons/speaker_notes.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/speaker_notes.round.svg b/Symbolic/Resources/material-icons/speaker_notes.round.svg new file mode 100644 index 0000000000..db592b1b3c --- /dev/null +++ b/Symbolic/Resources/material-icons/speaker_notes.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/speaker_notes.sharp.svg b/Symbolic/Resources/material-icons/speaker_notes.sharp.svg new file mode 100644 index 0000000000..6a1365534b --- /dev/null +++ b/Symbolic/Resources/material-icons/speaker_notes.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/speaker_notes.twotone.svg b/Symbolic/Resources/material-icons/speaker_notes.twotone.svg new file mode 100644 index 0000000000..c70d15b528 --- /dev/null +++ b/Symbolic/Resources/material-icons/speaker_notes.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/speaker_notes_off.default.svg b/Symbolic/Resources/material-icons/speaker_notes_off.default.svg new file mode 100644 index 0000000000..ba29a0ff58 --- /dev/null +++ b/Symbolic/Resources/material-icons/speaker_notes_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/speaker_notes_off.outlined.svg b/Symbolic/Resources/material-icons/speaker_notes_off.outlined.svg new file mode 100644 index 0000000000..4ec00a3cfb --- /dev/null +++ b/Symbolic/Resources/material-icons/speaker_notes_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/speaker_notes_off.round.svg b/Symbolic/Resources/material-icons/speaker_notes_off.round.svg new file mode 100644 index 0000000000..2c2a21146c --- /dev/null +++ b/Symbolic/Resources/material-icons/speaker_notes_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/speaker_notes_off.sharp.svg b/Symbolic/Resources/material-icons/speaker_notes_off.sharp.svg new file mode 100644 index 0000000000..485f9eff0e --- /dev/null +++ b/Symbolic/Resources/material-icons/speaker_notes_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/speaker_notes_off.twotone.svg b/Symbolic/Resources/material-icons/speaker_notes_off.twotone.svg new file mode 100644 index 0000000000..e872b02ee2 --- /dev/null +++ b/Symbolic/Resources/material-icons/speaker_notes_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/speaker_phone.default.svg b/Symbolic/Resources/material-icons/speaker_phone.default.svg new file mode 100644 index 0000000000..a8e09c3496 --- /dev/null +++ b/Symbolic/Resources/material-icons/speaker_phone.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/speaker_phone.outlined.svg b/Symbolic/Resources/material-icons/speaker_phone.outlined.svg new file mode 100644 index 0000000000..41b250ad60 --- /dev/null +++ b/Symbolic/Resources/material-icons/speaker_phone.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/speaker_phone.round.svg b/Symbolic/Resources/material-icons/speaker_phone.round.svg new file mode 100644 index 0000000000..8ae1fe3dcf --- /dev/null +++ b/Symbolic/Resources/material-icons/speaker_phone.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/speaker_phone.sharp.svg b/Symbolic/Resources/material-icons/speaker_phone.sharp.svg new file mode 100644 index 0000000000..1f32059f61 --- /dev/null +++ b/Symbolic/Resources/material-icons/speaker_phone.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/speaker_phone.twotone.svg b/Symbolic/Resources/material-icons/speaker_phone.twotone.svg new file mode 100644 index 0000000000..2410c1551e --- /dev/null +++ b/Symbolic/Resources/material-icons/speaker_phone.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/speed.default.svg b/Symbolic/Resources/material-icons/speed.default.svg new file mode 100644 index 0000000000..ac9e2c2d5e --- /dev/null +++ b/Symbolic/Resources/material-icons/speed.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/speed.outlined.svg b/Symbolic/Resources/material-icons/speed.outlined.svg new file mode 100644 index 0000000000..1b9e585aee --- /dev/null +++ b/Symbolic/Resources/material-icons/speed.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/speed.round.svg b/Symbolic/Resources/material-icons/speed.round.svg new file mode 100644 index 0000000000..145ae6e9e3 --- /dev/null +++ b/Symbolic/Resources/material-icons/speed.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/speed.sharp.svg b/Symbolic/Resources/material-icons/speed.sharp.svg new file mode 100644 index 0000000000..79e9a898a3 --- /dev/null +++ b/Symbolic/Resources/material-icons/speed.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/speed.twotone.svg b/Symbolic/Resources/material-icons/speed.twotone.svg new file mode 100644 index 0000000000..1b9e585aee --- /dev/null +++ b/Symbolic/Resources/material-icons/speed.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/spellcheck.default.svg b/Symbolic/Resources/material-icons/spellcheck.default.svg new file mode 100644 index 0000000000..b241040b38 --- /dev/null +++ b/Symbolic/Resources/material-icons/spellcheck.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/spellcheck.outlined.svg b/Symbolic/Resources/material-icons/spellcheck.outlined.svg new file mode 100644 index 0000000000..364753ffef --- /dev/null +++ b/Symbolic/Resources/material-icons/spellcheck.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/spellcheck.round.svg b/Symbolic/Resources/material-icons/spellcheck.round.svg new file mode 100644 index 0000000000..b7092bb57b --- /dev/null +++ b/Symbolic/Resources/material-icons/spellcheck.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/spellcheck.sharp.svg b/Symbolic/Resources/material-icons/spellcheck.sharp.svg new file mode 100644 index 0000000000..364753ffef --- /dev/null +++ b/Symbolic/Resources/material-icons/spellcheck.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/spellcheck.twotone.svg b/Symbolic/Resources/material-icons/spellcheck.twotone.svg new file mode 100644 index 0000000000..364753ffef --- /dev/null +++ b/Symbolic/Resources/material-icons/spellcheck.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/splitscreen.default.svg b/Symbolic/Resources/material-icons/splitscreen.default.svg new file mode 100644 index 0000000000..85fd5febab --- /dev/null +++ b/Symbolic/Resources/material-icons/splitscreen.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/splitscreen.outlined.svg b/Symbolic/Resources/material-icons/splitscreen.outlined.svg new file mode 100644 index 0000000000..85fd5febab --- /dev/null +++ b/Symbolic/Resources/material-icons/splitscreen.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/splitscreen.round.svg b/Symbolic/Resources/material-icons/splitscreen.round.svg new file mode 100644 index 0000000000..e6b390deee --- /dev/null +++ b/Symbolic/Resources/material-icons/splitscreen.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/splitscreen.sharp.svg b/Symbolic/Resources/material-icons/splitscreen.sharp.svg new file mode 100644 index 0000000000..59a28b5acc --- /dev/null +++ b/Symbolic/Resources/material-icons/splitscreen.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/splitscreen.twotone.svg b/Symbolic/Resources/material-icons/splitscreen.twotone.svg new file mode 100644 index 0000000000..d936f92676 --- /dev/null +++ b/Symbolic/Resources/material-icons/splitscreen.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/spoke.default.svg b/Symbolic/Resources/material-icons/spoke.default.svg new file mode 100644 index 0000000000..6ad9196e8b --- /dev/null +++ b/Symbolic/Resources/material-icons/spoke.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/spoke.outlined.svg b/Symbolic/Resources/material-icons/spoke.outlined.svg new file mode 100644 index 0000000000..bfaee0deb2 --- /dev/null +++ b/Symbolic/Resources/material-icons/spoke.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/spoke.round.svg b/Symbolic/Resources/material-icons/spoke.round.svg new file mode 100644 index 0000000000..6ad9196e8b --- /dev/null +++ b/Symbolic/Resources/material-icons/spoke.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/spoke.sharp.svg b/Symbolic/Resources/material-icons/spoke.sharp.svg new file mode 100644 index 0000000000..6ad9196e8b --- /dev/null +++ b/Symbolic/Resources/material-icons/spoke.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/spoke.twotone.svg b/Symbolic/Resources/material-icons/spoke.twotone.svg new file mode 100644 index 0000000000..619dcbe937 --- /dev/null +++ b/Symbolic/Resources/material-icons/spoke.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports.default.svg b/Symbolic/Resources/material-icons/sports.default.svg new file mode 100644 index 0000000000..96e7790831 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports.outlined.svg b/Symbolic/Resources/material-icons/sports.outlined.svg new file mode 100644 index 0000000000..96e7790831 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports.round.svg b/Symbolic/Resources/material-icons/sports.round.svg new file mode 100644 index 0000000000..10c2eb6c53 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports.sharp.svg b/Symbolic/Resources/material-icons/sports.sharp.svg new file mode 100644 index 0000000000..96e7790831 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports.twotone.svg b/Symbolic/Resources/material-icons/sports.twotone.svg new file mode 100644 index 0000000000..96e7790831 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_bar.default.svg b/Symbolic/Resources/material-icons/sports_bar.default.svg new file mode 100644 index 0000000000..cf7c3b0abf --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_bar.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_bar.outlined.svg b/Symbolic/Resources/material-icons/sports_bar.outlined.svg new file mode 100644 index 0000000000..92aebc2ab4 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_bar.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_bar.round.svg b/Symbolic/Resources/material-icons/sports_bar.round.svg new file mode 100644 index 0000000000..7a282d3113 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_bar.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_bar.sharp.svg b/Symbolic/Resources/material-icons/sports_bar.sharp.svg new file mode 100644 index 0000000000..8fc02a20be --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_bar.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_bar.twotone.svg b/Symbolic/Resources/material-icons/sports_bar.twotone.svg new file mode 100644 index 0000000000..cfd82273dd --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_bar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_baseball.default.svg b/Symbolic/Resources/material-icons/sports_baseball.default.svg new file mode 100644 index 0000000000..427e14bd95 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_baseball.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_baseball.outlined.svg b/Symbolic/Resources/material-icons/sports_baseball.outlined.svg new file mode 100644 index 0000000000..300c678787 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_baseball.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_baseball.round.svg b/Symbolic/Resources/material-icons/sports_baseball.round.svg new file mode 100644 index 0000000000..5c52a90342 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_baseball.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_baseball.sharp.svg b/Symbolic/Resources/material-icons/sports_baseball.sharp.svg new file mode 100644 index 0000000000..427e14bd95 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_baseball.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_baseball.twotone.svg b/Symbolic/Resources/material-icons/sports_baseball.twotone.svg new file mode 100644 index 0000000000..423e1a2181 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_baseball.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_basketball.default.svg b/Symbolic/Resources/material-icons/sports_basketball.default.svg new file mode 100644 index 0000000000..95974a1026 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_basketball.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_basketball.outlined.svg b/Symbolic/Resources/material-icons/sports_basketball.outlined.svg new file mode 100644 index 0000000000..7aed45c8ee --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_basketball.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_basketball.round.svg b/Symbolic/Resources/material-icons/sports_basketball.round.svg new file mode 100644 index 0000000000..a3551edc47 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_basketball.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_basketball.sharp.svg b/Symbolic/Resources/material-icons/sports_basketball.sharp.svg new file mode 100644 index 0000000000..95974a1026 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_basketball.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_basketball.twotone.svg b/Symbolic/Resources/material-icons/sports_basketball.twotone.svg new file mode 100644 index 0000000000..f9600b05da --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_basketball.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_cricket.default.svg b/Symbolic/Resources/material-icons/sports_cricket.default.svg new file mode 100644 index 0000000000..5e386176c4 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_cricket.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_cricket.outlined.svg b/Symbolic/Resources/material-icons/sports_cricket.outlined.svg new file mode 100644 index 0000000000..bf64cafa79 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_cricket.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_cricket.round.svg b/Symbolic/Resources/material-icons/sports_cricket.round.svg new file mode 100644 index 0000000000..971239b9dc --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_cricket.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_cricket.sharp.svg b/Symbolic/Resources/material-icons/sports_cricket.sharp.svg new file mode 100644 index 0000000000..5e386176c4 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_cricket.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_cricket.twotone.svg b/Symbolic/Resources/material-icons/sports_cricket.twotone.svg new file mode 100644 index 0000000000..3f2ce19b63 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_cricket.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_esports.default.svg b/Symbolic/Resources/material-icons/sports_esports.default.svg new file mode 100644 index 0000000000..329e9202a6 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_esports.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_esports.outlined.svg b/Symbolic/Resources/material-icons/sports_esports.outlined.svg new file mode 100644 index 0000000000..f4edf64348 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_esports.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_esports.round.svg b/Symbolic/Resources/material-icons/sports_esports.round.svg new file mode 100644 index 0000000000..921ae0ea32 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_esports.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_esports.sharp.svg b/Symbolic/Resources/material-icons/sports_esports.sharp.svg new file mode 100644 index 0000000000..452e913eca --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_esports.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_esports.twotone.svg b/Symbolic/Resources/material-icons/sports_esports.twotone.svg new file mode 100644 index 0000000000..33e0a8300a --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_esports.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_football.default.svg b/Symbolic/Resources/material-icons/sports_football.default.svg new file mode 100644 index 0000000000..7e55fba932 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_football.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_football.outlined.svg b/Symbolic/Resources/material-icons/sports_football.outlined.svg new file mode 100644 index 0000000000..17a11da410 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_football.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_football.round.svg b/Symbolic/Resources/material-icons/sports_football.round.svg new file mode 100644 index 0000000000..5af229699f --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_football.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_football.sharp.svg b/Symbolic/Resources/material-icons/sports_football.sharp.svg new file mode 100644 index 0000000000..7e55fba932 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_football.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_football.twotone.svg b/Symbolic/Resources/material-icons/sports_football.twotone.svg new file mode 100644 index 0000000000..235e6e191c --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_football.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_golf.default.svg b/Symbolic/Resources/material-icons/sports_golf.default.svg new file mode 100644 index 0000000000..4ee8385c24 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_golf.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_golf.outlined.svg b/Symbolic/Resources/material-icons/sports_golf.outlined.svg new file mode 100644 index 0000000000..bd4d7cd2a0 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_golf.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_golf.round.svg b/Symbolic/Resources/material-icons/sports_golf.round.svg new file mode 100644 index 0000000000..a1dfa8fd96 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_golf.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_golf.sharp.svg b/Symbolic/Resources/material-icons/sports_golf.sharp.svg new file mode 100644 index 0000000000..4ee8385c24 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_golf.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_golf.twotone.svg b/Symbolic/Resources/material-icons/sports_golf.twotone.svg new file mode 100644 index 0000000000..bb4419c080 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_golf.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_gymnastics.default.svg b/Symbolic/Resources/material-icons/sports_gymnastics.default.svg new file mode 100644 index 0000000000..79da529bd2 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_gymnastics.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_gymnastics.outlined.svg b/Symbolic/Resources/material-icons/sports_gymnastics.outlined.svg new file mode 100644 index 0000000000..79da529bd2 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_gymnastics.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_gymnastics.round.svg b/Symbolic/Resources/material-icons/sports_gymnastics.round.svg new file mode 100644 index 0000000000..4780cc729d --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_gymnastics.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_gymnastics.sharp.svg b/Symbolic/Resources/material-icons/sports_gymnastics.sharp.svg new file mode 100644 index 0000000000..79da529bd2 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_gymnastics.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_gymnastics.twotone.svg b/Symbolic/Resources/material-icons/sports_gymnastics.twotone.svg new file mode 100644 index 0000000000..79da529bd2 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_gymnastics.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_handball.default.svg b/Symbolic/Resources/material-icons/sports_handball.default.svg new file mode 100644 index 0000000000..7c0d134117 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_handball.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_handball.outlined.svg b/Symbolic/Resources/material-icons/sports_handball.outlined.svg new file mode 100644 index 0000000000..7c0d134117 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_handball.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_handball.round.svg b/Symbolic/Resources/material-icons/sports_handball.round.svg new file mode 100644 index 0000000000..9075172056 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_handball.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_handball.sharp.svg b/Symbolic/Resources/material-icons/sports_handball.sharp.svg new file mode 100644 index 0000000000..7c0d134117 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_handball.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_handball.twotone.svg b/Symbolic/Resources/material-icons/sports_handball.twotone.svg new file mode 100644 index 0000000000..7c0d134117 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_handball.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_hockey.default.svg b/Symbolic/Resources/material-icons/sports_hockey.default.svg new file mode 100644 index 0000000000..ebf9393030 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_hockey.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_hockey.outlined.svg b/Symbolic/Resources/material-icons/sports_hockey.outlined.svg new file mode 100644 index 0000000000..ebf9393030 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_hockey.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_hockey.round.svg b/Symbolic/Resources/material-icons/sports_hockey.round.svg new file mode 100644 index 0000000000..2c1b492886 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_hockey.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_hockey.sharp.svg b/Symbolic/Resources/material-icons/sports_hockey.sharp.svg new file mode 100644 index 0000000000..ebf9393030 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_hockey.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_hockey.twotone.svg b/Symbolic/Resources/material-icons/sports_hockey.twotone.svg new file mode 100644 index 0000000000..ebf9393030 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_hockey.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_kabaddi.default.svg b/Symbolic/Resources/material-icons/sports_kabaddi.default.svg new file mode 100644 index 0000000000..82d4428558 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_kabaddi.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_kabaddi.outlined.svg b/Symbolic/Resources/material-icons/sports_kabaddi.outlined.svg new file mode 100644 index 0000000000..82d4428558 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_kabaddi.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_kabaddi.round.svg b/Symbolic/Resources/material-icons/sports_kabaddi.round.svg new file mode 100644 index 0000000000..807055b56a --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_kabaddi.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_kabaddi.sharp.svg b/Symbolic/Resources/material-icons/sports_kabaddi.sharp.svg new file mode 100644 index 0000000000..82d4428558 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_kabaddi.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_kabaddi.twotone.svg b/Symbolic/Resources/material-icons/sports_kabaddi.twotone.svg new file mode 100644 index 0000000000..82d4428558 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_kabaddi.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_martial_arts.default.svg b/Symbolic/Resources/material-icons/sports_martial_arts.default.svg new file mode 100644 index 0000000000..9d79ca1811 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_martial_arts.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_martial_arts.outlined.svg b/Symbolic/Resources/material-icons/sports_martial_arts.outlined.svg new file mode 100644 index 0000000000..9d79ca1811 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_martial_arts.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_martial_arts.round.svg b/Symbolic/Resources/material-icons/sports_martial_arts.round.svg new file mode 100644 index 0000000000..6d1f737411 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_martial_arts.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_martial_arts.sharp.svg b/Symbolic/Resources/material-icons/sports_martial_arts.sharp.svg new file mode 100644 index 0000000000..9d79ca1811 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_martial_arts.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_martial_arts.twotone.svg b/Symbolic/Resources/material-icons/sports_martial_arts.twotone.svg new file mode 100644 index 0000000000..9d79ca1811 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_martial_arts.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_mma.default.svg b/Symbolic/Resources/material-icons/sports_mma.default.svg new file mode 100644 index 0000000000..eb4bedaadd --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_mma.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_mma.outlined.svg b/Symbolic/Resources/material-icons/sports_mma.outlined.svg new file mode 100644 index 0000000000..1e67e7ac5a --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_mma.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_mma.round.svg b/Symbolic/Resources/material-icons/sports_mma.round.svg new file mode 100644 index 0000000000..b7791a954d --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_mma.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_mma.sharp.svg b/Symbolic/Resources/material-icons/sports_mma.sharp.svg new file mode 100644 index 0000000000..901796877b --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_mma.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_mma.twotone.svg b/Symbolic/Resources/material-icons/sports_mma.twotone.svg new file mode 100644 index 0000000000..f782de4f11 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_mma.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_motorsports.default.svg b/Symbolic/Resources/material-icons/sports_motorsports.default.svg new file mode 100644 index 0000000000..ca1b4e4abd --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_motorsports.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_motorsports.outlined.svg b/Symbolic/Resources/material-icons/sports_motorsports.outlined.svg new file mode 100644 index 0000000000..5560d5a3fc --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_motorsports.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_motorsports.round.svg b/Symbolic/Resources/material-icons/sports_motorsports.round.svg new file mode 100644 index 0000000000..761a0f9373 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_motorsports.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_motorsports.sharp.svg b/Symbolic/Resources/material-icons/sports_motorsports.sharp.svg new file mode 100644 index 0000000000..e80db39bed --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_motorsports.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_motorsports.twotone.svg b/Symbolic/Resources/material-icons/sports_motorsports.twotone.svg new file mode 100644 index 0000000000..44a61d58c5 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_motorsports.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_rugby.default.svg b/Symbolic/Resources/material-icons/sports_rugby.default.svg new file mode 100644 index 0000000000..de9e742ff9 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_rugby.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_rugby.outlined.svg b/Symbolic/Resources/material-icons/sports_rugby.outlined.svg new file mode 100644 index 0000000000..65cf8c5e23 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_rugby.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_rugby.round.svg b/Symbolic/Resources/material-icons/sports_rugby.round.svg new file mode 100644 index 0000000000..940b381ab6 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_rugby.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_rugby.sharp.svg b/Symbolic/Resources/material-icons/sports_rugby.sharp.svg new file mode 100644 index 0000000000..009f643298 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_rugby.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_rugby.twotone.svg b/Symbolic/Resources/material-icons/sports_rugby.twotone.svg new file mode 100644 index 0000000000..fbb858838a --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_rugby.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_score.default.svg b/Symbolic/Resources/material-icons/sports_score.default.svg new file mode 100644 index 0000000000..191ca88fa3 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_score.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_score.outlined.svg b/Symbolic/Resources/material-icons/sports_score.outlined.svg new file mode 100644 index 0000000000..191ca88fa3 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_score.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_score.round.svg b/Symbolic/Resources/material-icons/sports_score.round.svg new file mode 100644 index 0000000000..8dead3c70b --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_score.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_score.sharp.svg b/Symbolic/Resources/material-icons/sports_score.sharp.svg new file mode 100644 index 0000000000..191ca88fa3 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_score.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_score.twotone.svg b/Symbolic/Resources/material-icons/sports_score.twotone.svg new file mode 100644 index 0000000000..191ca88fa3 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_score.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_soccer.default.svg b/Symbolic/Resources/material-icons/sports_soccer.default.svg new file mode 100644 index 0000000000..f04bd85b7a --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_soccer.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_soccer.outlined.svg b/Symbolic/Resources/material-icons/sports_soccer.outlined.svg new file mode 100644 index 0000000000..f04bd85b7a --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_soccer.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_soccer.round.svg b/Symbolic/Resources/material-icons/sports_soccer.round.svg new file mode 100644 index 0000000000..db1daf93df --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_soccer.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_soccer.sharp.svg b/Symbolic/Resources/material-icons/sports_soccer.sharp.svg new file mode 100644 index 0000000000..f04bd85b7a --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_soccer.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_soccer.twotone.svg b/Symbolic/Resources/material-icons/sports_soccer.twotone.svg new file mode 100644 index 0000000000..1b45def68e --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_soccer.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_tennis.default.svg b/Symbolic/Resources/material-icons/sports_tennis.default.svg new file mode 100644 index 0000000000..4b8ba384a0 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_tennis.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_tennis.outlined.svg b/Symbolic/Resources/material-icons/sports_tennis.outlined.svg new file mode 100644 index 0000000000..4b8ba384a0 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_tennis.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_tennis.round.svg b/Symbolic/Resources/material-icons/sports_tennis.round.svg new file mode 100644 index 0000000000..30748a52a7 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_tennis.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_tennis.sharp.svg b/Symbolic/Resources/material-icons/sports_tennis.sharp.svg new file mode 100644 index 0000000000..4b8ba384a0 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_tennis.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_tennis.twotone.svg b/Symbolic/Resources/material-icons/sports_tennis.twotone.svg new file mode 100644 index 0000000000..4b8ba384a0 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_tennis.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_volleyball.default.svg b/Symbolic/Resources/material-icons/sports_volleyball.default.svg new file mode 100644 index 0000000000..690543cd61 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_volleyball.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_volleyball.outlined.svg b/Symbolic/Resources/material-icons/sports_volleyball.outlined.svg new file mode 100644 index 0000000000..a1ba6000eb --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_volleyball.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_volleyball.round.svg b/Symbolic/Resources/material-icons/sports_volleyball.round.svg new file mode 100644 index 0000000000..0c7532add7 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_volleyball.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_volleyball.sharp.svg b/Symbolic/Resources/material-icons/sports_volleyball.sharp.svg new file mode 100644 index 0000000000..690543cd61 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_volleyball.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sports_volleyball.twotone.svg b/Symbolic/Resources/material-icons/sports_volleyball.twotone.svg new file mode 100644 index 0000000000..94bd4983e1 --- /dev/null +++ b/Symbolic/Resources/material-icons/sports_volleyball.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/square.default.svg b/Symbolic/Resources/material-icons/square.default.svg new file mode 100644 index 0000000000..7ecf113b1e --- /dev/null +++ b/Symbolic/Resources/material-icons/square.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/square.outlined.svg b/Symbolic/Resources/material-icons/square.outlined.svg new file mode 100644 index 0000000000..cc1e69d00d --- /dev/null +++ b/Symbolic/Resources/material-icons/square.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/square.round.svg b/Symbolic/Resources/material-icons/square.round.svg new file mode 100644 index 0000000000..468f13d3a1 --- /dev/null +++ b/Symbolic/Resources/material-icons/square.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/square.sharp.svg b/Symbolic/Resources/material-icons/square.sharp.svg new file mode 100644 index 0000000000..7ecf113b1e --- /dev/null +++ b/Symbolic/Resources/material-icons/square.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/square.twotone.svg b/Symbolic/Resources/material-icons/square.twotone.svg new file mode 100644 index 0000000000..5ffec53e98 --- /dev/null +++ b/Symbolic/Resources/material-icons/square.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/square_foot.default.svg b/Symbolic/Resources/material-icons/square_foot.default.svg new file mode 100644 index 0000000000..f7ae795ea3 --- /dev/null +++ b/Symbolic/Resources/material-icons/square_foot.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/square_foot.outlined.svg b/Symbolic/Resources/material-icons/square_foot.outlined.svg new file mode 100644 index 0000000000..f7ae795ea3 --- /dev/null +++ b/Symbolic/Resources/material-icons/square_foot.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/square_foot.round.svg b/Symbolic/Resources/material-icons/square_foot.round.svg new file mode 100644 index 0000000000..294e018ad5 --- /dev/null +++ b/Symbolic/Resources/material-icons/square_foot.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/square_foot.sharp.svg b/Symbolic/Resources/material-icons/square_foot.sharp.svg new file mode 100644 index 0000000000..5041996f04 --- /dev/null +++ b/Symbolic/Resources/material-icons/square_foot.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/square_foot.twotone.svg b/Symbolic/Resources/material-icons/square_foot.twotone.svg new file mode 100644 index 0000000000..7afe59c40b --- /dev/null +++ b/Symbolic/Resources/material-icons/square_foot.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ssid_chart.default.svg b/Symbolic/Resources/material-icons/ssid_chart.default.svg new file mode 100644 index 0000000000..4d20f731cd --- /dev/null +++ b/Symbolic/Resources/material-icons/ssid_chart.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ssid_chart.outlined.svg b/Symbolic/Resources/material-icons/ssid_chart.outlined.svg new file mode 100644 index 0000000000..4d20f731cd --- /dev/null +++ b/Symbolic/Resources/material-icons/ssid_chart.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ssid_chart.round.svg b/Symbolic/Resources/material-icons/ssid_chart.round.svg new file mode 100644 index 0000000000..cfea709cf8 --- /dev/null +++ b/Symbolic/Resources/material-icons/ssid_chart.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ssid_chart.sharp.svg b/Symbolic/Resources/material-icons/ssid_chart.sharp.svg new file mode 100644 index 0000000000..4d20f731cd --- /dev/null +++ b/Symbolic/Resources/material-icons/ssid_chart.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/ssid_chart.twotone.svg b/Symbolic/Resources/material-icons/ssid_chart.twotone.svg new file mode 100644 index 0000000000..4d20f731cd --- /dev/null +++ b/Symbolic/Resources/material-icons/ssid_chart.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stacked_bar_chart.default.svg b/Symbolic/Resources/material-icons/stacked_bar_chart.default.svg new file mode 100644 index 0000000000..5d9ab3d636 --- /dev/null +++ b/Symbolic/Resources/material-icons/stacked_bar_chart.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stacked_bar_chart.outlined.svg b/Symbolic/Resources/material-icons/stacked_bar_chart.outlined.svg new file mode 100644 index 0000000000..5d9ab3d636 --- /dev/null +++ b/Symbolic/Resources/material-icons/stacked_bar_chart.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stacked_bar_chart.round.svg b/Symbolic/Resources/material-icons/stacked_bar_chart.round.svg new file mode 100644 index 0000000000..fca7abe297 --- /dev/null +++ b/Symbolic/Resources/material-icons/stacked_bar_chart.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stacked_bar_chart.sharp.svg b/Symbolic/Resources/material-icons/stacked_bar_chart.sharp.svg new file mode 100644 index 0000000000..5d9ab3d636 --- /dev/null +++ b/Symbolic/Resources/material-icons/stacked_bar_chart.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stacked_bar_chart.twotone.svg b/Symbolic/Resources/material-icons/stacked_bar_chart.twotone.svg new file mode 100644 index 0000000000..5d9ab3d636 --- /dev/null +++ b/Symbolic/Resources/material-icons/stacked_bar_chart.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stacked_line_chart.default.svg b/Symbolic/Resources/material-icons/stacked_line_chart.default.svg new file mode 100644 index 0000000000..27c1f93ae7 --- /dev/null +++ b/Symbolic/Resources/material-icons/stacked_line_chart.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stacked_line_chart.outlined.svg b/Symbolic/Resources/material-icons/stacked_line_chart.outlined.svg new file mode 100644 index 0000000000..27c1f93ae7 --- /dev/null +++ b/Symbolic/Resources/material-icons/stacked_line_chart.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stacked_line_chart.round.svg b/Symbolic/Resources/material-icons/stacked_line_chart.round.svg new file mode 100644 index 0000000000..8003165e5b --- /dev/null +++ b/Symbolic/Resources/material-icons/stacked_line_chart.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stacked_line_chart.sharp.svg b/Symbolic/Resources/material-icons/stacked_line_chart.sharp.svg new file mode 100644 index 0000000000..27c1f93ae7 --- /dev/null +++ b/Symbolic/Resources/material-icons/stacked_line_chart.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stacked_line_chart.twotone.svg b/Symbolic/Resources/material-icons/stacked_line_chart.twotone.svg new file mode 100644 index 0000000000..27c1f93ae7 --- /dev/null +++ b/Symbolic/Resources/material-icons/stacked_line_chart.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stadium.default.svg b/Symbolic/Resources/material-icons/stadium.default.svg new file mode 100644 index 0000000000..883c52daa4 --- /dev/null +++ b/Symbolic/Resources/material-icons/stadium.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stadium.outlined.svg b/Symbolic/Resources/material-icons/stadium.outlined.svg new file mode 100644 index 0000000000..f5eae4604c --- /dev/null +++ b/Symbolic/Resources/material-icons/stadium.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stadium.round.svg b/Symbolic/Resources/material-icons/stadium.round.svg new file mode 100644 index 0000000000..d7f9f3dd08 --- /dev/null +++ b/Symbolic/Resources/material-icons/stadium.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stadium.sharp.svg b/Symbolic/Resources/material-icons/stadium.sharp.svg new file mode 100644 index 0000000000..883c52daa4 --- /dev/null +++ b/Symbolic/Resources/material-icons/stadium.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stadium.twotone.svg b/Symbolic/Resources/material-icons/stadium.twotone.svg new file mode 100644 index 0000000000..1d7ea0ec0b --- /dev/null +++ b/Symbolic/Resources/material-icons/stadium.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stairs.default.svg b/Symbolic/Resources/material-icons/stairs.default.svg new file mode 100644 index 0000000000..28179bdbb7 --- /dev/null +++ b/Symbolic/Resources/material-icons/stairs.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stairs.outlined.svg b/Symbolic/Resources/material-icons/stairs.outlined.svg new file mode 100644 index 0000000000..a94dd6eb1b --- /dev/null +++ b/Symbolic/Resources/material-icons/stairs.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stairs.round.svg b/Symbolic/Resources/material-icons/stairs.round.svg new file mode 100644 index 0000000000..9f64d701c3 --- /dev/null +++ b/Symbolic/Resources/material-icons/stairs.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stairs.sharp.svg b/Symbolic/Resources/material-icons/stairs.sharp.svg new file mode 100644 index 0000000000..153d6bf652 --- /dev/null +++ b/Symbolic/Resources/material-icons/stairs.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stairs.twotone.svg b/Symbolic/Resources/material-icons/stairs.twotone.svg new file mode 100644 index 0000000000..32ff4cb936 --- /dev/null +++ b/Symbolic/Resources/material-icons/stairs.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/star.default.svg b/Symbolic/Resources/material-icons/star.default.svg new file mode 100644 index 0000000000..a2d6ba1bda --- /dev/null +++ b/Symbolic/Resources/material-icons/star.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/star.outlined.svg b/Symbolic/Resources/material-icons/star.outlined.svg new file mode 100644 index 0000000000..fbbd1f094a --- /dev/null +++ b/Symbolic/Resources/material-icons/star.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/star.round.svg b/Symbolic/Resources/material-icons/star.round.svg new file mode 100644 index 0000000000..22be809583 --- /dev/null +++ b/Symbolic/Resources/material-icons/star.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/star.sharp.svg b/Symbolic/Resources/material-icons/star.sharp.svg new file mode 100644 index 0000000000..fbbd1f094a --- /dev/null +++ b/Symbolic/Resources/material-icons/star.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/star.twotone.svg b/Symbolic/Resources/material-icons/star.twotone.svg new file mode 100644 index 0000000000..01de888cac --- /dev/null +++ b/Symbolic/Resources/material-icons/star.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/star_border.default.svg b/Symbolic/Resources/material-icons/star_border.default.svg new file mode 100644 index 0000000000..eae074f2fa --- /dev/null +++ b/Symbolic/Resources/material-icons/star_border.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/star_border.outlined.svg b/Symbolic/Resources/material-icons/star_border.outlined.svg new file mode 100644 index 0000000000..ddf1868ae0 --- /dev/null +++ b/Symbolic/Resources/material-icons/star_border.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/star_border.round.svg b/Symbolic/Resources/material-icons/star_border.round.svg new file mode 100644 index 0000000000..799f3658fa --- /dev/null +++ b/Symbolic/Resources/material-icons/star_border.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/star_border.sharp.svg b/Symbolic/Resources/material-icons/star_border.sharp.svg new file mode 100644 index 0000000000..ddf1868ae0 --- /dev/null +++ b/Symbolic/Resources/material-icons/star_border.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/star_border.twotone.svg b/Symbolic/Resources/material-icons/star_border.twotone.svg new file mode 100644 index 0000000000..ddf1868ae0 --- /dev/null +++ b/Symbolic/Resources/material-icons/star_border.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/star_border_purple500.default.svg b/Symbolic/Resources/material-icons/star_border_purple500.default.svg new file mode 100644 index 0000000000..fbf9b23d30 --- /dev/null +++ b/Symbolic/Resources/material-icons/star_border_purple500.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/star_border_purple500.outlined.svg b/Symbolic/Resources/material-icons/star_border_purple500.outlined.svg new file mode 100644 index 0000000000..ddf1868ae0 --- /dev/null +++ b/Symbolic/Resources/material-icons/star_border_purple500.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/star_border_purple500.round.svg b/Symbolic/Resources/material-icons/star_border_purple500.round.svg new file mode 100644 index 0000000000..d5f2d50d83 --- /dev/null +++ b/Symbolic/Resources/material-icons/star_border_purple500.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/star_border_purple500.sharp.svg b/Symbolic/Resources/material-icons/star_border_purple500.sharp.svg new file mode 100644 index 0000000000..ddf1868ae0 --- /dev/null +++ b/Symbolic/Resources/material-icons/star_border_purple500.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/star_border_purple500.twotone.svg b/Symbolic/Resources/material-icons/star_border_purple500.twotone.svg new file mode 100644 index 0000000000..fbf9b23d30 --- /dev/null +++ b/Symbolic/Resources/material-icons/star_border_purple500.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/star_half.default.svg b/Symbolic/Resources/material-icons/star_half.default.svg new file mode 100644 index 0000000000..192cd6fb29 --- /dev/null +++ b/Symbolic/Resources/material-icons/star_half.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/star_half.outlined.svg b/Symbolic/Resources/material-icons/star_half.outlined.svg new file mode 100644 index 0000000000..8585dc8be1 --- /dev/null +++ b/Symbolic/Resources/material-icons/star_half.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/star_half.round.svg b/Symbolic/Resources/material-icons/star_half.round.svg new file mode 100644 index 0000000000..484246bd56 --- /dev/null +++ b/Symbolic/Resources/material-icons/star_half.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/star_half.sharp.svg b/Symbolic/Resources/material-icons/star_half.sharp.svg new file mode 100644 index 0000000000..8585dc8be1 --- /dev/null +++ b/Symbolic/Resources/material-icons/star_half.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/star_half.twotone.svg b/Symbolic/Resources/material-icons/star_half.twotone.svg new file mode 100644 index 0000000000..8585dc8be1 --- /dev/null +++ b/Symbolic/Resources/material-icons/star_half.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/star_outline.default.svg b/Symbolic/Resources/material-icons/star_outline.default.svg new file mode 100644 index 0000000000..1887ae813c --- /dev/null +++ b/Symbolic/Resources/material-icons/star_outline.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/star_outline.outlined.svg b/Symbolic/Resources/material-icons/star_outline.outlined.svg new file mode 100644 index 0000000000..ddf1868ae0 --- /dev/null +++ b/Symbolic/Resources/material-icons/star_outline.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/star_outline.round.svg b/Symbolic/Resources/material-icons/star_outline.round.svg new file mode 100644 index 0000000000..799f3658fa --- /dev/null +++ b/Symbolic/Resources/material-icons/star_outline.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/star_outline.sharp.svg b/Symbolic/Resources/material-icons/star_outline.sharp.svg new file mode 100644 index 0000000000..ddf1868ae0 --- /dev/null +++ b/Symbolic/Resources/material-icons/star_outline.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/star_outline.twotone.svg b/Symbolic/Resources/material-icons/star_outline.twotone.svg new file mode 100644 index 0000000000..ddf1868ae0 --- /dev/null +++ b/Symbolic/Resources/material-icons/star_outline.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/star_purple500.default.svg b/Symbolic/Resources/material-icons/star_purple500.default.svg new file mode 100644 index 0000000000..fbf9b23d30 --- /dev/null +++ b/Symbolic/Resources/material-icons/star_purple500.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/star_purple500.outlined.svg b/Symbolic/Resources/material-icons/star_purple500.outlined.svg new file mode 100644 index 0000000000..0aca6ce869 --- /dev/null +++ b/Symbolic/Resources/material-icons/star_purple500.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/star_purple500.round.svg b/Symbolic/Resources/material-icons/star_purple500.round.svg new file mode 100644 index 0000000000..d5f2d50d83 --- /dev/null +++ b/Symbolic/Resources/material-icons/star_purple500.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/star_purple500.sharp.svg b/Symbolic/Resources/material-icons/star_purple500.sharp.svg new file mode 100644 index 0000000000..0aca6ce869 --- /dev/null +++ b/Symbolic/Resources/material-icons/star_purple500.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/star_purple500.twotone.svg b/Symbolic/Resources/material-icons/star_purple500.twotone.svg new file mode 100644 index 0000000000..fbf9b23d30 --- /dev/null +++ b/Symbolic/Resources/material-icons/star_purple500.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/star_rate.default.svg b/Symbolic/Resources/material-icons/star_rate.default.svg new file mode 100644 index 0000000000..c8280b1399 --- /dev/null +++ b/Symbolic/Resources/material-icons/star_rate.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/star_rate.outlined.svg b/Symbolic/Resources/material-icons/star_rate.outlined.svg new file mode 100644 index 0000000000..a412b1e295 --- /dev/null +++ b/Symbolic/Resources/material-icons/star_rate.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/star_rate.round.svg b/Symbolic/Resources/material-icons/star_rate.round.svg new file mode 100644 index 0000000000..e8691b3b7a --- /dev/null +++ b/Symbolic/Resources/material-icons/star_rate.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/star_rate.sharp.svg b/Symbolic/Resources/material-icons/star_rate.sharp.svg new file mode 100644 index 0000000000..09e790831a --- /dev/null +++ b/Symbolic/Resources/material-icons/star_rate.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/star_rate.twotone.svg b/Symbolic/Resources/material-icons/star_rate.twotone.svg new file mode 100644 index 0000000000..de4cf0afb4 --- /dev/null +++ b/Symbolic/Resources/material-icons/star_rate.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stars.default.svg b/Symbolic/Resources/material-icons/stars.default.svg new file mode 100644 index 0000000000..1e0311ae08 --- /dev/null +++ b/Symbolic/Resources/material-icons/stars.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stars.outlined.svg b/Symbolic/Resources/material-icons/stars.outlined.svg new file mode 100644 index 0000000000..0bf6743287 --- /dev/null +++ b/Symbolic/Resources/material-icons/stars.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stars.round.svg b/Symbolic/Resources/material-icons/stars.round.svg new file mode 100644 index 0000000000..c9aa3639be --- /dev/null +++ b/Symbolic/Resources/material-icons/stars.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stars.sharp.svg b/Symbolic/Resources/material-icons/stars.sharp.svg new file mode 100644 index 0000000000..8911e5fc94 --- /dev/null +++ b/Symbolic/Resources/material-icons/stars.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stars.twotone.svg b/Symbolic/Resources/material-icons/stars.twotone.svg new file mode 100644 index 0000000000..83673bfd2b --- /dev/null +++ b/Symbolic/Resources/material-icons/stars.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/start.default.svg b/Symbolic/Resources/material-icons/start.default.svg new file mode 100644 index 0000000000..774d3ff50a --- /dev/null +++ b/Symbolic/Resources/material-icons/start.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/start.outlined.svg b/Symbolic/Resources/material-icons/start.outlined.svg new file mode 100644 index 0000000000..774d3ff50a --- /dev/null +++ b/Symbolic/Resources/material-icons/start.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/start.round.svg b/Symbolic/Resources/material-icons/start.round.svg new file mode 100644 index 0000000000..c2c96255ee --- /dev/null +++ b/Symbolic/Resources/material-icons/start.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/start.sharp.svg b/Symbolic/Resources/material-icons/start.sharp.svg new file mode 100644 index 0000000000..774d3ff50a --- /dev/null +++ b/Symbolic/Resources/material-icons/start.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/start.twotone.svg b/Symbolic/Resources/material-icons/start.twotone.svg new file mode 100644 index 0000000000..774d3ff50a --- /dev/null +++ b/Symbolic/Resources/material-icons/start.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stay_current_landscape.default.svg b/Symbolic/Resources/material-icons/stay_current_landscape.default.svg new file mode 100644 index 0000000000..e4807c0b0a --- /dev/null +++ b/Symbolic/Resources/material-icons/stay_current_landscape.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stay_current_landscape.outlined.svg b/Symbolic/Resources/material-icons/stay_current_landscape.outlined.svg new file mode 100644 index 0000000000..a9f3a04071 --- /dev/null +++ b/Symbolic/Resources/material-icons/stay_current_landscape.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stay_current_landscape.round.svg b/Symbolic/Resources/material-icons/stay_current_landscape.round.svg new file mode 100644 index 0000000000..a9f3a04071 --- /dev/null +++ b/Symbolic/Resources/material-icons/stay_current_landscape.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stay_current_landscape.sharp.svg b/Symbolic/Resources/material-icons/stay_current_landscape.sharp.svg new file mode 100644 index 0000000000..594170c1f2 --- /dev/null +++ b/Symbolic/Resources/material-icons/stay_current_landscape.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stay_current_landscape.twotone.svg b/Symbolic/Resources/material-icons/stay_current_landscape.twotone.svg new file mode 100644 index 0000000000..20e1922e13 --- /dev/null +++ b/Symbolic/Resources/material-icons/stay_current_landscape.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stay_current_portrait.default.svg b/Symbolic/Resources/material-icons/stay_current_portrait.default.svg new file mode 100644 index 0000000000..eeaa16a9e2 --- /dev/null +++ b/Symbolic/Resources/material-icons/stay_current_portrait.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stay_current_portrait.outlined.svg b/Symbolic/Resources/material-icons/stay_current_portrait.outlined.svg new file mode 100644 index 0000000000..1d3ba41592 --- /dev/null +++ b/Symbolic/Resources/material-icons/stay_current_portrait.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stay_current_portrait.round.svg b/Symbolic/Resources/material-icons/stay_current_portrait.round.svg new file mode 100644 index 0000000000..1d3ba41592 --- /dev/null +++ b/Symbolic/Resources/material-icons/stay_current_portrait.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stay_current_portrait.sharp.svg b/Symbolic/Resources/material-icons/stay_current_portrait.sharp.svg new file mode 100644 index 0000000000..8f3f4ef9ce --- /dev/null +++ b/Symbolic/Resources/material-icons/stay_current_portrait.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stay_current_portrait.twotone.svg b/Symbolic/Resources/material-icons/stay_current_portrait.twotone.svg new file mode 100644 index 0000000000..62120c62a8 --- /dev/null +++ b/Symbolic/Resources/material-icons/stay_current_portrait.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stay_primary_landscape.default.svg b/Symbolic/Resources/material-icons/stay_primary_landscape.default.svg new file mode 100644 index 0000000000..e4807c0b0a --- /dev/null +++ b/Symbolic/Resources/material-icons/stay_primary_landscape.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stay_primary_landscape.outlined.svg b/Symbolic/Resources/material-icons/stay_primary_landscape.outlined.svg new file mode 100644 index 0000000000..a9f3a04071 --- /dev/null +++ b/Symbolic/Resources/material-icons/stay_primary_landscape.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stay_primary_landscape.round.svg b/Symbolic/Resources/material-icons/stay_primary_landscape.round.svg new file mode 100644 index 0000000000..a9f3a04071 --- /dev/null +++ b/Symbolic/Resources/material-icons/stay_primary_landscape.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stay_primary_landscape.sharp.svg b/Symbolic/Resources/material-icons/stay_primary_landscape.sharp.svg new file mode 100644 index 0000000000..594170c1f2 --- /dev/null +++ b/Symbolic/Resources/material-icons/stay_primary_landscape.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stay_primary_landscape.twotone.svg b/Symbolic/Resources/material-icons/stay_primary_landscape.twotone.svg new file mode 100644 index 0000000000..20e1922e13 --- /dev/null +++ b/Symbolic/Resources/material-icons/stay_primary_landscape.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stay_primary_portrait.default.svg b/Symbolic/Resources/material-icons/stay_primary_portrait.default.svg new file mode 100644 index 0000000000..eeaa16a9e2 --- /dev/null +++ b/Symbolic/Resources/material-icons/stay_primary_portrait.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stay_primary_portrait.outlined.svg b/Symbolic/Resources/material-icons/stay_primary_portrait.outlined.svg new file mode 100644 index 0000000000..1d3ba41592 --- /dev/null +++ b/Symbolic/Resources/material-icons/stay_primary_portrait.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stay_primary_portrait.round.svg b/Symbolic/Resources/material-icons/stay_primary_portrait.round.svg new file mode 100644 index 0000000000..1d3ba41592 --- /dev/null +++ b/Symbolic/Resources/material-icons/stay_primary_portrait.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stay_primary_portrait.sharp.svg b/Symbolic/Resources/material-icons/stay_primary_portrait.sharp.svg new file mode 100644 index 0000000000..ad748021ac --- /dev/null +++ b/Symbolic/Resources/material-icons/stay_primary_portrait.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stay_primary_portrait.twotone.svg b/Symbolic/Resources/material-icons/stay_primary_portrait.twotone.svg new file mode 100644 index 0000000000..62120c62a8 --- /dev/null +++ b/Symbolic/Resources/material-icons/stay_primary_portrait.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sticky_note_2.default.svg b/Symbolic/Resources/material-icons/sticky_note_2.default.svg new file mode 100644 index 0000000000..e382fcf6f7 --- /dev/null +++ b/Symbolic/Resources/material-icons/sticky_note_2.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sticky_note_2.outlined.svg b/Symbolic/Resources/material-icons/sticky_note_2.outlined.svg new file mode 100644 index 0000000000..c01621bd9a --- /dev/null +++ b/Symbolic/Resources/material-icons/sticky_note_2.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sticky_note_2.round.svg b/Symbolic/Resources/material-icons/sticky_note_2.round.svg new file mode 100644 index 0000000000..252fc1bdbf --- /dev/null +++ b/Symbolic/Resources/material-icons/sticky_note_2.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sticky_note_2.sharp.svg b/Symbolic/Resources/material-icons/sticky_note_2.sharp.svg new file mode 100644 index 0000000000..971cc38e92 --- /dev/null +++ b/Symbolic/Resources/material-icons/sticky_note_2.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sticky_note_2.twotone.svg b/Symbolic/Resources/material-icons/sticky_note_2.twotone.svg new file mode 100644 index 0000000000..17a705975c --- /dev/null +++ b/Symbolic/Resources/material-icons/sticky_note_2.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stop.default.svg b/Symbolic/Resources/material-icons/stop.default.svg new file mode 100644 index 0000000000..f6976ad791 --- /dev/null +++ b/Symbolic/Resources/material-icons/stop.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stop.outlined.svg b/Symbolic/Resources/material-icons/stop.outlined.svg new file mode 100644 index 0000000000..a2666b636b --- /dev/null +++ b/Symbolic/Resources/material-icons/stop.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stop.round.svg b/Symbolic/Resources/material-icons/stop.round.svg new file mode 100644 index 0000000000..76d1f4b9ca --- /dev/null +++ b/Symbolic/Resources/material-icons/stop.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stop.sharp.svg b/Symbolic/Resources/material-icons/stop.sharp.svg new file mode 100644 index 0000000000..95ae4dc7d4 --- /dev/null +++ b/Symbolic/Resources/material-icons/stop.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stop.twotone.svg b/Symbolic/Resources/material-icons/stop.twotone.svg new file mode 100644 index 0000000000..2574d81424 --- /dev/null +++ b/Symbolic/Resources/material-icons/stop.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stop_circle.default.svg b/Symbolic/Resources/material-icons/stop_circle.default.svg new file mode 100644 index 0000000000..73d5cfd692 --- /dev/null +++ b/Symbolic/Resources/material-icons/stop_circle.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stop_circle.outlined.svg b/Symbolic/Resources/material-icons/stop_circle.outlined.svg new file mode 100644 index 0000000000..2dc4154575 --- /dev/null +++ b/Symbolic/Resources/material-icons/stop_circle.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stop_circle.round.svg b/Symbolic/Resources/material-icons/stop_circle.round.svg new file mode 100644 index 0000000000..7bfd71823f --- /dev/null +++ b/Symbolic/Resources/material-icons/stop_circle.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stop_circle.sharp.svg b/Symbolic/Resources/material-icons/stop_circle.sharp.svg new file mode 100644 index 0000000000..73d5cfd692 --- /dev/null +++ b/Symbolic/Resources/material-icons/stop_circle.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stop_circle.twotone.svg b/Symbolic/Resources/material-icons/stop_circle.twotone.svg new file mode 100644 index 0000000000..cedea55f90 --- /dev/null +++ b/Symbolic/Resources/material-icons/stop_circle.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stop_screen_share.default.svg b/Symbolic/Resources/material-icons/stop_screen_share.default.svg new file mode 100644 index 0000000000..b78af127a1 --- /dev/null +++ b/Symbolic/Resources/material-icons/stop_screen_share.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stop_screen_share.outlined.svg b/Symbolic/Resources/material-icons/stop_screen_share.outlined.svg new file mode 100644 index 0000000000..0f9b2d0fef --- /dev/null +++ b/Symbolic/Resources/material-icons/stop_screen_share.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stop_screen_share.round.svg b/Symbolic/Resources/material-icons/stop_screen_share.round.svg new file mode 100644 index 0000000000..0c457e8add --- /dev/null +++ b/Symbolic/Resources/material-icons/stop_screen_share.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stop_screen_share.sharp.svg b/Symbolic/Resources/material-icons/stop_screen_share.sharp.svg new file mode 100644 index 0000000000..c903103b20 --- /dev/null +++ b/Symbolic/Resources/material-icons/stop_screen_share.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stop_screen_share.twotone.svg b/Symbolic/Resources/material-icons/stop_screen_share.twotone.svg new file mode 100644 index 0000000000..b28e4cf12f --- /dev/null +++ b/Symbolic/Resources/material-icons/stop_screen_share.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/storage.default.svg b/Symbolic/Resources/material-icons/storage.default.svg new file mode 100644 index 0000000000..5db222e7e3 --- /dev/null +++ b/Symbolic/Resources/material-icons/storage.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/storage.outlined.svg b/Symbolic/Resources/material-icons/storage.outlined.svg new file mode 100644 index 0000000000..dca0771d96 --- /dev/null +++ b/Symbolic/Resources/material-icons/storage.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/storage.round.svg b/Symbolic/Resources/material-icons/storage.round.svg new file mode 100644 index 0000000000..bb03835e6c --- /dev/null +++ b/Symbolic/Resources/material-icons/storage.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/storage.sharp.svg b/Symbolic/Resources/material-icons/storage.sharp.svg new file mode 100644 index 0000000000..dca0771d96 --- /dev/null +++ b/Symbolic/Resources/material-icons/storage.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/storage.twotone.svg b/Symbolic/Resources/material-icons/storage.twotone.svg new file mode 100644 index 0000000000..dca0771d96 --- /dev/null +++ b/Symbolic/Resources/material-icons/storage.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/store.default.svg b/Symbolic/Resources/material-icons/store.default.svg new file mode 100644 index 0000000000..a4d2201134 --- /dev/null +++ b/Symbolic/Resources/material-icons/store.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/store.outlined.svg b/Symbolic/Resources/material-icons/store.outlined.svg new file mode 100644 index 0000000000..d32fb1e805 --- /dev/null +++ b/Symbolic/Resources/material-icons/store.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/store.round.svg b/Symbolic/Resources/material-icons/store.round.svg new file mode 100644 index 0000000000..43fe655808 --- /dev/null +++ b/Symbolic/Resources/material-icons/store.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/store.sharp.svg b/Symbolic/Resources/material-icons/store.sharp.svg new file mode 100644 index 0000000000..8a604123cd --- /dev/null +++ b/Symbolic/Resources/material-icons/store.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/store.twotone.svg b/Symbolic/Resources/material-icons/store.twotone.svg new file mode 100644 index 0000000000..e644d8ab3b --- /dev/null +++ b/Symbolic/Resources/material-icons/store.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/store_mall_directory.default.svg b/Symbolic/Resources/material-icons/store_mall_directory.default.svg new file mode 100644 index 0000000000..a4d2201134 --- /dev/null +++ b/Symbolic/Resources/material-icons/store_mall_directory.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/store_mall_directory.outlined.svg b/Symbolic/Resources/material-icons/store_mall_directory.outlined.svg new file mode 100644 index 0000000000..d32fb1e805 --- /dev/null +++ b/Symbolic/Resources/material-icons/store_mall_directory.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/store_mall_directory.round.svg b/Symbolic/Resources/material-icons/store_mall_directory.round.svg new file mode 100644 index 0000000000..2801231278 --- /dev/null +++ b/Symbolic/Resources/material-icons/store_mall_directory.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/store_mall_directory.sharp.svg b/Symbolic/Resources/material-icons/store_mall_directory.sharp.svg new file mode 100644 index 0000000000..8a604123cd --- /dev/null +++ b/Symbolic/Resources/material-icons/store_mall_directory.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/store_mall_directory.twotone.svg b/Symbolic/Resources/material-icons/store_mall_directory.twotone.svg new file mode 100644 index 0000000000..c76c56e914 --- /dev/null +++ b/Symbolic/Resources/material-icons/store_mall_directory.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/storefront.default.svg b/Symbolic/Resources/material-icons/storefront.default.svg new file mode 100644 index 0000000000..64ba2a9025 --- /dev/null +++ b/Symbolic/Resources/material-icons/storefront.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/storefront.outlined.svg b/Symbolic/Resources/material-icons/storefront.outlined.svg new file mode 100644 index 0000000000..64ba2a9025 --- /dev/null +++ b/Symbolic/Resources/material-icons/storefront.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/storefront.round.svg b/Symbolic/Resources/material-icons/storefront.round.svg new file mode 100644 index 0000000000..a1b660e75a --- /dev/null +++ b/Symbolic/Resources/material-icons/storefront.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/storefront.sharp.svg b/Symbolic/Resources/material-icons/storefront.sharp.svg new file mode 100644 index 0000000000..2aab2ff8c1 --- /dev/null +++ b/Symbolic/Resources/material-icons/storefront.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/storefront.twotone.svg b/Symbolic/Resources/material-icons/storefront.twotone.svg new file mode 100644 index 0000000000..3423caa4b1 --- /dev/null +++ b/Symbolic/Resources/material-icons/storefront.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/storm.default.svg b/Symbolic/Resources/material-icons/storm.default.svg new file mode 100644 index 0000000000..46ba48da61 --- /dev/null +++ b/Symbolic/Resources/material-icons/storm.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/storm.outlined.svg b/Symbolic/Resources/material-icons/storm.outlined.svg new file mode 100644 index 0000000000..46ba48da61 --- /dev/null +++ b/Symbolic/Resources/material-icons/storm.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/storm.round.svg b/Symbolic/Resources/material-icons/storm.round.svg new file mode 100644 index 0000000000..63767bf6ca --- /dev/null +++ b/Symbolic/Resources/material-icons/storm.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/storm.sharp.svg b/Symbolic/Resources/material-icons/storm.sharp.svg new file mode 100644 index 0000000000..46ba48da61 --- /dev/null +++ b/Symbolic/Resources/material-icons/storm.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/storm.twotone.svg b/Symbolic/Resources/material-icons/storm.twotone.svg new file mode 100644 index 0000000000..0b0ae20f82 --- /dev/null +++ b/Symbolic/Resources/material-icons/storm.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/straight.default.svg b/Symbolic/Resources/material-icons/straight.default.svg new file mode 100644 index 0000000000..8468a9025e --- /dev/null +++ b/Symbolic/Resources/material-icons/straight.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/straight.outlined.svg b/Symbolic/Resources/material-icons/straight.outlined.svg new file mode 100644 index 0000000000..8468a9025e --- /dev/null +++ b/Symbolic/Resources/material-icons/straight.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/straight.round.svg b/Symbolic/Resources/material-icons/straight.round.svg new file mode 100644 index 0000000000..603a639ba6 --- /dev/null +++ b/Symbolic/Resources/material-icons/straight.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/straight.sharp.svg b/Symbolic/Resources/material-icons/straight.sharp.svg new file mode 100644 index 0000000000..8468a9025e --- /dev/null +++ b/Symbolic/Resources/material-icons/straight.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/straight.twotone.svg b/Symbolic/Resources/material-icons/straight.twotone.svg new file mode 100644 index 0000000000..8468a9025e --- /dev/null +++ b/Symbolic/Resources/material-icons/straight.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/straighten.default.svg b/Symbolic/Resources/material-icons/straighten.default.svg new file mode 100644 index 0000000000..cd10de814b --- /dev/null +++ b/Symbolic/Resources/material-icons/straighten.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/straighten.outlined.svg b/Symbolic/Resources/material-icons/straighten.outlined.svg new file mode 100644 index 0000000000..9888d2023d --- /dev/null +++ b/Symbolic/Resources/material-icons/straighten.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/straighten.round.svg b/Symbolic/Resources/material-icons/straighten.round.svg new file mode 100644 index 0000000000..b29a0a9600 --- /dev/null +++ b/Symbolic/Resources/material-icons/straighten.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/straighten.sharp.svg b/Symbolic/Resources/material-icons/straighten.sharp.svg new file mode 100644 index 0000000000..7c44ff210a --- /dev/null +++ b/Symbolic/Resources/material-icons/straighten.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/straighten.twotone.svg b/Symbolic/Resources/material-icons/straighten.twotone.svg new file mode 100644 index 0000000000..93400adc87 --- /dev/null +++ b/Symbolic/Resources/material-icons/straighten.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stream.default.svg b/Symbolic/Resources/material-icons/stream.default.svg new file mode 100644 index 0000000000..ffd36c8d92 --- /dev/null +++ b/Symbolic/Resources/material-icons/stream.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stream.outlined.svg b/Symbolic/Resources/material-icons/stream.outlined.svg new file mode 100644 index 0000000000..d32003ccb2 --- /dev/null +++ b/Symbolic/Resources/material-icons/stream.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stream.round.svg b/Symbolic/Resources/material-icons/stream.round.svg new file mode 100644 index 0000000000..c2555e67e1 --- /dev/null +++ b/Symbolic/Resources/material-icons/stream.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stream.sharp.svg b/Symbolic/Resources/material-icons/stream.sharp.svg new file mode 100644 index 0000000000..d32003ccb2 --- /dev/null +++ b/Symbolic/Resources/material-icons/stream.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stream.twotone.svg b/Symbolic/Resources/material-icons/stream.twotone.svg new file mode 100644 index 0000000000..d32003ccb2 --- /dev/null +++ b/Symbolic/Resources/material-icons/stream.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/streetview.default.svg b/Symbolic/Resources/material-icons/streetview.default.svg new file mode 100644 index 0000000000..d72d41b0fc --- /dev/null +++ b/Symbolic/Resources/material-icons/streetview.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/streetview.outlined.svg b/Symbolic/Resources/material-icons/streetview.outlined.svg new file mode 100644 index 0000000000..07a729b489 --- /dev/null +++ b/Symbolic/Resources/material-icons/streetview.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/streetview.round.svg b/Symbolic/Resources/material-icons/streetview.round.svg new file mode 100644 index 0000000000..07a729b489 --- /dev/null +++ b/Symbolic/Resources/material-icons/streetview.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/streetview.sharp.svg b/Symbolic/Resources/material-icons/streetview.sharp.svg new file mode 100644 index 0000000000..07a729b489 --- /dev/null +++ b/Symbolic/Resources/material-icons/streetview.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/streetview.twotone.svg b/Symbolic/Resources/material-icons/streetview.twotone.svg new file mode 100644 index 0000000000..07a729b489 --- /dev/null +++ b/Symbolic/Resources/material-icons/streetview.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/strikethrough_s.default.svg b/Symbolic/Resources/material-icons/strikethrough_s.default.svg new file mode 100644 index 0000000000..4dceffe637 --- /dev/null +++ b/Symbolic/Resources/material-icons/strikethrough_s.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/strikethrough_s.outlined.svg b/Symbolic/Resources/material-icons/strikethrough_s.outlined.svg new file mode 100644 index 0000000000..2eaf2ca7bb --- /dev/null +++ b/Symbolic/Resources/material-icons/strikethrough_s.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/strikethrough_s.round.svg b/Symbolic/Resources/material-icons/strikethrough_s.round.svg new file mode 100644 index 0000000000..7b14d618ec --- /dev/null +++ b/Symbolic/Resources/material-icons/strikethrough_s.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/strikethrough_s.sharp.svg b/Symbolic/Resources/material-icons/strikethrough_s.sharp.svg new file mode 100644 index 0000000000..da914641a7 --- /dev/null +++ b/Symbolic/Resources/material-icons/strikethrough_s.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/strikethrough_s.twotone.svg b/Symbolic/Resources/material-icons/strikethrough_s.twotone.svg new file mode 100644 index 0000000000..b08f2782b7 --- /dev/null +++ b/Symbolic/Resources/material-icons/strikethrough_s.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stroller.default.svg b/Symbolic/Resources/material-icons/stroller.default.svg new file mode 100644 index 0000000000..d1ea3aa0d1 --- /dev/null +++ b/Symbolic/Resources/material-icons/stroller.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stroller.outlined.svg b/Symbolic/Resources/material-icons/stroller.outlined.svg new file mode 100644 index 0000000000..4102a145eb --- /dev/null +++ b/Symbolic/Resources/material-icons/stroller.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stroller.round.svg b/Symbolic/Resources/material-icons/stroller.round.svg new file mode 100644 index 0000000000..41df816099 --- /dev/null +++ b/Symbolic/Resources/material-icons/stroller.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stroller.sharp.svg b/Symbolic/Resources/material-icons/stroller.sharp.svg new file mode 100644 index 0000000000..6f02e2d863 --- /dev/null +++ b/Symbolic/Resources/material-icons/stroller.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/stroller.twotone.svg b/Symbolic/Resources/material-icons/stroller.twotone.svg new file mode 100644 index 0000000000..5d02123abf --- /dev/null +++ b/Symbolic/Resources/material-icons/stroller.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/style.default.svg b/Symbolic/Resources/material-icons/style.default.svg new file mode 100644 index 0000000000..901fd0fd96 --- /dev/null +++ b/Symbolic/Resources/material-icons/style.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/style.outlined.svg b/Symbolic/Resources/material-icons/style.outlined.svg new file mode 100644 index 0000000000..5ed6b5a105 --- /dev/null +++ b/Symbolic/Resources/material-icons/style.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/style.round.svg b/Symbolic/Resources/material-icons/style.round.svg new file mode 100644 index 0000000000..77209cfaef --- /dev/null +++ b/Symbolic/Resources/material-icons/style.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/style.sharp.svg b/Symbolic/Resources/material-icons/style.sharp.svg new file mode 100644 index 0000000000..61b4c2936a --- /dev/null +++ b/Symbolic/Resources/material-icons/style.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/style.twotone.svg b/Symbolic/Resources/material-icons/style.twotone.svg new file mode 100644 index 0000000000..2296708fc9 --- /dev/null +++ b/Symbolic/Resources/material-icons/style.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subdirectory_arrow_left.default.svg b/Symbolic/Resources/material-icons/subdirectory_arrow_left.default.svg new file mode 100644 index 0000000000..a6071f3ffb --- /dev/null +++ b/Symbolic/Resources/material-icons/subdirectory_arrow_left.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subdirectory_arrow_left.outlined.svg b/Symbolic/Resources/material-icons/subdirectory_arrow_left.outlined.svg new file mode 100644 index 0000000000..a6071f3ffb --- /dev/null +++ b/Symbolic/Resources/material-icons/subdirectory_arrow_left.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subdirectory_arrow_left.round.svg b/Symbolic/Resources/material-icons/subdirectory_arrow_left.round.svg new file mode 100644 index 0000000000..d147210a27 --- /dev/null +++ b/Symbolic/Resources/material-icons/subdirectory_arrow_left.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subdirectory_arrow_left.sharp.svg b/Symbolic/Resources/material-icons/subdirectory_arrow_left.sharp.svg new file mode 100644 index 0000000000..a6071f3ffb --- /dev/null +++ b/Symbolic/Resources/material-icons/subdirectory_arrow_left.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subdirectory_arrow_left.twotone.svg b/Symbolic/Resources/material-icons/subdirectory_arrow_left.twotone.svg new file mode 100644 index 0000000000..a6071f3ffb --- /dev/null +++ b/Symbolic/Resources/material-icons/subdirectory_arrow_left.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subdirectory_arrow_right.default.svg b/Symbolic/Resources/material-icons/subdirectory_arrow_right.default.svg new file mode 100644 index 0000000000..2b51743e2e --- /dev/null +++ b/Symbolic/Resources/material-icons/subdirectory_arrow_right.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subdirectory_arrow_right.outlined.svg b/Symbolic/Resources/material-icons/subdirectory_arrow_right.outlined.svg new file mode 100644 index 0000000000..c0eade4cab --- /dev/null +++ b/Symbolic/Resources/material-icons/subdirectory_arrow_right.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subdirectory_arrow_right.round.svg b/Symbolic/Resources/material-icons/subdirectory_arrow_right.round.svg new file mode 100644 index 0000000000..db6c6c2f29 --- /dev/null +++ b/Symbolic/Resources/material-icons/subdirectory_arrow_right.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subdirectory_arrow_right.sharp.svg b/Symbolic/Resources/material-icons/subdirectory_arrow_right.sharp.svg new file mode 100644 index 0000000000..c0eade4cab --- /dev/null +++ b/Symbolic/Resources/material-icons/subdirectory_arrow_right.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subdirectory_arrow_right.twotone.svg b/Symbolic/Resources/material-icons/subdirectory_arrow_right.twotone.svg new file mode 100644 index 0000000000..c0eade4cab --- /dev/null +++ b/Symbolic/Resources/material-icons/subdirectory_arrow_right.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subject.default.svg b/Symbolic/Resources/material-icons/subject.default.svg new file mode 100644 index 0000000000..06bbf6563b --- /dev/null +++ b/Symbolic/Resources/material-icons/subject.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subject.outlined.svg b/Symbolic/Resources/material-icons/subject.outlined.svg new file mode 100644 index 0000000000..562b0aa4c0 --- /dev/null +++ b/Symbolic/Resources/material-icons/subject.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subject.round.svg b/Symbolic/Resources/material-icons/subject.round.svg new file mode 100644 index 0000000000..7672537de5 --- /dev/null +++ b/Symbolic/Resources/material-icons/subject.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subject.sharp.svg b/Symbolic/Resources/material-icons/subject.sharp.svg new file mode 100644 index 0000000000..562b0aa4c0 --- /dev/null +++ b/Symbolic/Resources/material-icons/subject.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subject.twotone.svg b/Symbolic/Resources/material-icons/subject.twotone.svg new file mode 100644 index 0000000000..562b0aa4c0 --- /dev/null +++ b/Symbolic/Resources/material-icons/subject.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subscript.default.svg b/Symbolic/Resources/material-icons/subscript.default.svg new file mode 100644 index 0000000000..69ceb58933 --- /dev/null +++ b/Symbolic/Resources/material-icons/subscript.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subscript.outlined.svg b/Symbolic/Resources/material-icons/subscript.outlined.svg new file mode 100644 index 0000000000..69ceb58933 --- /dev/null +++ b/Symbolic/Resources/material-icons/subscript.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subscript.round.svg b/Symbolic/Resources/material-icons/subscript.round.svg new file mode 100644 index 0000000000..06394c1890 --- /dev/null +++ b/Symbolic/Resources/material-icons/subscript.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subscript.sharp.svg b/Symbolic/Resources/material-icons/subscript.sharp.svg new file mode 100644 index 0000000000..f0c7ead770 --- /dev/null +++ b/Symbolic/Resources/material-icons/subscript.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subscript.twotone.svg b/Symbolic/Resources/material-icons/subscript.twotone.svg new file mode 100644 index 0000000000..69ceb58933 --- /dev/null +++ b/Symbolic/Resources/material-icons/subscript.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subscriptions.default.svg b/Symbolic/Resources/material-icons/subscriptions.default.svg new file mode 100644 index 0000000000..522fd5c20f --- /dev/null +++ b/Symbolic/Resources/material-icons/subscriptions.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subscriptions.outlined.svg b/Symbolic/Resources/material-icons/subscriptions.outlined.svg new file mode 100644 index 0000000000..6e8f9ba228 --- /dev/null +++ b/Symbolic/Resources/material-icons/subscriptions.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subscriptions.round.svg b/Symbolic/Resources/material-icons/subscriptions.round.svg new file mode 100644 index 0000000000..9831d5d1c8 --- /dev/null +++ b/Symbolic/Resources/material-icons/subscriptions.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subscriptions.sharp.svg b/Symbolic/Resources/material-icons/subscriptions.sharp.svg new file mode 100644 index 0000000000..3d0e4db21f --- /dev/null +++ b/Symbolic/Resources/material-icons/subscriptions.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subscriptions.twotone.svg b/Symbolic/Resources/material-icons/subscriptions.twotone.svg new file mode 100644 index 0000000000..bd11fd0fa0 --- /dev/null +++ b/Symbolic/Resources/material-icons/subscriptions.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subtitles.default.svg b/Symbolic/Resources/material-icons/subtitles.default.svg new file mode 100644 index 0000000000..a1ac1259c4 --- /dev/null +++ b/Symbolic/Resources/material-icons/subtitles.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subtitles.outlined.svg b/Symbolic/Resources/material-icons/subtitles.outlined.svg new file mode 100644 index 0000000000..c014511d0e --- /dev/null +++ b/Symbolic/Resources/material-icons/subtitles.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subtitles.round.svg b/Symbolic/Resources/material-icons/subtitles.round.svg new file mode 100644 index 0000000000..9b0fb0ce0f --- /dev/null +++ b/Symbolic/Resources/material-icons/subtitles.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subtitles.sharp.svg b/Symbolic/Resources/material-icons/subtitles.sharp.svg new file mode 100644 index 0000000000..367514e795 --- /dev/null +++ b/Symbolic/Resources/material-icons/subtitles.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subtitles.twotone.svg b/Symbolic/Resources/material-icons/subtitles.twotone.svg new file mode 100644 index 0000000000..9fe0f67902 --- /dev/null +++ b/Symbolic/Resources/material-icons/subtitles.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subtitles_off.default.svg b/Symbolic/Resources/material-icons/subtitles_off.default.svg new file mode 100644 index 0000000000..1151d5e73b --- /dev/null +++ b/Symbolic/Resources/material-icons/subtitles_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subtitles_off.outlined.svg b/Symbolic/Resources/material-icons/subtitles_off.outlined.svg new file mode 100644 index 0000000000..d099bcc4bc --- /dev/null +++ b/Symbolic/Resources/material-icons/subtitles_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subtitles_off.round.svg b/Symbolic/Resources/material-icons/subtitles_off.round.svg new file mode 100644 index 0000000000..4844ff0776 --- /dev/null +++ b/Symbolic/Resources/material-icons/subtitles_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subtitles_off.sharp.svg b/Symbolic/Resources/material-icons/subtitles_off.sharp.svg new file mode 100644 index 0000000000..8ce4eaea6b --- /dev/null +++ b/Symbolic/Resources/material-icons/subtitles_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subtitles_off.twotone.svg b/Symbolic/Resources/material-icons/subtitles_off.twotone.svg new file mode 100644 index 0000000000..db7db5e11d --- /dev/null +++ b/Symbolic/Resources/material-icons/subtitles_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subway.default.svg b/Symbolic/Resources/material-icons/subway.default.svg new file mode 100644 index 0000000000..a8f2fe9617 --- /dev/null +++ b/Symbolic/Resources/material-icons/subway.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subway.outlined.svg b/Symbolic/Resources/material-icons/subway.outlined.svg new file mode 100644 index 0000000000..468b59b0cf --- /dev/null +++ b/Symbolic/Resources/material-icons/subway.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subway.round.svg b/Symbolic/Resources/material-icons/subway.round.svg new file mode 100644 index 0000000000..038c6a76ff --- /dev/null +++ b/Symbolic/Resources/material-icons/subway.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subway.sharp.svg b/Symbolic/Resources/material-icons/subway.sharp.svg new file mode 100644 index 0000000000..038c6a76ff --- /dev/null +++ b/Symbolic/Resources/material-icons/subway.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/subway.twotone.svg b/Symbolic/Resources/material-icons/subway.twotone.svg new file mode 100644 index 0000000000..8d548e860a --- /dev/null +++ b/Symbolic/Resources/material-icons/subway.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/summarize.default.svg b/Symbolic/Resources/material-icons/summarize.default.svg new file mode 100644 index 0000000000..9b13721848 --- /dev/null +++ b/Symbolic/Resources/material-icons/summarize.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/summarize.outlined.svg b/Symbolic/Resources/material-icons/summarize.outlined.svg new file mode 100644 index 0000000000..f56fdeb0cd --- /dev/null +++ b/Symbolic/Resources/material-icons/summarize.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/summarize.round.svg b/Symbolic/Resources/material-icons/summarize.round.svg new file mode 100644 index 0000000000..4a4b66cc32 --- /dev/null +++ b/Symbolic/Resources/material-icons/summarize.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/summarize.sharp.svg b/Symbolic/Resources/material-icons/summarize.sharp.svg new file mode 100644 index 0000000000..061bb086d3 --- /dev/null +++ b/Symbolic/Resources/material-icons/summarize.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/summarize.twotone.svg b/Symbolic/Resources/material-icons/summarize.twotone.svg new file mode 100644 index 0000000000..c310665dd2 --- /dev/null +++ b/Symbolic/Resources/material-icons/summarize.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sunny.default.svg b/Symbolic/Resources/material-icons/sunny.default.svg new file mode 100644 index 0000000000..89da17d74f --- /dev/null +++ b/Symbolic/Resources/material-icons/sunny.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sunny_snowing.default.svg b/Symbolic/Resources/material-icons/sunny_snowing.default.svg new file mode 100644 index 0000000000..3a3197bc35 --- /dev/null +++ b/Symbolic/Resources/material-icons/sunny_snowing.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/superscript.default.svg b/Symbolic/Resources/material-icons/superscript.default.svg new file mode 100644 index 0000000000..a2b72f0dd8 --- /dev/null +++ b/Symbolic/Resources/material-icons/superscript.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/superscript.outlined.svg b/Symbolic/Resources/material-icons/superscript.outlined.svg new file mode 100644 index 0000000000..a2b72f0dd8 --- /dev/null +++ b/Symbolic/Resources/material-icons/superscript.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/superscript.round.svg b/Symbolic/Resources/material-icons/superscript.round.svg new file mode 100644 index 0000000000..6d3703b5f7 --- /dev/null +++ b/Symbolic/Resources/material-icons/superscript.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/superscript.sharp.svg b/Symbolic/Resources/material-icons/superscript.sharp.svg new file mode 100644 index 0000000000..20dc276af0 --- /dev/null +++ b/Symbolic/Resources/material-icons/superscript.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/superscript.twotone.svg b/Symbolic/Resources/material-icons/superscript.twotone.svg new file mode 100644 index 0000000000..a2b72f0dd8 --- /dev/null +++ b/Symbolic/Resources/material-icons/superscript.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/supervised_user_circle.default.svg b/Symbolic/Resources/material-icons/supervised_user_circle.default.svg new file mode 100644 index 0000000000..2eb3872f7e --- /dev/null +++ b/Symbolic/Resources/material-icons/supervised_user_circle.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/supervised_user_circle.outlined.svg b/Symbolic/Resources/material-icons/supervised_user_circle.outlined.svg new file mode 100644 index 0000000000..fc32b82bea --- /dev/null +++ b/Symbolic/Resources/material-icons/supervised_user_circle.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/supervised_user_circle.round.svg b/Symbolic/Resources/material-icons/supervised_user_circle.round.svg new file mode 100644 index 0000000000..667c7a1f93 --- /dev/null +++ b/Symbolic/Resources/material-icons/supervised_user_circle.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/supervised_user_circle.sharp.svg b/Symbolic/Resources/material-icons/supervised_user_circle.sharp.svg new file mode 100644 index 0000000000..667c7a1f93 --- /dev/null +++ b/Symbolic/Resources/material-icons/supervised_user_circle.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/supervised_user_circle.twotone.svg b/Symbolic/Resources/material-icons/supervised_user_circle.twotone.svg new file mode 100644 index 0000000000..f312dbc91d --- /dev/null +++ b/Symbolic/Resources/material-icons/supervised_user_circle.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/supervisor_account.default.svg b/Symbolic/Resources/material-icons/supervisor_account.default.svg new file mode 100644 index 0000000000..4e14c296ee --- /dev/null +++ b/Symbolic/Resources/material-icons/supervisor_account.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/supervisor_account.outlined.svg b/Symbolic/Resources/material-icons/supervisor_account.outlined.svg new file mode 100644 index 0000000000..785559768c --- /dev/null +++ b/Symbolic/Resources/material-icons/supervisor_account.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/supervisor_account.round.svg b/Symbolic/Resources/material-icons/supervisor_account.round.svg new file mode 100644 index 0000000000..5ac35a80b4 --- /dev/null +++ b/Symbolic/Resources/material-icons/supervisor_account.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/supervisor_account.sharp.svg b/Symbolic/Resources/material-icons/supervisor_account.sharp.svg new file mode 100644 index 0000000000..ef2f29f4ba --- /dev/null +++ b/Symbolic/Resources/material-icons/supervisor_account.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/supervisor_account.twotone.svg b/Symbolic/Resources/material-icons/supervisor_account.twotone.svg new file mode 100644 index 0000000000..63d3bccbf9 --- /dev/null +++ b/Symbolic/Resources/material-icons/supervisor_account.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/support.default.svg b/Symbolic/Resources/material-icons/support.default.svg new file mode 100644 index 0000000000..186edd5f0c --- /dev/null +++ b/Symbolic/Resources/material-icons/support.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/support.outlined.svg b/Symbolic/Resources/material-icons/support.outlined.svg new file mode 100644 index 0000000000..186edd5f0c --- /dev/null +++ b/Symbolic/Resources/material-icons/support.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/support.round.svg b/Symbolic/Resources/material-icons/support.round.svg new file mode 100644 index 0000000000..b0577134fd --- /dev/null +++ b/Symbolic/Resources/material-icons/support.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/support.sharp.svg b/Symbolic/Resources/material-icons/support.sharp.svg new file mode 100644 index 0000000000..186edd5f0c --- /dev/null +++ b/Symbolic/Resources/material-icons/support.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/support.twotone.svg b/Symbolic/Resources/material-icons/support.twotone.svg new file mode 100644 index 0000000000..89325277ad --- /dev/null +++ b/Symbolic/Resources/material-icons/support.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/support_agent.default.svg b/Symbolic/Resources/material-icons/support_agent.default.svg new file mode 100644 index 0000000000..fa6bbd1e6b --- /dev/null +++ b/Symbolic/Resources/material-icons/support_agent.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/support_agent.outlined.svg b/Symbolic/Resources/material-icons/support_agent.outlined.svg new file mode 100644 index 0000000000..fa6bbd1e6b --- /dev/null +++ b/Symbolic/Resources/material-icons/support_agent.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/support_agent.round.svg b/Symbolic/Resources/material-icons/support_agent.round.svg new file mode 100644 index 0000000000..629d7ce724 --- /dev/null +++ b/Symbolic/Resources/material-icons/support_agent.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/support_agent.sharp.svg b/Symbolic/Resources/material-icons/support_agent.sharp.svg new file mode 100644 index 0000000000..73579836f1 --- /dev/null +++ b/Symbolic/Resources/material-icons/support_agent.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/support_agent.twotone.svg b/Symbolic/Resources/material-icons/support_agent.twotone.svg new file mode 100644 index 0000000000..fa6bbd1e6b --- /dev/null +++ b/Symbolic/Resources/material-icons/support_agent.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/surfing.default.svg b/Symbolic/Resources/material-icons/surfing.default.svg new file mode 100644 index 0000000000..c43e42c0d3 --- /dev/null +++ b/Symbolic/Resources/material-icons/surfing.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/surfing.outlined.svg b/Symbolic/Resources/material-icons/surfing.outlined.svg new file mode 100644 index 0000000000..c43e42c0d3 --- /dev/null +++ b/Symbolic/Resources/material-icons/surfing.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/surfing.round.svg b/Symbolic/Resources/material-icons/surfing.round.svg new file mode 100644 index 0000000000..51ebe5f8ac --- /dev/null +++ b/Symbolic/Resources/material-icons/surfing.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/surfing.sharp.svg b/Symbolic/Resources/material-icons/surfing.sharp.svg new file mode 100644 index 0000000000..71eaa43014 --- /dev/null +++ b/Symbolic/Resources/material-icons/surfing.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/surfing.twotone.svg b/Symbolic/Resources/material-icons/surfing.twotone.svg new file mode 100644 index 0000000000..c43e42c0d3 --- /dev/null +++ b/Symbolic/Resources/material-icons/surfing.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/surround_sound.default.svg b/Symbolic/Resources/material-icons/surround_sound.default.svg new file mode 100644 index 0000000000..1b6a13f910 --- /dev/null +++ b/Symbolic/Resources/material-icons/surround_sound.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/surround_sound.outlined.svg b/Symbolic/Resources/material-icons/surround_sound.outlined.svg new file mode 100644 index 0000000000..9ac2e43a5b --- /dev/null +++ b/Symbolic/Resources/material-icons/surround_sound.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/surround_sound.round.svg b/Symbolic/Resources/material-icons/surround_sound.round.svg new file mode 100644 index 0000000000..e224b71032 --- /dev/null +++ b/Symbolic/Resources/material-icons/surround_sound.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/surround_sound.sharp.svg b/Symbolic/Resources/material-icons/surround_sound.sharp.svg new file mode 100644 index 0000000000..f6c962a41a --- /dev/null +++ b/Symbolic/Resources/material-icons/surround_sound.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/surround_sound.twotone.svg b/Symbolic/Resources/material-icons/surround_sound.twotone.svg new file mode 100644 index 0000000000..09f2a53db5 --- /dev/null +++ b/Symbolic/Resources/material-icons/surround_sound.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swap_calls.default.svg b/Symbolic/Resources/material-icons/swap_calls.default.svg new file mode 100644 index 0000000000..197e6176c1 --- /dev/null +++ b/Symbolic/Resources/material-icons/swap_calls.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swap_calls.outlined.svg b/Symbolic/Resources/material-icons/swap_calls.outlined.svg new file mode 100644 index 0000000000..cd37d218f3 --- /dev/null +++ b/Symbolic/Resources/material-icons/swap_calls.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swap_calls.round.svg b/Symbolic/Resources/material-icons/swap_calls.round.svg new file mode 100644 index 0000000000..0c6b82f024 --- /dev/null +++ b/Symbolic/Resources/material-icons/swap_calls.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swap_calls.sharp.svg b/Symbolic/Resources/material-icons/swap_calls.sharp.svg new file mode 100644 index 0000000000..cd37d218f3 --- /dev/null +++ b/Symbolic/Resources/material-icons/swap_calls.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swap_calls.twotone.svg b/Symbolic/Resources/material-icons/swap_calls.twotone.svg new file mode 100644 index 0000000000..878f172435 --- /dev/null +++ b/Symbolic/Resources/material-icons/swap_calls.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swap_horiz.default.svg b/Symbolic/Resources/material-icons/swap_horiz.default.svg new file mode 100644 index 0000000000..83b0a84a2b --- /dev/null +++ b/Symbolic/Resources/material-icons/swap_horiz.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swap_horiz.outlined.svg b/Symbolic/Resources/material-icons/swap_horiz.outlined.svg new file mode 100644 index 0000000000..17fd0de6e2 --- /dev/null +++ b/Symbolic/Resources/material-icons/swap_horiz.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swap_horiz.round.svg b/Symbolic/Resources/material-icons/swap_horiz.round.svg new file mode 100644 index 0000000000..8de9eba4df --- /dev/null +++ b/Symbolic/Resources/material-icons/swap_horiz.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swap_horiz.sharp.svg b/Symbolic/Resources/material-icons/swap_horiz.sharp.svg new file mode 100644 index 0000000000..17fd0de6e2 --- /dev/null +++ b/Symbolic/Resources/material-icons/swap_horiz.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swap_horiz.twotone.svg b/Symbolic/Resources/material-icons/swap_horiz.twotone.svg new file mode 100644 index 0000000000..17fd0de6e2 --- /dev/null +++ b/Symbolic/Resources/material-icons/swap_horiz.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swap_horizontal_circle.default.svg b/Symbolic/Resources/material-icons/swap_horizontal_circle.default.svg new file mode 100644 index 0000000000..46833ba589 --- /dev/null +++ b/Symbolic/Resources/material-icons/swap_horizontal_circle.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swap_horizontal_circle.outlined.svg b/Symbolic/Resources/material-icons/swap_horizontal_circle.outlined.svg new file mode 100644 index 0000000000..bf193301bd --- /dev/null +++ b/Symbolic/Resources/material-icons/swap_horizontal_circle.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swap_horizontal_circle.round.svg b/Symbolic/Resources/material-icons/swap_horizontal_circle.round.svg new file mode 100644 index 0000000000..fe9f6c7192 --- /dev/null +++ b/Symbolic/Resources/material-icons/swap_horizontal_circle.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swap_horizontal_circle.sharp.svg b/Symbolic/Resources/material-icons/swap_horizontal_circle.sharp.svg new file mode 100644 index 0000000000..46833ba589 --- /dev/null +++ b/Symbolic/Resources/material-icons/swap_horizontal_circle.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swap_horizontal_circle.twotone.svg b/Symbolic/Resources/material-icons/swap_horizontal_circle.twotone.svg new file mode 100644 index 0000000000..b54b4f2bc9 --- /dev/null +++ b/Symbolic/Resources/material-icons/swap_horizontal_circle.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swap_vert.default.svg b/Symbolic/Resources/material-icons/swap_vert.default.svg new file mode 100644 index 0000000000..fd61be8f14 --- /dev/null +++ b/Symbolic/Resources/material-icons/swap_vert.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swap_vert.outlined.svg b/Symbolic/Resources/material-icons/swap_vert.outlined.svg new file mode 100644 index 0000000000..b666f560f9 --- /dev/null +++ b/Symbolic/Resources/material-icons/swap_vert.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swap_vert.round.svg b/Symbolic/Resources/material-icons/swap_vert.round.svg new file mode 100644 index 0000000000..868370d1bb --- /dev/null +++ b/Symbolic/Resources/material-icons/swap_vert.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swap_vert.sharp.svg b/Symbolic/Resources/material-icons/swap_vert.sharp.svg new file mode 100644 index 0000000000..c0177cb929 --- /dev/null +++ b/Symbolic/Resources/material-icons/swap_vert.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swap_vert.twotone.svg b/Symbolic/Resources/material-icons/swap_vert.twotone.svg new file mode 100644 index 0000000000..c0177cb929 --- /dev/null +++ b/Symbolic/Resources/material-icons/swap_vert.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swap_vertical_circle.default.svg b/Symbolic/Resources/material-icons/swap_vertical_circle.default.svg new file mode 100644 index 0000000000..0d072660f6 --- /dev/null +++ b/Symbolic/Resources/material-icons/swap_vertical_circle.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swap_vertical_circle.outlined.svg b/Symbolic/Resources/material-icons/swap_vertical_circle.outlined.svg new file mode 100644 index 0000000000..23a337ddac --- /dev/null +++ b/Symbolic/Resources/material-icons/swap_vertical_circle.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swap_vertical_circle.round.svg b/Symbolic/Resources/material-icons/swap_vertical_circle.round.svg new file mode 100644 index 0000000000..4914fba4ef --- /dev/null +++ b/Symbolic/Resources/material-icons/swap_vertical_circle.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swap_vertical_circle.sharp.svg b/Symbolic/Resources/material-icons/swap_vertical_circle.sharp.svg new file mode 100644 index 0000000000..2642c46e58 --- /dev/null +++ b/Symbolic/Resources/material-icons/swap_vertical_circle.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swap_vertical_circle.twotone.svg b/Symbolic/Resources/material-icons/swap_vertical_circle.twotone.svg new file mode 100644 index 0000000000..55e01e3323 --- /dev/null +++ b/Symbolic/Resources/material-icons/swap_vertical_circle.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe.default.svg b/Symbolic/Resources/material-icons/swipe.default.svg new file mode 100644 index 0000000000..68461103cc --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe.outlined.svg b/Symbolic/Resources/material-icons/swipe.outlined.svg new file mode 100644 index 0000000000..0490603faa --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe.round.svg b/Symbolic/Resources/material-icons/swipe.round.svg new file mode 100644 index 0000000000..ec4cda00d8 --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe.sharp.svg b/Symbolic/Resources/material-icons/swipe.sharp.svg new file mode 100644 index 0000000000..a3c14693ef --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe.twotone.svg b/Symbolic/Resources/material-icons/swipe.twotone.svg new file mode 100644 index 0000000000..72b90910f1 --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_down.default.svg b/Symbolic/Resources/material-icons/swipe_down.default.svg new file mode 100644 index 0000000000..51a865ba97 --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_down.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_down.outlined.svg b/Symbolic/Resources/material-icons/swipe_down.outlined.svg new file mode 100644 index 0000000000..9b662a037b --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_down.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_down.round.svg b/Symbolic/Resources/material-icons/swipe_down.round.svg new file mode 100644 index 0000000000..1751e0036e --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_down.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_down.sharp.svg b/Symbolic/Resources/material-icons/swipe_down.sharp.svg new file mode 100644 index 0000000000..016f0fef41 --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_down.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_down.twotone.svg b/Symbolic/Resources/material-icons/swipe_down.twotone.svg new file mode 100644 index 0000000000..569ac8839d --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_down.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_down_alt.default.svg b/Symbolic/Resources/material-icons/swipe_down_alt.default.svg new file mode 100644 index 0000000000..cb2ba7d272 --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_down_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_down_alt.outlined.svg b/Symbolic/Resources/material-icons/swipe_down_alt.outlined.svg new file mode 100644 index 0000000000..cf81d352a7 --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_down_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_down_alt.round.svg b/Symbolic/Resources/material-icons/swipe_down_alt.round.svg new file mode 100644 index 0000000000..f00beac541 --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_down_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_down_alt.sharp.svg b/Symbolic/Resources/material-icons/swipe_down_alt.sharp.svg new file mode 100644 index 0000000000..cb2ba7d272 --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_down_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_down_alt.twotone.svg b/Symbolic/Resources/material-icons/swipe_down_alt.twotone.svg new file mode 100644 index 0000000000..ccd4118ff5 --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_down_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_left.default.svg b/Symbolic/Resources/material-icons/swipe_left.default.svg new file mode 100644 index 0000000000..4c52ad563e --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_left.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_left.outlined.svg b/Symbolic/Resources/material-icons/swipe_left.outlined.svg new file mode 100644 index 0000000000..840e301fcc --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_left.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_left.round.svg b/Symbolic/Resources/material-icons/swipe_left.round.svg new file mode 100644 index 0000000000..30dab1f2d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_left.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_left.sharp.svg b/Symbolic/Resources/material-icons/swipe_left.sharp.svg new file mode 100644 index 0000000000..80d83dbac9 --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_left.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_left.twotone.svg b/Symbolic/Resources/material-icons/swipe_left.twotone.svg new file mode 100644 index 0000000000..cc99b068dc --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_left.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_left_alt.default.svg b/Symbolic/Resources/material-icons/swipe_left_alt.default.svg new file mode 100644 index 0000000000..d88d9b846b --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_left_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_left_alt.outlined.svg b/Symbolic/Resources/material-icons/swipe_left_alt.outlined.svg new file mode 100644 index 0000000000..4788d13434 --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_left_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_left_alt.round.svg b/Symbolic/Resources/material-icons/swipe_left_alt.round.svg new file mode 100644 index 0000000000..16102e1fa6 --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_left_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_left_alt.sharp.svg b/Symbolic/Resources/material-icons/swipe_left_alt.sharp.svg new file mode 100644 index 0000000000..d88d9b846b --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_left_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_left_alt.twotone.svg b/Symbolic/Resources/material-icons/swipe_left_alt.twotone.svg new file mode 100644 index 0000000000..753f7e7a6f --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_left_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_right.default.svg b/Symbolic/Resources/material-icons/swipe_right.default.svg new file mode 100644 index 0000000000..7c0b8d56c3 --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_right.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_right.outlined.svg b/Symbolic/Resources/material-icons/swipe_right.outlined.svg new file mode 100644 index 0000000000..5ed708b7af --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_right.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_right.round.svg b/Symbolic/Resources/material-icons/swipe_right.round.svg new file mode 100644 index 0000000000..4b62f80ccd --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_right.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_right.sharp.svg b/Symbolic/Resources/material-icons/swipe_right.sharp.svg new file mode 100644 index 0000000000..7d086b8c24 --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_right.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_right.twotone.svg b/Symbolic/Resources/material-icons/swipe_right.twotone.svg new file mode 100644 index 0000000000..32cf58dc93 --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_right.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_right_alt.default.svg b/Symbolic/Resources/material-icons/swipe_right_alt.default.svg new file mode 100644 index 0000000000..163078a5b5 --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_right_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_right_alt.outlined.svg b/Symbolic/Resources/material-icons/swipe_right_alt.outlined.svg new file mode 100644 index 0000000000..fdfe41f8ba --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_right_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_right_alt.round.svg b/Symbolic/Resources/material-icons/swipe_right_alt.round.svg new file mode 100644 index 0000000000..fe49cc282b --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_right_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_right_alt.sharp.svg b/Symbolic/Resources/material-icons/swipe_right_alt.sharp.svg new file mode 100644 index 0000000000..163078a5b5 --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_right_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_right_alt.twotone.svg b/Symbolic/Resources/material-icons/swipe_right_alt.twotone.svg new file mode 100644 index 0000000000..07a7ee909e --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_right_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_up.default.svg b/Symbolic/Resources/material-icons/swipe_up.default.svg new file mode 100644 index 0000000000..117a672f19 --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_up.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_up.outlined.svg b/Symbolic/Resources/material-icons/swipe_up.outlined.svg new file mode 100644 index 0000000000..08b2e8e689 --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_up.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_up.round.svg b/Symbolic/Resources/material-icons/swipe_up.round.svg new file mode 100644 index 0000000000..948fad9686 --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_up.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_up.sharp.svg b/Symbolic/Resources/material-icons/swipe_up.sharp.svg new file mode 100644 index 0000000000..710c86f68f --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_up.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_up.twotone.svg b/Symbolic/Resources/material-icons/swipe_up.twotone.svg new file mode 100644 index 0000000000..7f458ecfa4 --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_up.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_up_alt.default.svg b/Symbolic/Resources/material-icons/swipe_up_alt.default.svg new file mode 100644 index 0000000000..7c3e5e017a --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_up_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_up_alt.outlined.svg b/Symbolic/Resources/material-icons/swipe_up_alt.outlined.svg new file mode 100644 index 0000000000..3469e4ce73 --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_up_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_up_alt.round.svg b/Symbolic/Resources/material-icons/swipe_up_alt.round.svg new file mode 100644 index 0000000000..23c8054c8e --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_up_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_up_alt.sharp.svg b/Symbolic/Resources/material-icons/swipe_up_alt.sharp.svg new file mode 100644 index 0000000000..7c3e5e017a --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_up_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_up_alt.twotone.svg b/Symbolic/Resources/material-icons/swipe_up_alt.twotone.svg new file mode 100644 index 0000000000..836872763e --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_up_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_vertical.default.svg b/Symbolic/Resources/material-icons/swipe_vertical.default.svg new file mode 100644 index 0000000000..b8eb2803e8 --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_vertical.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_vertical.outlined.svg b/Symbolic/Resources/material-icons/swipe_vertical.outlined.svg new file mode 100644 index 0000000000..f1fa78303c --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_vertical.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_vertical.round.svg b/Symbolic/Resources/material-icons/swipe_vertical.round.svg new file mode 100644 index 0000000000..41eeff31aa --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_vertical.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_vertical.sharp.svg b/Symbolic/Resources/material-icons/swipe_vertical.sharp.svg new file mode 100644 index 0000000000..abda62864f --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_vertical.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/swipe_vertical.twotone.svg b/Symbolic/Resources/material-icons/swipe_vertical.twotone.svg new file mode 100644 index 0000000000..82a5837226 --- /dev/null +++ b/Symbolic/Resources/material-icons/swipe_vertical.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/switch_access_shortcut.default.svg b/Symbolic/Resources/material-icons/switch_access_shortcut.default.svg new file mode 100644 index 0000000000..30ec0de7b3 --- /dev/null +++ b/Symbolic/Resources/material-icons/switch_access_shortcut.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/switch_access_shortcut.outlined.svg b/Symbolic/Resources/material-icons/switch_access_shortcut.outlined.svg new file mode 100644 index 0000000000..ff873828ea --- /dev/null +++ b/Symbolic/Resources/material-icons/switch_access_shortcut.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/switch_access_shortcut.round.svg b/Symbolic/Resources/material-icons/switch_access_shortcut.round.svg new file mode 100644 index 0000000000..e5b19bb2b1 --- /dev/null +++ b/Symbolic/Resources/material-icons/switch_access_shortcut.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/switch_access_shortcut.sharp.svg b/Symbolic/Resources/material-icons/switch_access_shortcut.sharp.svg new file mode 100644 index 0000000000..30ec0de7b3 --- /dev/null +++ b/Symbolic/Resources/material-icons/switch_access_shortcut.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/switch_access_shortcut.twotone.svg b/Symbolic/Resources/material-icons/switch_access_shortcut.twotone.svg new file mode 100644 index 0000000000..30ec0de7b3 --- /dev/null +++ b/Symbolic/Resources/material-icons/switch_access_shortcut.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/switch_access_shortcut_add.default.svg b/Symbolic/Resources/material-icons/switch_access_shortcut_add.default.svg new file mode 100644 index 0000000000..db44e7c8aa --- /dev/null +++ b/Symbolic/Resources/material-icons/switch_access_shortcut_add.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/switch_access_shortcut_add.outlined.svg b/Symbolic/Resources/material-icons/switch_access_shortcut_add.outlined.svg new file mode 100644 index 0000000000..caa54df85e --- /dev/null +++ b/Symbolic/Resources/material-icons/switch_access_shortcut_add.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/switch_access_shortcut_add.round.svg b/Symbolic/Resources/material-icons/switch_access_shortcut_add.round.svg new file mode 100644 index 0000000000..17f2a9285e --- /dev/null +++ b/Symbolic/Resources/material-icons/switch_access_shortcut_add.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/switch_access_shortcut_add.sharp.svg b/Symbolic/Resources/material-icons/switch_access_shortcut_add.sharp.svg new file mode 100644 index 0000000000..db44e7c8aa --- /dev/null +++ b/Symbolic/Resources/material-icons/switch_access_shortcut_add.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/switch_access_shortcut_add.twotone.svg b/Symbolic/Resources/material-icons/switch_access_shortcut_add.twotone.svg new file mode 100644 index 0000000000..db44e7c8aa --- /dev/null +++ b/Symbolic/Resources/material-icons/switch_access_shortcut_add.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/switch_account.default.svg b/Symbolic/Resources/material-icons/switch_account.default.svg new file mode 100644 index 0000000000..57ced9f276 --- /dev/null +++ b/Symbolic/Resources/material-icons/switch_account.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/switch_account.outlined.svg b/Symbolic/Resources/material-icons/switch_account.outlined.svg new file mode 100644 index 0000000000..b5097cd8a7 --- /dev/null +++ b/Symbolic/Resources/material-icons/switch_account.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/switch_account.round.svg b/Symbolic/Resources/material-icons/switch_account.round.svg new file mode 100644 index 0000000000..68ee2345b0 --- /dev/null +++ b/Symbolic/Resources/material-icons/switch_account.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/switch_account.sharp.svg b/Symbolic/Resources/material-icons/switch_account.sharp.svg new file mode 100644 index 0000000000..a475433625 --- /dev/null +++ b/Symbolic/Resources/material-icons/switch_account.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/switch_account.twotone.svg b/Symbolic/Resources/material-icons/switch_account.twotone.svg new file mode 100644 index 0000000000..5e0f50da69 --- /dev/null +++ b/Symbolic/Resources/material-icons/switch_account.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/switch_camera.default.svg b/Symbolic/Resources/material-icons/switch_camera.default.svg new file mode 100644 index 0000000000..f3ea392760 --- /dev/null +++ b/Symbolic/Resources/material-icons/switch_camera.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/switch_camera.outlined.svg b/Symbolic/Resources/material-icons/switch_camera.outlined.svg new file mode 100644 index 0000000000..b6fd0fa9c3 --- /dev/null +++ b/Symbolic/Resources/material-icons/switch_camera.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/switch_camera.round.svg b/Symbolic/Resources/material-icons/switch_camera.round.svg new file mode 100644 index 0000000000..e3dbe61841 --- /dev/null +++ b/Symbolic/Resources/material-icons/switch_camera.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/switch_camera.sharp.svg b/Symbolic/Resources/material-icons/switch_camera.sharp.svg new file mode 100644 index 0000000000..d9cf2a9ce5 --- /dev/null +++ b/Symbolic/Resources/material-icons/switch_camera.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/switch_camera.twotone.svg b/Symbolic/Resources/material-icons/switch_camera.twotone.svg new file mode 100644 index 0000000000..c991ec9abf --- /dev/null +++ b/Symbolic/Resources/material-icons/switch_camera.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/switch_left.default.svg b/Symbolic/Resources/material-icons/switch_left.default.svg new file mode 100644 index 0000000000..b0777ec98a --- /dev/null +++ b/Symbolic/Resources/material-icons/switch_left.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/switch_left.outlined.svg b/Symbolic/Resources/material-icons/switch_left.outlined.svg new file mode 100644 index 0000000000..b0777ec98a --- /dev/null +++ b/Symbolic/Resources/material-icons/switch_left.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/switch_left.round.svg b/Symbolic/Resources/material-icons/switch_left.round.svg new file mode 100644 index 0000000000..cc32697333 --- /dev/null +++ b/Symbolic/Resources/material-icons/switch_left.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/switch_left.sharp.svg b/Symbolic/Resources/material-icons/switch_left.sharp.svg new file mode 100644 index 0000000000..b0777ec98a --- /dev/null +++ b/Symbolic/Resources/material-icons/switch_left.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/switch_left.twotone.svg b/Symbolic/Resources/material-icons/switch_left.twotone.svg new file mode 100644 index 0000000000..517f36b7e7 --- /dev/null +++ b/Symbolic/Resources/material-icons/switch_left.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/switch_right.default.svg b/Symbolic/Resources/material-icons/switch_right.default.svg new file mode 100644 index 0000000000..b0299f17b9 --- /dev/null +++ b/Symbolic/Resources/material-icons/switch_right.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/switch_right.outlined.svg b/Symbolic/Resources/material-icons/switch_right.outlined.svg new file mode 100644 index 0000000000..b0299f17b9 --- /dev/null +++ b/Symbolic/Resources/material-icons/switch_right.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/switch_right.round.svg b/Symbolic/Resources/material-icons/switch_right.round.svg new file mode 100644 index 0000000000..d365cf9ea0 --- /dev/null +++ b/Symbolic/Resources/material-icons/switch_right.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/switch_right.sharp.svg b/Symbolic/Resources/material-icons/switch_right.sharp.svg new file mode 100644 index 0000000000..b0299f17b9 --- /dev/null +++ b/Symbolic/Resources/material-icons/switch_right.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/switch_right.twotone.svg b/Symbolic/Resources/material-icons/switch_right.twotone.svg new file mode 100644 index 0000000000..a258f54e4e --- /dev/null +++ b/Symbolic/Resources/material-icons/switch_right.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/switch_video.default.svg b/Symbolic/Resources/material-icons/switch_video.default.svg new file mode 100644 index 0000000000..bd48c9f48d --- /dev/null +++ b/Symbolic/Resources/material-icons/switch_video.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/switch_video.outlined.svg b/Symbolic/Resources/material-icons/switch_video.outlined.svg new file mode 100644 index 0000000000..076b4ea786 --- /dev/null +++ b/Symbolic/Resources/material-icons/switch_video.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/switch_video.round.svg b/Symbolic/Resources/material-icons/switch_video.round.svg new file mode 100644 index 0000000000..b9431441f2 --- /dev/null +++ b/Symbolic/Resources/material-icons/switch_video.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/switch_video.sharp.svg b/Symbolic/Resources/material-icons/switch_video.sharp.svg new file mode 100644 index 0000000000..07b690a565 --- /dev/null +++ b/Symbolic/Resources/material-icons/switch_video.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/switch_video.twotone.svg b/Symbolic/Resources/material-icons/switch_video.twotone.svg new file mode 100644 index 0000000000..c37c3571dd --- /dev/null +++ b/Symbolic/Resources/material-icons/switch_video.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/synagogue.default.svg b/Symbolic/Resources/material-icons/synagogue.default.svg new file mode 100644 index 0000000000..bc0393b178 --- /dev/null +++ b/Symbolic/Resources/material-icons/synagogue.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/synagogue.outlined.svg b/Symbolic/Resources/material-icons/synagogue.outlined.svg new file mode 100644 index 0000000000..39c84962ec --- /dev/null +++ b/Symbolic/Resources/material-icons/synagogue.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/synagogue.round.svg b/Symbolic/Resources/material-icons/synagogue.round.svg new file mode 100644 index 0000000000..c5410cd49f --- /dev/null +++ b/Symbolic/Resources/material-icons/synagogue.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/synagogue.sharp.svg b/Symbolic/Resources/material-icons/synagogue.sharp.svg new file mode 100644 index 0000000000..af313a7675 --- /dev/null +++ b/Symbolic/Resources/material-icons/synagogue.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/synagogue.twotone.svg b/Symbolic/Resources/material-icons/synagogue.twotone.svg new file mode 100644 index 0000000000..5345fa4a0d --- /dev/null +++ b/Symbolic/Resources/material-icons/synagogue.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sync.default.svg b/Symbolic/Resources/material-icons/sync.default.svg new file mode 100644 index 0000000000..aa8c3b54f5 --- /dev/null +++ b/Symbolic/Resources/material-icons/sync.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sync.outlined.svg b/Symbolic/Resources/material-icons/sync.outlined.svg new file mode 100644 index 0000000000..514301f869 --- /dev/null +++ b/Symbolic/Resources/material-icons/sync.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sync.round.svg b/Symbolic/Resources/material-icons/sync.round.svg new file mode 100644 index 0000000000..6227c5b58c --- /dev/null +++ b/Symbolic/Resources/material-icons/sync.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sync.sharp.svg b/Symbolic/Resources/material-icons/sync.sharp.svg new file mode 100644 index 0000000000..514301f869 --- /dev/null +++ b/Symbolic/Resources/material-icons/sync.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sync.twotone.svg b/Symbolic/Resources/material-icons/sync.twotone.svg new file mode 100644 index 0000000000..8bc728564d --- /dev/null +++ b/Symbolic/Resources/material-icons/sync.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sync_alt.default.svg b/Symbolic/Resources/material-icons/sync_alt.default.svg new file mode 100644 index 0000000000..998423d8af --- /dev/null +++ b/Symbolic/Resources/material-icons/sync_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sync_alt.outlined.svg b/Symbolic/Resources/material-icons/sync_alt.outlined.svg new file mode 100644 index 0000000000..37bbd31168 --- /dev/null +++ b/Symbolic/Resources/material-icons/sync_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sync_alt.round.svg b/Symbolic/Resources/material-icons/sync_alt.round.svg new file mode 100644 index 0000000000..e1a8a968ad --- /dev/null +++ b/Symbolic/Resources/material-icons/sync_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sync_alt.sharp.svg b/Symbolic/Resources/material-icons/sync_alt.sharp.svg new file mode 100644 index 0000000000..01eb4e3cca --- /dev/null +++ b/Symbolic/Resources/material-icons/sync_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sync_alt.twotone.svg b/Symbolic/Resources/material-icons/sync_alt.twotone.svg new file mode 100644 index 0000000000..01eb4e3cca --- /dev/null +++ b/Symbolic/Resources/material-icons/sync_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sync_disabled.default.svg b/Symbolic/Resources/material-icons/sync_disabled.default.svg new file mode 100644 index 0000000000..00255ef3ac --- /dev/null +++ b/Symbolic/Resources/material-icons/sync_disabled.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sync_disabled.outlined.svg b/Symbolic/Resources/material-icons/sync_disabled.outlined.svg new file mode 100644 index 0000000000..36a97cbf72 --- /dev/null +++ b/Symbolic/Resources/material-icons/sync_disabled.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sync_disabled.round.svg b/Symbolic/Resources/material-icons/sync_disabled.round.svg new file mode 100644 index 0000000000..aa792851e9 --- /dev/null +++ b/Symbolic/Resources/material-icons/sync_disabled.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sync_disabled.sharp.svg b/Symbolic/Resources/material-icons/sync_disabled.sharp.svg new file mode 100644 index 0000000000..36a97cbf72 --- /dev/null +++ b/Symbolic/Resources/material-icons/sync_disabled.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sync_disabled.twotone.svg b/Symbolic/Resources/material-icons/sync_disabled.twotone.svg new file mode 100644 index 0000000000..36a97cbf72 --- /dev/null +++ b/Symbolic/Resources/material-icons/sync_disabled.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sync_lock.default.svg b/Symbolic/Resources/material-icons/sync_lock.default.svg new file mode 100644 index 0000000000..07492514d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/sync_lock.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sync_lock.outlined.svg b/Symbolic/Resources/material-icons/sync_lock.outlined.svg new file mode 100644 index 0000000000..07492514d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/sync_lock.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sync_lock.round.svg b/Symbolic/Resources/material-icons/sync_lock.round.svg new file mode 100644 index 0000000000..391f2ef495 --- /dev/null +++ b/Symbolic/Resources/material-icons/sync_lock.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sync_lock.sharp.svg b/Symbolic/Resources/material-icons/sync_lock.sharp.svg new file mode 100644 index 0000000000..07492514d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/sync_lock.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sync_lock.twotone.svg b/Symbolic/Resources/material-icons/sync_lock.twotone.svg new file mode 100644 index 0000000000..07492514d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/sync_lock.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sync_problem.default.svg b/Symbolic/Resources/material-icons/sync_problem.default.svg new file mode 100644 index 0000000000..7e0e17c16e --- /dev/null +++ b/Symbolic/Resources/material-icons/sync_problem.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sync_problem.outlined.svg b/Symbolic/Resources/material-icons/sync_problem.outlined.svg new file mode 100644 index 0000000000..9eb870b0f9 --- /dev/null +++ b/Symbolic/Resources/material-icons/sync_problem.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sync_problem.round.svg b/Symbolic/Resources/material-icons/sync_problem.round.svg new file mode 100644 index 0000000000..c84988ba5b --- /dev/null +++ b/Symbolic/Resources/material-icons/sync_problem.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sync_problem.sharp.svg b/Symbolic/Resources/material-icons/sync_problem.sharp.svg new file mode 100644 index 0000000000..9eb870b0f9 --- /dev/null +++ b/Symbolic/Resources/material-icons/sync_problem.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/sync_problem.twotone.svg b/Symbolic/Resources/material-icons/sync_problem.twotone.svg new file mode 100644 index 0000000000..9eb870b0f9 --- /dev/null +++ b/Symbolic/Resources/material-icons/sync_problem.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/system_security_update.default.svg b/Symbolic/Resources/material-icons/system_security_update.default.svg new file mode 100644 index 0000000000..25cd84aae8 --- /dev/null +++ b/Symbolic/Resources/material-icons/system_security_update.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/system_security_update.outlined.svg b/Symbolic/Resources/material-icons/system_security_update.outlined.svg new file mode 100644 index 0000000000..efdad02725 --- /dev/null +++ b/Symbolic/Resources/material-icons/system_security_update.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/system_security_update.round.svg b/Symbolic/Resources/material-icons/system_security_update.round.svg new file mode 100644 index 0000000000..c1e7b57536 --- /dev/null +++ b/Symbolic/Resources/material-icons/system_security_update.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/system_security_update.sharp.svg b/Symbolic/Resources/material-icons/system_security_update.sharp.svg new file mode 100644 index 0000000000..8f98a7487b --- /dev/null +++ b/Symbolic/Resources/material-icons/system_security_update.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/system_security_update.twotone.svg b/Symbolic/Resources/material-icons/system_security_update.twotone.svg new file mode 100644 index 0000000000..2a8c67c4c9 --- /dev/null +++ b/Symbolic/Resources/material-icons/system_security_update.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/system_security_update_good.default.svg b/Symbolic/Resources/material-icons/system_security_update_good.default.svg new file mode 100644 index 0000000000..ec9740b972 --- /dev/null +++ b/Symbolic/Resources/material-icons/system_security_update_good.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/system_security_update_good.outlined.svg b/Symbolic/Resources/material-icons/system_security_update_good.outlined.svg new file mode 100644 index 0000000000..43146ed43f --- /dev/null +++ b/Symbolic/Resources/material-icons/system_security_update_good.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/system_security_update_good.round.svg b/Symbolic/Resources/material-icons/system_security_update_good.round.svg new file mode 100644 index 0000000000..012b24b710 --- /dev/null +++ b/Symbolic/Resources/material-icons/system_security_update_good.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/system_security_update_good.sharp.svg b/Symbolic/Resources/material-icons/system_security_update_good.sharp.svg new file mode 100644 index 0000000000..01ab9fcecf --- /dev/null +++ b/Symbolic/Resources/material-icons/system_security_update_good.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/system_security_update_good.twotone.svg b/Symbolic/Resources/material-icons/system_security_update_good.twotone.svg new file mode 100644 index 0000000000..fb64b62a07 --- /dev/null +++ b/Symbolic/Resources/material-icons/system_security_update_good.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/system_security_update_warning.default.svg b/Symbolic/Resources/material-icons/system_security_update_warning.default.svg new file mode 100644 index 0000000000..7de83501fa --- /dev/null +++ b/Symbolic/Resources/material-icons/system_security_update_warning.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/system_security_update_warning.outlined.svg b/Symbolic/Resources/material-icons/system_security_update_warning.outlined.svg new file mode 100644 index 0000000000..aa1330129f --- /dev/null +++ b/Symbolic/Resources/material-icons/system_security_update_warning.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/system_security_update_warning.round.svg b/Symbolic/Resources/material-icons/system_security_update_warning.round.svg new file mode 100644 index 0000000000..55f49c19f4 --- /dev/null +++ b/Symbolic/Resources/material-icons/system_security_update_warning.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/system_security_update_warning.sharp.svg b/Symbolic/Resources/material-icons/system_security_update_warning.sharp.svg new file mode 100644 index 0000000000..df02b4ce9b --- /dev/null +++ b/Symbolic/Resources/material-icons/system_security_update_warning.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/system_security_update_warning.twotone.svg b/Symbolic/Resources/material-icons/system_security_update_warning.twotone.svg new file mode 100644 index 0000000000..34bd20b6a6 --- /dev/null +++ b/Symbolic/Resources/material-icons/system_security_update_warning.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/system_update.default.svg b/Symbolic/Resources/material-icons/system_update.default.svg new file mode 100644 index 0000000000..9358eb4d69 --- /dev/null +++ b/Symbolic/Resources/material-icons/system_update.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/system_update.outlined.svg b/Symbolic/Resources/material-icons/system_update.outlined.svg new file mode 100644 index 0000000000..4421d8fea9 --- /dev/null +++ b/Symbolic/Resources/material-icons/system_update.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/system_update.round.svg b/Symbolic/Resources/material-icons/system_update.round.svg new file mode 100644 index 0000000000..e78eff5cef --- /dev/null +++ b/Symbolic/Resources/material-icons/system_update.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/system_update.sharp.svg b/Symbolic/Resources/material-icons/system_update.sharp.svg new file mode 100644 index 0000000000..e96bb933b7 --- /dev/null +++ b/Symbolic/Resources/material-icons/system_update.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/system_update.twotone.svg b/Symbolic/Resources/material-icons/system_update.twotone.svg new file mode 100644 index 0000000000..c47747a346 --- /dev/null +++ b/Symbolic/Resources/material-icons/system_update.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/system_update_alt.default.svg b/Symbolic/Resources/material-icons/system_update_alt.default.svg new file mode 100644 index 0000000000..fcf7fd3b38 --- /dev/null +++ b/Symbolic/Resources/material-icons/system_update_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/system_update_alt.outlined.svg b/Symbolic/Resources/material-icons/system_update_alt.outlined.svg new file mode 100644 index 0000000000..bff8fdeff3 --- /dev/null +++ b/Symbolic/Resources/material-icons/system_update_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/system_update_alt.round.svg b/Symbolic/Resources/material-icons/system_update_alt.round.svg new file mode 100644 index 0000000000..fbef1a8721 --- /dev/null +++ b/Symbolic/Resources/material-icons/system_update_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/system_update_alt.sharp.svg b/Symbolic/Resources/material-icons/system_update_alt.sharp.svg new file mode 100644 index 0000000000..7bfccc2d8d --- /dev/null +++ b/Symbolic/Resources/material-icons/system_update_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/system_update_alt.twotone.svg b/Symbolic/Resources/material-icons/system_update_alt.twotone.svg new file mode 100644 index 0000000000..5c81b87dfc --- /dev/null +++ b/Symbolic/Resources/material-icons/system_update_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tab.default.svg b/Symbolic/Resources/material-icons/tab.default.svg new file mode 100644 index 0000000000..b82216c371 --- /dev/null +++ b/Symbolic/Resources/material-icons/tab.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tab.outlined.svg b/Symbolic/Resources/material-icons/tab.outlined.svg new file mode 100644 index 0000000000..8dfd8a787f --- /dev/null +++ b/Symbolic/Resources/material-icons/tab.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tab.round.svg b/Symbolic/Resources/material-icons/tab.round.svg new file mode 100644 index 0000000000..734d8fca6c --- /dev/null +++ b/Symbolic/Resources/material-icons/tab.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tab.sharp.svg b/Symbolic/Resources/material-icons/tab.sharp.svg new file mode 100644 index 0000000000..aee7c19c0b --- /dev/null +++ b/Symbolic/Resources/material-icons/tab.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tab.twotone.svg b/Symbolic/Resources/material-icons/tab.twotone.svg new file mode 100644 index 0000000000..8dfd8a787f --- /dev/null +++ b/Symbolic/Resources/material-icons/tab.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tab_unselected.default.svg b/Symbolic/Resources/material-icons/tab_unselected.default.svg new file mode 100644 index 0000000000..4df010fa3d --- /dev/null +++ b/Symbolic/Resources/material-icons/tab_unselected.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tab_unselected.outlined.svg b/Symbolic/Resources/material-icons/tab_unselected.outlined.svg new file mode 100644 index 0000000000..efdad3435a --- /dev/null +++ b/Symbolic/Resources/material-icons/tab_unselected.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tab_unselected.round.svg b/Symbolic/Resources/material-icons/tab_unselected.round.svg new file mode 100644 index 0000000000..ccfe55d58f --- /dev/null +++ b/Symbolic/Resources/material-icons/tab_unselected.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tab_unselected.sharp.svg b/Symbolic/Resources/material-icons/tab_unselected.sharp.svg new file mode 100644 index 0000000000..cb82d30d38 --- /dev/null +++ b/Symbolic/Resources/material-icons/tab_unselected.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tab_unselected.twotone.svg b/Symbolic/Resources/material-icons/tab_unselected.twotone.svg new file mode 100644 index 0000000000..efdad3435a --- /dev/null +++ b/Symbolic/Resources/material-icons/tab_unselected.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/table_bar.default.svg b/Symbolic/Resources/material-icons/table_bar.default.svg new file mode 100644 index 0000000000..c5c4049e88 --- /dev/null +++ b/Symbolic/Resources/material-icons/table_bar.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/table_bar.outlined.svg b/Symbolic/Resources/material-icons/table_bar.outlined.svg new file mode 100644 index 0000000000..c10364249f --- /dev/null +++ b/Symbolic/Resources/material-icons/table_bar.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/table_bar.round.svg b/Symbolic/Resources/material-icons/table_bar.round.svg new file mode 100644 index 0000000000..8131bffebf --- /dev/null +++ b/Symbolic/Resources/material-icons/table_bar.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/table_bar.sharp.svg b/Symbolic/Resources/material-icons/table_bar.sharp.svg new file mode 100644 index 0000000000..c53e92f872 --- /dev/null +++ b/Symbolic/Resources/material-icons/table_bar.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/table_bar.twotone.svg b/Symbolic/Resources/material-icons/table_bar.twotone.svg new file mode 100644 index 0000000000..0e8776e0aa --- /dev/null +++ b/Symbolic/Resources/material-icons/table_bar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/table_chart.default.svg b/Symbolic/Resources/material-icons/table_chart.default.svg new file mode 100644 index 0000000000..f5b872ccfd --- /dev/null +++ b/Symbolic/Resources/material-icons/table_chart.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/table_chart.outlined.svg b/Symbolic/Resources/material-icons/table_chart.outlined.svg new file mode 100644 index 0000000000..0cb00915d7 --- /dev/null +++ b/Symbolic/Resources/material-icons/table_chart.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/table_chart.round.svg b/Symbolic/Resources/material-icons/table_chart.round.svg new file mode 100644 index 0000000000..f0f82dfe5d --- /dev/null +++ b/Symbolic/Resources/material-icons/table_chart.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/table_chart.sharp.svg b/Symbolic/Resources/material-icons/table_chart.sharp.svg new file mode 100644 index 0000000000..b93a71838a --- /dev/null +++ b/Symbolic/Resources/material-icons/table_chart.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/table_chart.twotone.svg b/Symbolic/Resources/material-icons/table_chart.twotone.svg new file mode 100644 index 0000000000..3190965fc6 --- /dev/null +++ b/Symbolic/Resources/material-icons/table_chart.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/table_restaurant.default.svg b/Symbolic/Resources/material-icons/table_restaurant.default.svg new file mode 100644 index 0000000000..e4ff0d398d --- /dev/null +++ b/Symbolic/Resources/material-icons/table_restaurant.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/table_restaurant.outlined.svg b/Symbolic/Resources/material-icons/table_restaurant.outlined.svg new file mode 100644 index 0000000000..a7a188e51c --- /dev/null +++ b/Symbolic/Resources/material-icons/table_restaurant.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/table_restaurant.round.svg b/Symbolic/Resources/material-icons/table_restaurant.round.svg new file mode 100644 index 0000000000..7b19d197f9 --- /dev/null +++ b/Symbolic/Resources/material-icons/table_restaurant.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/table_restaurant.sharp.svg b/Symbolic/Resources/material-icons/table_restaurant.sharp.svg new file mode 100644 index 0000000000..8adc2454c9 --- /dev/null +++ b/Symbolic/Resources/material-icons/table_restaurant.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/table_restaurant.twotone.svg b/Symbolic/Resources/material-icons/table_restaurant.twotone.svg new file mode 100644 index 0000000000..8b38439648 --- /dev/null +++ b/Symbolic/Resources/material-icons/table_restaurant.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/table_rows.default.svg b/Symbolic/Resources/material-icons/table_rows.default.svg new file mode 100644 index 0000000000..9f4a12b4a8 --- /dev/null +++ b/Symbolic/Resources/material-icons/table_rows.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/table_rows.outlined.svg b/Symbolic/Resources/material-icons/table_rows.outlined.svg new file mode 100644 index 0000000000..a11370ecf5 --- /dev/null +++ b/Symbolic/Resources/material-icons/table_rows.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/table_rows.round.svg b/Symbolic/Resources/material-icons/table_rows.round.svg new file mode 100644 index 0000000000..77275e9063 --- /dev/null +++ b/Symbolic/Resources/material-icons/table_rows.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/table_rows.sharp.svg b/Symbolic/Resources/material-icons/table_rows.sharp.svg new file mode 100644 index 0000000000..9f4a12b4a8 --- /dev/null +++ b/Symbolic/Resources/material-icons/table_rows.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/table_rows.twotone.svg b/Symbolic/Resources/material-icons/table_rows.twotone.svg new file mode 100644 index 0000000000..c029f179f5 --- /dev/null +++ b/Symbolic/Resources/material-icons/table_rows.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/table_view.default.svg b/Symbolic/Resources/material-icons/table_view.default.svg new file mode 100644 index 0000000000..2509139107 --- /dev/null +++ b/Symbolic/Resources/material-icons/table_view.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/table_view.outlined.svg b/Symbolic/Resources/material-icons/table_view.outlined.svg new file mode 100644 index 0000000000..2509139107 --- /dev/null +++ b/Symbolic/Resources/material-icons/table_view.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/table_view.round.svg b/Symbolic/Resources/material-icons/table_view.round.svg new file mode 100644 index 0000000000..303ecaabdd --- /dev/null +++ b/Symbolic/Resources/material-icons/table_view.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/table_view.sharp.svg b/Symbolic/Resources/material-icons/table_view.sharp.svg new file mode 100644 index 0000000000..2cf4e37382 --- /dev/null +++ b/Symbolic/Resources/material-icons/table_view.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/table_view.twotone.svg b/Symbolic/Resources/material-icons/table_view.twotone.svg new file mode 100644 index 0000000000..7cae3eab49 --- /dev/null +++ b/Symbolic/Resources/material-icons/table_view.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tablet.default.svg b/Symbolic/Resources/material-icons/tablet.default.svg new file mode 100644 index 0000000000..c7d39e3095 --- /dev/null +++ b/Symbolic/Resources/material-icons/tablet.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tablet.outlined.svg b/Symbolic/Resources/material-icons/tablet.outlined.svg new file mode 100644 index 0000000000..2546b4cc45 --- /dev/null +++ b/Symbolic/Resources/material-icons/tablet.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tablet.round.svg b/Symbolic/Resources/material-icons/tablet.round.svg new file mode 100644 index 0000000000..d96293895f --- /dev/null +++ b/Symbolic/Resources/material-icons/tablet.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tablet.sharp.svg b/Symbolic/Resources/material-icons/tablet.sharp.svg new file mode 100644 index 0000000000..38ddd1fda2 --- /dev/null +++ b/Symbolic/Resources/material-icons/tablet.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tablet.twotone.svg b/Symbolic/Resources/material-icons/tablet.twotone.svg new file mode 100644 index 0000000000..0b2d08f2f2 --- /dev/null +++ b/Symbolic/Resources/material-icons/tablet.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tablet_android.default.svg b/Symbolic/Resources/material-icons/tablet_android.default.svg new file mode 100644 index 0000000000..e31c4730ed --- /dev/null +++ b/Symbolic/Resources/material-icons/tablet_android.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tablet_android.outlined.svg b/Symbolic/Resources/material-icons/tablet_android.outlined.svg new file mode 100644 index 0000000000..c27e2ef87a --- /dev/null +++ b/Symbolic/Resources/material-icons/tablet_android.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tablet_android.round.svg b/Symbolic/Resources/material-icons/tablet_android.round.svg new file mode 100644 index 0000000000..ae1aa7ce06 --- /dev/null +++ b/Symbolic/Resources/material-icons/tablet_android.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tablet_android.sharp.svg b/Symbolic/Resources/material-icons/tablet_android.sharp.svg new file mode 100644 index 0000000000..75aa69b809 --- /dev/null +++ b/Symbolic/Resources/material-icons/tablet_android.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tablet_android.twotone.svg b/Symbolic/Resources/material-icons/tablet_android.twotone.svg new file mode 100644 index 0000000000..71a8216a4c --- /dev/null +++ b/Symbolic/Resources/material-icons/tablet_android.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tablet_mac.default.svg b/Symbolic/Resources/material-icons/tablet_mac.default.svg new file mode 100644 index 0000000000..6a583140f6 --- /dev/null +++ b/Symbolic/Resources/material-icons/tablet_mac.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tablet_mac.outlined.svg b/Symbolic/Resources/material-icons/tablet_mac.outlined.svg new file mode 100644 index 0000000000..c7c1c2e9dd --- /dev/null +++ b/Symbolic/Resources/material-icons/tablet_mac.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tablet_mac.round.svg b/Symbolic/Resources/material-icons/tablet_mac.round.svg new file mode 100644 index 0000000000..6a583140f6 --- /dev/null +++ b/Symbolic/Resources/material-icons/tablet_mac.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tablet_mac.sharp.svg b/Symbolic/Resources/material-icons/tablet_mac.sharp.svg new file mode 100644 index 0000000000..d73f34599b --- /dev/null +++ b/Symbolic/Resources/material-icons/tablet_mac.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tablet_mac.twotone.svg b/Symbolic/Resources/material-icons/tablet_mac.twotone.svg new file mode 100644 index 0000000000..bbd334d9b7 --- /dev/null +++ b/Symbolic/Resources/material-icons/tablet_mac.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tag.default.svg b/Symbolic/Resources/material-icons/tag.default.svg new file mode 100644 index 0000000000..f0c939df7f --- /dev/null +++ b/Symbolic/Resources/material-icons/tag.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tag.outlined.svg b/Symbolic/Resources/material-icons/tag.outlined.svg new file mode 100644 index 0000000000..969ee4c3d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/tag.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tag.round.svg b/Symbolic/Resources/material-icons/tag.round.svg new file mode 100644 index 0000000000..7c78ba8d1b --- /dev/null +++ b/Symbolic/Resources/material-icons/tag.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tag.sharp.svg b/Symbolic/Resources/material-icons/tag.sharp.svg new file mode 100644 index 0000000000..969ee4c3d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/tag.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tag.twotone.svg b/Symbolic/Resources/material-icons/tag.twotone.svg new file mode 100644 index 0000000000..969ee4c3d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/tag.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tag_faces.default.svg b/Symbolic/Resources/material-icons/tag_faces.default.svg new file mode 100644 index 0000000000..4fddd11665 --- /dev/null +++ b/Symbolic/Resources/material-icons/tag_faces.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tag_faces.outlined.svg b/Symbolic/Resources/material-icons/tag_faces.outlined.svg new file mode 100644 index 0000000000..3ee24f73ce --- /dev/null +++ b/Symbolic/Resources/material-icons/tag_faces.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tag_faces.round.svg b/Symbolic/Resources/material-icons/tag_faces.round.svg new file mode 100644 index 0000000000..dd4799ff7a --- /dev/null +++ b/Symbolic/Resources/material-icons/tag_faces.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tag_faces.sharp.svg b/Symbolic/Resources/material-icons/tag_faces.sharp.svg new file mode 100644 index 0000000000..d84533f4c8 --- /dev/null +++ b/Symbolic/Resources/material-icons/tag_faces.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tag_faces.twotone.svg b/Symbolic/Resources/material-icons/tag_faces.twotone.svg new file mode 100644 index 0000000000..47c6ea25e1 --- /dev/null +++ b/Symbolic/Resources/material-icons/tag_faces.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/takeout_dining.default.svg b/Symbolic/Resources/material-icons/takeout_dining.default.svg new file mode 100644 index 0000000000..7399d4bf48 --- /dev/null +++ b/Symbolic/Resources/material-icons/takeout_dining.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/takeout_dining.outlined.svg b/Symbolic/Resources/material-icons/takeout_dining.outlined.svg new file mode 100644 index 0000000000..7f7c797193 --- /dev/null +++ b/Symbolic/Resources/material-icons/takeout_dining.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/takeout_dining.round.svg b/Symbolic/Resources/material-icons/takeout_dining.round.svg new file mode 100644 index 0000000000..9d716d473b --- /dev/null +++ b/Symbolic/Resources/material-icons/takeout_dining.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/takeout_dining.sharp.svg b/Symbolic/Resources/material-icons/takeout_dining.sharp.svg new file mode 100644 index 0000000000..4b36daf688 --- /dev/null +++ b/Symbolic/Resources/material-icons/takeout_dining.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/takeout_dining.twotone.svg b/Symbolic/Resources/material-icons/takeout_dining.twotone.svg new file mode 100644 index 0000000000..c3e02cdf2f --- /dev/null +++ b/Symbolic/Resources/material-icons/takeout_dining.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tap_and_play.default.svg b/Symbolic/Resources/material-icons/tap_and_play.default.svg new file mode 100644 index 0000000000..a1bde8bf08 --- /dev/null +++ b/Symbolic/Resources/material-icons/tap_and_play.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tap_and_play.outlined.svg b/Symbolic/Resources/material-icons/tap_and_play.outlined.svg new file mode 100644 index 0000000000..d4db7158e4 --- /dev/null +++ b/Symbolic/Resources/material-icons/tap_and_play.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tap_and_play.round.svg b/Symbolic/Resources/material-icons/tap_and_play.round.svg new file mode 100644 index 0000000000..a46fed1f03 --- /dev/null +++ b/Symbolic/Resources/material-icons/tap_and_play.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tap_and_play.sharp.svg b/Symbolic/Resources/material-icons/tap_and_play.sharp.svg new file mode 100644 index 0000000000..b3e2e2bc05 --- /dev/null +++ b/Symbolic/Resources/material-icons/tap_and_play.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tap_and_play.twotone.svg b/Symbolic/Resources/material-icons/tap_and_play.twotone.svg new file mode 100644 index 0000000000..d4db7158e4 --- /dev/null +++ b/Symbolic/Resources/material-icons/tap_and_play.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tapas.default.svg b/Symbolic/Resources/material-icons/tapas.default.svg new file mode 100644 index 0000000000..0444740c25 --- /dev/null +++ b/Symbolic/Resources/material-icons/tapas.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tapas.outlined.svg b/Symbolic/Resources/material-icons/tapas.outlined.svg new file mode 100644 index 0000000000..e9143708bb --- /dev/null +++ b/Symbolic/Resources/material-icons/tapas.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tapas.round.svg b/Symbolic/Resources/material-icons/tapas.round.svg new file mode 100644 index 0000000000..31b822f32e --- /dev/null +++ b/Symbolic/Resources/material-icons/tapas.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tapas.sharp.svg b/Symbolic/Resources/material-icons/tapas.sharp.svg new file mode 100644 index 0000000000..e34baa1b1a --- /dev/null +++ b/Symbolic/Resources/material-icons/tapas.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tapas.twotone.svg b/Symbolic/Resources/material-icons/tapas.twotone.svg new file mode 100644 index 0000000000..eb164eb6a6 --- /dev/null +++ b/Symbolic/Resources/material-icons/tapas.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/task.default.svg b/Symbolic/Resources/material-icons/task.default.svg new file mode 100644 index 0000000000..ca1f6642cf --- /dev/null +++ b/Symbolic/Resources/material-icons/task.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/task.outlined.svg b/Symbolic/Resources/material-icons/task.outlined.svg new file mode 100644 index 0000000000..ada28c76ea --- /dev/null +++ b/Symbolic/Resources/material-icons/task.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/task.round.svg b/Symbolic/Resources/material-icons/task.round.svg new file mode 100644 index 0000000000..3375a2d21c --- /dev/null +++ b/Symbolic/Resources/material-icons/task.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/task.sharp.svg b/Symbolic/Resources/material-icons/task.sharp.svg new file mode 100644 index 0000000000..613541e135 --- /dev/null +++ b/Symbolic/Resources/material-icons/task.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/task.twotone.svg b/Symbolic/Resources/material-icons/task.twotone.svg new file mode 100644 index 0000000000..ffd828ceac --- /dev/null +++ b/Symbolic/Resources/material-icons/task.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/task_alt.default.svg b/Symbolic/Resources/material-icons/task_alt.default.svg new file mode 100644 index 0000000000..f95c743f5b --- /dev/null +++ b/Symbolic/Resources/material-icons/task_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/task_alt.outlined.svg b/Symbolic/Resources/material-icons/task_alt.outlined.svg new file mode 100644 index 0000000000..f95c743f5b --- /dev/null +++ b/Symbolic/Resources/material-icons/task_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/task_alt.round.svg b/Symbolic/Resources/material-icons/task_alt.round.svg new file mode 100644 index 0000000000..fbc435c86d --- /dev/null +++ b/Symbolic/Resources/material-icons/task_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/task_alt.sharp.svg b/Symbolic/Resources/material-icons/task_alt.sharp.svg new file mode 100644 index 0000000000..f95c743f5b --- /dev/null +++ b/Symbolic/Resources/material-icons/task_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/task_alt.twotone.svg b/Symbolic/Resources/material-icons/task_alt.twotone.svg new file mode 100644 index 0000000000..f95c743f5b --- /dev/null +++ b/Symbolic/Resources/material-icons/task_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/taxi_alert.default.svg b/Symbolic/Resources/material-icons/taxi_alert.default.svg new file mode 100644 index 0000000000..62fcf82af8 --- /dev/null +++ b/Symbolic/Resources/material-icons/taxi_alert.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/taxi_alert.outlined.svg b/Symbolic/Resources/material-icons/taxi_alert.outlined.svg new file mode 100644 index 0000000000..0b4b5015cc --- /dev/null +++ b/Symbolic/Resources/material-icons/taxi_alert.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/taxi_alert.round.svg b/Symbolic/Resources/material-icons/taxi_alert.round.svg new file mode 100644 index 0000000000..7b86f9d15d --- /dev/null +++ b/Symbolic/Resources/material-icons/taxi_alert.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/taxi_alert.sharp.svg b/Symbolic/Resources/material-icons/taxi_alert.sharp.svg new file mode 100644 index 0000000000..0abb7ae635 --- /dev/null +++ b/Symbolic/Resources/material-icons/taxi_alert.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/taxi_alert.twotone.svg b/Symbolic/Resources/material-icons/taxi_alert.twotone.svg new file mode 100644 index 0000000000..bde7abc941 --- /dev/null +++ b/Symbolic/Resources/material-icons/taxi_alert.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/temple_buddhist.default.svg b/Symbolic/Resources/material-icons/temple_buddhist.default.svg new file mode 100644 index 0000000000..197fcbeed5 --- /dev/null +++ b/Symbolic/Resources/material-icons/temple_buddhist.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/temple_buddhist.outlined.svg b/Symbolic/Resources/material-icons/temple_buddhist.outlined.svg new file mode 100644 index 0000000000..d83e105ba3 --- /dev/null +++ b/Symbolic/Resources/material-icons/temple_buddhist.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/temple_buddhist.round.svg b/Symbolic/Resources/material-icons/temple_buddhist.round.svg new file mode 100644 index 0000000000..c5c6d58e3f --- /dev/null +++ b/Symbolic/Resources/material-icons/temple_buddhist.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/temple_buddhist.sharp.svg b/Symbolic/Resources/material-icons/temple_buddhist.sharp.svg new file mode 100644 index 0000000000..347390c12f --- /dev/null +++ b/Symbolic/Resources/material-icons/temple_buddhist.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/temple_buddhist.twotone.svg b/Symbolic/Resources/material-icons/temple_buddhist.twotone.svg new file mode 100644 index 0000000000..f1eb6a042d --- /dev/null +++ b/Symbolic/Resources/material-icons/temple_buddhist.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/temple_hindu.default.svg b/Symbolic/Resources/material-icons/temple_hindu.default.svg new file mode 100644 index 0000000000..2377cbf3f9 --- /dev/null +++ b/Symbolic/Resources/material-icons/temple_hindu.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/temple_hindu.outlined.svg b/Symbolic/Resources/material-icons/temple_hindu.outlined.svg new file mode 100644 index 0000000000..f4dcb160f3 --- /dev/null +++ b/Symbolic/Resources/material-icons/temple_hindu.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/temple_hindu.round.svg b/Symbolic/Resources/material-icons/temple_hindu.round.svg new file mode 100644 index 0000000000..8607f07b84 --- /dev/null +++ b/Symbolic/Resources/material-icons/temple_hindu.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/temple_hindu.sharp.svg b/Symbolic/Resources/material-icons/temple_hindu.sharp.svg new file mode 100644 index 0000000000..2377cbf3f9 --- /dev/null +++ b/Symbolic/Resources/material-icons/temple_hindu.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/temple_hindu.twotone.svg b/Symbolic/Resources/material-icons/temple_hindu.twotone.svg new file mode 100644 index 0000000000..d1900053b3 --- /dev/null +++ b/Symbolic/Resources/material-icons/temple_hindu.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/terminal.default.svg b/Symbolic/Resources/material-icons/terminal.default.svg new file mode 100644 index 0000000000..66d5f1600c --- /dev/null +++ b/Symbolic/Resources/material-icons/terminal.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/terminal.outlined.svg b/Symbolic/Resources/material-icons/terminal.outlined.svg new file mode 100644 index 0000000000..66d5f1600c --- /dev/null +++ b/Symbolic/Resources/material-icons/terminal.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/terminal.round.svg b/Symbolic/Resources/material-icons/terminal.round.svg new file mode 100644 index 0000000000..0d5ed0ad95 --- /dev/null +++ b/Symbolic/Resources/material-icons/terminal.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/terminal.sharp.svg b/Symbolic/Resources/material-icons/terminal.sharp.svg new file mode 100644 index 0000000000..6407ae7f39 --- /dev/null +++ b/Symbolic/Resources/material-icons/terminal.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/terminal.twotone.svg b/Symbolic/Resources/material-icons/terminal.twotone.svg new file mode 100644 index 0000000000..7d2f331577 --- /dev/null +++ b/Symbolic/Resources/material-icons/terminal.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/terrain.default.svg b/Symbolic/Resources/material-icons/terrain.default.svg new file mode 100644 index 0000000000..367d192c2d --- /dev/null +++ b/Symbolic/Resources/material-icons/terrain.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/terrain.outlined.svg b/Symbolic/Resources/material-icons/terrain.outlined.svg new file mode 100644 index 0000000000..8d93af1cc1 --- /dev/null +++ b/Symbolic/Resources/material-icons/terrain.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/terrain.round.svg b/Symbolic/Resources/material-icons/terrain.round.svg new file mode 100644 index 0000000000..9be2f48f01 --- /dev/null +++ b/Symbolic/Resources/material-icons/terrain.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/terrain.sharp.svg b/Symbolic/Resources/material-icons/terrain.sharp.svg new file mode 100644 index 0000000000..5da462133d --- /dev/null +++ b/Symbolic/Resources/material-icons/terrain.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/terrain.twotone.svg b/Symbolic/Resources/material-icons/terrain.twotone.svg new file mode 100644 index 0000000000..9d7562f4e8 --- /dev/null +++ b/Symbolic/Resources/material-icons/terrain.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_decrease.default.svg b/Symbolic/Resources/material-icons/text_decrease.default.svg new file mode 100644 index 0000000000..a0834c4579 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_decrease.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_decrease.outlined.svg b/Symbolic/Resources/material-icons/text_decrease.outlined.svg new file mode 100644 index 0000000000..a0834c4579 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_decrease.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_decrease.round.svg b/Symbolic/Resources/material-icons/text_decrease.round.svg new file mode 100644 index 0000000000..995eb60355 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_decrease.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_decrease.sharp.svg b/Symbolic/Resources/material-icons/text_decrease.sharp.svg new file mode 100644 index 0000000000..a0834c4579 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_decrease.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_decrease.twotone.svg b/Symbolic/Resources/material-icons/text_decrease.twotone.svg new file mode 100644 index 0000000000..a0834c4579 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_decrease.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_fields.default.svg b/Symbolic/Resources/material-icons/text_fields.default.svg new file mode 100644 index 0000000000..c0ca150ed4 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_fields.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_fields.outlined.svg b/Symbolic/Resources/material-icons/text_fields.outlined.svg new file mode 100644 index 0000000000..038ef6ea59 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_fields.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_fields.round.svg b/Symbolic/Resources/material-icons/text_fields.round.svg new file mode 100644 index 0000000000..28c8b6eef7 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_fields.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_fields.sharp.svg b/Symbolic/Resources/material-icons/text_fields.sharp.svg new file mode 100644 index 0000000000..9b114be06b --- /dev/null +++ b/Symbolic/Resources/material-icons/text_fields.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_fields.twotone.svg b/Symbolic/Resources/material-icons/text_fields.twotone.svg new file mode 100644 index 0000000000..56d6dd92f8 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_fields.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_format.default.svg b/Symbolic/Resources/material-icons/text_format.default.svg new file mode 100644 index 0000000000..373ef1372d --- /dev/null +++ b/Symbolic/Resources/material-icons/text_format.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_format.outlined.svg b/Symbolic/Resources/material-icons/text_format.outlined.svg new file mode 100644 index 0000000000..35f2ca8525 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_format.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_format.round.svg b/Symbolic/Resources/material-icons/text_format.round.svg new file mode 100644 index 0000000000..fe7b4ac3f0 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_format.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_format.sharp.svg b/Symbolic/Resources/material-icons/text_format.sharp.svg new file mode 100644 index 0000000000..35f2ca8525 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_format.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_format.twotone.svg b/Symbolic/Resources/material-icons/text_format.twotone.svg new file mode 100644 index 0000000000..35f2ca8525 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_format.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_increase.default.svg b/Symbolic/Resources/material-icons/text_increase.default.svg new file mode 100644 index 0000000000..59a75b6fdf --- /dev/null +++ b/Symbolic/Resources/material-icons/text_increase.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_increase.outlined.svg b/Symbolic/Resources/material-icons/text_increase.outlined.svg new file mode 100644 index 0000000000..59a75b6fdf --- /dev/null +++ b/Symbolic/Resources/material-icons/text_increase.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_increase.round.svg b/Symbolic/Resources/material-icons/text_increase.round.svg new file mode 100644 index 0000000000..47bd822981 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_increase.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_increase.sharp.svg b/Symbolic/Resources/material-icons/text_increase.sharp.svg new file mode 100644 index 0000000000..59a75b6fdf --- /dev/null +++ b/Symbolic/Resources/material-icons/text_increase.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_increase.twotone.svg b/Symbolic/Resources/material-icons/text_increase.twotone.svg new file mode 100644 index 0000000000..451a271ab5 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_increase.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_rotate_up.default.svg b/Symbolic/Resources/material-icons/text_rotate_up.default.svg new file mode 100644 index 0000000000..5abab5ff1a --- /dev/null +++ b/Symbolic/Resources/material-icons/text_rotate_up.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_rotate_up.outlined.svg b/Symbolic/Resources/material-icons/text_rotate_up.outlined.svg new file mode 100644 index 0000000000..c265b566aa --- /dev/null +++ b/Symbolic/Resources/material-icons/text_rotate_up.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_rotate_up.round.svg b/Symbolic/Resources/material-icons/text_rotate_up.round.svg new file mode 100644 index 0000000000..c84e8c5b47 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_rotate_up.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_rotate_up.sharp.svg b/Symbolic/Resources/material-icons/text_rotate_up.sharp.svg new file mode 100644 index 0000000000..c265b566aa --- /dev/null +++ b/Symbolic/Resources/material-icons/text_rotate_up.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_rotate_up.twotone.svg b/Symbolic/Resources/material-icons/text_rotate_up.twotone.svg new file mode 100644 index 0000000000..c265b566aa --- /dev/null +++ b/Symbolic/Resources/material-icons/text_rotate_up.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_rotate_vertical.default.svg b/Symbolic/Resources/material-icons/text_rotate_vertical.default.svg new file mode 100644 index 0000000000..ad1bb0d4c7 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_rotate_vertical.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_rotate_vertical.outlined.svg b/Symbolic/Resources/material-icons/text_rotate_vertical.outlined.svg new file mode 100644 index 0000000000..5e86aec875 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_rotate_vertical.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_rotate_vertical.round.svg b/Symbolic/Resources/material-icons/text_rotate_vertical.round.svg new file mode 100644 index 0000000000..059a421393 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_rotate_vertical.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_rotate_vertical.sharp.svg b/Symbolic/Resources/material-icons/text_rotate_vertical.sharp.svg new file mode 100644 index 0000000000..5e86aec875 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_rotate_vertical.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_rotate_vertical.twotone.svg b/Symbolic/Resources/material-icons/text_rotate_vertical.twotone.svg new file mode 100644 index 0000000000..5e86aec875 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_rotate_vertical.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_rotation_angledown.default.svg b/Symbolic/Resources/material-icons/text_rotation_angledown.default.svg new file mode 100644 index 0000000000..b6e5ad7da5 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_rotation_angledown.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_rotation_angledown.outlined.svg b/Symbolic/Resources/material-icons/text_rotation_angledown.outlined.svg new file mode 100644 index 0000000000..e539e92132 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_rotation_angledown.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_rotation_angledown.round.svg b/Symbolic/Resources/material-icons/text_rotation_angledown.round.svg new file mode 100644 index 0000000000..536947b675 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_rotation_angledown.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_rotation_angledown.sharp.svg b/Symbolic/Resources/material-icons/text_rotation_angledown.sharp.svg new file mode 100644 index 0000000000..e539e92132 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_rotation_angledown.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_rotation_angledown.twotone.svg b/Symbolic/Resources/material-icons/text_rotation_angledown.twotone.svg new file mode 100644 index 0000000000..e539e92132 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_rotation_angledown.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_rotation_angleup.default.svg b/Symbolic/Resources/material-icons/text_rotation_angleup.default.svg new file mode 100644 index 0000000000..0ec5827738 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_rotation_angleup.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_rotation_angleup.outlined.svg b/Symbolic/Resources/material-icons/text_rotation_angleup.outlined.svg new file mode 100644 index 0000000000..d829876a33 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_rotation_angleup.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_rotation_angleup.round.svg b/Symbolic/Resources/material-icons/text_rotation_angleup.round.svg new file mode 100644 index 0000000000..cfec78e612 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_rotation_angleup.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_rotation_angleup.sharp.svg b/Symbolic/Resources/material-icons/text_rotation_angleup.sharp.svg new file mode 100644 index 0000000000..d829876a33 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_rotation_angleup.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_rotation_angleup.twotone.svg b/Symbolic/Resources/material-icons/text_rotation_angleup.twotone.svg new file mode 100644 index 0000000000..d829876a33 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_rotation_angleup.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_rotation_down.default.svg b/Symbolic/Resources/material-icons/text_rotation_down.default.svg new file mode 100644 index 0000000000..021028c6f3 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_rotation_down.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_rotation_down.outlined.svg b/Symbolic/Resources/material-icons/text_rotation_down.outlined.svg new file mode 100644 index 0000000000..c962ae0513 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_rotation_down.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_rotation_down.round.svg b/Symbolic/Resources/material-icons/text_rotation_down.round.svg new file mode 100644 index 0000000000..734b2942ef --- /dev/null +++ b/Symbolic/Resources/material-icons/text_rotation_down.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_rotation_down.sharp.svg b/Symbolic/Resources/material-icons/text_rotation_down.sharp.svg new file mode 100644 index 0000000000..c962ae0513 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_rotation_down.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_rotation_down.twotone.svg b/Symbolic/Resources/material-icons/text_rotation_down.twotone.svg new file mode 100644 index 0000000000..c962ae0513 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_rotation_down.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_rotation_none.default.svg b/Symbolic/Resources/material-icons/text_rotation_none.default.svg new file mode 100644 index 0000000000..3ab818dc5e --- /dev/null +++ b/Symbolic/Resources/material-icons/text_rotation_none.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_rotation_none.outlined.svg b/Symbolic/Resources/material-icons/text_rotation_none.outlined.svg new file mode 100644 index 0000000000..95faf17180 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_rotation_none.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_rotation_none.round.svg b/Symbolic/Resources/material-icons/text_rotation_none.round.svg new file mode 100644 index 0000000000..012a374cf0 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_rotation_none.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_rotation_none.sharp.svg b/Symbolic/Resources/material-icons/text_rotation_none.sharp.svg new file mode 100644 index 0000000000..95faf17180 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_rotation_none.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_rotation_none.twotone.svg b/Symbolic/Resources/material-icons/text_rotation_none.twotone.svg new file mode 100644 index 0000000000..95faf17180 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_rotation_none.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_snippet.default.svg b/Symbolic/Resources/material-icons/text_snippet.default.svg new file mode 100644 index 0000000000..8de59504e1 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_snippet.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_snippet.outlined.svg b/Symbolic/Resources/material-icons/text_snippet.outlined.svg new file mode 100644 index 0000000000..1467324084 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_snippet.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_snippet.round.svg b/Symbolic/Resources/material-icons/text_snippet.round.svg new file mode 100644 index 0000000000..4dc4c81a4f --- /dev/null +++ b/Symbolic/Resources/material-icons/text_snippet.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_snippet.sharp.svg b/Symbolic/Resources/material-icons/text_snippet.sharp.svg new file mode 100644 index 0000000000..ac0ddf64a5 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_snippet.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/text_snippet.twotone.svg b/Symbolic/Resources/material-icons/text_snippet.twotone.svg new file mode 100644 index 0000000000..5d81151b78 --- /dev/null +++ b/Symbolic/Resources/material-icons/text_snippet.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/textsms.default.svg b/Symbolic/Resources/material-icons/textsms.default.svg new file mode 100644 index 0000000000..08cf07ce75 --- /dev/null +++ b/Symbolic/Resources/material-icons/textsms.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/textsms.outlined.svg b/Symbolic/Resources/material-icons/textsms.outlined.svg new file mode 100644 index 0000000000..7f4beb91b0 --- /dev/null +++ b/Symbolic/Resources/material-icons/textsms.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/textsms.round.svg b/Symbolic/Resources/material-icons/textsms.round.svg new file mode 100644 index 0000000000..ed9607ce6d --- /dev/null +++ b/Symbolic/Resources/material-icons/textsms.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/textsms.sharp.svg b/Symbolic/Resources/material-icons/textsms.sharp.svg new file mode 100644 index 0000000000..ea014e036e --- /dev/null +++ b/Symbolic/Resources/material-icons/textsms.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/textsms.twotone.svg b/Symbolic/Resources/material-icons/textsms.twotone.svg new file mode 100644 index 0000000000..65cc2ec54d --- /dev/null +++ b/Symbolic/Resources/material-icons/textsms.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/texture.default.svg b/Symbolic/Resources/material-icons/texture.default.svg new file mode 100644 index 0000000000..1e9a814b82 --- /dev/null +++ b/Symbolic/Resources/material-icons/texture.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/texture.outlined.svg b/Symbolic/Resources/material-icons/texture.outlined.svg new file mode 100644 index 0000000000..e65cf448f8 --- /dev/null +++ b/Symbolic/Resources/material-icons/texture.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/texture.round.svg b/Symbolic/Resources/material-icons/texture.round.svg new file mode 100644 index 0000000000..2ecbe2c738 --- /dev/null +++ b/Symbolic/Resources/material-icons/texture.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/texture.sharp.svg b/Symbolic/Resources/material-icons/texture.sharp.svg new file mode 100644 index 0000000000..fe318f2746 --- /dev/null +++ b/Symbolic/Resources/material-icons/texture.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/texture.twotone.svg b/Symbolic/Resources/material-icons/texture.twotone.svg new file mode 100644 index 0000000000..7316e61ae5 --- /dev/null +++ b/Symbolic/Resources/material-icons/texture.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/theater_comedy.default.svg b/Symbolic/Resources/material-icons/theater_comedy.default.svg new file mode 100644 index 0000000000..5be83c3d75 --- /dev/null +++ b/Symbolic/Resources/material-icons/theater_comedy.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/theater_comedy.outlined.svg b/Symbolic/Resources/material-icons/theater_comedy.outlined.svg new file mode 100644 index 0000000000..33fe2b86e1 --- /dev/null +++ b/Symbolic/Resources/material-icons/theater_comedy.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/theater_comedy.round.svg b/Symbolic/Resources/material-icons/theater_comedy.round.svg new file mode 100644 index 0000000000..94853f7fa0 --- /dev/null +++ b/Symbolic/Resources/material-icons/theater_comedy.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/theater_comedy.sharp.svg b/Symbolic/Resources/material-icons/theater_comedy.sharp.svg new file mode 100644 index 0000000000..e73c0e26b0 --- /dev/null +++ b/Symbolic/Resources/material-icons/theater_comedy.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/theater_comedy.twotone.svg b/Symbolic/Resources/material-icons/theater_comedy.twotone.svg new file mode 100644 index 0000000000..46f7246a84 --- /dev/null +++ b/Symbolic/Resources/material-icons/theater_comedy.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/theaters.default.svg b/Symbolic/Resources/material-icons/theaters.default.svg new file mode 100644 index 0000000000..c3baf61b28 --- /dev/null +++ b/Symbolic/Resources/material-icons/theaters.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/theaters.outlined.svg b/Symbolic/Resources/material-icons/theaters.outlined.svg new file mode 100644 index 0000000000..b34cac0056 --- /dev/null +++ b/Symbolic/Resources/material-icons/theaters.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/theaters.round.svg b/Symbolic/Resources/material-icons/theaters.round.svg new file mode 100644 index 0000000000..0928fea8d3 --- /dev/null +++ b/Symbolic/Resources/material-icons/theaters.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/theaters.sharp.svg b/Symbolic/Resources/material-icons/theaters.sharp.svg new file mode 100644 index 0000000000..4dae702505 --- /dev/null +++ b/Symbolic/Resources/material-icons/theaters.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/theaters.twotone.svg b/Symbolic/Resources/material-icons/theaters.twotone.svg new file mode 100644 index 0000000000..064e6bb5a5 --- /dev/null +++ b/Symbolic/Resources/material-icons/theaters.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thermostat.default.svg b/Symbolic/Resources/material-icons/thermostat.default.svg new file mode 100644 index 0000000000..3d8027a4c9 --- /dev/null +++ b/Symbolic/Resources/material-icons/thermostat.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thermostat.outlined.svg b/Symbolic/Resources/material-icons/thermostat.outlined.svg new file mode 100644 index 0000000000..b21517f42d --- /dev/null +++ b/Symbolic/Resources/material-icons/thermostat.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thermostat.round.svg b/Symbolic/Resources/material-icons/thermostat.round.svg new file mode 100644 index 0000000000..06bd042d20 --- /dev/null +++ b/Symbolic/Resources/material-icons/thermostat.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thermostat.sharp.svg b/Symbolic/Resources/material-icons/thermostat.sharp.svg new file mode 100644 index 0000000000..b21517f42d --- /dev/null +++ b/Symbolic/Resources/material-icons/thermostat.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thermostat.twotone.svg b/Symbolic/Resources/material-icons/thermostat.twotone.svg new file mode 100644 index 0000000000..b21517f42d --- /dev/null +++ b/Symbolic/Resources/material-icons/thermostat.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thermostat_auto.default.svg b/Symbolic/Resources/material-icons/thermostat_auto.default.svg new file mode 100644 index 0000000000..c48caed768 --- /dev/null +++ b/Symbolic/Resources/material-icons/thermostat_auto.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thermostat_auto.outlined.svg b/Symbolic/Resources/material-icons/thermostat_auto.outlined.svg new file mode 100644 index 0000000000..c48caed768 --- /dev/null +++ b/Symbolic/Resources/material-icons/thermostat_auto.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thermostat_auto.round.svg b/Symbolic/Resources/material-icons/thermostat_auto.round.svg new file mode 100644 index 0000000000..0e5aaf151a --- /dev/null +++ b/Symbolic/Resources/material-icons/thermostat_auto.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thermostat_auto.sharp.svg b/Symbolic/Resources/material-icons/thermostat_auto.sharp.svg new file mode 100644 index 0000000000..c48caed768 --- /dev/null +++ b/Symbolic/Resources/material-icons/thermostat_auto.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thermostat_auto.twotone.svg b/Symbolic/Resources/material-icons/thermostat_auto.twotone.svg new file mode 100644 index 0000000000..83438f293f --- /dev/null +++ b/Symbolic/Resources/material-icons/thermostat_auto.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thumb_down.default.svg b/Symbolic/Resources/material-icons/thumb_down.default.svg new file mode 100644 index 0000000000..c3c97aa6cd --- /dev/null +++ b/Symbolic/Resources/material-icons/thumb_down.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thumb_down.outlined.svg b/Symbolic/Resources/material-icons/thumb_down.outlined.svg new file mode 100644 index 0000000000..2a085fc415 --- /dev/null +++ b/Symbolic/Resources/material-icons/thumb_down.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thumb_down.round.svg b/Symbolic/Resources/material-icons/thumb_down.round.svg new file mode 100644 index 0000000000..5cd1646943 --- /dev/null +++ b/Symbolic/Resources/material-icons/thumb_down.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thumb_down.sharp.svg b/Symbolic/Resources/material-icons/thumb_down.sharp.svg new file mode 100644 index 0000000000..9eda0117f8 --- /dev/null +++ b/Symbolic/Resources/material-icons/thumb_down.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thumb_down.twotone.svg b/Symbolic/Resources/material-icons/thumb_down.twotone.svg new file mode 100644 index 0000000000..f5333bc8fb --- /dev/null +++ b/Symbolic/Resources/material-icons/thumb_down.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thumb_down_alt.default.svg b/Symbolic/Resources/material-icons/thumb_down_alt.default.svg new file mode 100644 index 0000000000..c673773b53 --- /dev/null +++ b/Symbolic/Resources/material-icons/thumb_down_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thumb_down_alt.outlined.svg b/Symbolic/Resources/material-icons/thumb_down_alt.outlined.svg new file mode 100644 index 0000000000..ff7d5bf244 --- /dev/null +++ b/Symbolic/Resources/material-icons/thumb_down_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thumb_down_alt.round.svg b/Symbolic/Resources/material-icons/thumb_down_alt.round.svg new file mode 100644 index 0000000000..9bf90f3795 --- /dev/null +++ b/Symbolic/Resources/material-icons/thumb_down_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thumb_down_alt.sharp.svg b/Symbolic/Resources/material-icons/thumb_down_alt.sharp.svg new file mode 100644 index 0000000000..dbab830adf --- /dev/null +++ b/Symbolic/Resources/material-icons/thumb_down_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thumb_down_alt.twotone.svg b/Symbolic/Resources/material-icons/thumb_down_alt.twotone.svg new file mode 100644 index 0000000000..345e55a7f1 --- /dev/null +++ b/Symbolic/Resources/material-icons/thumb_down_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thumb_down_off_alt.default.svg b/Symbolic/Resources/material-icons/thumb_down_off_alt.default.svg new file mode 100644 index 0000000000..80589ff0d2 --- /dev/null +++ b/Symbolic/Resources/material-icons/thumb_down_off_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thumb_down_off_alt.outlined.svg b/Symbolic/Resources/material-icons/thumb_down_off_alt.outlined.svg new file mode 100644 index 0000000000..23433aa8d1 --- /dev/null +++ b/Symbolic/Resources/material-icons/thumb_down_off_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thumb_down_off_alt.round.svg b/Symbolic/Resources/material-icons/thumb_down_off_alt.round.svg new file mode 100644 index 0000000000..4bb633c3d7 --- /dev/null +++ b/Symbolic/Resources/material-icons/thumb_down_off_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thumb_down_off_alt.sharp.svg b/Symbolic/Resources/material-icons/thumb_down_off_alt.sharp.svg new file mode 100644 index 0000000000..9d15795643 --- /dev/null +++ b/Symbolic/Resources/material-icons/thumb_down_off_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thumb_down_off_alt.twotone.svg b/Symbolic/Resources/material-icons/thumb_down_off_alt.twotone.svg new file mode 100644 index 0000000000..efde7b5315 --- /dev/null +++ b/Symbolic/Resources/material-icons/thumb_down_off_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thumb_up.default.svg b/Symbolic/Resources/material-icons/thumb_up.default.svg new file mode 100644 index 0000000000..97f5745bbd --- /dev/null +++ b/Symbolic/Resources/material-icons/thumb_up.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thumb_up.outlined.svg b/Symbolic/Resources/material-icons/thumb_up.outlined.svg new file mode 100644 index 0000000000..fb2a670312 --- /dev/null +++ b/Symbolic/Resources/material-icons/thumb_up.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thumb_up.round.svg b/Symbolic/Resources/material-icons/thumb_up.round.svg new file mode 100644 index 0000000000..4109753b49 --- /dev/null +++ b/Symbolic/Resources/material-icons/thumb_up.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thumb_up.sharp.svg b/Symbolic/Resources/material-icons/thumb_up.sharp.svg new file mode 100644 index 0000000000..0bb3ed064f --- /dev/null +++ b/Symbolic/Resources/material-icons/thumb_up.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thumb_up.twotone.svg b/Symbolic/Resources/material-icons/thumb_up.twotone.svg new file mode 100644 index 0000000000..564d31270a --- /dev/null +++ b/Symbolic/Resources/material-icons/thumb_up.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thumb_up_alt.default.svg b/Symbolic/Resources/material-icons/thumb_up_alt.default.svg new file mode 100644 index 0000000000..8f3b5f05b3 --- /dev/null +++ b/Symbolic/Resources/material-icons/thumb_up_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thumb_up_alt.outlined.svg b/Symbolic/Resources/material-icons/thumb_up_alt.outlined.svg new file mode 100644 index 0000000000..dc044cd8ac --- /dev/null +++ b/Symbolic/Resources/material-icons/thumb_up_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thumb_up_alt.round.svg b/Symbolic/Resources/material-icons/thumb_up_alt.round.svg new file mode 100644 index 0000000000..69bb7699d8 --- /dev/null +++ b/Symbolic/Resources/material-icons/thumb_up_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thumb_up_alt.sharp.svg b/Symbolic/Resources/material-icons/thumb_up_alt.sharp.svg new file mode 100644 index 0000000000..4b12400bb2 --- /dev/null +++ b/Symbolic/Resources/material-icons/thumb_up_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thumb_up_alt.twotone.svg b/Symbolic/Resources/material-icons/thumb_up_alt.twotone.svg new file mode 100644 index 0000000000..2c13844f2c --- /dev/null +++ b/Symbolic/Resources/material-icons/thumb_up_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thumb_up_off_alt.default.svg b/Symbolic/Resources/material-icons/thumb_up_off_alt.default.svg new file mode 100644 index 0000000000..d512248611 --- /dev/null +++ b/Symbolic/Resources/material-icons/thumb_up_off_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thumb_up_off_alt.outlined.svg b/Symbolic/Resources/material-icons/thumb_up_off_alt.outlined.svg new file mode 100644 index 0000000000..a5acd8de73 --- /dev/null +++ b/Symbolic/Resources/material-icons/thumb_up_off_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thumb_up_off_alt.round.svg b/Symbolic/Resources/material-icons/thumb_up_off_alt.round.svg new file mode 100644 index 0000000000..5e7da99336 --- /dev/null +++ b/Symbolic/Resources/material-icons/thumb_up_off_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thumb_up_off_alt.sharp.svg b/Symbolic/Resources/material-icons/thumb_up_off_alt.sharp.svg new file mode 100644 index 0000000000..1ab5fcfe00 --- /dev/null +++ b/Symbolic/Resources/material-icons/thumb_up_off_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thumb_up_off_alt.twotone.svg b/Symbolic/Resources/material-icons/thumb_up_off_alt.twotone.svg new file mode 100644 index 0000000000..77ea4f4afc --- /dev/null +++ b/Symbolic/Resources/material-icons/thumb_up_off_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thumbs_up_down.default.svg b/Symbolic/Resources/material-icons/thumbs_up_down.default.svg new file mode 100644 index 0000000000..2d3a97f169 --- /dev/null +++ b/Symbolic/Resources/material-icons/thumbs_up_down.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thumbs_up_down.outlined.svg b/Symbolic/Resources/material-icons/thumbs_up_down.outlined.svg new file mode 100644 index 0000000000..2426220897 --- /dev/null +++ b/Symbolic/Resources/material-icons/thumbs_up_down.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thumbs_up_down.round.svg b/Symbolic/Resources/material-icons/thumbs_up_down.round.svg new file mode 100644 index 0000000000..9834e9d094 --- /dev/null +++ b/Symbolic/Resources/material-icons/thumbs_up_down.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thumbs_up_down.sharp.svg b/Symbolic/Resources/material-icons/thumbs_up_down.sharp.svg new file mode 100644 index 0000000000..5dacc51222 --- /dev/null +++ b/Symbolic/Resources/material-icons/thumbs_up_down.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thumbs_up_down.twotone.svg b/Symbolic/Resources/material-icons/thumbs_up_down.twotone.svg new file mode 100644 index 0000000000..bc6e1ca57b --- /dev/null +++ b/Symbolic/Resources/material-icons/thumbs_up_down.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thunderstorm.default.svg b/Symbolic/Resources/material-icons/thunderstorm.default.svg new file mode 100644 index 0000000000..ade5e1428f --- /dev/null +++ b/Symbolic/Resources/material-icons/thunderstorm.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thunderstorm.outlined.svg b/Symbolic/Resources/material-icons/thunderstorm.outlined.svg new file mode 100644 index 0000000000..6b64df435d --- /dev/null +++ b/Symbolic/Resources/material-icons/thunderstorm.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thunderstorm.round.svg b/Symbolic/Resources/material-icons/thunderstorm.round.svg new file mode 100644 index 0000000000..388d51a942 --- /dev/null +++ b/Symbolic/Resources/material-icons/thunderstorm.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thunderstorm.sharp.svg b/Symbolic/Resources/material-icons/thunderstorm.sharp.svg new file mode 100644 index 0000000000..ade5e1428f --- /dev/null +++ b/Symbolic/Resources/material-icons/thunderstorm.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/thunderstorm.twotone.svg b/Symbolic/Resources/material-icons/thunderstorm.twotone.svg new file mode 100644 index 0000000000..5fbb24fbd7 --- /dev/null +++ b/Symbolic/Resources/material-icons/thunderstorm.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/time_to_leave.default.svg b/Symbolic/Resources/material-icons/time_to_leave.default.svg new file mode 100644 index 0000000000..e3d085a494 --- /dev/null +++ b/Symbolic/Resources/material-icons/time_to_leave.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/time_to_leave.outlined.svg b/Symbolic/Resources/material-icons/time_to_leave.outlined.svg new file mode 100644 index 0000000000..3de0e39bfd --- /dev/null +++ b/Symbolic/Resources/material-icons/time_to_leave.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/time_to_leave.round.svg b/Symbolic/Resources/material-icons/time_to_leave.round.svg new file mode 100644 index 0000000000..66a4111037 --- /dev/null +++ b/Symbolic/Resources/material-icons/time_to_leave.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/time_to_leave.sharp.svg b/Symbolic/Resources/material-icons/time_to_leave.sharp.svg new file mode 100644 index 0000000000..348c58dd1a --- /dev/null +++ b/Symbolic/Resources/material-icons/time_to_leave.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/time_to_leave.twotone.svg b/Symbolic/Resources/material-icons/time_to_leave.twotone.svg new file mode 100644 index 0000000000..72a43924ae --- /dev/null +++ b/Symbolic/Resources/material-icons/time_to_leave.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timelapse.default.svg b/Symbolic/Resources/material-icons/timelapse.default.svg new file mode 100644 index 0000000000..77795b636a --- /dev/null +++ b/Symbolic/Resources/material-icons/timelapse.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timelapse.outlined.svg b/Symbolic/Resources/material-icons/timelapse.outlined.svg new file mode 100644 index 0000000000..93e307c018 --- /dev/null +++ b/Symbolic/Resources/material-icons/timelapse.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timelapse.round.svg b/Symbolic/Resources/material-icons/timelapse.round.svg new file mode 100644 index 0000000000..2513f43e81 --- /dev/null +++ b/Symbolic/Resources/material-icons/timelapse.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timelapse.sharp.svg b/Symbolic/Resources/material-icons/timelapse.sharp.svg new file mode 100644 index 0000000000..2513f43e81 --- /dev/null +++ b/Symbolic/Resources/material-icons/timelapse.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timelapse.twotone.svg b/Symbolic/Resources/material-icons/timelapse.twotone.svg new file mode 100644 index 0000000000..29548b3521 --- /dev/null +++ b/Symbolic/Resources/material-icons/timelapse.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timeline.default.svg b/Symbolic/Resources/material-icons/timeline.default.svg new file mode 100644 index 0000000000..ebbad301d6 --- /dev/null +++ b/Symbolic/Resources/material-icons/timeline.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timeline.outlined.svg b/Symbolic/Resources/material-icons/timeline.outlined.svg new file mode 100644 index 0000000000..b046287fb0 --- /dev/null +++ b/Symbolic/Resources/material-icons/timeline.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timeline.round.svg b/Symbolic/Resources/material-icons/timeline.round.svg new file mode 100644 index 0000000000..05ea75d1ad --- /dev/null +++ b/Symbolic/Resources/material-icons/timeline.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timeline.sharp.svg b/Symbolic/Resources/material-icons/timeline.sharp.svg new file mode 100644 index 0000000000..05ea75d1ad --- /dev/null +++ b/Symbolic/Resources/material-icons/timeline.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timeline.twotone.svg b/Symbolic/Resources/material-icons/timeline.twotone.svg new file mode 100644 index 0000000000..b046287fb0 --- /dev/null +++ b/Symbolic/Resources/material-icons/timeline.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timer.default.svg b/Symbolic/Resources/material-icons/timer.default.svg new file mode 100644 index 0000000000..18173e5f7b --- /dev/null +++ b/Symbolic/Resources/material-icons/timer.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timer.outlined.svg b/Symbolic/Resources/material-icons/timer.outlined.svg new file mode 100644 index 0000000000..32748eefe9 --- /dev/null +++ b/Symbolic/Resources/material-icons/timer.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timer.round.svg b/Symbolic/Resources/material-icons/timer.round.svg new file mode 100644 index 0000000000..4b03af1733 --- /dev/null +++ b/Symbolic/Resources/material-icons/timer.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timer.sharp.svg b/Symbolic/Resources/material-icons/timer.sharp.svg new file mode 100644 index 0000000000..32748eefe9 --- /dev/null +++ b/Symbolic/Resources/material-icons/timer.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timer.twotone.svg b/Symbolic/Resources/material-icons/timer.twotone.svg new file mode 100644 index 0000000000..b457f5ac43 --- /dev/null +++ b/Symbolic/Resources/material-icons/timer.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timer_10.default.svg b/Symbolic/Resources/material-icons/timer_10.default.svg new file mode 100644 index 0000000000..fb8b28ea6b --- /dev/null +++ b/Symbolic/Resources/material-icons/timer_10.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timer_10.outlined.svg b/Symbolic/Resources/material-icons/timer_10.outlined.svg new file mode 100644 index 0000000000..2dcc1ceb38 --- /dev/null +++ b/Symbolic/Resources/material-icons/timer_10.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timer_10.round.svg b/Symbolic/Resources/material-icons/timer_10.round.svg new file mode 100644 index 0000000000..2dcc1ceb38 --- /dev/null +++ b/Symbolic/Resources/material-icons/timer_10.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timer_10.sharp.svg b/Symbolic/Resources/material-icons/timer_10.sharp.svg new file mode 100644 index 0000000000..2dcc1ceb38 --- /dev/null +++ b/Symbolic/Resources/material-icons/timer_10.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timer_10.twotone.svg b/Symbolic/Resources/material-icons/timer_10.twotone.svg new file mode 100644 index 0000000000..daa3a9aee2 --- /dev/null +++ b/Symbolic/Resources/material-icons/timer_10.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timer_10_select.default.svg b/Symbolic/Resources/material-icons/timer_10_select.default.svg new file mode 100644 index 0000000000..26d3544008 --- /dev/null +++ b/Symbolic/Resources/material-icons/timer_10_select.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timer_10_select.outlined.svg b/Symbolic/Resources/material-icons/timer_10_select.outlined.svg new file mode 100644 index 0000000000..26d3544008 --- /dev/null +++ b/Symbolic/Resources/material-icons/timer_10_select.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timer_10_select.round.svg b/Symbolic/Resources/material-icons/timer_10_select.round.svg new file mode 100644 index 0000000000..0da6272189 --- /dev/null +++ b/Symbolic/Resources/material-icons/timer_10_select.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timer_10_select.sharp.svg b/Symbolic/Resources/material-icons/timer_10_select.sharp.svg new file mode 100644 index 0000000000..0e38df9acc --- /dev/null +++ b/Symbolic/Resources/material-icons/timer_10_select.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timer_10_select.twotone.svg b/Symbolic/Resources/material-icons/timer_10_select.twotone.svg new file mode 100644 index 0000000000..26d3544008 --- /dev/null +++ b/Symbolic/Resources/material-icons/timer_10_select.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timer_3.default.svg b/Symbolic/Resources/material-icons/timer_3.default.svg new file mode 100644 index 0000000000..65cc3e66d2 --- /dev/null +++ b/Symbolic/Resources/material-icons/timer_3.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timer_3.outlined.svg b/Symbolic/Resources/material-icons/timer_3.outlined.svg new file mode 100644 index 0000000000..7c0443e5fa --- /dev/null +++ b/Symbolic/Resources/material-icons/timer_3.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timer_3.round.svg b/Symbolic/Resources/material-icons/timer_3.round.svg new file mode 100644 index 0000000000..7c0443e5fa --- /dev/null +++ b/Symbolic/Resources/material-icons/timer_3.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timer_3.sharp.svg b/Symbolic/Resources/material-icons/timer_3.sharp.svg new file mode 100644 index 0000000000..7c0443e5fa --- /dev/null +++ b/Symbolic/Resources/material-icons/timer_3.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timer_3.twotone.svg b/Symbolic/Resources/material-icons/timer_3.twotone.svg new file mode 100644 index 0000000000..af11414ac8 --- /dev/null +++ b/Symbolic/Resources/material-icons/timer_3.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timer_3_select.default.svg b/Symbolic/Resources/material-icons/timer_3_select.default.svg new file mode 100644 index 0000000000..2a50b12673 --- /dev/null +++ b/Symbolic/Resources/material-icons/timer_3_select.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timer_3_select.outlined.svg b/Symbolic/Resources/material-icons/timer_3_select.outlined.svg new file mode 100644 index 0000000000..2a50b12673 --- /dev/null +++ b/Symbolic/Resources/material-icons/timer_3_select.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timer_3_select.round.svg b/Symbolic/Resources/material-icons/timer_3_select.round.svg new file mode 100644 index 0000000000..2d263e5986 --- /dev/null +++ b/Symbolic/Resources/material-icons/timer_3_select.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timer_3_select.sharp.svg b/Symbolic/Resources/material-icons/timer_3_select.sharp.svg new file mode 100644 index 0000000000..a157ee6904 --- /dev/null +++ b/Symbolic/Resources/material-icons/timer_3_select.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timer_3_select.twotone.svg b/Symbolic/Resources/material-icons/timer_3_select.twotone.svg new file mode 100644 index 0000000000..2a50b12673 --- /dev/null +++ b/Symbolic/Resources/material-icons/timer_3_select.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timer_off.default.svg b/Symbolic/Resources/material-icons/timer_off.default.svg new file mode 100644 index 0000000000..92e78ccc74 --- /dev/null +++ b/Symbolic/Resources/material-icons/timer_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timer_off.outlined.svg b/Symbolic/Resources/material-icons/timer_off.outlined.svg new file mode 100644 index 0000000000..4efcb2a5aa --- /dev/null +++ b/Symbolic/Resources/material-icons/timer_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timer_off.round.svg b/Symbolic/Resources/material-icons/timer_off.round.svg new file mode 100644 index 0000000000..9607a67a6c --- /dev/null +++ b/Symbolic/Resources/material-icons/timer_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timer_off.sharp.svg b/Symbolic/Resources/material-icons/timer_off.sharp.svg new file mode 100644 index 0000000000..92e78ccc74 --- /dev/null +++ b/Symbolic/Resources/material-icons/timer_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/timer_off.twotone.svg b/Symbolic/Resources/material-icons/timer_off.twotone.svg new file mode 100644 index 0000000000..5ab5a2b532 --- /dev/null +++ b/Symbolic/Resources/material-icons/timer_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tips_and_updates.default.svg b/Symbolic/Resources/material-icons/tips_and_updates.default.svg new file mode 100644 index 0000000000..30bdcdcc6e --- /dev/null +++ b/Symbolic/Resources/material-icons/tips_and_updates.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tips_and_updates.outlined.svg b/Symbolic/Resources/material-icons/tips_and_updates.outlined.svg new file mode 100644 index 0000000000..87b0bde23e --- /dev/null +++ b/Symbolic/Resources/material-icons/tips_and_updates.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tips_and_updates.round.svg b/Symbolic/Resources/material-icons/tips_and_updates.round.svg new file mode 100644 index 0000000000..1bf87f3a8c --- /dev/null +++ b/Symbolic/Resources/material-icons/tips_and_updates.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tips_and_updates.sharp.svg b/Symbolic/Resources/material-icons/tips_and_updates.sharp.svg new file mode 100644 index 0000000000..30bdcdcc6e --- /dev/null +++ b/Symbolic/Resources/material-icons/tips_and_updates.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tips_and_updates.twotone.svg b/Symbolic/Resources/material-icons/tips_and_updates.twotone.svg new file mode 100644 index 0000000000..89fd029230 --- /dev/null +++ b/Symbolic/Resources/material-icons/tips_and_updates.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tire_repair.default.svg b/Symbolic/Resources/material-icons/tire_repair.default.svg new file mode 100644 index 0000000000..725d3163a8 --- /dev/null +++ b/Symbolic/Resources/material-icons/tire_repair.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tire_repair.outlined.svg b/Symbolic/Resources/material-icons/tire_repair.outlined.svg new file mode 100644 index 0000000000..d09fc6a315 --- /dev/null +++ b/Symbolic/Resources/material-icons/tire_repair.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tire_repair.round.svg b/Symbolic/Resources/material-icons/tire_repair.round.svg new file mode 100644 index 0000000000..d8c45708c5 --- /dev/null +++ b/Symbolic/Resources/material-icons/tire_repair.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tire_repair.sharp.svg b/Symbolic/Resources/material-icons/tire_repair.sharp.svg new file mode 100644 index 0000000000..076a0fedf0 --- /dev/null +++ b/Symbolic/Resources/material-icons/tire_repair.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tire_repair.twotone.svg b/Symbolic/Resources/material-icons/tire_repair.twotone.svg new file mode 100644 index 0000000000..bf8f0f0ce2 --- /dev/null +++ b/Symbolic/Resources/material-icons/tire_repair.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/title.default.svg b/Symbolic/Resources/material-icons/title.default.svg new file mode 100644 index 0000000000..3e163daa49 --- /dev/null +++ b/Symbolic/Resources/material-icons/title.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/title.outlined.svg b/Symbolic/Resources/material-icons/title.outlined.svg new file mode 100644 index 0000000000..75115110cf --- /dev/null +++ b/Symbolic/Resources/material-icons/title.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/title.round.svg b/Symbolic/Resources/material-icons/title.round.svg new file mode 100644 index 0000000000..c0d7b2692a --- /dev/null +++ b/Symbolic/Resources/material-icons/title.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/title.sharp.svg b/Symbolic/Resources/material-icons/title.sharp.svg new file mode 100644 index 0000000000..8e4517d5cc --- /dev/null +++ b/Symbolic/Resources/material-icons/title.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/title.twotone.svg b/Symbolic/Resources/material-icons/title.twotone.svg new file mode 100644 index 0000000000..4ceadc8261 --- /dev/null +++ b/Symbolic/Resources/material-icons/title.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/toc.default.svg b/Symbolic/Resources/material-icons/toc.default.svg new file mode 100644 index 0000000000..c64c40056f --- /dev/null +++ b/Symbolic/Resources/material-icons/toc.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/toc.outlined.svg b/Symbolic/Resources/material-icons/toc.outlined.svg new file mode 100644 index 0000000000..3c198fcea0 --- /dev/null +++ b/Symbolic/Resources/material-icons/toc.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/toc.round.svg b/Symbolic/Resources/material-icons/toc.round.svg new file mode 100644 index 0000000000..2c0947eca1 --- /dev/null +++ b/Symbolic/Resources/material-icons/toc.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/toc.sharp.svg b/Symbolic/Resources/material-icons/toc.sharp.svg new file mode 100644 index 0000000000..4e38529b72 --- /dev/null +++ b/Symbolic/Resources/material-icons/toc.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/toc.twotone.svg b/Symbolic/Resources/material-icons/toc.twotone.svg new file mode 100644 index 0000000000..3c198fcea0 --- /dev/null +++ b/Symbolic/Resources/material-icons/toc.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/today.default.svg b/Symbolic/Resources/material-icons/today.default.svg new file mode 100644 index 0000000000..077c48da85 --- /dev/null +++ b/Symbolic/Resources/material-icons/today.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/today.outlined.svg b/Symbolic/Resources/material-icons/today.outlined.svg new file mode 100644 index 0000000000..b3d6cb6f20 --- /dev/null +++ b/Symbolic/Resources/material-icons/today.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/today.round.svg b/Symbolic/Resources/material-icons/today.round.svg new file mode 100644 index 0000000000..9c6fd30415 --- /dev/null +++ b/Symbolic/Resources/material-icons/today.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/today.sharp.svg b/Symbolic/Resources/material-icons/today.sharp.svg new file mode 100644 index 0000000000..999c801bc3 --- /dev/null +++ b/Symbolic/Resources/material-icons/today.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/today.twotone.svg b/Symbolic/Resources/material-icons/today.twotone.svg new file mode 100644 index 0000000000..d250cd5be5 --- /dev/null +++ b/Symbolic/Resources/material-icons/today.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/toggle_off.default.svg b/Symbolic/Resources/material-icons/toggle_off.default.svg new file mode 100644 index 0000000000..7244152948 --- /dev/null +++ b/Symbolic/Resources/material-icons/toggle_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/toggle_off.outlined.svg b/Symbolic/Resources/material-icons/toggle_off.outlined.svg new file mode 100644 index 0000000000..e46ee5a22a --- /dev/null +++ b/Symbolic/Resources/material-icons/toggle_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/toggle_off.round.svg b/Symbolic/Resources/material-icons/toggle_off.round.svg new file mode 100644 index 0000000000..1bb4b0f90d --- /dev/null +++ b/Symbolic/Resources/material-icons/toggle_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/toggle_off.sharp.svg b/Symbolic/Resources/material-icons/toggle_off.sharp.svg new file mode 100644 index 0000000000..1bb4b0f90d --- /dev/null +++ b/Symbolic/Resources/material-icons/toggle_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/toggle_off.twotone.svg b/Symbolic/Resources/material-icons/toggle_off.twotone.svg new file mode 100644 index 0000000000..be17672e19 --- /dev/null +++ b/Symbolic/Resources/material-icons/toggle_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/toggle_on.default.svg b/Symbolic/Resources/material-icons/toggle_on.default.svg new file mode 100644 index 0000000000..091e6720b6 --- /dev/null +++ b/Symbolic/Resources/material-icons/toggle_on.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/toggle_on.outlined.svg b/Symbolic/Resources/material-icons/toggle_on.outlined.svg new file mode 100644 index 0000000000..8cf3b063ca --- /dev/null +++ b/Symbolic/Resources/material-icons/toggle_on.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/toggle_on.round.svg b/Symbolic/Resources/material-icons/toggle_on.round.svg new file mode 100644 index 0000000000..091e6720b6 --- /dev/null +++ b/Symbolic/Resources/material-icons/toggle_on.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/toggle_on.sharp.svg b/Symbolic/Resources/material-icons/toggle_on.sharp.svg new file mode 100644 index 0000000000..091e6720b6 --- /dev/null +++ b/Symbolic/Resources/material-icons/toggle_on.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/toggle_on.twotone.svg b/Symbolic/Resources/material-icons/toggle_on.twotone.svg new file mode 100644 index 0000000000..a023b865b3 --- /dev/null +++ b/Symbolic/Resources/material-icons/toggle_on.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/token.default.svg b/Symbolic/Resources/material-icons/token.default.svg new file mode 100644 index 0000000000..59d04cf978 --- /dev/null +++ b/Symbolic/Resources/material-icons/token.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/token.outlined.svg b/Symbolic/Resources/material-icons/token.outlined.svg new file mode 100644 index 0000000000..ba682b5833 --- /dev/null +++ b/Symbolic/Resources/material-icons/token.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/token.round.svg b/Symbolic/Resources/material-icons/token.round.svg new file mode 100644 index 0000000000..51153e3ff4 --- /dev/null +++ b/Symbolic/Resources/material-icons/token.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/token.sharp.svg b/Symbolic/Resources/material-icons/token.sharp.svg new file mode 100644 index 0000000000..59d04cf978 --- /dev/null +++ b/Symbolic/Resources/material-icons/token.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/token.twotone.svg b/Symbolic/Resources/material-icons/token.twotone.svg new file mode 100644 index 0000000000..7e9e3741c0 --- /dev/null +++ b/Symbolic/Resources/material-icons/token.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/toll.default.svg b/Symbolic/Resources/material-icons/toll.default.svg new file mode 100644 index 0000000000..fe3b090a9a --- /dev/null +++ b/Symbolic/Resources/material-icons/toll.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/toll.outlined.svg b/Symbolic/Resources/material-icons/toll.outlined.svg new file mode 100644 index 0000000000..2c05cc01dc --- /dev/null +++ b/Symbolic/Resources/material-icons/toll.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/toll.round.svg b/Symbolic/Resources/material-icons/toll.round.svg new file mode 100644 index 0000000000..7246cf7f9a --- /dev/null +++ b/Symbolic/Resources/material-icons/toll.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/toll.sharp.svg b/Symbolic/Resources/material-icons/toll.sharp.svg new file mode 100644 index 0000000000..2c05cc01dc --- /dev/null +++ b/Symbolic/Resources/material-icons/toll.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/toll.twotone.svg b/Symbolic/Resources/material-icons/toll.twotone.svg new file mode 100644 index 0000000000..122c254d4c --- /dev/null +++ b/Symbolic/Resources/material-icons/toll.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tonality.default.svg b/Symbolic/Resources/material-icons/tonality.default.svg new file mode 100644 index 0000000000..4869abe8fb --- /dev/null +++ b/Symbolic/Resources/material-icons/tonality.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tonality.outlined.svg b/Symbolic/Resources/material-icons/tonality.outlined.svg new file mode 100644 index 0000000000..e406d37c00 --- /dev/null +++ b/Symbolic/Resources/material-icons/tonality.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tonality.round.svg b/Symbolic/Resources/material-icons/tonality.round.svg new file mode 100644 index 0000000000..e406d37c00 --- /dev/null +++ b/Symbolic/Resources/material-icons/tonality.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tonality.sharp.svg b/Symbolic/Resources/material-icons/tonality.sharp.svg new file mode 100644 index 0000000000..e406d37c00 --- /dev/null +++ b/Symbolic/Resources/material-icons/tonality.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tonality.twotone.svg b/Symbolic/Resources/material-icons/tonality.twotone.svg new file mode 100644 index 0000000000..8194544901 --- /dev/null +++ b/Symbolic/Resources/material-icons/tonality.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/topic.default.svg b/Symbolic/Resources/material-icons/topic.default.svg new file mode 100644 index 0000000000..8de67999db --- /dev/null +++ b/Symbolic/Resources/material-icons/topic.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/topic.outlined.svg b/Symbolic/Resources/material-icons/topic.outlined.svg new file mode 100644 index 0000000000..cb4764b630 --- /dev/null +++ b/Symbolic/Resources/material-icons/topic.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/topic.round.svg b/Symbolic/Resources/material-icons/topic.round.svg new file mode 100644 index 0000000000..e656214d3c --- /dev/null +++ b/Symbolic/Resources/material-icons/topic.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/topic.sharp.svg b/Symbolic/Resources/material-icons/topic.sharp.svg new file mode 100644 index 0000000000..b5157ee713 --- /dev/null +++ b/Symbolic/Resources/material-icons/topic.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/topic.twotone.svg b/Symbolic/Resources/material-icons/topic.twotone.svg new file mode 100644 index 0000000000..9cd790bef2 --- /dev/null +++ b/Symbolic/Resources/material-icons/topic.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tornado.default.svg b/Symbolic/Resources/material-icons/tornado.default.svg new file mode 100644 index 0000000000..dc3d5e2119 --- /dev/null +++ b/Symbolic/Resources/material-icons/tornado.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tornado.outlined.svg b/Symbolic/Resources/material-icons/tornado.outlined.svg new file mode 100644 index 0000000000..22f2f6854e --- /dev/null +++ b/Symbolic/Resources/material-icons/tornado.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tornado.round.svg b/Symbolic/Resources/material-icons/tornado.round.svg new file mode 100644 index 0000000000..ce5702e40f --- /dev/null +++ b/Symbolic/Resources/material-icons/tornado.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tornado.sharp.svg b/Symbolic/Resources/material-icons/tornado.sharp.svg new file mode 100644 index 0000000000..dc3d5e2119 --- /dev/null +++ b/Symbolic/Resources/material-icons/tornado.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tornado.twotone.svg b/Symbolic/Resources/material-icons/tornado.twotone.svg new file mode 100644 index 0000000000..a364ac7748 --- /dev/null +++ b/Symbolic/Resources/material-icons/tornado.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/touch_app.default.svg b/Symbolic/Resources/material-icons/touch_app.default.svg new file mode 100644 index 0000000000..5cb951313f --- /dev/null +++ b/Symbolic/Resources/material-icons/touch_app.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/touch_app.outlined.svg b/Symbolic/Resources/material-icons/touch_app.outlined.svg new file mode 100644 index 0000000000..a4460ef772 --- /dev/null +++ b/Symbolic/Resources/material-icons/touch_app.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/touch_app.round.svg b/Symbolic/Resources/material-icons/touch_app.round.svg new file mode 100644 index 0000000000..68978a0d45 --- /dev/null +++ b/Symbolic/Resources/material-icons/touch_app.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/touch_app.sharp.svg b/Symbolic/Resources/material-icons/touch_app.sharp.svg new file mode 100644 index 0000000000..b971a9dea5 --- /dev/null +++ b/Symbolic/Resources/material-icons/touch_app.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/touch_app.twotone.svg b/Symbolic/Resources/material-icons/touch_app.twotone.svg new file mode 100644 index 0000000000..072c3e0fe3 --- /dev/null +++ b/Symbolic/Resources/material-icons/touch_app.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tour.default.svg b/Symbolic/Resources/material-icons/tour.default.svg new file mode 100644 index 0000000000..8d81504b18 --- /dev/null +++ b/Symbolic/Resources/material-icons/tour.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tour.outlined.svg b/Symbolic/Resources/material-icons/tour.outlined.svg new file mode 100644 index 0000000000..5dd50a9f09 --- /dev/null +++ b/Symbolic/Resources/material-icons/tour.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tour.round.svg b/Symbolic/Resources/material-icons/tour.round.svg new file mode 100644 index 0000000000..566db79f3f --- /dev/null +++ b/Symbolic/Resources/material-icons/tour.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tour.sharp.svg b/Symbolic/Resources/material-icons/tour.sharp.svg new file mode 100644 index 0000000000..7559cb249a --- /dev/null +++ b/Symbolic/Resources/material-icons/tour.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tour.twotone.svg b/Symbolic/Resources/material-icons/tour.twotone.svg new file mode 100644 index 0000000000..9d2fc36a76 --- /dev/null +++ b/Symbolic/Resources/material-icons/tour.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/toys.default.svg b/Symbolic/Resources/material-icons/toys.default.svg new file mode 100644 index 0000000000..7629591990 --- /dev/null +++ b/Symbolic/Resources/material-icons/toys.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/toys.outlined.svg b/Symbolic/Resources/material-icons/toys.outlined.svg new file mode 100644 index 0000000000..e0eda47e18 --- /dev/null +++ b/Symbolic/Resources/material-icons/toys.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/toys.round.svg b/Symbolic/Resources/material-icons/toys.round.svg new file mode 100644 index 0000000000..7629591990 --- /dev/null +++ b/Symbolic/Resources/material-icons/toys.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/toys.sharp.svg b/Symbolic/Resources/material-icons/toys.sharp.svg new file mode 100644 index 0000000000..aa079b03f3 --- /dev/null +++ b/Symbolic/Resources/material-icons/toys.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/toys.twotone.svg b/Symbolic/Resources/material-icons/toys.twotone.svg new file mode 100644 index 0000000000..f77fb8c0ec --- /dev/null +++ b/Symbolic/Resources/material-icons/toys.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/track_changes.default.svg b/Symbolic/Resources/material-icons/track_changes.default.svg new file mode 100644 index 0000000000..a856967203 --- /dev/null +++ b/Symbolic/Resources/material-icons/track_changes.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/track_changes.outlined.svg b/Symbolic/Resources/material-icons/track_changes.outlined.svg new file mode 100644 index 0000000000..a856967203 --- /dev/null +++ b/Symbolic/Resources/material-icons/track_changes.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/track_changes.round.svg b/Symbolic/Resources/material-icons/track_changes.round.svg new file mode 100644 index 0000000000..98c16fdb51 --- /dev/null +++ b/Symbolic/Resources/material-icons/track_changes.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/track_changes.sharp.svg b/Symbolic/Resources/material-icons/track_changes.sharp.svg new file mode 100644 index 0000000000..a856967203 --- /dev/null +++ b/Symbolic/Resources/material-icons/track_changes.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/track_changes.twotone.svg b/Symbolic/Resources/material-icons/track_changes.twotone.svg new file mode 100644 index 0000000000..a856967203 --- /dev/null +++ b/Symbolic/Resources/material-icons/track_changes.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/traffic.default.svg b/Symbolic/Resources/material-icons/traffic.default.svg new file mode 100644 index 0000000000..0ea0bf42b7 --- /dev/null +++ b/Symbolic/Resources/material-icons/traffic.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/traffic.outlined.svg b/Symbolic/Resources/material-icons/traffic.outlined.svg new file mode 100644 index 0000000000..81a291082a --- /dev/null +++ b/Symbolic/Resources/material-icons/traffic.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/traffic.round.svg b/Symbolic/Resources/material-icons/traffic.round.svg new file mode 100644 index 0000000000..cfb50f276e --- /dev/null +++ b/Symbolic/Resources/material-icons/traffic.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/traffic.sharp.svg b/Symbolic/Resources/material-icons/traffic.sharp.svg new file mode 100644 index 0000000000..b4351225b7 --- /dev/null +++ b/Symbolic/Resources/material-icons/traffic.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/traffic.twotone.svg b/Symbolic/Resources/material-icons/traffic.twotone.svg new file mode 100644 index 0000000000..a63f3c99b7 --- /dev/null +++ b/Symbolic/Resources/material-icons/traffic.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/train.default.svg b/Symbolic/Resources/material-icons/train.default.svg new file mode 100644 index 0000000000..029d453879 --- /dev/null +++ b/Symbolic/Resources/material-icons/train.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/train.outlined.svg b/Symbolic/Resources/material-icons/train.outlined.svg new file mode 100644 index 0000000000..479147ac4f --- /dev/null +++ b/Symbolic/Resources/material-icons/train.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/train.round.svg b/Symbolic/Resources/material-icons/train.round.svg new file mode 100644 index 0000000000..6ac85bb71e --- /dev/null +++ b/Symbolic/Resources/material-icons/train.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/train.sharp.svg b/Symbolic/Resources/material-icons/train.sharp.svg new file mode 100644 index 0000000000..517340983f --- /dev/null +++ b/Symbolic/Resources/material-icons/train.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/train.twotone.svg b/Symbolic/Resources/material-icons/train.twotone.svg new file mode 100644 index 0000000000..006a84fe59 --- /dev/null +++ b/Symbolic/Resources/material-icons/train.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tram.default.svg b/Symbolic/Resources/material-icons/tram.default.svg new file mode 100644 index 0000000000..f54fc3da4c --- /dev/null +++ b/Symbolic/Resources/material-icons/tram.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tram.outlined.svg b/Symbolic/Resources/material-icons/tram.outlined.svg new file mode 100644 index 0000000000..b3cbfc0bc4 --- /dev/null +++ b/Symbolic/Resources/material-icons/tram.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tram.round.svg b/Symbolic/Resources/material-icons/tram.round.svg new file mode 100644 index 0000000000..d3a50d7302 --- /dev/null +++ b/Symbolic/Resources/material-icons/tram.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tram.sharp.svg b/Symbolic/Resources/material-icons/tram.sharp.svg new file mode 100644 index 0000000000..c70e0c5e20 --- /dev/null +++ b/Symbolic/Resources/material-icons/tram.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tram.twotone.svg b/Symbolic/Resources/material-icons/tram.twotone.svg new file mode 100644 index 0000000000..38d205bc9d --- /dev/null +++ b/Symbolic/Resources/material-icons/tram.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/transcribe.default.svg b/Symbolic/Resources/material-icons/transcribe.default.svg new file mode 100644 index 0000000000..6f7f49fe9a --- /dev/null +++ b/Symbolic/Resources/material-icons/transcribe.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/transcribe.outlined.svg b/Symbolic/Resources/material-icons/transcribe.outlined.svg new file mode 100644 index 0000000000..cf78fb619b --- /dev/null +++ b/Symbolic/Resources/material-icons/transcribe.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/transcribe.round.svg b/Symbolic/Resources/material-icons/transcribe.round.svg new file mode 100644 index 0000000000..6594da65a8 --- /dev/null +++ b/Symbolic/Resources/material-icons/transcribe.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/transcribe.sharp.svg b/Symbolic/Resources/material-icons/transcribe.sharp.svg new file mode 100644 index 0000000000..6f7f49fe9a --- /dev/null +++ b/Symbolic/Resources/material-icons/transcribe.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/transcribe.twotone.svg b/Symbolic/Resources/material-icons/transcribe.twotone.svg new file mode 100644 index 0000000000..9542fbb458 --- /dev/null +++ b/Symbolic/Resources/material-icons/transcribe.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/transfer_within_a_station.default.svg b/Symbolic/Resources/material-icons/transfer_within_a_station.default.svg new file mode 100644 index 0000000000..38f08d7628 --- /dev/null +++ b/Symbolic/Resources/material-icons/transfer_within_a_station.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/transfer_within_a_station.outlined.svg b/Symbolic/Resources/material-icons/transfer_within_a_station.outlined.svg new file mode 100644 index 0000000000..57bd120477 --- /dev/null +++ b/Symbolic/Resources/material-icons/transfer_within_a_station.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/transfer_within_a_station.round.svg b/Symbolic/Resources/material-icons/transfer_within_a_station.round.svg new file mode 100644 index 0000000000..eb39812661 --- /dev/null +++ b/Symbolic/Resources/material-icons/transfer_within_a_station.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/transfer_within_a_station.sharp.svg b/Symbolic/Resources/material-icons/transfer_within_a_station.sharp.svg new file mode 100644 index 0000000000..57bd120477 --- /dev/null +++ b/Symbolic/Resources/material-icons/transfer_within_a_station.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/transfer_within_a_station.twotone.svg b/Symbolic/Resources/material-icons/transfer_within_a_station.twotone.svg new file mode 100644 index 0000000000..a7987905f1 --- /dev/null +++ b/Symbolic/Resources/material-icons/transfer_within_a_station.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/transform.default.svg b/Symbolic/Resources/material-icons/transform.default.svg new file mode 100644 index 0000000000..1e7af3648e --- /dev/null +++ b/Symbolic/Resources/material-icons/transform.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/transform.outlined.svg b/Symbolic/Resources/material-icons/transform.outlined.svg new file mode 100644 index 0000000000..4eab703bc1 --- /dev/null +++ b/Symbolic/Resources/material-icons/transform.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/transform.round.svg b/Symbolic/Resources/material-icons/transform.round.svg new file mode 100644 index 0000000000..de60e0b37b --- /dev/null +++ b/Symbolic/Resources/material-icons/transform.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/transform.sharp.svg b/Symbolic/Resources/material-icons/transform.sharp.svg new file mode 100644 index 0000000000..e09187f6ab --- /dev/null +++ b/Symbolic/Resources/material-icons/transform.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/transform.twotone.svg b/Symbolic/Resources/material-icons/transform.twotone.svg new file mode 100644 index 0000000000..0eb621517d --- /dev/null +++ b/Symbolic/Resources/material-icons/transform.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/transgender.default.svg b/Symbolic/Resources/material-icons/transgender.default.svg new file mode 100644 index 0000000000..2e566fe351 --- /dev/null +++ b/Symbolic/Resources/material-icons/transgender.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/transgender.outlined.svg b/Symbolic/Resources/material-icons/transgender.outlined.svg new file mode 100644 index 0000000000..2e566fe351 --- /dev/null +++ b/Symbolic/Resources/material-icons/transgender.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/transgender.round.svg b/Symbolic/Resources/material-icons/transgender.round.svg new file mode 100644 index 0000000000..4d3d15c93e --- /dev/null +++ b/Symbolic/Resources/material-icons/transgender.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/transgender.sharp.svg b/Symbolic/Resources/material-icons/transgender.sharp.svg new file mode 100644 index 0000000000..2e566fe351 --- /dev/null +++ b/Symbolic/Resources/material-icons/transgender.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/transgender.twotone.svg b/Symbolic/Resources/material-icons/transgender.twotone.svg new file mode 100644 index 0000000000..2e566fe351 --- /dev/null +++ b/Symbolic/Resources/material-icons/transgender.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/transit_enterexit.default.svg b/Symbolic/Resources/material-icons/transit_enterexit.default.svg new file mode 100644 index 0000000000..df8e7a90ea --- /dev/null +++ b/Symbolic/Resources/material-icons/transit_enterexit.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/transit_enterexit.outlined.svg b/Symbolic/Resources/material-icons/transit_enterexit.outlined.svg new file mode 100644 index 0000000000..b4ff9507c8 --- /dev/null +++ b/Symbolic/Resources/material-icons/transit_enterexit.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/transit_enterexit.round.svg b/Symbolic/Resources/material-icons/transit_enterexit.round.svg new file mode 100644 index 0000000000..7231ac3e1b --- /dev/null +++ b/Symbolic/Resources/material-icons/transit_enterexit.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/transit_enterexit.sharp.svg b/Symbolic/Resources/material-icons/transit_enterexit.sharp.svg new file mode 100644 index 0000000000..b4ff9507c8 --- /dev/null +++ b/Symbolic/Resources/material-icons/transit_enterexit.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/transit_enterexit.twotone.svg b/Symbolic/Resources/material-icons/transit_enterexit.twotone.svg new file mode 100644 index 0000000000..009e593409 --- /dev/null +++ b/Symbolic/Resources/material-icons/transit_enterexit.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/translate.default.svg b/Symbolic/Resources/material-icons/translate.default.svg new file mode 100644 index 0000000000..eb1ee11c5f --- /dev/null +++ b/Symbolic/Resources/material-icons/translate.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/translate.outlined.svg b/Symbolic/Resources/material-icons/translate.outlined.svg new file mode 100644 index 0000000000..62d564d897 --- /dev/null +++ b/Symbolic/Resources/material-icons/translate.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/translate.round.svg b/Symbolic/Resources/material-icons/translate.round.svg new file mode 100644 index 0000000000..2cac7dce85 --- /dev/null +++ b/Symbolic/Resources/material-icons/translate.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/translate.sharp.svg b/Symbolic/Resources/material-icons/translate.sharp.svg new file mode 100644 index 0000000000..62d564d897 --- /dev/null +++ b/Symbolic/Resources/material-icons/translate.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/translate.twotone.svg b/Symbolic/Resources/material-icons/translate.twotone.svg new file mode 100644 index 0000000000..62d564d897 --- /dev/null +++ b/Symbolic/Resources/material-icons/translate.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/travel_explore.default.svg b/Symbolic/Resources/material-icons/travel_explore.default.svg new file mode 100644 index 0000000000..b0a6e4c00b --- /dev/null +++ b/Symbolic/Resources/material-icons/travel_explore.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/travel_explore.outlined.svg b/Symbolic/Resources/material-icons/travel_explore.outlined.svg new file mode 100644 index 0000000000..b0a6e4c00b --- /dev/null +++ b/Symbolic/Resources/material-icons/travel_explore.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/travel_explore.round.svg b/Symbolic/Resources/material-icons/travel_explore.round.svg new file mode 100644 index 0000000000..48a1c3c776 --- /dev/null +++ b/Symbolic/Resources/material-icons/travel_explore.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/travel_explore.sharp.svg b/Symbolic/Resources/material-icons/travel_explore.sharp.svg new file mode 100644 index 0000000000..b0a6e4c00b --- /dev/null +++ b/Symbolic/Resources/material-icons/travel_explore.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/travel_explore.twotone.svg b/Symbolic/Resources/material-icons/travel_explore.twotone.svg new file mode 100644 index 0000000000..b0a6e4c00b --- /dev/null +++ b/Symbolic/Resources/material-icons/travel_explore.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/trending_down.default.svg b/Symbolic/Resources/material-icons/trending_down.default.svg new file mode 100644 index 0000000000..95d009df36 --- /dev/null +++ b/Symbolic/Resources/material-icons/trending_down.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/trending_down.outlined.svg b/Symbolic/Resources/material-icons/trending_down.outlined.svg new file mode 100644 index 0000000000..f5605800c9 --- /dev/null +++ b/Symbolic/Resources/material-icons/trending_down.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/trending_down.round.svg b/Symbolic/Resources/material-icons/trending_down.round.svg new file mode 100644 index 0000000000..8cf96752b8 --- /dev/null +++ b/Symbolic/Resources/material-icons/trending_down.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/trending_down.sharp.svg b/Symbolic/Resources/material-icons/trending_down.sharp.svg new file mode 100644 index 0000000000..f5605800c9 --- /dev/null +++ b/Symbolic/Resources/material-icons/trending_down.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/trending_down.twotone.svg b/Symbolic/Resources/material-icons/trending_down.twotone.svg new file mode 100644 index 0000000000..f5605800c9 --- /dev/null +++ b/Symbolic/Resources/material-icons/trending_down.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/trending_flat.default.svg b/Symbolic/Resources/material-icons/trending_flat.default.svg new file mode 100644 index 0000000000..fa3a0d1e6d --- /dev/null +++ b/Symbolic/Resources/material-icons/trending_flat.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/trending_flat.outlined.svg b/Symbolic/Resources/material-icons/trending_flat.outlined.svg new file mode 100644 index 0000000000..b2a17e4405 --- /dev/null +++ b/Symbolic/Resources/material-icons/trending_flat.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/trending_flat.round.svg b/Symbolic/Resources/material-icons/trending_flat.round.svg new file mode 100644 index 0000000000..2d83ff4b1b --- /dev/null +++ b/Symbolic/Resources/material-icons/trending_flat.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/trending_flat.sharp.svg b/Symbolic/Resources/material-icons/trending_flat.sharp.svg new file mode 100644 index 0000000000..b2a17e4405 --- /dev/null +++ b/Symbolic/Resources/material-icons/trending_flat.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/trending_flat.twotone.svg b/Symbolic/Resources/material-icons/trending_flat.twotone.svg new file mode 100644 index 0000000000..b2a17e4405 --- /dev/null +++ b/Symbolic/Resources/material-icons/trending_flat.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/trending_up.default.svg b/Symbolic/Resources/material-icons/trending_up.default.svg new file mode 100644 index 0000000000..5ec36fecfe --- /dev/null +++ b/Symbolic/Resources/material-icons/trending_up.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/trending_up.outlined.svg b/Symbolic/Resources/material-icons/trending_up.outlined.svg new file mode 100644 index 0000000000..bec6fd6f66 --- /dev/null +++ b/Symbolic/Resources/material-icons/trending_up.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/trending_up.round.svg b/Symbolic/Resources/material-icons/trending_up.round.svg new file mode 100644 index 0000000000..b9197eef3b --- /dev/null +++ b/Symbolic/Resources/material-icons/trending_up.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/trending_up.sharp.svg b/Symbolic/Resources/material-icons/trending_up.sharp.svg new file mode 100644 index 0000000000..bec6fd6f66 --- /dev/null +++ b/Symbolic/Resources/material-icons/trending_up.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/trending_up.twotone.svg b/Symbolic/Resources/material-icons/trending_up.twotone.svg new file mode 100644 index 0000000000..bec6fd6f66 --- /dev/null +++ b/Symbolic/Resources/material-icons/trending_up.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/trip_origin.default.svg b/Symbolic/Resources/material-icons/trip_origin.default.svg new file mode 100644 index 0000000000..561f848a69 --- /dev/null +++ b/Symbolic/Resources/material-icons/trip_origin.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/trip_origin.outlined.svg b/Symbolic/Resources/material-icons/trip_origin.outlined.svg new file mode 100644 index 0000000000..eb84d4fca8 --- /dev/null +++ b/Symbolic/Resources/material-icons/trip_origin.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/trip_origin.round.svg b/Symbolic/Resources/material-icons/trip_origin.round.svg new file mode 100644 index 0000000000..eb84d4fca8 --- /dev/null +++ b/Symbolic/Resources/material-icons/trip_origin.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/trip_origin.sharp.svg b/Symbolic/Resources/material-icons/trip_origin.sharp.svg new file mode 100644 index 0000000000..eb84d4fca8 --- /dev/null +++ b/Symbolic/Resources/material-icons/trip_origin.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/trip_origin.twotone.svg b/Symbolic/Resources/material-icons/trip_origin.twotone.svg new file mode 100644 index 0000000000..80ff81f0fe --- /dev/null +++ b/Symbolic/Resources/material-icons/trip_origin.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/trolley.default.svg b/Symbolic/Resources/material-icons/trolley.default.svg new file mode 100644 index 0000000000..8a20553943 --- /dev/null +++ b/Symbolic/Resources/material-icons/trolley.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/troubleshoot.default.svg b/Symbolic/Resources/material-icons/troubleshoot.default.svg new file mode 100644 index 0000000000..496e17624b --- /dev/null +++ b/Symbolic/Resources/material-icons/troubleshoot.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/troubleshoot.outlined.svg b/Symbolic/Resources/material-icons/troubleshoot.outlined.svg new file mode 100644 index 0000000000..496e17624b --- /dev/null +++ b/Symbolic/Resources/material-icons/troubleshoot.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/troubleshoot.round.svg b/Symbolic/Resources/material-icons/troubleshoot.round.svg new file mode 100644 index 0000000000..ae3094f0bd --- /dev/null +++ b/Symbolic/Resources/material-icons/troubleshoot.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/troubleshoot.sharp.svg b/Symbolic/Resources/material-icons/troubleshoot.sharp.svg new file mode 100644 index 0000000000..496e17624b --- /dev/null +++ b/Symbolic/Resources/material-icons/troubleshoot.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/troubleshoot.twotone.svg b/Symbolic/Resources/material-icons/troubleshoot.twotone.svg new file mode 100644 index 0000000000..496e17624b --- /dev/null +++ b/Symbolic/Resources/material-icons/troubleshoot.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/try.default.svg b/Symbolic/Resources/material-icons/try.default.svg new file mode 100644 index 0000000000..127a31c567 --- /dev/null +++ b/Symbolic/Resources/material-icons/try.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/try.outlined.svg b/Symbolic/Resources/material-icons/try.outlined.svg new file mode 100644 index 0000000000..8c2bb41d75 --- /dev/null +++ b/Symbolic/Resources/material-icons/try.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/try.round.svg b/Symbolic/Resources/material-icons/try.round.svg new file mode 100644 index 0000000000..24d3ca6589 --- /dev/null +++ b/Symbolic/Resources/material-icons/try.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/try.sharp.svg b/Symbolic/Resources/material-icons/try.sharp.svg new file mode 100644 index 0000000000..56a790a100 --- /dev/null +++ b/Symbolic/Resources/material-icons/try.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/try.twotone.svg b/Symbolic/Resources/material-icons/try.twotone.svg new file mode 100644 index 0000000000..ebf0d98f89 --- /dev/null +++ b/Symbolic/Resources/material-icons/try.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tsunami.default.svg b/Symbolic/Resources/material-icons/tsunami.default.svg new file mode 100644 index 0000000000..d4f6001cb5 --- /dev/null +++ b/Symbolic/Resources/material-icons/tsunami.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tsunami.outlined.svg b/Symbolic/Resources/material-icons/tsunami.outlined.svg new file mode 100644 index 0000000000..8a2fa20f4e --- /dev/null +++ b/Symbolic/Resources/material-icons/tsunami.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tsunami.round.svg b/Symbolic/Resources/material-icons/tsunami.round.svg new file mode 100644 index 0000000000..cc260a1d2c --- /dev/null +++ b/Symbolic/Resources/material-icons/tsunami.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tsunami.sharp.svg b/Symbolic/Resources/material-icons/tsunami.sharp.svg new file mode 100644 index 0000000000..d4f6001cb5 --- /dev/null +++ b/Symbolic/Resources/material-icons/tsunami.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tsunami.twotone.svg b/Symbolic/Resources/material-icons/tsunami.twotone.svg new file mode 100644 index 0000000000..aec133be17 --- /dev/null +++ b/Symbolic/Resources/material-icons/tsunami.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tty.default.svg b/Symbolic/Resources/material-icons/tty.default.svg new file mode 100644 index 0000000000..d1c1b7534f --- /dev/null +++ b/Symbolic/Resources/material-icons/tty.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tty.outlined.svg b/Symbolic/Resources/material-icons/tty.outlined.svg new file mode 100644 index 0000000000..32c71dc17f --- /dev/null +++ b/Symbolic/Resources/material-icons/tty.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tty.round.svg b/Symbolic/Resources/material-icons/tty.round.svg new file mode 100644 index 0000000000..95887747e4 --- /dev/null +++ b/Symbolic/Resources/material-icons/tty.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tty.sharp.svg b/Symbolic/Resources/material-icons/tty.sharp.svg new file mode 100644 index 0000000000..b90b8cff13 --- /dev/null +++ b/Symbolic/Resources/material-icons/tty.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tty.twotone.svg b/Symbolic/Resources/material-icons/tty.twotone.svg new file mode 100644 index 0000000000..9ef52b4615 --- /dev/null +++ b/Symbolic/Resources/material-icons/tty.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tune.default.svg b/Symbolic/Resources/material-icons/tune.default.svg new file mode 100644 index 0000000000..f69b635e9c --- /dev/null +++ b/Symbolic/Resources/material-icons/tune.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tune.outlined.svg b/Symbolic/Resources/material-icons/tune.outlined.svg new file mode 100644 index 0000000000..ee88e8d1a8 --- /dev/null +++ b/Symbolic/Resources/material-icons/tune.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tune.round.svg b/Symbolic/Resources/material-icons/tune.round.svg new file mode 100644 index 0000000000..ecf18a07df --- /dev/null +++ b/Symbolic/Resources/material-icons/tune.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tune.sharp.svg b/Symbolic/Resources/material-icons/tune.sharp.svg new file mode 100644 index 0000000000..ee88e8d1a8 --- /dev/null +++ b/Symbolic/Resources/material-icons/tune.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tune.twotone.svg b/Symbolic/Resources/material-icons/tune.twotone.svg new file mode 100644 index 0000000000..46c06b179e --- /dev/null +++ b/Symbolic/Resources/material-icons/tune.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tungsten.default.svg b/Symbolic/Resources/material-icons/tungsten.default.svg new file mode 100644 index 0000000000..b7630898e5 --- /dev/null +++ b/Symbolic/Resources/material-icons/tungsten.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tungsten.outlined.svg b/Symbolic/Resources/material-icons/tungsten.outlined.svg new file mode 100644 index 0000000000..1b3281cb10 --- /dev/null +++ b/Symbolic/Resources/material-icons/tungsten.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tungsten.round.svg b/Symbolic/Resources/material-icons/tungsten.round.svg new file mode 100644 index 0000000000..026e147322 --- /dev/null +++ b/Symbolic/Resources/material-icons/tungsten.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tungsten.sharp.svg b/Symbolic/Resources/material-icons/tungsten.sharp.svg new file mode 100644 index 0000000000..b7630898e5 --- /dev/null +++ b/Symbolic/Resources/material-icons/tungsten.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tungsten.twotone.svg b/Symbolic/Resources/material-icons/tungsten.twotone.svg new file mode 100644 index 0000000000..be2031e642 --- /dev/null +++ b/Symbolic/Resources/material-icons/tungsten.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turn_left.default.svg b/Symbolic/Resources/material-icons/turn_left.default.svg new file mode 100644 index 0000000000..2c6931eb78 --- /dev/null +++ b/Symbolic/Resources/material-icons/turn_left.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turn_left.outlined.svg b/Symbolic/Resources/material-icons/turn_left.outlined.svg new file mode 100644 index 0000000000..2c6931eb78 --- /dev/null +++ b/Symbolic/Resources/material-icons/turn_left.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turn_left.round.svg b/Symbolic/Resources/material-icons/turn_left.round.svg new file mode 100644 index 0000000000..cbecaa8c28 --- /dev/null +++ b/Symbolic/Resources/material-icons/turn_left.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turn_left.sharp.svg b/Symbolic/Resources/material-icons/turn_left.sharp.svg new file mode 100644 index 0000000000..40c01e9608 --- /dev/null +++ b/Symbolic/Resources/material-icons/turn_left.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turn_left.twotone.svg b/Symbolic/Resources/material-icons/turn_left.twotone.svg new file mode 100644 index 0000000000..2c6931eb78 --- /dev/null +++ b/Symbolic/Resources/material-icons/turn_left.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turn_right.default.svg b/Symbolic/Resources/material-icons/turn_right.default.svg new file mode 100644 index 0000000000..2b7acd4eb4 --- /dev/null +++ b/Symbolic/Resources/material-icons/turn_right.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turn_right.outlined.svg b/Symbolic/Resources/material-icons/turn_right.outlined.svg new file mode 100644 index 0000000000..2b7acd4eb4 --- /dev/null +++ b/Symbolic/Resources/material-icons/turn_right.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turn_right.round.svg b/Symbolic/Resources/material-icons/turn_right.round.svg new file mode 100644 index 0000000000..f07f8f2905 --- /dev/null +++ b/Symbolic/Resources/material-icons/turn_right.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turn_right.sharp.svg b/Symbolic/Resources/material-icons/turn_right.sharp.svg new file mode 100644 index 0000000000..1930483b55 --- /dev/null +++ b/Symbolic/Resources/material-icons/turn_right.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turn_right.twotone.svg b/Symbolic/Resources/material-icons/turn_right.twotone.svg new file mode 100644 index 0000000000..2b7acd4eb4 --- /dev/null +++ b/Symbolic/Resources/material-icons/turn_right.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turn_sharp_left.default.svg b/Symbolic/Resources/material-icons/turn_sharp_left.default.svg new file mode 100644 index 0000000000..1990cc1075 --- /dev/null +++ b/Symbolic/Resources/material-icons/turn_sharp_left.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turn_sharp_left.outlined.svg b/Symbolic/Resources/material-icons/turn_sharp_left.outlined.svg new file mode 100644 index 0000000000..1990cc1075 --- /dev/null +++ b/Symbolic/Resources/material-icons/turn_sharp_left.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turn_sharp_left.round.svg b/Symbolic/Resources/material-icons/turn_sharp_left.round.svg new file mode 100644 index 0000000000..807a60ffe0 --- /dev/null +++ b/Symbolic/Resources/material-icons/turn_sharp_left.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turn_sharp_left.sharp.svg b/Symbolic/Resources/material-icons/turn_sharp_left.sharp.svg new file mode 100644 index 0000000000..2d6bb8af02 --- /dev/null +++ b/Symbolic/Resources/material-icons/turn_sharp_left.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turn_sharp_left.twotone.svg b/Symbolic/Resources/material-icons/turn_sharp_left.twotone.svg new file mode 100644 index 0000000000..1990cc1075 --- /dev/null +++ b/Symbolic/Resources/material-icons/turn_sharp_left.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turn_sharp_right.default.svg b/Symbolic/Resources/material-icons/turn_sharp_right.default.svg new file mode 100644 index 0000000000..a45a92067b --- /dev/null +++ b/Symbolic/Resources/material-icons/turn_sharp_right.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turn_sharp_right.outlined.svg b/Symbolic/Resources/material-icons/turn_sharp_right.outlined.svg new file mode 100644 index 0000000000..a45a92067b --- /dev/null +++ b/Symbolic/Resources/material-icons/turn_sharp_right.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turn_sharp_right.round.svg b/Symbolic/Resources/material-icons/turn_sharp_right.round.svg new file mode 100644 index 0000000000..75f9e844a7 --- /dev/null +++ b/Symbolic/Resources/material-icons/turn_sharp_right.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turn_sharp_right.sharp.svg b/Symbolic/Resources/material-icons/turn_sharp_right.sharp.svg new file mode 100644 index 0000000000..8b6709f4a3 --- /dev/null +++ b/Symbolic/Resources/material-icons/turn_sharp_right.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turn_sharp_right.twotone.svg b/Symbolic/Resources/material-icons/turn_sharp_right.twotone.svg new file mode 100644 index 0000000000..a45a92067b --- /dev/null +++ b/Symbolic/Resources/material-icons/turn_sharp_right.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turn_slight_left.default.svg b/Symbolic/Resources/material-icons/turn_slight_left.default.svg new file mode 100644 index 0000000000..acdecb4116 --- /dev/null +++ b/Symbolic/Resources/material-icons/turn_slight_left.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turn_slight_left.outlined.svg b/Symbolic/Resources/material-icons/turn_slight_left.outlined.svg new file mode 100644 index 0000000000..acdecb4116 --- /dev/null +++ b/Symbolic/Resources/material-icons/turn_slight_left.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turn_slight_left.round.svg b/Symbolic/Resources/material-icons/turn_slight_left.round.svg new file mode 100644 index 0000000000..2d591956ce --- /dev/null +++ b/Symbolic/Resources/material-icons/turn_slight_left.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turn_slight_left.sharp.svg b/Symbolic/Resources/material-icons/turn_slight_left.sharp.svg new file mode 100644 index 0000000000..5e89f80d8e --- /dev/null +++ b/Symbolic/Resources/material-icons/turn_slight_left.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turn_slight_left.twotone.svg b/Symbolic/Resources/material-icons/turn_slight_left.twotone.svg new file mode 100644 index 0000000000..acdecb4116 --- /dev/null +++ b/Symbolic/Resources/material-icons/turn_slight_left.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turn_slight_right.default.svg b/Symbolic/Resources/material-icons/turn_slight_right.default.svg new file mode 100644 index 0000000000..acd93eb3d8 --- /dev/null +++ b/Symbolic/Resources/material-icons/turn_slight_right.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turn_slight_right.outlined.svg b/Symbolic/Resources/material-icons/turn_slight_right.outlined.svg new file mode 100644 index 0000000000..acd93eb3d8 --- /dev/null +++ b/Symbolic/Resources/material-icons/turn_slight_right.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turn_slight_right.round.svg b/Symbolic/Resources/material-icons/turn_slight_right.round.svg new file mode 100644 index 0000000000..9130f6176e --- /dev/null +++ b/Symbolic/Resources/material-icons/turn_slight_right.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turn_slight_right.sharp.svg b/Symbolic/Resources/material-icons/turn_slight_right.sharp.svg new file mode 100644 index 0000000000..d65d065428 --- /dev/null +++ b/Symbolic/Resources/material-icons/turn_slight_right.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turn_slight_right.twotone.svg b/Symbolic/Resources/material-icons/turn_slight_right.twotone.svg new file mode 100644 index 0000000000..acd93eb3d8 --- /dev/null +++ b/Symbolic/Resources/material-icons/turn_slight_right.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turned_in.default.svg b/Symbolic/Resources/material-icons/turned_in.default.svg new file mode 100644 index 0000000000..f72fdfa3a4 --- /dev/null +++ b/Symbolic/Resources/material-icons/turned_in.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turned_in.outlined.svg b/Symbolic/Resources/material-icons/turned_in.outlined.svg new file mode 100644 index 0000000000..6b3e33da6d --- /dev/null +++ b/Symbolic/Resources/material-icons/turned_in.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turned_in.round.svg b/Symbolic/Resources/material-icons/turned_in.round.svg new file mode 100644 index 0000000000..6b3e33da6d --- /dev/null +++ b/Symbolic/Resources/material-icons/turned_in.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turned_in.sharp.svg b/Symbolic/Resources/material-icons/turned_in.sharp.svg new file mode 100644 index 0000000000..d719e91c44 --- /dev/null +++ b/Symbolic/Resources/material-icons/turned_in.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turned_in.twotone.svg b/Symbolic/Resources/material-icons/turned_in.twotone.svg new file mode 100644 index 0000000000..e8818555f5 --- /dev/null +++ b/Symbolic/Resources/material-icons/turned_in.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turned_in_not.default.svg b/Symbolic/Resources/material-icons/turned_in_not.default.svg new file mode 100644 index 0000000000..995998b21b --- /dev/null +++ b/Symbolic/Resources/material-icons/turned_in_not.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turned_in_not.outlined.svg b/Symbolic/Resources/material-icons/turned_in_not.outlined.svg new file mode 100644 index 0000000000..ac90439dfe --- /dev/null +++ b/Symbolic/Resources/material-icons/turned_in_not.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turned_in_not.round.svg b/Symbolic/Resources/material-icons/turned_in_not.round.svg new file mode 100644 index 0000000000..bd9d1a61ae --- /dev/null +++ b/Symbolic/Resources/material-icons/turned_in_not.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turned_in_not.sharp.svg b/Symbolic/Resources/material-icons/turned_in_not.sharp.svg new file mode 100644 index 0000000000..1da65ed364 --- /dev/null +++ b/Symbolic/Resources/material-icons/turned_in_not.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/turned_in_not.twotone.svg b/Symbolic/Resources/material-icons/turned_in_not.twotone.svg new file mode 100644 index 0000000000..ac90439dfe --- /dev/null +++ b/Symbolic/Resources/material-icons/turned_in_not.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tv.default.svg b/Symbolic/Resources/material-icons/tv.default.svg new file mode 100644 index 0000000000..37e45c117c --- /dev/null +++ b/Symbolic/Resources/material-icons/tv.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tv.outlined.svg b/Symbolic/Resources/material-icons/tv.outlined.svg new file mode 100644 index 0000000000..981a1c23c7 --- /dev/null +++ b/Symbolic/Resources/material-icons/tv.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tv.round.svg b/Symbolic/Resources/material-icons/tv.round.svg new file mode 100644 index 0000000000..e7e4bbd6d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/tv.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tv.sharp.svg b/Symbolic/Resources/material-icons/tv.sharp.svg new file mode 100644 index 0000000000..2f20894073 --- /dev/null +++ b/Symbolic/Resources/material-icons/tv.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tv.twotone.svg b/Symbolic/Resources/material-icons/tv.twotone.svg new file mode 100644 index 0000000000..d5f18f9826 --- /dev/null +++ b/Symbolic/Resources/material-icons/tv.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tv_off.default.svg b/Symbolic/Resources/material-icons/tv_off.default.svg new file mode 100644 index 0000000000..627fc097b0 --- /dev/null +++ b/Symbolic/Resources/material-icons/tv_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tv_off.outlined.svg b/Symbolic/Resources/material-icons/tv_off.outlined.svg new file mode 100644 index 0000000000..41346950e6 --- /dev/null +++ b/Symbolic/Resources/material-icons/tv_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tv_off.round.svg b/Symbolic/Resources/material-icons/tv_off.round.svg new file mode 100644 index 0000000000..c232d21352 --- /dev/null +++ b/Symbolic/Resources/material-icons/tv_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tv_off.sharp.svg b/Symbolic/Resources/material-icons/tv_off.sharp.svg new file mode 100644 index 0000000000..74f15e0c40 --- /dev/null +++ b/Symbolic/Resources/material-icons/tv_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/tv_off.twotone.svg b/Symbolic/Resources/material-icons/tv_off.twotone.svg new file mode 100644 index 0000000000..fdbba41521 --- /dev/null +++ b/Symbolic/Resources/material-icons/tv_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/two_wheeler.default.svg b/Symbolic/Resources/material-icons/two_wheeler.default.svg new file mode 100644 index 0000000000..52e196f6e3 --- /dev/null +++ b/Symbolic/Resources/material-icons/two_wheeler.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/two_wheeler.outlined.svg b/Symbolic/Resources/material-icons/two_wheeler.outlined.svg new file mode 100644 index 0000000000..675fba6ca2 --- /dev/null +++ b/Symbolic/Resources/material-icons/two_wheeler.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/two_wheeler.round.svg b/Symbolic/Resources/material-icons/two_wheeler.round.svg new file mode 100644 index 0000000000..dac5385334 --- /dev/null +++ b/Symbolic/Resources/material-icons/two_wheeler.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/two_wheeler.sharp.svg b/Symbolic/Resources/material-icons/two_wheeler.sharp.svg new file mode 100644 index 0000000000..675fba6ca2 --- /dev/null +++ b/Symbolic/Resources/material-icons/two_wheeler.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/two_wheeler.twotone.svg b/Symbolic/Resources/material-icons/two_wheeler.twotone.svg new file mode 100644 index 0000000000..675fba6ca2 --- /dev/null +++ b/Symbolic/Resources/material-icons/two_wheeler.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/type_specimen.default.svg b/Symbolic/Resources/material-icons/type_specimen.default.svg new file mode 100644 index 0000000000..d898e5856b --- /dev/null +++ b/Symbolic/Resources/material-icons/type_specimen.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/type_specimen.outlined.svg b/Symbolic/Resources/material-icons/type_specimen.outlined.svg new file mode 100644 index 0000000000..226ddaf12f --- /dev/null +++ b/Symbolic/Resources/material-icons/type_specimen.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/type_specimen.round.svg b/Symbolic/Resources/material-icons/type_specimen.round.svg new file mode 100644 index 0000000000..789b6b8780 --- /dev/null +++ b/Symbolic/Resources/material-icons/type_specimen.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/type_specimen.sharp.svg b/Symbolic/Resources/material-icons/type_specimen.sharp.svg new file mode 100644 index 0000000000..e81b2d9179 --- /dev/null +++ b/Symbolic/Resources/material-icons/type_specimen.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/type_specimen.twotone.svg b/Symbolic/Resources/material-icons/type_specimen.twotone.svg new file mode 100644 index 0000000000..e5b4f13404 --- /dev/null +++ b/Symbolic/Resources/material-icons/type_specimen.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/u_turn_left.default.svg b/Symbolic/Resources/material-icons/u_turn_left.default.svg new file mode 100644 index 0000000000..320a7b6e36 --- /dev/null +++ b/Symbolic/Resources/material-icons/u_turn_left.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/u_turn_left.outlined.svg b/Symbolic/Resources/material-icons/u_turn_left.outlined.svg new file mode 100644 index 0000000000..320a7b6e36 --- /dev/null +++ b/Symbolic/Resources/material-icons/u_turn_left.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/u_turn_left.round.svg b/Symbolic/Resources/material-icons/u_turn_left.round.svg new file mode 100644 index 0000000000..dfaf30c25e --- /dev/null +++ b/Symbolic/Resources/material-icons/u_turn_left.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/u_turn_left.sharp.svg b/Symbolic/Resources/material-icons/u_turn_left.sharp.svg new file mode 100644 index 0000000000..320a7b6e36 --- /dev/null +++ b/Symbolic/Resources/material-icons/u_turn_left.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/u_turn_left.twotone.svg b/Symbolic/Resources/material-icons/u_turn_left.twotone.svg new file mode 100644 index 0000000000..320a7b6e36 --- /dev/null +++ b/Symbolic/Resources/material-icons/u_turn_left.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/u_turn_right.default.svg b/Symbolic/Resources/material-icons/u_turn_right.default.svg new file mode 100644 index 0000000000..ccf0a7ec5b --- /dev/null +++ b/Symbolic/Resources/material-icons/u_turn_right.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/u_turn_right.outlined.svg b/Symbolic/Resources/material-icons/u_turn_right.outlined.svg new file mode 100644 index 0000000000..ccf0a7ec5b --- /dev/null +++ b/Symbolic/Resources/material-icons/u_turn_right.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/u_turn_right.round.svg b/Symbolic/Resources/material-icons/u_turn_right.round.svg new file mode 100644 index 0000000000..0236857e5b --- /dev/null +++ b/Symbolic/Resources/material-icons/u_turn_right.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/u_turn_right.sharp.svg b/Symbolic/Resources/material-icons/u_turn_right.sharp.svg new file mode 100644 index 0000000000..ccf0a7ec5b --- /dev/null +++ b/Symbolic/Resources/material-icons/u_turn_right.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/u_turn_right.twotone.svg b/Symbolic/Resources/material-icons/u_turn_right.twotone.svg new file mode 100644 index 0000000000..ccf0a7ec5b --- /dev/null +++ b/Symbolic/Resources/material-icons/u_turn_right.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/umbrella.default.svg b/Symbolic/Resources/material-icons/umbrella.default.svg new file mode 100644 index 0000000000..e5222e1265 --- /dev/null +++ b/Symbolic/Resources/material-icons/umbrella.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/umbrella.outlined.svg b/Symbolic/Resources/material-icons/umbrella.outlined.svg new file mode 100644 index 0000000000..e5222e1265 --- /dev/null +++ b/Symbolic/Resources/material-icons/umbrella.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/umbrella.round.svg b/Symbolic/Resources/material-icons/umbrella.round.svg new file mode 100644 index 0000000000..8ce10c99a2 --- /dev/null +++ b/Symbolic/Resources/material-icons/umbrella.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/umbrella.sharp.svg b/Symbolic/Resources/material-icons/umbrella.sharp.svg new file mode 100644 index 0000000000..e5222e1265 --- /dev/null +++ b/Symbolic/Resources/material-icons/umbrella.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/umbrella.twotone.svg b/Symbolic/Resources/material-icons/umbrella.twotone.svg new file mode 100644 index 0000000000..2c365b8ce7 --- /dev/null +++ b/Symbolic/Resources/material-icons/umbrella.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/unarchive.default.svg b/Symbolic/Resources/material-icons/unarchive.default.svg new file mode 100644 index 0000000000..53687b0ca1 --- /dev/null +++ b/Symbolic/Resources/material-icons/unarchive.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/unarchive.outlined.svg b/Symbolic/Resources/material-icons/unarchive.outlined.svg new file mode 100644 index 0000000000..639e95c7fa --- /dev/null +++ b/Symbolic/Resources/material-icons/unarchive.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/unarchive.round.svg b/Symbolic/Resources/material-icons/unarchive.round.svg new file mode 100644 index 0000000000..c730e37579 --- /dev/null +++ b/Symbolic/Resources/material-icons/unarchive.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/unarchive.sharp.svg b/Symbolic/Resources/material-icons/unarchive.sharp.svg new file mode 100644 index 0000000000..cde3db0c4c --- /dev/null +++ b/Symbolic/Resources/material-icons/unarchive.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/unarchive.twotone.svg b/Symbolic/Resources/material-icons/unarchive.twotone.svg new file mode 100644 index 0000000000..2db7e75684 --- /dev/null +++ b/Symbolic/Resources/material-icons/unarchive.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/undo.default.svg b/Symbolic/Resources/material-icons/undo.default.svg new file mode 100644 index 0000000000..59d5ef9d9e --- /dev/null +++ b/Symbolic/Resources/material-icons/undo.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/undo.outlined.svg b/Symbolic/Resources/material-icons/undo.outlined.svg new file mode 100644 index 0000000000..ba4c12cd7a --- /dev/null +++ b/Symbolic/Resources/material-icons/undo.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/undo.round.svg b/Symbolic/Resources/material-icons/undo.round.svg new file mode 100644 index 0000000000..fe11204ef8 --- /dev/null +++ b/Symbolic/Resources/material-icons/undo.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/undo.sharp.svg b/Symbolic/Resources/material-icons/undo.sharp.svg new file mode 100644 index 0000000000..ba4c12cd7a --- /dev/null +++ b/Symbolic/Resources/material-icons/undo.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/undo.twotone.svg b/Symbolic/Resources/material-icons/undo.twotone.svg new file mode 100644 index 0000000000..ba4c12cd7a --- /dev/null +++ b/Symbolic/Resources/material-icons/undo.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/unfold_less.default.svg b/Symbolic/Resources/material-icons/unfold_less.default.svg new file mode 100644 index 0000000000..e24e44840b --- /dev/null +++ b/Symbolic/Resources/material-icons/unfold_less.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/unfold_less.outlined.svg b/Symbolic/Resources/material-icons/unfold_less.outlined.svg new file mode 100644 index 0000000000..d590a33a4e --- /dev/null +++ b/Symbolic/Resources/material-icons/unfold_less.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/unfold_less.round.svg b/Symbolic/Resources/material-icons/unfold_less.round.svg new file mode 100644 index 0000000000..39ddcfce43 --- /dev/null +++ b/Symbolic/Resources/material-icons/unfold_less.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/unfold_less.sharp.svg b/Symbolic/Resources/material-icons/unfold_less.sharp.svg new file mode 100644 index 0000000000..d590a33a4e --- /dev/null +++ b/Symbolic/Resources/material-icons/unfold_less.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/unfold_less.twotone.svg b/Symbolic/Resources/material-icons/unfold_less.twotone.svg new file mode 100644 index 0000000000..d590a33a4e --- /dev/null +++ b/Symbolic/Resources/material-icons/unfold_less.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/unfold_less_double.default.svg b/Symbolic/Resources/material-icons/unfold_less_double.default.svg new file mode 100644 index 0000000000..2d15aaaf21 --- /dev/null +++ b/Symbolic/Resources/material-icons/unfold_less_double.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/unfold_less_double.outlined.svg b/Symbolic/Resources/material-icons/unfold_less_double.outlined.svg new file mode 100644 index 0000000000..2d15aaaf21 --- /dev/null +++ b/Symbolic/Resources/material-icons/unfold_less_double.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/unfold_less_double.round.svg b/Symbolic/Resources/material-icons/unfold_less_double.round.svg new file mode 100644 index 0000000000..155176c5ed --- /dev/null +++ b/Symbolic/Resources/material-icons/unfold_less_double.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/unfold_less_double.sharp.svg b/Symbolic/Resources/material-icons/unfold_less_double.sharp.svg new file mode 100644 index 0000000000..2d15aaaf21 --- /dev/null +++ b/Symbolic/Resources/material-icons/unfold_less_double.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/unfold_less_double.twotone.svg b/Symbolic/Resources/material-icons/unfold_less_double.twotone.svg new file mode 100644 index 0000000000..2d15aaaf21 --- /dev/null +++ b/Symbolic/Resources/material-icons/unfold_less_double.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/unfold_more.default.svg b/Symbolic/Resources/material-icons/unfold_more.default.svg new file mode 100644 index 0000000000..267067b12e --- /dev/null +++ b/Symbolic/Resources/material-icons/unfold_more.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/unfold_more.outlined.svg b/Symbolic/Resources/material-icons/unfold_more.outlined.svg new file mode 100644 index 0000000000..f4e3abcc4c --- /dev/null +++ b/Symbolic/Resources/material-icons/unfold_more.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/unfold_more.round.svg b/Symbolic/Resources/material-icons/unfold_more.round.svg new file mode 100644 index 0000000000..8bf1a21f96 --- /dev/null +++ b/Symbolic/Resources/material-icons/unfold_more.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/unfold_more.sharp.svg b/Symbolic/Resources/material-icons/unfold_more.sharp.svg new file mode 100644 index 0000000000..f4e3abcc4c --- /dev/null +++ b/Symbolic/Resources/material-icons/unfold_more.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/unfold_more.twotone.svg b/Symbolic/Resources/material-icons/unfold_more.twotone.svg new file mode 100644 index 0000000000..f4e3abcc4c --- /dev/null +++ b/Symbolic/Resources/material-icons/unfold_more.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/unfold_more_double.default.svg b/Symbolic/Resources/material-icons/unfold_more_double.default.svg new file mode 100644 index 0000000000..fdb35b615e --- /dev/null +++ b/Symbolic/Resources/material-icons/unfold_more_double.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/unfold_more_double.outlined.svg b/Symbolic/Resources/material-icons/unfold_more_double.outlined.svg new file mode 100644 index 0000000000..fdb35b615e --- /dev/null +++ b/Symbolic/Resources/material-icons/unfold_more_double.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/unfold_more_double.round.svg b/Symbolic/Resources/material-icons/unfold_more_double.round.svg new file mode 100644 index 0000000000..5b35c2d677 --- /dev/null +++ b/Symbolic/Resources/material-icons/unfold_more_double.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/unfold_more_double.sharp.svg b/Symbolic/Resources/material-icons/unfold_more_double.sharp.svg new file mode 100644 index 0000000000..fdb35b615e --- /dev/null +++ b/Symbolic/Resources/material-icons/unfold_more_double.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/unfold_more_double.twotone.svg b/Symbolic/Resources/material-icons/unfold_more_double.twotone.svg new file mode 100644 index 0000000000..fdb35b615e --- /dev/null +++ b/Symbolic/Resources/material-icons/unfold_more_double.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/unpublished.default.svg b/Symbolic/Resources/material-icons/unpublished.default.svg new file mode 100644 index 0000000000..79af6dbf50 --- /dev/null +++ b/Symbolic/Resources/material-icons/unpublished.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/unpublished.outlined.svg b/Symbolic/Resources/material-icons/unpublished.outlined.svg new file mode 100644 index 0000000000..2dc711db5c --- /dev/null +++ b/Symbolic/Resources/material-icons/unpublished.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/unpublished.round.svg b/Symbolic/Resources/material-icons/unpublished.round.svg new file mode 100644 index 0000000000..42536a6adc --- /dev/null +++ b/Symbolic/Resources/material-icons/unpublished.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/unpublished.sharp.svg b/Symbolic/Resources/material-icons/unpublished.sharp.svg new file mode 100644 index 0000000000..79af6dbf50 --- /dev/null +++ b/Symbolic/Resources/material-icons/unpublished.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/unpublished.twotone.svg b/Symbolic/Resources/material-icons/unpublished.twotone.svg new file mode 100644 index 0000000000..5982e04588 --- /dev/null +++ b/Symbolic/Resources/material-icons/unpublished.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/unsubscribe.default.svg b/Symbolic/Resources/material-icons/unsubscribe.default.svg new file mode 100644 index 0000000000..e1f6ddf45f --- /dev/null +++ b/Symbolic/Resources/material-icons/unsubscribe.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/unsubscribe.outlined.svg b/Symbolic/Resources/material-icons/unsubscribe.outlined.svg new file mode 100644 index 0000000000..b3a49f0a50 --- /dev/null +++ b/Symbolic/Resources/material-icons/unsubscribe.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/unsubscribe.round.svg b/Symbolic/Resources/material-icons/unsubscribe.round.svg new file mode 100644 index 0000000000..196a676c4f --- /dev/null +++ b/Symbolic/Resources/material-icons/unsubscribe.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/unsubscribe.sharp.svg b/Symbolic/Resources/material-icons/unsubscribe.sharp.svg new file mode 100644 index 0000000000..1bd470b5b0 --- /dev/null +++ b/Symbolic/Resources/material-icons/unsubscribe.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/unsubscribe.twotone.svg b/Symbolic/Resources/material-icons/unsubscribe.twotone.svg new file mode 100644 index 0000000000..90d09e63ea --- /dev/null +++ b/Symbolic/Resources/material-icons/unsubscribe.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/upcoming.default.svg b/Symbolic/Resources/material-icons/upcoming.default.svg new file mode 100644 index 0000000000..bf14cc7ab9 --- /dev/null +++ b/Symbolic/Resources/material-icons/upcoming.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/upcoming.outlined.svg b/Symbolic/Resources/material-icons/upcoming.outlined.svg new file mode 100644 index 0000000000..bd99c4224d --- /dev/null +++ b/Symbolic/Resources/material-icons/upcoming.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/upcoming.round.svg b/Symbolic/Resources/material-icons/upcoming.round.svg new file mode 100644 index 0000000000..69c2920473 --- /dev/null +++ b/Symbolic/Resources/material-icons/upcoming.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/upcoming.sharp.svg b/Symbolic/Resources/material-icons/upcoming.sharp.svg new file mode 100644 index 0000000000..270a073435 --- /dev/null +++ b/Symbolic/Resources/material-icons/upcoming.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/upcoming.twotone.svg b/Symbolic/Resources/material-icons/upcoming.twotone.svg new file mode 100644 index 0000000000..bc6973d705 --- /dev/null +++ b/Symbolic/Resources/material-icons/upcoming.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/update.default.svg b/Symbolic/Resources/material-icons/update.default.svg new file mode 100644 index 0000000000..709c6b234a --- /dev/null +++ b/Symbolic/Resources/material-icons/update.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/update.outlined.svg b/Symbolic/Resources/material-icons/update.outlined.svg new file mode 100644 index 0000000000..828b379aec --- /dev/null +++ b/Symbolic/Resources/material-icons/update.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/update.round.svg b/Symbolic/Resources/material-icons/update.round.svg new file mode 100644 index 0000000000..ebcf0a1e19 --- /dev/null +++ b/Symbolic/Resources/material-icons/update.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/update.sharp.svg b/Symbolic/Resources/material-icons/update.sharp.svg new file mode 100644 index 0000000000..828b379aec --- /dev/null +++ b/Symbolic/Resources/material-icons/update.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/update.twotone.svg b/Symbolic/Resources/material-icons/update.twotone.svg new file mode 100644 index 0000000000..828b379aec --- /dev/null +++ b/Symbolic/Resources/material-icons/update.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/update_disabled.default.svg b/Symbolic/Resources/material-icons/update_disabled.default.svg new file mode 100644 index 0000000000..a07617aa24 --- /dev/null +++ b/Symbolic/Resources/material-icons/update_disabled.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/update_disabled.outlined.svg b/Symbolic/Resources/material-icons/update_disabled.outlined.svg new file mode 100644 index 0000000000..adcc62095d --- /dev/null +++ b/Symbolic/Resources/material-icons/update_disabled.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/update_disabled.round.svg b/Symbolic/Resources/material-icons/update_disabled.round.svg new file mode 100644 index 0000000000..c0355190c1 --- /dev/null +++ b/Symbolic/Resources/material-icons/update_disabled.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/update_disabled.sharp.svg b/Symbolic/Resources/material-icons/update_disabled.sharp.svg new file mode 100644 index 0000000000..a07617aa24 --- /dev/null +++ b/Symbolic/Resources/material-icons/update_disabled.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/update_disabled.twotone.svg b/Symbolic/Resources/material-icons/update_disabled.twotone.svg new file mode 100644 index 0000000000..a07617aa24 --- /dev/null +++ b/Symbolic/Resources/material-icons/update_disabled.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/upgrade.default.svg b/Symbolic/Resources/material-icons/upgrade.default.svg new file mode 100644 index 0000000000..69d455e913 --- /dev/null +++ b/Symbolic/Resources/material-icons/upgrade.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/upgrade.outlined.svg b/Symbolic/Resources/material-icons/upgrade.outlined.svg new file mode 100644 index 0000000000..69d455e913 --- /dev/null +++ b/Symbolic/Resources/material-icons/upgrade.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/upgrade.round.svg b/Symbolic/Resources/material-icons/upgrade.round.svg new file mode 100644 index 0000000000..1806a2ea31 --- /dev/null +++ b/Symbolic/Resources/material-icons/upgrade.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/upgrade.sharp.svg b/Symbolic/Resources/material-icons/upgrade.sharp.svg new file mode 100644 index 0000000000..69d455e913 --- /dev/null +++ b/Symbolic/Resources/material-icons/upgrade.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/upgrade.twotone.svg b/Symbolic/Resources/material-icons/upgrade.twotone.svg new file mode 100644 index 0000000000..69d455e913 --- /dev/null +++ b/Symbolic/Resources/material-icons/upgrade.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/upload.default.svg b/Symbolic/Resources/material-icons/upload.default.svg new file mode 100644 index 0000000000..c604ef78da --- /dev/null +++ b/Symbolic/Resources/material-icons/upload.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/upload.outlined.svg b/Symbolic/Resources/material-icons/upload.outlined.svg new file mode 100644 index 0000000000..7c3996ade0 --- /dev/null +++ b/Symbolic/Resources/material-icons/upload.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/upload.round.svg b/Symbolic/Resources/material-icons/upload.round.svg new file mode 100644 index 0000000000..0f9f2f11eb --- /dev/null +++ b/Symbolic/Resources/material-icons/upload.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/upload.sharp.svg b/Symbolic/Resources/material-icons/upload.sharp.svg new file mode 100644 index 0000000000..90cbe0e20e --- /dev/null +++ b/Symbolic/Resources/material-icons/upload.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/upload.twotone.svg b/Symbolic/Resources/material-icons/upload.twotone.svg new file mode 100644 index 0000000000..42e4d4ea13 --- /dev/null +++ b/Symbolic/Resources/material-icons/upload.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/upload_file.default.svg b/Symbolic/Resources/material-icons/upload_file.default.svg new file mode 100644 index 0000000000..4353688352 --- /dev/null +++ b/Symbolic/Resources/material-icons/upload_file.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/upload_file.outlined.svg b/Symbolic/Resources/material-icons/upload_file.outlined.svg new file mode 100644 index 0000000000..722f69ab5a --- /dev/null +++ b/Symbolic/Resources/material-icons/upload_file.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/upload_file.round.svg b/Symbolic/Resources/material-icons/upload_file.round.svg new file mode 100644 index 0000000000..9e3649e5fa --- /dev/null +++ b/Symbolic/Resources/material-icons/upload_file.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/upload_file.sharp.svg b/Symbolic/Resources/material-icons/upload_file.sharp.svg new file mode 100644 index 0000000000..f68a87cf5c --- /dev/null +++ b/Symbolic/Resources/material-icons/upload_file.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/upload_file.twotone.svg b/Symbolic/Resources/material-icons/upload_file.twotone.svg new file mode 100644 index 0000000000..7f32d38b1b --- /dev/null +++ b/Symbolic/Resources/material-icons/upload_file.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/usb.default.svg b/Symbolic/Resources/material-icons/usb.default.svg new file mode 100644 index 0000000000..b37f4b8e53 --- /dev/null +++ b/Symbolic/Resources/material-icons/usb.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/usb.outlined.svg b/Symbolic/Resources/material-icons/usb.outlined.svg new file mode 100644 index 0000000000..b71c56fb58 --- /dev/null +++ b/Symbolic/Resources/material-icons/usb.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/usb.round.svg b/Symbolic/Resources/material-icons/usb.round.svg new file mode 100644 index 0000000000..fd0dc15585 --- /dev/null +++ b/Symbolic/Resources/material-icons/usb.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/usb.sharp.svg b/Symbolic/Resources/material-icons/usb.sharp.svg new file mode 100644 index 0000000000..b71c56fb58 --- /dev/null +++ b/Symbolic/Resources/material-icons/usb.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/usb.twotone.svg b/Symbolic/Resources/material-icons/usb.twotone.svg new file mode 100644 index 0000000000..b71c56fb58 --- /dev/null +++ b/Symbolic/Resources/material-icons/usb.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/usb_off.default.svg b/Symbolic/Resources/material-icons/usb_off.default.svg new file mode 100644 index 0000000000..db77b7d3b2 --- /dev/null +++ b/Symbolic/Resources/material-icons/usb_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/usb_off.outlined.svg b/Symbolic/Resources/material-icons/usb_off.outlined.svg new file mode 100644 index 0000000000..db77b7d3b2 --- /dev/null +++ b/Symbolic/Resources/material-icons/usb_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/usb_off.round.svg b/Symbolic/Resources/material-icons/usb_off.round.svg new file mode 100644 index 0000000000..105abb232c --- /dev/null +++ b/Symbolic/Resources/material-icons/usb_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/usb_off.sharp.svg b/Symbolic/Resources/material-icons/usb_off.sharp.svg new file mode 100644 index 0000000000..db77b7d3b2 --- /dev/null +++ b/Symbolic/Resources/material-icons/usb_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/usb_off.twotone.svg b/Symbolic/Resources/material-icons/usb_off.twotone.svg new file mode 100644 index 0000000000..db77b7d3b2 --- /dev/null +++ b/Symbolic/Resources/material-icons/usb_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vaccines.default.svg b/Symbolic/Resources/material-icons/vaccines.default.svg new file mode 100644 index 0000000000..b0ed473d54 --- /dev/null +++ b/Symbolic/Resources/material-icons/vaccines.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vaccines.outlined.svg b/Symbolic/Resources/material-icons/vaccines.outlined.svg new file mode 100644 index 0000000000..ffb0a39eca --- /dev/null +++ b/Symbolic/Resources/material-icons/vaccines.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vaccines.round.svg b/Symbolic/Resources/material-icons/vaccines.round.svg new file mode 100644 index 0000000000..41febe145a --- /dev/null +++ b/Symbolic/Resources/material-icons/vaccines.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vaccines.sharp.svg b/Symbolic/Resources/material-icons/vaccines.sharp.svg new file mode 100644 index 0000000000..90f5bd81f1 --- /dev/null +++ b/Symbolic/Resources/material-icons/vaccines.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vaccines.twotone.svg b/Symbolic/Resources/material-icons/vaccines.twotone.svg new file mode 100644 index 0000000000..8e098184ca --- /dev/null +++ b/Symbolic/Resources/material-icons/vaccines.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vape_free.default.svg b/Symbolic/Resources/material-icons/vape_free.default.svg new file mode 100644 index 0000000000..cc1942ef2a --- /dev/null +++ b/Symbolic/Resources/material-icons/vape_free.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vape_free.outlined.svg b/Symbolic/Resources/material-icons/vape_free.outlined.svg new file mode 100644 index 0000000000..cc1942ef2a --- /dev/null +++ b/Symbolic/Resources/material-icons/vape_free.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vape_free.round.svg b/Symbolic/Resources/material-icons/vape_free.round.svg new file mode 100644 index 0000000000..937cb7c6b8 --- /dev/null +++ b/Symbolic/Resources/material-icons/vape_free.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vape_free.sharp.svg b/Symbolic/Resources/material-icons/vape_free.sharp.svg new file mode 100644 index 0000000000..cc1942ef2a --- /dev/null +++ b/Symbolic/Resources/material-icons/vape_free.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vape_free.twotone.svg b/Symbolic/Resources/material-icons/vape_free.twotone.svg new file mode 100644 index 0000000000..fec8aa40f6 --- /dev/null +++ b/Symbolic/Resources/material-icons/vape_free.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vaping_rooms.default.svg b/Symbolic/Resources/material-icons/vaping_rooms.default.svg new file mode 100644 index 0000000000..c77b85dbd5 --- /dev/null +++ b/Symbolic/Resources/material-icons/vaping_rooms.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vaping_rooms.outlined.svg b/Symbolic/Resources/material-icons/vaping_rooms.outlined.svg new file mode 100644 index 0000000000..c77b85dbd5 --- /dev/null +++ b/Symbolic/Resources/material-icons/vaping_rooms.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vaping_rooms.round.svg b/Symbolic/Resources/material-icons/vaping_rooms.round.svg new file mode 100644 index 0000000000..59e6136b2d --- /dev/null +++ b/Symbolic/Resources/material-icons/vaping_rooms.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vaping_rooms.sharp.svg b/Symbolic/Resources/material-icons/vaping_rooms.sharp.svg new file mode 100644 index 0000000000..c77b85dbd5 --- /dev/null +++ b/Symbolic/Resources/material-icons/vaping_rooms.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vaping_rooms.twotone.svg b/Symbolic/Resources/material-icons/vaping_rooms.twotone.svg new file mode 100644 index 0000000000..9a5cb4c2eb --- /dev/null +++ b/Symbolic/Resources/material-icons/vaping_rooms.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/verified.default.svg b/Symbolic/Resources/material-icons/verified.default.svg new file mode 100644 index 0000000000..774b447b42 --- /dev/null +++ b/Symbolic/Resources/material-icons/verified.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/verified.outlined.svg b/Symbolic/Resources/material-icons/verified.outlined.svg new file mode 100644 index 0000000000..c745f67e23 --- /dev/null +++ b/Symbolic/Resources/material-icons/verified.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/verified.round.svg b/Symbolic/Resources/material-icons/verified.round.svg new file mode 100644 index 0000000000..d927ea5a79 --- /dev/null +++ b/Symbolic/Resources/material-icons/verified.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/verified.sharp.svg b/Symbolic/Resources/material-icons/verified.sharp.svg new file mode 100644 index 0000000000..774b447b42 --- /dev/null +++ b/Symbolic/Resources/material-icons/verified.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/verified.twotone.svg b/Symbolic/Resources/material-icons/verified.twotone.svg new file mode 100644 index 0000000000..2ba20209fa --- /dev/null +++ b/Symbolic/Resources/material-icons/verified.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/verified_user.default.svg b/Symbolic/Resources/material-icons/verified_user.default.svg new file mode 100644 index 0000000000..5c74803e8e --- /dev/null +++ b/Symbolic/Resources/material-icons/verified_user.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/verified_user.outlined.svg b/Symbolic/Resources/material-icons/verified_user.outlined.svg new file mode 100644 index 0000000000..30ae52fb43 --- /dev/null +++ b/Symbolic/Resources/material-icons/verified_user.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/verified_user.round.svg b/Symbolic/Resources/material-icons/verified_user.round.svg new file mode 100644 index 0000000000..f410d231f8 --- /dev/null +++ b/Symbolic/Resources/material-icons/verified_user.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/verified_user.sharp.svg b/Symbolic/Resources/material-icons/verified_user.sharp.svg new file mode 100644 index 0000000000..361e185411 --- /dev/null +++ b/Symbolic/Resources/material-icons/verified_user.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/verified_user.twotone.svg b/Symbolic/Resources/material-icons/verified_user.twotone.svg new file mode 100644 index 0000000000..e3d5d249f0 --- /dev/null +++ b/Symbolic/Resources/material-icons/verified_user.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vertical_align_bottom.default.svg b/Symbolic/Resources/material-icons/vertical_align_bottom.default.svg new file mode 100644 index 0000000000..1cd68d1e50 --- /dev/null +++ b/Symbolic/Resources/material-icons/vertical_align_bottom.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vertical_align_bottom.outlined.svg b/Symbolic/Resources/material-icons/vertical_align_bottom.outlined.svg new file mode 100644 index 0000000000..eb2ff4cb0e --- /dev/null +++ b/Symbolic/Resources/material-icons/vertical_align_bottom.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vertical_align_bottom.round.svg b/Symbolic/Resources/material-icons/vertical_align_bottom.round.svg new file mode 100644 index 0000000000..5a9e26f59b --- /dev/null +++ b/Symbolic/Resources/material-icons/vertical_align_bottom.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vertical_align_bottom.sharp.svg b/Symbolic/Resources/material-icons/vertical_align_bottom.sharp.svg new file mode 100644 index 0000000000..89fb9a4e03 --- /dev/null +++ b/Symbolic/Resources/material-icons/vertical_align_bottom.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vertical_align_bottom.twotone.svg b/Symbolic/Resources/material-icons/vertical_align_bottom.twotone.svg new file mode 100644 index 0000000000..535afab217 --- /dev/null +++ b/Symbolic/Resources/material-icons/vertical_align_bottom.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vertical_align_center.default.svg b/Symbolic/Resources/material-icons/vertical_align_center.default.svg new file mode 100644 index 0000000000..3ebf782d74 --- /dev/null +++ b/Symbolic/Resources/material-icons/vertical_align_center.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vertical_align_center.outlined.svg b/Symbolic/Resources/material-icons/vertical_align_center.outlined.svg new file mode 100644 index 0000000000..ee0e6b88d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/vertical_align_center.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vertical_align_center.round.svg b/Symbolic/Resources/material-icons/vertical_align_center.round.svg new file mode 100644 index 0000000000..ba3f5f9c5c --- /dev/null +++ b/Symbolic/Resources/material-icons/vertical_align_center.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vertical_align_center.sharp.svg b/Symbolic/Resources/material-icons/vertical_align_center.sharp.svg new file mode 100644 index 0000000000..4896c3ee4a --- /dev/null +++ b/Symbolic/Resources/material-icons/vertical_align_center.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vertical_align_center.twotone.svg b/Symbolic/Resources/material-icons/vertical_align_center.twotone.svg new file mode 100644 index 0000000000..5333072b28 --- /dev/null +++ b/Symbolic/Resources/material-icons/vertical_align_center.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vertical_align_top.default.svg b/Symbolic/Resources/material-icons/vertical_align_top.default.svg new file mode 100644 index 0000000000..98f39fd09b --- /dev/null +++ b/Symbolic/Resources/material-icons/vertical_align_top.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vertical_align_top.outlined.svg b/Symbolic/Resources/material-icons/vertical_align_top.outlined.svg new file mode 100644 index 0000000000..26b7169669 --- /dev/null +++ b/Symbolic/Resources/material-icons/vertical_align_top.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vertical_align_top.round.svg b/Symbolic/Resources/material-icons/vertical_align_top.round.svg new file mode 100644 index 0000000000..5ce0382bdb --- /dev/null +++ b/Symbolic/Resources/material-icons/vertical_align_top.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vertical_align_top.sharp.svg b/Symbolic/Resources/material-icons/vertical_align_top.sharp.svg new file mode 100644 index 0000000000..3d0f11fa11 --- /dev/null +++ b/Symbolic/Resources/material-icons/vertical_align_top.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vertical_align_top.twotone.svg b/Symbolic/Resources/material-icons/vertical_align_top.twotone.svg new file mode 100644 index 0000000000..e5f13dabdf --- /dev/null +++ b/Symbolic/Resources/material-icons/vertical_align_top.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vertical_distribute.default.svg b/Symbolic/Resources/material-icons/vertical_distribute.default.svg new file mode 100644 index 0000000000..57f76033c8 --- /dev/null +++ b/Symbolic/Resources/material-icons/vertical_distribute.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vertical_distribute.outlined.svg b/Symbolic/Resources/material-icons/vertical_distribute.outlined.svg new file mode 100644 index 0000000000..57f76033c8 --- /dev/null +++ b/Symbolic/Resources/material-icons/vertical_distribute.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vertical_distribute.round.svg b/Symbolic/Resources/material-icons/vertical_distribute.round.svg new file mode 100644 index 0000000000..a36ed2f7a8 --- /dev/null +++ b/Symbolic/Resources/material-icons/vertical_distribute.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vertical_distribute.sharp.svg b/Symbolic/Resources/material-icons/vertical_distribute.sharp.svg new file mode 100644 index 0000000000..57f76033c8 --- /dev/null +++ b/Symbolic/Resources/material-icons/vertical_distribute.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vertical_distribute.twotone.svg b/Symbolic/Resources/material-icons/vertical_distribute.twotone.svg new file mode 100644 index 0000000000..57f76033c8 --- /dev/null +++ b/Symbolic/Resources/material-icons/vertical_distribute.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vertical_shades.default.svg b/Symbolic/Resources/material-icons/vertical_shades.default.svg new file mode 100644 index 0000000000..aab60a2619 --- /dev/null +++ b/Symbolic/Resources/material-icons/vertical_shades.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vertical_shades.outlined.svg b/Symbolic/Resources/material-icons/vertical_shades.outlined.svg new file mode 100644 index 0000000000..3f15750526 --- /dev/null +++ b/Symbolic/Resources/material-icons/vertical_shades.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vertical_shades.round.svg b/Symbolic/Resources/material-icons/vertical_shades.round.svg new file mode 100644 index 0000000000..d7c7d25081 --- /dev/null +++ b/Symbolic/Resources/material-icons/vertical_shades.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vertical_shades.sharp.svg b/Symbolic/Resources/material-icons/vertical_shades.sharp.svg new file mode 100644 index 0000000000..aab60a2619 --- /dev/null +++ b/Symbolic/Resources/material-icons/vertical_shades.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vertical_shades.twotone.svg b/Symbolic/Resources/material-icons/vertical_shades.twotone.svg new file mode 100644 index 0000000000..a589742de0 --- /dev/null +++ b/Symbolic/Resources/material-icons/vertical_shades.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vertical_shades_closed.default.svg b/Symbolic/Resources/material-icons/vertical_shades_closed.default.svg new file mode 100644 index 0000000000..323a74d477 --- /dev/null +++ b/Symbolic/Resources/material-icons/vertical_shades_closed.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vertical_shades_closed.outlined.svg b/Symbolic/Resources/material-icons/vertical_shades_closed.outlined.svg new file mode 100644 index 0000000000..323a74d477 --- /dev/null +++ b/Symbolic/Resources/material-icons/vertical_shades_closed.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vertical_shades_closed.round.svg b/Symbolic/Resources/material-icons/vertical_shades_closed.round.svg new file mode 100644 index 0000000000..7fa460d9cb --- /dev/null +++ b/Symbolic/Resources/material-icons/vertical_shades_closed.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vertical_shades_closed.sharp.svg b/Symbolic/Resources/material-icons/vertical_shades_closed.sharp.svg new file mode 100644 index 0000000000..323a74d477 --- /dev/null +++ b/Symbolic/Resources/material-icons/vertical_shades_closed.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vertical_shades_closed.twotone.svg b/Symbolic/Resources/material-icons/vertical_shades_closed.twotone.svg new file mode 100644 index 0000000000..2fd15f98c5 --- /dev/null +++ b/Symbolic/Resources/material-icons/vertical_shades_closed.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vertical_split.default.svg b/Symbolic/Resources/material-icons/vertical_split.default.svg new file mode 100644 index 0000000000..fe35111308 --- /dev/null +++ b/Symbolic/Resources/material-icons/vertical_split.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vertical_split.outlined.svg b/Symbolic/Resources/material-icons/vertical_split.outlined.svg new file mode 100644 index 0000000000..2dee74cde7 --- /dev/null +++ b/Symbolic/Resources/material-icons/vertical_split.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vertical_split.round.svg b/Symbolic/Resources/material-icons/vertical_split.round.svg new file mode 100644 index 0000000000..e76360d15a --- /dev/null +++ b/Symbolic/Resources/material-icons/vertical_split.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vertical_split.sharp.svg b/Symbolic/Resources/material-icons/vertical_split.sharp.svg new file mode 100644 index 0000000000..fe35111308 --- /dev/null +++ b/Symbolic/Resources/material-icons/vertical_split.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vertical_split.twotone.svg b/Symbolic/Resources/material-icons/vertical_split.twotone.svg new file mode 100644 index 0000000000..639fa251a1 --- /dev/null +++ b/Symbolic/Resources/material-icons/vertical_split.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vibration.default.svg b/Symbolic/Resources/material-icons/vibration.default.svg new file mode 100644 index 0000000000..b36b4be290 --- /dev/null +++ b/Symbolic/Resources/material-icons/vibration.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vibration.outlined.svg b/Symbolic/Resources/material-icons/vibration.outlined.svg new file mode 100644 index 0000000000..683959a781 --- /dev/null +++ b/Symbolic/Resources/material-icons/vibration.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vibration.round.svg b/Symbolic/Resources/material-icons/vibration.round.svg new file mode 100644 index 0000000000..1e3324429c --- /dev/null +++ b/Symbolic/Resources/material-icons/vibration.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vibration.sharp.svg b/Symbolic/Resources/material-icons/vibration.sharp.svg new file mode 100644 index 0000000000..52c446997f --- /dev/null +++ b/Symbolic/Resources/material-icons/vibration.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vibration.twotone.svg b/Symbolic/Resources/material-icons/vibration.twotone.svg new file mode 100644 index 0000000000..3c2457fe4c --- /dev/null +++ b/Symbolic/Resources/material-icons/vibration.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_call.default.svg b/Symbolic/Resources/material-icons/video_call.default.svg new file mode 100644 index 0000000000..5b51379c49 --- /dev/null +++ b/Symbolic/Resources/material-icons/video_call.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_call.outlined.svg b/Symbolic/Resources/material-icons/video_call.outlined.svg new file mode 100644 index 0000000000..8517d19349 --- /dev/null +++ b/Symbolic/Resources/material-icons/video_call.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_call.round.svg b/Symbolic/Resources/material-icons/video_call.round.svg new file mode 100644 index 0000000000..a680785eca --- /dev/null +++ b/Symbolic/Resources/material-icons/video_call.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_call.sharp.svg b/Symbolic/Resources/material-icons/video_call.sharp.svg new file mode 100644 index 0000000000..4a0118c8a0 --- /dev/null +++ b/Symbolic/Resources/material-icons/video_call.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_call.twotone.svg b/Symbolic/Resources/material-icons/video_call.twotone.svg new file mode 100644 index 0000000000..1dd9af110c --- /dev/null +++ b/Symbolic/Resources/material-icons/video_call.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_camera_back.default.svg b/Symbolic/Resources/material-icons/video_camera_back.default.svg new file mode 100644 index 0000000000..26d140793c --- /dev/null +++ b/Symbolic/Resources/material-icons/video_camera_back.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_camera_back.outlined.svg b/Symbolic/Resources/material-icons/video_camera_back.outlined.svg new file mode 100644 index 0000000000..d064ffbca0 --- /dev/null +++ b/Symbolic/Resources/material-icons/video_camera_back.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_camera_back.round.svg b/Symbolic/Resources/material-icons/video_camera_back.round.svg new file mode 100644 index 0000000000..4a986e72c3 --- /dev/null +++ b/Symbolic/Resources/material-icons/video_camera_back.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_camera_back.sharp.svg b/Symbolic/Resources/material-icons/video_camera_back.sharp.svg new file mode 100644 index 0000000000..f20b62d49a --- /dev/null +++ b/Symbolic/Resources/material-icons/video_camera_back.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_camera_back.twotone.svg b/Symbolic/Resources/material-icons/video_camera_back.twotone.svg new file mode 100644 index 0000000000..bb462c3ce7 --- /dev/null +++ b/Symbolic/Resources/material-icons/video_camera_back.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_camera_front.default.svg b/Symbolic/Resources/material-icons/video_camera_front.default.svg new file mode 100644 index 0000000000..4e5525edc7 --- /dev/null +++ b/Symbolic/Resources/material-icons/video_camera_front.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_camera_front.outlined.svg b/Symbolic/Resources/material-icons/video_camera_front.outlined.svg new file mode 100644 index 0000000000..d73b347604 --- /dev/null +++ b/Symbolic/Resources/material-icons/video_camera_front.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_camera_front.round.svg b/Symbolic/Resources/material-icons/video_camera_front.round.svg new file mode 100644 index 0000000000..a3ae913962 --- /dev/null +++ b/Symbolic/Resources/material-icons/video_camera_front.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_camera_front.sharp.svg b/Symbolic/Resources/material-icons/video_camera_front.sharp.svg new file mode 100644 index 0000000000..c03466613a --- /dev/null +++ b/Symbolic/Resources/material-icons/video_camera_front.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_camera_front.twotone.svg b/Symbolic/Resources/material-icons/video_camera_front.twotone.svg new file mode 100644 index 0000000000..b56a478026 --- /dev/null +++ b/Symbolic/Resources/material-icons/video_camera_front.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_chat.default.svg b/Symbolic/Resources/material-icons/video_chat.default.svg new file mode 100644 index 0000000000..a948c169c4 --- /dev/null +++ b/Symbolic/Resources/material-icons/video_chat.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_chat.outlined.svg b/Symbolic/Resources/material-icons/video_chat.outlined.svg new file mode 100644 index 0000000000..20cfecdfff --- /dev/null +++ b/Symbolic/Resources/material-icons/video_chat.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_chat.round.svg b/Symbolic/Resources/material-icons/video_chat.round.svg new file mode 100644 index 0000000000..5c495b409a --- /dev/null +++ b/Symbolic/Resources/material-icons/video_chat.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_chat.sharp.svg b/Symbolic/Resources/material-icons/video_chat.sharp.svg new file mode 100644 index 0000000000..60e278d8b6 --- /dev/null +++ b/Symbolic/Resources/material-icons/video_chat.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_chat.twotone.svg b/Symbolic/Resources/material-icons/video_chat.twotone.svg new file mode 100644 index 0000000000..92b58ebfa1 --- /dev/null +++ b/Symbolic/Resources/material-icons/video_chat.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_file.default.svg b/Symbolic/Resources/material-icons/video_file.default.svg new file mode 100644 index 0000000000..024a049780 --- /dev/null +++ b/Symbolic/Resources/material-icons/video_file.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_file.outlined.svg b/Symbolic/Resources/material-icons/video_file.outlined.svg new file mode 100644 index 0000000000..5c6d7a03c0 --- /dev/null +++ b/Symbolic/Resources/material-icons/video_file.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_file.round.svg b/Symbolic/Resources/material-icons/video_file.round.svg new file mode 100644 index 0000000000..495dd19424 --- /dev/null +++ b/Symbolic/Resources/material-icons/video_file.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_file.sharp.svg b/Symbolic/Resources/material-icons/video_file.sharp.svg new file mode 100644 index 0000000000..426648dc2e --- /dev/null +++ b/Symbolic/Resources/material-icons/video_file.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_file.twotone.svg b/Symbolic/Resources/material-icons/video_file.twotone.svg new file mode 100644 index 0000000000..1f30227bee --- /dev/null +++ b/Symbolic/Resources/material-icons/video_file.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_label.default.svg b/Symbolic/Resources/material-icons/video_label.default.svg new file mode 100644 index 0000000000..44edd662b9 --- /dev/null +++ b/Symbolic/Resources/material-icons/video_label.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_label.outlined.svg b/Symbolic/Resources/material-icons/video_label.outlined.svg new file mode 100644 index 0000000000..44edd662b9 --- /dev/null +++ b/Symbolic/Resources/material-icons/video_label.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_label.round.svg b/Symbolic/Resources/material-icons/video_label.round.svg new file mode 100644 index 0000000000..f75a66025b --- /dev/null +++ b/Symbolic/Resources/material-icons/video_label.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_label.sharp.svg b/Symbolic/Resources/material-icons/video_label.sharp.svg new file mode 100644 index 0000000000..2d9b2b9580 --- /dev/null +++ b/Symbolic/Resources/material-icons/video_label.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_label.twotone.svg b/Symbolic/Resources/material-icons/video_label.twotone.svg new file mode 100644 index 0000000000..6abc54e611 --- /dev/null +++ b/Symbolic/Resources/material-icons/video_label.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_library.default.svg b/Symbolic/Resources/material-icons/video_library.default.svg new file mode 100644 index 0000000000..b3df72826f --- /dev/null +++ b/Symbolic/Resources/material-icons/video_library.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_library.outlined.svg b/Symbolic/Resources/material-icons/video_library.outlined.svg new file mode 100644 index 0000000000..4e2af8b7ff --- /dev/null +++ b/Symbolic/Resources/material-icons/video_library.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_library.round.svg b/Symbolic/Resources/material-icons/video_library.round.svg new file mode 100644 index 0000000000..575dc3c375 --- /dev/null +++ b/Symbolic/Resources/material-icons/video_library.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_library.sharp.svg b/Symbolic/Resources/material-icons/video_library.sharp.svg new file mode 100644 index 0000000000..55432c1959 --- /dev/null +++ b/Symbolic/Resources/material-icons/video_library.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_library.twotone.svg b/Symbolic/Resources/material-icons/video_library.twotone.svg new file mode 100644 index 0000000000..0e11423c91 --- /dev/null +++ b/Symbolic/Resources/material-icons/video_library.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_settings.default.svg b/Symbolic/Resources/material-icons/video_settings.default.svg new file mode 100644 index 0000000000..15e5c6ce70 --- /dev/null +++ b/Symbolic/Resources/material-icons/video_settings.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_settings.outlined.svg b/Symbolic/Resources/material-icons/video_settings.outlined.svg new file mode 100644 index 0000000000..15e5c6ce70 --- /dev/null +++ b/Symbolic/Resources/material-icons/video_settings.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_settings.round.svg b/Symbolic/Resources/material-icons/video_settings.round.svg new file mode 100644 index 0000000000..bb469a9176 --- /dev/null +++ b/Symbolic/Resources/material-icons/video_settings.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_settings.sharp.svg b/Symbolic/Resources/material-icons/video_settings.sharp.svg new file mode 100644 index 0000000000..43d83ef43e --- /dev/null +++ b/Symbolic/Resources/material-icons/video_settings.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_settings.twotone.svg b/Symbolic/Resources/material-icons/video_settings.twotone.svg new file mode 100644 index 0000000000..15e5c6ce70 --- /dev/null +++ b/Symbolic/Resources/material-icons/video_settings.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_stable.default.svg b/Symbolic/Resources/material-icons/video_stable.default.svg new file mode 100644 index 0000000000..db6dd8ba32 --- /dev/null +++ b/Symbolic/Resources/material-icons/video_stable.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_stable.outlined.svg b/Symbolic/Resources/material-icons/video_stable.outlined.svg new file mode 100644 index 0000000000..45706f0237 --- /dev/null +++ b/Symbolic/Resources/material-icons/video_stable.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_stable.round.svg b/Symbolic/Resources/material-icons/video_stable.round.svg new file mode 100644 index 0000000000..2b427a9e21 --- /dev/null +++ b/Symbolic/Resources/material-icons/video_stable.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_stable.sharp.svg b/Symbolic/Resources/material-icons/video_stable.sharp.svg new file mode 100644 index 0000000000..ebb5b868c3 --- /dev/null +++ b/Symbolic/Resources/material-icons/video_stable.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/video_stable.twotone.svg b/Symbolic/Resources/material-icons/video_stable.twotone.svg new file mode 100644 index 0000000000..7ea5bf7b21 --- /dev/null +++ b/Symbolic/Resources/material-icons/video_stable.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/videocam.default.svg b/Symbolic/Resources/material-icons/videocam.default.svg new file mode 100644 index 0000000000..49a20acb06 --- /dev/null +++ b/Symbolic/Resources/material-icons/videocam.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/videocam.outlined.svg b/Symbolic/Resources/material-icons/videocam.outlined.svg new file mode 100644 index 0000000000..c4ad8b3b1d --- /dev/null +++ b/Symbolic/Resources/material-icons/videocam.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/videocam.round.svg b/Symbolic/Resources/material-icons/videocam.round.svg new file mode 100644 index 0000000000..3b527f6326 --- /dev/null +++ b/Symbolic/Resources/material-icons/videocam.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/videocam.sharp.svg b/Symbolic/Resources/material-icons/videocam.sharp.svg new file mode 100644 index 0000000000..67db6b2bd2 --- /dev/null +++ b/Symbolic/Resources/material-icons/videocam.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/videocam.twotone.svg b/Symbolic/Resources/material-icons/videocam.twotone.svg new file mode 100644 index 0000000000..6c19850a34 --- /dev/null +++ b/Symbolic/Resources/material-icons/videocam.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/videocam_off.default.svg b/Symbolic/Resources/material-icons/videocam_off.default.svg new file mode 100644 index 0000000000..f5fcd7c81b --- /dev/null +++ b/Symbolic/Resources/material-icons/videocam_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/videocam_off.outlined.svg b/Symbolic/Resources/material-icons/videocam_off.outlined.svg new file mode 100644 index 0000000000..18a3779735 --- /dev/null +++ b/Symbolic/Resources/material-icons/videocam_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/videocam_off.round.svg b/Symbolic/Resources/material-icons/videocam_off.round.svg new file mode 100644 index 0000000000..d932584970 --- /dev/null +++ b/Symbolic/Resources/material-icons/videocam_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/videocam_off.sharp.svg b/Symbolic/Resources/material-icons/videocam_off.sharp.svg new file mode 100644 index 0000000000..30161c0b55 --- /dev/null +++ b/Symbolic/Resources/material-icons/videocam_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/videocam_off.twotone.svg b/Symbolic/Resources/material-icons/videocam_off.twotone.svg new file mode 100644 index 0000000000..4399b74a0c --- /dev/null +++ b/Symbolic/Resources/material-icons/videocam_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/videogame_asset.default.svg b/Symbolic/Resources/material-icons/videogame_asset.default.svg new file mode 100644 index 0000000000..f29ca63f21 --- /dev/null +++ b/Symbolic/Resources/material-icons/videogame_asset.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/videogame_asset.outlined.svg b/Symbolic/Resources/material-icons/videogame_asset.outlined.svg new file mode 100644 index 0000000000..9b8f034649 --- /dev/null +++ b/Symbolic/Resources/material-icons/videogame_asset.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/videogame_asset.round.svg b/Symbolic/Resources/material-icons/videogame_asset.round.svg new file mode 100644 index 0000000000..29e3d115e4 --- /dev/null +++ b/Symbolic/Resources/material-icons/videogame_asset.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/videogame_asset.sharp.svg b/Symbolic/Resources/material-icons/videogame_asset.sharp.svg new file mode 100644 index 0000000000..aaa8befef9 --- /dev/null +++ b/Symbolic/Resources/material-icons/videogame_asset.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/videogame_asset.twotone.svg b/Symbolic/Resources/material-icons/videogame_asset.twotone.svg new file mode 100644 index 0000000000..e2aedbbc75 --- /dev/null +++ b/Symbolic/Resources/material-icons/videogame_asset.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/videogame_asset_off.default.svg b/Symbolic/Resources/material-icons/videogame_asset_off.default.svg new file mode 100644 index 0000000000..d0d0c200db --- /dev/null +++ b/Symbolic/Resources/material-icons/videogame_asset_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/videogame_asset_off.outlined.svg b/Symbolic/Resources/material-icons/videogame_asset_off.outlined.svg new file mode 100644 index 0000000000..f10a3cd4ba --- /dev/null +++ b/Symbolic/Resources/material-icons/videogame_asset_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/videogame_asset_off.round.svg b/Symbolic/Resources/material-icons/videogame_asset_off.round.svg new file mode 100644 index 0000000000..8fbf80c17d --- /dev/null +++ b/Symbolic/Resources/material-icons/videogame_asset_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/videogame_asset_off.sharp.svg b/Symbolic/Resources/material-icons/videogame_asset_off.sharp.svg new file mode 100644 index 0000000000..85565f351f --- /dev/null +++ b/Symbolic/Resources/material-icons/videogame_asset_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/videogame_asset_off.twotone.svg b/Symbolic/Resources/material-icons/videogame_asset_off.twotone.svg new file mode 100644 index 0000000000..b7ef4fb8ce --- /dev/null +++ b/Symbolic/Resources/material-icons/videogame_asset_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_agenda.default.svg b/Symbolic/Resources/material-icons/view_agenda.default.svg new file mode 100644 index 0000000000..1c60b76f41 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_agenda.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_agenda.outlined.svg b/Symbolic/Resources/material-icons/view_agenda.outlined.svg new file mode 100644 index 0000000000..37238e3e57 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_agenda.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_agenda.round.svg b/Symbolic/Resources/material-icons/view_agenda.round.svg new file mode 100644 index 0000000000..eb85c65240 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_agenda.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_agenda.sharp.svg b/Symbolic/Resources/material-icons/view_agenda.sharp.svg new file mode 100644 index 0000000000..76a6fa4cd9 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_agenda.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_agenda.twotone.svg b/Symbolic/Resources/material-icons/view_agenda.twotone.svg new file mode 100644 index 0000000000..73b2dc72cc --- /dev/null +++ b/Symbolic/Resources/material-icons/view_agenda.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_array.default.svg b/Symbolic/Resources/material-icons/view_array.default.svg new file mode 100644 index 0000000000..7e70c9457b --- /dev/null +++ b/Symbolic/Resources/material-icons/view_array.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_array.outlined.svg b/Symbolic/Resources/material-icons/view_array.outlined.svg new file mode 100644 index 0000000000..7611c602ac --- /dev/null +++ b/Symbolic/Resources/material-icons/view_array.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_array.round.svg b/Symbolic/Resources/material-icons/view_array.round.svg new file mode 100644 index 0000000000..d21b7551db --- /dev/null +++ b/Symbolic/Resources/material-icons/view_array.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_array.sharp.svg b/Symbolic/Resources/material-icons/view_array.sharp.svg new file mode 100644 index 0000000000..7e70c9457b --- /dev/null +++ b/Symbolic/Resources/material-icons/view_array.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_array.twotone.svg b/Symbolic/Resources/material-icons/view_array.twotone.svg new file mode 100644 index 0000000000..d1742e8558 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_array.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_carousel.default.svg b/Symbolic/Resources/material-icons/view_carousel.default.svg new file mode 100644 index 0000000000..8b35482177 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_carousel.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_carousel.outlined.svg b/Symbolic/Resources/material-icons/view_carousel.outlined.svg new file mode 100644 index 0000000000..007c6a88f9 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_carousel.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_carousel.round.svg b/Symbolic/Resources/material-icons/view_carousel.round.svg new file mode 100644 index 0000000000..4385592307 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_carousel.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_carousel.sharp.svg b/Symbolic/Resources/material-icons/view_carousel.sharp.svg new file mode 100644 index 0000000000..8b35482177 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_carousel.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_carousel.twotone.svg b/Symbolic/Resources/material-icons/view_carousel.twotone.svg new file mode 100644 index 0000000000..3a708fb367 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_carousel.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_column.default.svg b/Symbolic/Resources/material-icons/view_column.default.svg new file mode 100644 index 0000000000..1af8e377a1 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_column.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_column.outlined.svg b/Symbolic/Resources/material-icons/view_column.outlined.svg new file mode 100644 index 0000000000..62670b5715 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_column.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_column.round.svg b/Symbolic/Resources/material-icons/view_column.round.svg new file mode 100644 index 0000000000..079f529cbf --- /dev/null +++ b/Symbolic/Resources/material-icons/view_column.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_column.sharp.svg b/Symbolic/Resources/material-icons/view_column.sharp.svg new file mode 100644 index 0000000000..1af8e377a1 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_column.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_column.twotone.svg b/Symbolic/Resources/material-icons/view_column.twotone.svg new file mode 100644 index 0000000000..3d0ccedb3c --- /dev/null +++ b/Symbolic/Resources/material-icons/view_column.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_comfy.default.svg b/Symbolic/Resources/material-icons/view_comfy.default.svg new file mode 100644 index 0000000000..d76ab7e127 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_comfy.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_comfy.outlined.svg b/Symbolic/Resources/material-icons/view_comfy.outlined.svg new file mode 100644 index 0000000000..ef50bcf1f7 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_comfy.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_comfy.round.svg b/Symbolic/Resources/material-icons/view_comfy.round.svg new file mode 100644 index 0000000000..755450d516 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_comfy.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_comfy.sharp.svg b/Symbolic/Resources/material-icons/view_comfy.sharp.svg new file mode 100644 index 0000000000..d76ab7e127 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_comfy.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_comfy.twotone.svg b/Symbolic/Resources/material-icons/view_comfy.twotone.svg new file mode 100644 index 0000000000..5dab7ec5a5 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_comfy.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_comfy_alt.default.svg b/Symbolic/Resources/material-icons/view_comfy_alt.default.svg new file mode 100644 index 0000000000..8485cc2b78 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_comfy_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_comfy_alt.outlined.svg b/Symbolic/Resources/material-icons/view_comfy_alt.outlined.svg new file mode 100644 index 0000000000..c0e2052820 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_comfy_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_comfy_alt.round.svg b/Symbolic/Resources/material-icons/view_comfy_alt.round.svg new file mode 100644 index 0000000000..c7b435c0b5 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_comfy_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_comfy_alt.sharp.svg b/Symbolic/Resources/material-icons/view_comfy_alt.sharp.svg new file mode 100644 index 0000000000..6a0fe149b8 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_comfy_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_comfy_alt.twotone.svg b/Symbolic/Resources/material-icons/view_comfy_alt.twotone.svg new file mode 100644 index 0000000000..9987e9a4c1 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_comfy_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_compact.default.svg b/Symbolic/Resources/material-icons/view_compact.default.svg new file mode 100644 index 0000000000..effe6c7d44 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_compact.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_compact.outlined.svg b/Symbolic/Resources/material-icons/view_compact.outlined.svg new file mode 100644 index 0000000000..8dfbb06425 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_compact.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_compact.round.svg b/Symbolic/Resources/material-icons/view_compact.round.svg new file mode 100644 index 0000000000..effe6c7d44 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_compact.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_compact.sharp.svg b/Symbolic/Resources/material-icons/view_compact.sharp.svg new file mode 100644 index 0000000000..effe6c7d44 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_compact.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_compact.twotone.svg b/Symbolic/Resources/material-icons/view_compact.twotone.svg new file mode 100644 index 0000000000..1dbf661179 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_compact.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_compact_alt.default.svg b/Symbolic/Resources/material-icons/view_compact_alt.default.svg new file mode 100644 index 0000000000..d74d13a6d6 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_compact_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_compact_alt.outlined.svg b/Symbolic/Resources/material-icons/view_compact_alt.outlined.svg new file mode 100644 index 0000000000..0bcdf0f97f --- /dev/null +++ b/Symbolic/Resources/material-icons/view_compact_alt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_compact_alt.round.svg b/Symbolic/Resources/material-icons/view_compact_alt.round.svg new file mode 100644 index 0000000000..bd23df53cc --- /dev/null +++ b/Symbolic/Resources/material-icons/view_compact_alt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_compact_alt.sharp.svg b/Symbolic/Resources/material-icons/view_compact_alt.sharp.svg new file mode 100644 index 0000000000..9cffeb5874 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_compact_alt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_compact_alt.twotone.svg b/Symbolic/Resources/material-icons/view_compact_alt.twotone.svg new file mode 100644 index 0000000000..e7e9f7fe61 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_compact_alt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_cozy.default.svg b/Symbolic/Resources/material-icons/view_cozy.default.svg new file mode 100644 index 0000000000..02879b471a --- /dev/null +++ b/Symbolic/Resources/material-icons/view_cozy.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_cozy.outlined.svg b/Symbolic/Resources/material-icons/view_cozy.outlined.svg new file mode 100644 index 0000000000..faf5699bf8 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_cozy.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_cozy.round.svg b/Symbolic/Resources/material-icons/view_cozy.round.svg new file mode 100644 index 0000000000..d938c62744 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_cozy.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_cozy.sharp.svg b/Symbolic/Resources/material-icons/view_cozy.sharp.svg new file mode 100644 index 0000000000..4e2bf55a2d --- /dev/null +++ b/Symbolic/Resources/material-icons/view_cozy.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_cozy.twotone.svg b/Symbolic/Resources/material-icons/view_cozy.twotone.svg new file mode 100644 index 0000000000..e2d5a50974 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_cozy.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_day.default.svg b/Symbolic/Resources/material-icons/view_day.default.svg new file mode 100644 index 0000000000..12e5e9cd26 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_day.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_day.outlined.svg b/Symbolic/Resources/material-icons/view_day.outlined.svg new file mode 100644 index 0000000000..83e127bcb7 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_day.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_day.round.svg b/Symbolic/Resources/material-icons/view_day.round.svg new file mode 100644 index 0000000000..e9775ae770 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_day.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_day.sharp.svg b/Symbolic/Resources/material-icons/view_day.sharp.svg new file mode 100644 index 0000000000..15979877ce --- /dev/null +++ b/Symbolic/Resources/material-icons/view_day.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_day.twotone.svg b/Symbolic/Resources/material-icons/view_day.twotone.svg new file mode 100644 index 0000000000..c57550aa29 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_day.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_headline.default.svg b/Symbolic/Resources/material-icons/view_headline.default.svg new file mode 100644 index 0000000000..6e6e258076 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_headline.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_headline.outlined.svg b/Symbolic/Resources/material-icons/view_headline.outlined.svg new file mode 100644 index 0000000000..6e6e258076 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_headline.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_headline.round.svg b/Symbolic/Resources/material-icons/view_headline.round.svg new file mode 100644 index 0000000000..3c8671ffb2 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_headline.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_headline.sharp.svg b/Symbolic/Resources/material-icons/view_headline.sharp.svg new file mode 100644 index 0000000000..6e6e258076 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_headline.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_headline.twotone.svg b/Symbolic/Resources/material-icons/view_headline.twotone.svg new file mode 100644 index 0000000000..6e6e258076 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_headline.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_in_ar.default.svg b/Symbolic/Resources/material-icons/view_in_ar.default.svg new file mode 100644 index 0000000000..5bf07362bb --- /dev/null +++ b/Symbolic/Resources/material-icons/view_in_ar.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_in_ar.outlined.svg b/Symbolic/Resources/material-icons/view_in_ar.outlined.svg new file mode 100644 index 0000000000..637484d42d --- /dev/null +++ b/Symbolic/Resources/material-icons/view_in_ar.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_in_ar.round.svg b/Symbolic/Resources/material-icons/view_in_ar.round.svg new file mode 100644 index 0000000000..cd21d7f8ef --- /dev/null +++ b/Symbolic/Resources/material-icons/view_in_ar.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_in_ar.sharp.svg b/Symbolic/Resources/material-icons/view_in_ar.sharp.svg new file mode 100644 index 0000000000..d99189c4e9 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_in_ar.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_in_ar.twotone.svg b/Symbolic/Resources/material-icons/view_in_ar.twotone.svg new file mode 100644 index 0000000000..3bb0b48b0b --- /dev/null +++ b/Symbolic/Resources/material-icons/view_in_ar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_kanban.default.svg b/Symbolic/Resources/material-icons/view_kanban.default.svg new file mode 100644 index 0000000000..953cfe0765 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_kanban.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_kanban.outlined.svg b/Symbolic/Resources/material-icons/view_kanban.outlined.svg new file mode 100644 index 0000000000..9628d61873 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_kanban.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_kanban.round.svg b/Symbolic/Resources/material-icons/view_kanban.round.svg new file mode 100644 index 0000000000..0f8ac1ef80 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_kanban.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_kanban.sharp.svg b/Symbolic/Resources/material-icons/view_kanban.sharp.svg new file mode 100644 index 0000000000..0c8fee1f48 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_kanban.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_kanban.twotone.svg b/Symbolic/Resources/material-icons/view_kanban.twotone.svg new file mode 100644 index 0000000000..179a6d3090 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_kanban.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_list.default.svg b/Symbolic/Resources/material-icons/view_list.default.svg new file mode 100644 index 0000000000..b533c758f5 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_list.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_list.outlined.svg b/Symbolic/Resources/material-icons/view_list.outlined.svg new file mode 100644 index 0000000000..4eff562fbe --- /dev/null +++ b/Symbolic/Resources/material-icons/view_list.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_list.round.svg b/Symbolic/Resources/material-icons/view_list.round.svg new file mode 100644 index 0000000000..b5c66075f5 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_list.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_list.sharp.svg b/Symbolic/Resources/material-icons/view_list.sharp.svg new file mode 100644 index 0000000000..b533c758f5 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_list.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_list.twotone.svg b/Symbolic/Resources/material-icons/view_list.twotone.svg new file mode 100644 index 0000000000..095afc3791 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_list.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_module.default.svg b/Symbolic/Resources/material-icons/view_module.default.svg new file mode 100644 index 0000000000..bbad7caa4b --- /dev/null +++ b/Symbolic/Resources/material-icons/view_module.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_module.outlined.svg b/Symbolic/Resources/material-icons/view_module.outlined.svg new file mode 100644 index 0000000000..3db74b4b0c --- /dev/null +++ b/Symbolic/Resources/material-icons/view_module.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_module.round.svg b/Symbolic/Resources/material-icons/view_module.round.svg new file mode 100644 index 0000000000..65be26faa1 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_module.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_module.sharp.svg b/Symbolic/Resources/material-icons/view_module.sharp.svg new file mode 100644 index 0000000000..bbad7caa4b --- /dev/null +++ b/Symbolic/Resources/material-icons/view_module.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_module.twotone.svg b/Symbolic/Resources/material-icons/view_module.twotone.svg new file mode 100644 index 0000000000..16554da5c5 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_module.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_quilt.default.svg b/Symbolic/Resources/material-icons/view_quilt.default.svg new file mode 100644 index 0000000000..491299426a --- /dev/null +++ b/Symbolic/Resources/material-icons/view_quilt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_quilt.outlined.svg b/Symbolic/Resources/material-icons/view_quilt.outlined.svg new file mode 100644 index 0000000000..b9a2fde2ab --- /dev/null +++ b/Symbolic/Resources/material-icons/view_quilt.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_quilt.round.svg b/Symbolic/Resources/material-icons/view_quilt.round.svg new file mode 100644 index 0000000000..fcdec62045 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_quilt.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_quilt.sharp.svg b/Symbolic/Resources/material-icons/view_quilt.sharp.svg new file mode 100644 index 0000000000..491299426a --- /dev/null +++ b/Symbolic/Resources/material-icons/view_quilt.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_quilt.twotone.svg b/Symbolic/Resources/material-icons/view_quilt.twotone.svg new file mode 100644 index 0000000000..8f2d7a7fea --- /dev/null +++ b/Symbolic/Resources/material-icons/view_quilt.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_sidebar.default.svg b/Symbolic/Resources/material-icons/view_sidebar.default.svg new file mode 100644 index 0000000000..a3817e0fac --- /dev/null +++ b/Symbolic/Resources/material-icons/view_sidebar.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_sidebar.outlined.svg b/Symbolic/Resources/material-icons/view_sidebar.outlined.svg new file mode 100644 index 0000000000..24357b1526 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_sidebar.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_sidebar.round.svg b/Symbolic/Resources/material-icons/view_sidebar.round.svg new file mode 100644 index 0000000000..30650dabc8 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_sidebar.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_sidebar.sharp.svg b/Symbolic/Resources/material-icons/view_sidebar.sharp.svg new file mode 100644 index 0000000000..a3817e0fac --- /dev/null +++ b/Symbolic/Resources/material-icons/view_sidebar.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_sidebar.twotone.svg b/Symbolic/Resources/material-icons/view_sidebar.twotone.svg new file mode 100644 index 0000000000..d75c06a813 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_sidebar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_stream.default.svg b/Symbolic/Resources/material-icons/view_stream.default.svg new file mode 100644 index 0000000000..56f5799bdc --- /dev/null +++ b/Symbolic/Resources/material-icons/view_stream.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_stream.outlined.svg b/Symbolic/Resources/material-icons/view_stream.outlined.svg new file mode 100644 index 0000000000..0d0461bd24 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_stream.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_stream.round.svg b/Symbolic/Resources/material-icons/view_stream.round.svg new file mode 100644 index 0000000000..56f5799bdc --- /dev/null +++ b/Symbolic/Resources/material-icons/view_stream.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_stream.sharp.svg b/Symbolic/Resources/material-icons/view_stream.sharp.svg new file mode 100644 index 0000000000..f1e3062b16 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_stream.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_stream.twotone.svg b/Symbolic/Resources/material-icons/view_stream.twotone.svg new file mode 100644 index 0000000000..b2b292dde5 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_stream.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_timeline.default.svg b/Symbolic/Resources/material-icons/view_timeline.default.svg new file mode 100644 index 0000000000..5579675c58 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_timeline.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_timeline.outlined.svg b/Symbolic/Resources/material-icons/view_timeline.outlined.svg new file mode 100644 index 0000000000..79bf2c9448 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_timeline.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_timeline.round.svg b/Symbolic/Resources/material-icons/view_timeline.round.svg new file mode 100644 index 0000000000..e1c93f150c --- /dev/null +++ b/Symbolic/Resources/material-icons/view_timeline.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_timeline.sharp.svg b/Symbolic/Resources/material-icons/view_timeline.sharp.svg new file mode 100644 index 0000000000..2cc69eb5dd --- /dev/null +++ b/Symbolic/Resources/material-icons/view_timeline.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_timeline.twotone.svg b/Symbolic/Resources/material-icons/view_timeline.twotone.svg new file mode 100644 index 0000000000..c160bb8546 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_timeline.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_week.default.svg b/Symbolic/Resources/material-icons/view_week.default.svg new file mode 100644 index 0000000000..d7a2487055 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_week.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_week.outlined.svg b/Symbolic/Resources/material-icons/view_week.outlined.svg new file mode 100644 index 0000000000..ec8fc0a674 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_week.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_week.round.svg b/Symbolic/Resources/material-icons/view_week.round.svg new file mode 100644 index 0000000000..d7a2487055 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_week.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_week.sharp.svg b/Symbolic/Resources/material-icons/view_week.sharp.svg new file mode 100644 index 0000000000..84ad518702 --- /dev/null +++ b/Symbolic/Resources/material-icons/view_week.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/view_week.twotone.svg b/Symbolic/Resources/material-icons/view_week.twotone.svg new file mode 100644 index 0000000000..12c162a37a --- /dev/null +++ b/Symbolic/Resources/material-icons/view_week.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vignette.default.svg b/Symbolic/Resources/material-icons/vignette.default.svg new file mode 100644 index 0000000000..86b5da7e82 --- /dev/null +++ b/Symbolic/Resources/material-icons/vignette.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vignette.outlined.svg b/Symbolic/Resources/material-icons/vignette.outlined.svg new file mode 100644 index 0000000000..69b1163294 --- /dev/null +++ b/Symbolic/Resources/material-icons/vignette.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vignette.round.svg b/Symbolic/Resources/material-icons/vignette.round.svg new file mode 100644 index 0000000000..86b5da7e82 --- /dev/null +++ b/Symbolic/Resources/material-icons/vignette.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vignette.sharp.svg b/Symbolic/Resources/material-icons/vignette.sharp.svg new file mode 100644 index 0000000000..747da58ee3 --- /dev/null +++ b/Symbolic/Resources/material-icons/vignette.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vignette.twotone.svg b/Symbolic/Resources/material-icons/vignette.twotone.svg new file mode 100644 index 0000000000..363a1161e7 --- /dev/null +++ b/Symbolic/Resources/material-icons/vignette.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/villa.default.svg b/Symbolic/Resources/material-icons/villa.default.svg new file mode 100644 index 0000000000..e4b3559336 --- /dev/null +++ b/Symbolic/Resources/material-icons/villa.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/villa.outlined.svg b/Symbolic/Resources/material-icons/villa.outlined.svg new file mode 100644 index 0000000000..6eadc71523 --- /dev/null +++ b/Symbolic/Resources/material-icons/villa.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/villa.round.svg b/Symbolic/Resources/material-icons/villa.round.svg new file mode 100644 index 0000000000..36d345093c --- /dev/null +++ b/Symbolic/Resources/material-icons/villa.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/villa.sharp.svg b/Symbolic/Resources/material-icons/villa.sharp.svg new file mode 100644 index 0000000000..e4b3559336 --- /dev/null +++ b/Symbolic/Resources/material-icons/villa.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/villa.twotone.svg b/Symbolic/Resources/material-icons/villa.twotone.svg new file mode 100644 index 0000000000..b18eea5172 --- /dev/null +++ b/Symbolic/Resources/material-icons/villa.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/visibility.default.svg b/Symbolic/Resources/material-icons/visibility.default.svg new file mode 100644 index 0000000000..a066f1e16e --- /dev/null +++ b/Symbolic/Resources/material-icons/visibility.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/visibility.outlined.svg b/Symbolic/Resources/material-icons/visibility.outlined.svg new file mode 100644 index 0000000000..7c30e29600 --- /dev/null +++ b/Symbolic/Resources/material-icons/visibility.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/visibility.round.svg b/Symbolic/Resources/material-icons/visibility.round.svg new file mode 100644 index 0000000000..45b08d9832 --- /dev/null +++ b/Symbolic/Resources/material-icons/visibility.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/visibility.sharp.svg b/Symbolic/Resources/material-icons/visibility.sharp.svg new file mode 100644 index 0000000000..45b08d9832 --- /dev/null +++ b/Symbolic/Resources/material-icons/visibility.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/visibility.twotone.svg b/Symbolic/Resources/material-icons/visibility.twotone.svg new file mode 100644 index 0000000000..9f48712268 --- /dev/null +++ b/Symbolic/Resources/material-icons/visibility.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/visibility_off.default.svg b/Symbolic/Resources/material-icons/visibility_off.default.svg new file mode 100644 index 0000000000..cdfda12604 --- /dev/null +++ b/Symbolic/Resources/material-icons/visibility_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/visibility_off.outlined.svg b/Symbolic/Resources/material-icons/visibility_off.outlined.svg new file mode 100644 index 0000000000..0d7ae1acca --- /dev/null +++ b/Symbolic/Resources/material-icons/visibility_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/visibility_off.round.svg b/Symbolic/Resources/material-icons/visibility_off.round.svg new file mode 100644 index 0000000000..6a1d7c3d5c --- /dev/null +++ b/Symbolic/Resources/material-icons/visibility_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/visibility_off.sharp.svg b/Symbolic/Resources/material-icons/visibility_off.sharp.svg new file mode 100644 index 0000000000..b8a6bb3f5d --- /dev/null +++ b/Symbolic/Resources/material-icons/visibility_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/visibility_off.twotone.svg b/Symbolic/Resources/material-icons/visibility_off.twotone.svg new file mode 100644 index 0000000000..32f32b0ea4 --- /dev/null +++ b/Symbolic/Resources/material-icons/visibility_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/voice_chat.default.svg b/Symbolic/Resources/material-icons/voice_chat.default.svg new file mode 100644 index 0000000000..35186efa88 --- /dev/null +++ b/Symbolic/Resources/material-icons/voice_chat.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/voice_chat.outlined.svg b/Symbolic/Resources/material-icons/voice_chat.outlined.svg new file mode 100644 index 0000000000..67305a507e --- /dev/null +++ b/Symbolic/Resources/material-icons/voice_chat.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/voice_chat.round.svg b/Symbolic/Resources/material-icons/voice_chat.round.svg new file mode 100644 index 0000000000..cd8fc83927 --- /dev/null +++ b/Symbolic/Resources/material-icons/voice_chat.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/voice_chat.sharp.svg b/Symbolic/Resources/material-icons/voice_chat.sharp.svg new file mode 100644 index 0000000000..be2f65c3f5 --- /dev/null +++ b/Symbolic/Resources/material-icons/voice_chat.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/voice_chat.twotone.svg b/Symbolic/Resources/material-icons/voice_chat.twotone.svg new file mode 100644 index 0000000000..b7fcbb2478 --- /dev/null +++ b/Symbolic/Resources/material-icons/voice_chat.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/voice_over_off.default.svg b/Symbolic/Resources/material-icons/voice_over_off.default.svg new file mode 100644 index 0000000000..cc6e9009ee --- /dev/null +++ b/Symbolic/Resources/material-icons/voice_over_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/voice_over_off.outlined.svg b/Symbolic/Resources/material-icons/voice_over_off.outlined.svg new file mode 100644 index 0000000000..c87cad6991 --- /dev/null +++ b/Symbolic/Resources/material-icons/voice_over_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/voice_over_off.round.svg b/Symbolic/Resources/material-icons/voice_over_off.round.svg new file mode 100644 index 0000000000..73195bda32 --- /dev/null +++ b/Symbolic/Resources/material-icons/voice_over_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/voice_over_off.sharp.svg b/Symbolic/Resources/material-icons/voice_over_off.sharp.svg new file mode 100644 index 0000000000..3b505e4efc --- /dev/null +++ b/Symbolic/Resources/material-icons/voice_over_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/voice_over_off.twotone.svg b/Symbolic/Resources/material-icons/voice_over_off.twotone.svg new file mode 100644 index 0000000000..5a4ec615d0 --- /dev/null +++ b/Symbolic/Resources/material-icons/voice_over_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/voicemail.default.svg b/Symbolic/Resources/material-icons/voicemail.default.svg new file mode 100644 index 0000000000..0a6e77ccad --- /dev/null +++ b/Symbolic/Resources/material-icons/voicemail.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/voicemail.outlined.svg b/Symbolic/Resources/material-icons/voicemail.outlined.svg new file mode 100644 index 0000000000..bc801ace4d --- /dev/null +++ b/Symbolic/Resources/material-icons/voicemail.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/voicemail.round.svg b/Symbolic/Resources/material-icons/voicemail.round.svg new file mode 100644 index 0000000000..bc801ace4d --- /dev/null +++ b/Symbolic/Resources/material-icons/voicemail.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/voicemail.sharp.svg b/Symbolic/Resources/material-icons/voicemail.sharp.svg new file mode 100644 index 0000000000..bc801ace4d --- /dev/null +++ b/Symbolic/Resources/material-icons/voicemail.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/voicemail.twotone.svg b/Symbolic/Resources/material-icons/voicemail.twotone.svg new file mode 100644 index 0000000000..bc801ace4d --- /dev/null +++ b/Symbolic/Resources/material-icons/voicemail.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/volcano.default.svg b/Symbolic/Resources/material-icons/volcano.default.svg new file mode 100644 index 0000000000..4481818950 --- /dev/null +++ b/Symbolic/Resources/material-icons/volcano.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/volcano.outlined.svg b/Symbolic/Resources/material-icons/volcano.outlined.svg new file mode 100644 index 0000000000..156ae17721 --- /dev/null +++ b/Symbolic/Resources/material-icons/volcano.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/volcano.round.svg b/Symbolic/Resources/material-icons/volcano.round.svg new file mode 100644 index 0000000000..e581bea749 --- /dev/null +++ b/Symbolic/Resources/material-icons/volcano.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/volcano.sharp.svg b/Symbolic/Resources/material-icons/volcano.sharp.svg new file mode 100644 index 0000000000..4481818950 --- /dev/null +++ b/Symbolic/Resources/material-icons/volcano.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/volcano.twotone.svg b/Symbolic/Resources/material-icons/volcano.twotone.svg new file mode 100644 index 0000000000..3e7bbbbdea --- /dev/null +++ b/Symbolic/Resources/material-icons/volcano.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/volume_down.default.svg b/Symbolic/Resources/material-icons/volume_down.default.svg new file mode 100644 index 0000000000..f1c58a1061 --- /dev/null +++ b/Symbolic/Resources/material-icons/volume_down.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/volume_down.outlined.svg b/Symbolic/Resources/material-icons/volume_down.outlined.svg new file mode 100644 index 0000000000..f1d2da0150 --- /dev/null +++ b/Symbolic/Resources/material-icons/volume_down.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/volume_down.round.svg b/Symbolic/Resources/material-icons/volume_down.round.svg new file mode 100644 index 0000000000..d7f13a94eb --- /dev/null +++ b/Symbolic/Resources/material-icons/volume_down.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/volume_down.sharp.svg b/Symbolic/Resources/material-icons/volume_down.sharp.svg new file mode 100644 index 0000000000..f031490710 --- /dev/null +++ b/Symbolic/Resources/material-icons/volume_down.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/volume_down.twotone.svg b/Symbolic/Resources/material-icons/volume_down.twotone.svg new file mode 100644 index 0000000000..d58618744f --- /dev/null +++ b/Symbolic/Resources/material-icons/volume_down.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/volume_down_alt.default.svg b/Symbolic/Resources/material-icons/volume_down_alt.default.svg new file mode 100644 index 0000000000..7c1fd8dfce --- /dev/null +++ b/Symbolic/Resources/material-icons/volume_down_alt.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/volume_mute.default.svg b/Symbolic/Resources/material-icons/volume_mute.default.svg new file mode 100644 index 0000000000..018f6b6d43 --- /dev/null +++ b/Symbolic/Resources/material-icons/volume_mute.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/volume_mute.outlined.svg b/Symbolic/Resources/material-icons/volume_mute.outlined.svg new file mode 100644 index 0000000000..2cf9e86435 --- /dev/null +++ b/Symbolic/Resources/material-icons/volume_mute.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/volume_mute.round.svg b/Symbolic/Resources/material-icons/volume_mute.round.svg new file mode 100644 index 0000000000..05a843f8c7 --- /dev/null +++ b/Symbolic/Resources/material-icons/volume_mute.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/volume_mute.sharp.svg b/Symbolic/Resources/material-icons/volume_mute.sharp.svg new file mode 100644 index 0000000000..c63f1d9628 --- /dev/null +++ b/Symbolic/Resources/material-icons/volume_mute.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/volume_mute.twotone.svg b/Symbolic/Resources/material-icons/volume_mute.twotone.svg new file mode 100644 index 0000000000..e716938ca4 --- /dev/null +++ b/Symbolic/Resources/material-icons/volume_mute.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/volume_off.default.svg b/Symbolic/Resources/material-icons/volume_off.default.svg new file mode 100644 index 0000000000..1208e7542c --- /dev/null +++ b/Symbolic/Resources/material-icons/volume_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/volume_off.outlined.svg b/Symbolic/Resources/material-icons/volume_off.outlined.svg new file mode 100644 index 0000000000..9fdbbf45ab --- /dev/null +++ b/Symbolic/Resources/material-icons/volume_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/volume_off.round.svg b/Symbolic/Resources/material-icons/volume_off.round.svg new file mode 100644 index 0000000000..b4781cc2e0 --- /dev/null +++ b/Symbolic/Resources/material-icons/volume_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/volume_off.sharp.svg b/Symbolic/Resources/material-icons/volume_off.sharp.svg new file mode 100644 index 0000000000..b45cc04219 --- /dev/null +++ b/Symbolic/Resources/material-icons/volume_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/volume_off.twotone.svg b/Symbolic/Resources/material-icons/volume_off.twotone.svg new file mode 100644 index 0000000000..4bf192cf4a --- /dev/null +++ b/Symbolic/Resources/material-icons/volume_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/volume_up.default.svg b/Symbolic/Resources/material-icons/volume_up.default.svg new file mode 100644 index 0000000000..be86f3efb5 --- /dev/null +++ b/Symbolic/Resources/material-icons/volume_up.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/volume_up.outlined.svg b/Symbolic/Resources/material-icons/volume_up.outlined.svg new file mode 100644 index 0000000000..2e7fe9aafe --- /dev/null +++ b/Symbolic/Resources/material-icons/volume_up.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/volume_up.round.svg b/Symbolic/Resources/material-icons/volume_up.round.svg new file mode 100644 index 0000000000..ed3b9e05cd --- /dev/null +++ b/Symbolic/Resources/material-icons/volume_up.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/volume_up.sharp.svg b/Symbolic/Resources/material-icons/volume_up.sharp.svg new file mode 100644 index 0000000000..a3708fb516 --- /dev/null +++ b/Symbolic/Resources/material-icons/volume_up.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/volume_up.twotone.svg b/Symbolic/Resources/material-icons/volume_up.twotone.svg new file mode 100644 index 0000000000..9a623eeed0 --- /dev/null +++ b/Symbolic/Resources/material-icons/volume_up.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/volunteer_activism.default.svg b/Symbolic/Resources/material-icons/volunteer_activism.default.svg new file mode 100644 index 0000000000..12b54200ad --- /dev/null +++ b/Symbolic/Resources/material-icons/volunteer_activism.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/volunteer_activism.outlined.svg b/Symbolic/Resources/material-icons/volunteer_activism.outlined.svg new file mode 100644 index 0000000000..b0d63a9bd6 --- /dev/null +++ b/Symbolic/Resources/material-icons/volunteer_activism.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/volunteer_activism.round.svg b/Symbolic/Resources/material-icons/volunteer_activism.round.svg new file mode 100644 index 0000000000..891a961934 --- /dev/null +++ b/Symbolic/Resources/material-icons/volunteer_activism.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/volunteer_activism.sharp.svg b/Symbolic/Resources/material-icons/volunteer_activism.sharp.svg new file mode 100644 index 0000000000..31befcaf79 --- /dev/null +++ b/Symbolic/Resources/material-icons/volunteer_activism.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/volunteer_activism.twotone.svg b/Symbolic/Resources/material-icons/volunteer_activism.twotone.svg new file mode 100644 index 0000000000..48d7ccfcdc --- /dev/null +++ b/Symbolic/Resources/material-icons/volunteer_activism.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vpn_key.default.svg b/Symbolic/Resources/material-icons/vpn_key.default.svg new file mode 100644 index 0000000000..6dff0bf199 --- /dev/null +++ b/Symbolic/Resources/material-icons/vpn_key.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vpn_key.outlined.svg b/Symbolic/Resources/material-icons/vpn_key.outlined.svg new file mode 100644 index 0000000000..2e959ffffd --- /dev/null +++ b/Symbolic/Resources/material-icons/vpn_key.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vpn_key.round.svg b/Symbolic/Resources/material-icons/vpn_key.round.svg new file mode 100644 index 0000000000..f09d585280 --- /dev/null +++ b/Symbolic/Resources/material-icons/vpn_key.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vpn_key.sharp.svg b/Symbolic/Resources/material-icons/vpn_key.sharp.svg new file mode 100644 index 0000000000..dd10a085e0 --- /dev/null +++ b/Symbolic/Resources/material-icons/vpn_key.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vpn_key.twotone.svg b/Symbolic/Resources/material-icons/vpn_key.twotone.svg new file mode 100644 index 0000000000..bb9e674e6f --- /dev/null +++ b/Symbolic/Resources/material-icons/vpn_key.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vpn_key_off.default.svg b/Symbolic/Resources/material-icons/vpn_key_off.default.svg new file mode 100644 index 0000000000..1b389565b5 --- /dev/null +++ b/Symbolic/Resources/material-icons/vpn_key_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vpn_key_off.outlined.svg b/Symbolic/Resources/material-icons/vpn_key_off.outlined.svg new file mode 100644 index 0000000000..6d56acb3fd --- /dev/null +++ b/Symbolic/Resources/material-icons/vpn_key_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vpn_key_off.round.svg b/Symbolic/Resources/material-icons/vpn_key_off.round.svg new file mode 100644 index 0000000000..fb2d8cc72e --- /dev/null +++ b/Symbolic/Resources/material-icons/vpn_key_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vpn_key_off.sharp.svg b/Symbolic/Resources/material-icons/vpn_key_off.sharp.svg new file mode 100644 index 0000000000..1b389565b5 --- /dev/null +++ b/Symbolic/Resources/material-icons/vpn_key_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vpn_key_off.twotone.svg b/Symbolic/Resources/material-icons/vpn_key_off.twotone.svg new file mode 100644 index 0000000000..a4be9c792b --- /dev/null +++ b/Symbolic/Resources/material-icons/vpn_key_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vpn_lock.default.svg b/Symbolic/Resources/material-icons/vpn_lock.default.svg new file mode 100644 index 0000000000..d2ea4f55c6 --- /dev/null +++ b/Symbolic/Resources/material-icons/vpn_lock.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vpn_lock.outlined.svg b/Symbolic/Resources/material-icons/vpn_lock.outlined.svg new file mode 100644 index 0000000000..871e1c000a --- /dev/null +++ b/Symbolic/Resources/material-icons/vpn_lock.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vpn_lock.round.svg b/Symbolic/Resources/material-icons/vpn_lock.round.svg new file mode 100644 index 0000000000..8ab583236f --- /dev/null +++ b/Symbolic/Resources/material-icons/vpn_lock.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vpn_lock.sharp.svg b/Symbolic/Resources/material-icons/vpn_lock.sharp.svg new file mode 100644 index 0000000000..a13a4770c3 --- /dev/null +++ b/Symbolic/Resources/material-icons/vpn_lock.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vpn_lock.twotone.svg b/Symbolic/Resources/material-icons/vpn_lock.twotone.svg new file mode 100644 index 0000000000..7a9420598c --- /dev/null +++ b/Symbolic/Resources/material-icons/vpn_lock.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vrpano.default.svg b/Symbolic/Resources/material-icons/vrpano.default.svg new file mode 100644 index 0000000000..516b047c18 --- /dev/null +++ b/Symbolic/Resources/material-icons/vrpano.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vrpano.outlined.svg b/Symbolic/Resources/material-icons/vrpano.outlined.svg new file mode 100644 index 0000000000..abe904bdfa --- /dev/null +++ b/Symbolic/Resources/material-icons/vrpano.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vrpano.round.svg b/Symbolic/Resources/material-icons/vrpano.round.svg new file mode 100644 index 0000000000..41eb5942dc --- /dev/null +++ b/Symbolic/Resources/material-icons/vrpano.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vrpano.sharp.svg b/Symbolic/Resources/material-icons/vrpano.sharp.svg new file mode 100644 index 0000000000..b0c5cbdf35 --- /dev/null +++ b/Symbolic/Resources/material-icons/vrpano.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/vrpano.twotone.svg b/Symbolic/Resources/material-icons/vrpano.twotone.svg new file mode 100644 index 0000000000..2f3a4a9a86 --- /dev/null +++ b/Symbolic/Resources/material-icons/vrpano.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wallet.default.svg b/Symbolic/Resources/material-icons/wallet.default.svg new file mode 100644 index 0000000000..6048c2f877 --- /dev/null +++ b/Symbolic/Resources/material-icons/wallet.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wallet.outlined.svg b/Symbolic/Resources/material-icons/wallet.outlined.svg new file mode 100644 index 0000000000..6048c2f877 --- /dev/null +++ b/Symbolic/Resources/material-icons/wallet.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wallet.round.svg b/Symbolic/Resources/material-icons/wallet.round.svg new file mode 100644 index 0000000000..2443759e1a --- /dev/null +++ b/Symbolic/Resources/material-icons/wallet.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wallet.sharp.svg b/Symbolic/Resources/material-icons/wallet.sharp.svg new file mode 100644 index 0000000000..896b4268e5 --- /dev/null +++ b/Symbolic/Resources/material-icons/wallet.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wallet.twotone.svg b/Symbolic/Resources/material-icons/wallet.twotone.svg new file mode 100644 index 0000000000..68d9b2968b --- /dev/null +++ b/Symbolic/Resources/material-icons/wallet.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wallpaper.default.svg b/Symbolic/Resources/material-icons/wallpaper.default.svg new file mode 100644 index 0000000000..92242a3e80 --- /dev/null +++ b/Symbolic/Resources/material-icons/wallpaper.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wallpaper.outlined.svg b/Symbolic/Resources/material-icons/wallpaper.outlined.svg new file mode 100644 index 0000000000..e082e21304 --- /dev/null +++ b/Symbolic/Resources/material-icons/wallpaper.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wallpaper.round.svg b/Symbolic/Resources/material-icons/wallpaper.round.svg new file mode 100644 index 0000000000..4679612e5d --- /dev/null +++ b/Symbolic/Resources/material-icons/wallpaper.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wallpaper.sharp.svg b/Symbolic/Resources/material-icons/wallpaper.sharp.svg new file mode 100644 index 0000000000..61360988a3 --- /dev/null +++ b/Symbolic/Resources/material-icons/wallpaper.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wallpaper.twotone.svg b/Symbolic/Resources/material-icons/wallpaper.twotone.svg new file mode 100644 index 0000000000..e082e21304 --- /dev/null +++ b/Symbolic/Resources/material-icons/wallpaper.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/warehouse.default.svg b/Symbolic/Resources/material-icons/warehouse.default.svg new file mode 100644 index 0000000000..cc3afbb425 --- /dev/null +++ b/Symbolic/Resources/material-icons/warehouse.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/warehouse.outlined.svg b/Symbolic/Resources/material-icons/warehouse.outlined.svg new file mode 100644 index 0000000000..086ac455db --- /dev/null +++ b/Symbolic/Resources/material-icons/warehouse.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/warehouse.round.svg b/Symbolic/Resources/material-icons/warehouse.round.svg new file mode 100644 index 0000000000..abfaf99162 --- /dev/null +++ b/Symbolic/Resources/material-icons/warehouse.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/warehouse.sharp.svg b/Symbolic/Resources/material-icons/warehouse.sharp.svg new file mode 100644 index 0000000000..cc3afbb425 --- /dev/null +++ b/Symbolic/Resources/material-icons/warehouse.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/warehouse.twotone.svg b/Symbolic/Resources/material-icons/warehouse.twotone.svg new file mode 100644 index 0000000000..086ac455db --- /dev/null +++ b/Symbolic/Resources/material-icons/warehouse.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/warning.default.svg b/Symbolic/Resources/material-icons/warning.default.svg new file mode 100644 index 0000000000..d27c4c6ecd --- /dev/null +++ b/Symbolic/Resources/material-icons/warning.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/warning.outlined.svg b/Symbolic/Resources/material-icons/warning.outlined.svg new file mode 100644 index 0000000000..d5407e011a --- /dev/null +++ b/Symbolic/Resources/material-icons/warning.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/warning.round.svg b/Symbolic/Resources/material-icons/warning.round.svg new file mode 100644 index 0000000000..f63892ad83 --- /dev/null +++ b/Symbolic/Resources/material-icons/warning.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/warning.sharp.svg b/Symbolic/Resources/material-icons/warning.sharp.svg new file mode 100644 index 0000000000..d5407e011a --- /dev/null +++ b/Symbolic/Resources/material-icons/warning.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/warning.twotone.svg b/Symbolic/Resources/material-icons/warning.twotone.svg new file mode 100644 index 0000000000..d32337c964 --- /dev/null +++ b/Symbolic/Resources/material-icons/warning.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/warning_amber.default.svg b/Symbolic/Resources/material-icons/warning_amber.default.svg new file mode 100644 index 0000000000..b8edcd4812 --- /dev/null +++ b/Symbolic/Resources/material-icons/warning_amber.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/warning_amber.outlined.svg b/Symbolic/Resources/material-icons/warning_amber.outlined.svg new file mode 100644 index 0000000000..ff5d70dea5 --- /dev/null +++ b/Symbolic/Resources/material-icons/warning_amber.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/warning_amber.round.svg b/Symbolic/Resources/material-icons/warning_amber.round.svg new file mode 100644 index 0000000000..e875cb5a9b --- /dev/null +++ b/Symbolic/Resources/material-icons/warning_amber.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/warning_amber.sharp.svg b/Symbolic/Resources/material-icons/warning_amber.sharp.svg new file mode 100644 index 0000000000..ff5d70dea5 --- /dev/null +++ b/Symbolic/Resources/material-icons/warning_amber.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/warning_amber.twotone.svg b/Symbolic/Resources/material-icons/warning_amber.twotone.svg new file mode 100644 index 0000000000..f06e8ba9e4 --- /dev/null +++ b/Symbolic/Resources/material-icons/warning_amber.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wash.default.svg b/Symbolic/Resources/material-icons/wash.default.svg new file mode 100644 index 0000000000..96d13f20db --- /dev/null +++ b/Symbolic/Resources/material-icons/wash.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wash.outlined.svg b/Symbolic/Resources/material-icons/wash.outlined.svg new file mode 100644 index 0000000000..7b6ac39ac0 --- /dev/null +++ b/Symbolic/Resources/material-icons/wash.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wash.round.svg b/Symbolic/Resources/material-icons/wash.round.svg new file mode 100644 index 0000000000..42f2787cea --- /dev/null +++ b/Symbolic/Resources/material-icons/wash.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wash.sharp.svg b/Symbolic/Resources/material-icons/wash.sharp.svg new file mode 100644 index 0000000000..49fb1c1473 --- /dev/null +++ b/Symbolic/Resources/material-icons/wash.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wash.twotone.svg b/Symbolic/Resources/material-icons/wash.twotone.svg new file mode 100644 index 0000000000..ba6285174e --- /dev/null +++ b/Symbolic/Resources/material-icons/wash.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/watch.default.svg b/Symbolic/Resources/material-icons/watch.default.svg new file mode 100644 index 0000000000..33e4903657 --- /dev/null +++ b/Symbolic/Resources/material-icons/watch.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/watch.outlined.svg b/Symbolic/Resources/material-icons/watch.outlined.svg new file mode 100644 index 0000000000..26e3852678 --- /dev/null +++ b/Symbolic/Resources/material-icons/watch.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/watch.round.svg b/Symbolic/Resources/material-icons/watch.round.svg new file mode 100644 index 0000000000..a1de725d73 --- /dev/null +++ b/Symbolic/Resources/material-icons/watch.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/watch.sharp.svg b/Symbolic/Resources/material-icons/watch.sharp.svg new file mode 100644 index 0000000000..3d1a523f14 --- /dev/null +++ b/Symbolic/Resources/material-icons/watch.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/watch.twotone.svg b/Symbolic/Resources/material-icons/watch.twotone.svg new file mode 100644 index 0000000000..88d1450e5a --- /dev/null +++ b/Symbolic/Resources/material-icons/watch.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/watch_later.default.svg b/Symbolic/Resources/material-icons/watch_later.default.svg new file mode 100644 index 0000000000..a2044af4d8 --- /dev/null +++ b/Symbolic/Resources/material-icons/watch_later.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/watch_later.outlined.svg b/Symbolic/Resources/material-icons/watch_later.outlined.svg new file mode 100644 index 0000000000..581382e3b4 --- /dev/null +++ b/Symbolic/Resources/material-icons/watch_later.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/watch_later.round.svg b/Symbolic/Resources/material-icons/watch_later.round.svg new file mode 100644 index 0000000000..26b6cad655 --- /dev/null +++ b/Symbolic/Resources/material-icons/watch_later.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/watch_later.sharp.svg b/Symbolic/Resources/material-icons/watch_later.sharp.svg new file mode 100644 index 0000000000..d5f31f2fa9 --- /dev/null +++ b/Symbolic/Resources/material-icons/watch_later.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/watch_later.twotone.svg b/Symbolic/Resources/material-icons/watch_later.twotone.svg new file mode 100644 index 0000000000..266bd34c8d --- /dev/null +++ b/Symbolic/Resources/material-icons/watch_later.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/watch_off.default.svg b/Symbolic/Resources/material-icons/watch_off.default.svg new file mode 100644 index 0000000000..a27f670c8f --- /dev/null +++ b/Symbolic/Resources/material-icons/watch_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/watch_off.outlined.svg b/Symbolic/Resources/material-icons/watch_off.outlined.svg new file mode 100644 index 0000000000..2566fd2db5 --- /dev/null +++ b/Symbolic/Resources/material-icons/watch_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/watch_off.round.svg b/Symbolic/Resources/material-icons/watch_off.round.svg new file mode 100644 index 0000000000..f8a46abacb --- /dev/null +++ b/Symbolic/Resources/material-icons/watch_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/watch_off.sharp.svg b/Symbolic/Resources/material-icons/watch_off.sharp.svg new file mode 100644 index 0000000000..a27f670c8f --- /dev/null +++ b/Symbolic/Resources/material-icons/watch_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/watch_off.twotone.svg b/Symbolic/Resources/material-icons/watch_off.twotone.svg new file mode 100644 index 0000000000..ac03f7b503 --- /dev/null +++ b/Symbolic/Resources/material-icons/watch_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/water.default.svg b/Symbolic/Resources/material-icons/water.default.svg new file mode 100644 index 0000000000..3d70ab48a3 --- /dev/null +++ b/Symbolic/Resources/material-icons/water.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/water.outlined.svg b/Symbolic/Resources/material-icons/water.outlined.svg new file mode 100644 index 0000000000..3d70ab48a3 --- /dev/null +++ b/Symbolic/Resources/material-icons/water.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/water.round.svg b/Symbolic/Resources/material-icons/water.round.svg new file mode 100644 index 0000000000..c00ca23809 --- /dev/null +++ b/Symbolic/Resources/material-icons/water.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/water.sharp.svg b/Symbolic/Resources/material-icons/water.sharp.svg new file mode 100644 index 0000000000..3d70ab48a3 --- /dev/null +++ b/Symbolic/Resources/material-icons/water.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/water.twotone.svg b/Symbolic/Resources/material-icons/water.twotone.svg new file mode 100644 index 0000000000..3d70ab48a3 --- /dev/null +++ b/Symbolic/Resources/material-icons/water.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/water_damage.default.svg b/Symbolic/Resources/material-icons/water_damage.default.svg new file mode 100644 index 0000000000..2066bee605 --- /dev/null +++ b/Symbolic/Resources/material-icons/water_damage.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/water_damage.outlined.svg b/Symbolic/Resources/material-icons/water_damage.outlined.svg new file mode 100644 index 0000000000..5b213bdfc9 --- /dev/null +++ b/Symbolic/Resources/material-icons/water_damage.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/water_damage.round.svg b/Symbolic/Resources/material-icons/water_damage.round.svg new file mode 100644 index 0000000000..b9968f7131 --- /dev/null +++ b/Symbolic/Resources/material-icons/water_damage.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/water_damage.sharp.svg b/Symbolic/Resources/material-icons/water_damage.sharp.svg new file mode 100644 index 0000000000..2066bee605 --- /dev/null +++ b/Symbolic/Resources/material-icons/water_damage.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/water_damage.twotone.svg b/Symbolic/Resources/material-icons/water_damage.twotone.svg new file mode 100644 index 0000000000..4682a8bedf --- /dev/null +++ b/Symbolic/Resources/material-icons/water_damage.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/water_drop.default.svg b/Symbolic/Resources/material-icons/water_drop.default.svg new file mode 100644 index 0000000000..c2e6fa1de9 --- /dev/null +++ b/Symbolic/Resources/material-icons/water_drop.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/water_drop.outlined.svg b/Symbolic/Resources/material-icons/water_drop.outlined.svg new file mode 100644 index 0000000000..994c154178 --- /dev/null +++ b/Symbolic/Resources/material-icons/water_drop.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/water_drop.round.svg b/Symbolic/Resources/material-icons/water_drop.round.svg new file mode 100644 index 0000000000..53fb95de11 --- /dev/null +++ b/Symbolic/Resources/material-icons/water_drop.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/water_drop.sharp.svg b/Symbolic/Resources/material-icons/water_drop.sharp.svg new file mode 100644 index 0000000000..33426b03d3 --- /dev/null +++ b/Symbolic/Resources/material-icons/water_drop.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/water_drop.twotone.svg b/Symbolic/Resources/material-icons/water_drop.twotone.svg new file mode 100644 index 0000000000..8b8f0df688 --- /dev/null +++ b/Symbolic/Resources/material-icons/water_drop.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/waterfall_chart.default.svg b/Symbolic/Resources/material-icons/waterfall_chart.default.svg new file mode 100644 index 0000000000..d259062b1e --- /dev/null +++ b/Symbolic/Resources/material-icons/waterfall_chart.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/waterfall_chart.outlined.svg b/Symbolic/Resources/material-icons/waterfall_chart.outlined.svg new file mode 100644 index 0000000000..4986891a2f --- /dev/null +++ b/Symbolic/Resources/material-icons/waterfall_chart.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/waterfall_chart.round.svg b/Symbolic/Resources/material-icons/waterfall_chart.round.svg new file mode 100644 index 0000000000..1855b7a6e8 --- /dev/null +++ b/Symbolic/Resources/material-icons/waterfall_chart.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/waterfall_chart.sharp.svg b/Symbolic/Resources/material-icons/waterfall_chart.sharp.svg new file mode 100644 index 0000000000..4986891a2f --- /dev/null +++ b/Symbolic/Resources/material-icons/waterfall_chart.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/waterfall_chart.twotone.svg b/Symbolic/Resources/material-icons/waterfall_chart.twotone.svg new file mode 100644 index 0000000000..4986891a2f --- /dev/null +++ b/Symbolic/Resources/material-icons/waterfall_chart.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/waves.default.svg b/Symbolic/Resources/material-icons/waves.default.svg new file mode 100644 index 0000000000..91304d978c --- /dev/null +++ b/Symbolic/Resources/material-icons/waves.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/waves.outlined.svg b/Symbolic/Resources/material-icons/waves.outlined.svg new file mode 100644 index 0000000000..07fb10a039 --- /dev/null +++ b/Symbolic/Resources/material-icons/waves.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/waves.round.svg b/Symbolic/Resources/material-icons/waves.round.svg new file mode 100644 index 0000000000..2b66972047 --- /dev/null +++ b/Symbolic/Resources/material-icons/waves.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/waves.sharp.svg b/Symbolic/Resources/material-icons/waves.sharp.svg new file mode 100644 index 0000000000..07fb10a039 --- /dev/null +++ b/Symbolic/Resources/material-icons/waves.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/waves.twotone.svg b/Symbolic/Resources/material-icons/waves.twotone.svg new file mode 100644 index 0000000000..07fb10a039 --- /dev/null +++ b/Symbolic/Resources/material-icons/waves.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/waving_hand.default.svg b/Symbolic/Resources/material-icons/waving_hand.default.svg new file mode 100644 index 0000000000..39118f1162 --- /dev/null +++ b/Symbolic/Resources/material-icons/waving_hand.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/waving_hand.outlined.svg b/Symbolic/Resources/material-icons/waving_hand.outlined.svg new file mode 100644 index 0000000000..7f59a9e0ca --- /dev/null +++ b/Symbolic/Resources/material-icons/waving_hand.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/waving_hand.round.svg b/Symbolic/Resources/material-icons/waving_hand.round.svg new file mode 100644 index 0000000000..413e80b8de --- /dev/null +++ b/Symbolic/Resources/material-icons/waving_hand.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/waving_hand.sharp.svg b/Symbolic/Resources/material-icons/waving_hand.sharp.svg new file mode 100644 index 0000000000..6ff3dc4acf --- /dev/null +++ b/Symbolic/Resources/material-icons/waving_hand.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/waving_hand.twotone.svg b/Symbolic/Resources/material-icons/waving_hand.twotone.svg new file mode 100644 index 0000000000..49d3642bd5 --- /dev/null +++ b/Symbolic/Resources/material-icons/waving_hand.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wb_auto.default.svg b/Symbolic/Resources/material-icons/wb_auto.default.svg new file mode 100644 index 0000000000..967763deb7 --- /dev/null +++ b/Symbolic/Resources/material-icons/wb_auto.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wb_auto.outlined.svg b/Symbolic/Resources/material-icons/wb_auto.outlined.svg new file mode 100644 index 0000000000..a4407f7bd7 --- /dev/null +++ b/Symbolic/Resources/material-icons/wb_auto.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wb_auto.round.svg b/Symbolic/Resources/material-icons/wb_auto.round.svg new file mode 100644 index 0000000000..98e41f204f --- /dev/null +++ b/Symbolic/Resources/material-icons/wb_auto.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wb_auto.sharp.svg b/Symbolic/Resources/material-icons/wb_auto.sharp.svg new file mode 100644 index 0000000000..38eac1c5ea --- /dev/null +++ b/Symbolic/Resources/material-icons/wb_auto.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wb_auto.twotone.svg b/Symbolic/Resources/material-icons/wb_auto.twotone.svg new file mode 100644 index 0000000000..162bb42f8d --- /dev/null +++ b/Symbolic/Resources/material-icons/wb_auto.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wb_cloudy.default.svg b/Symbolic/Resources/material-icons/wb_cloudy.default.svg new file mode 100644 index 0000000000..527402e450 --- /dev/null +++ b/Symbolic/Resources/material-icons/wb_cloudy.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wb_cloudy.outlined.svg b/Symbolic/Resources/material-icons/wb_cloudy.outlined.svg new file mode 100644 index 0000000000..4af8b0e09c --- /dev/null +++ b/Symbolic/Resources/material-icons/wb_cloudy.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wb_cloudy.round.svg b/Symbolic/Resources/material-icons/wb_cloudy.round.svg new file mode 100644 index 0000000000..ea9f23aeb2 --- /dev/null +++ b/Symbolic/Resources/material-icons/wb_cloudy.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wb_cloudy.sharp.svg b/Symbolic/Resources/material-icons/wb_cloudy.sharp.svg new file mode 100644 index 0000000000..ea9f23aeb2 --- /dev/null +++ b/Symbolic/Resources/material-icons/wb_cloudy.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wb_cloudy.twotone.svg b/Symbolic/Resources/material-icons/wb_cloudy.twotone.svg new file mode 100644 index 0000000000..e3b2813f6c --- /dev/null +++ b/Symbolic/Resources/material-icons/wb_cloudy.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wb_incandescent.default.svg b/Symbolic/Resources/material-icons/wb_incandescent.default.svg new file mode 100644 index 0000000000..e282711862 --- /dev/null +++ b/Symbolic/Resources/material-icons/wb_incandescent.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wb_incandescent.outlined.svg b/Symbolic/Resources/material-icons/wb_incandescent.outlined.svg new file mode 100644 index 0000000000..beace52765 --- /dev/null +++ b/Symbolic/Resources/material-icons/wb_incandescent.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wb_incandescent.round.svg b/Symbolic/Resources/material-icons/wb_incandescent.round.svg new file mode 100644 index 0000000000..a701b04efd --- /dev/null +++ b/Symbolic/Resources/material-icons/wb_incandescent.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wb_incandescent.sharp.svg b/Symbolic/Resources/material-icons/wb_incandescent.sharp.svg new file mode 100644 index 0000000000..93165027b6 --- /dev/null +++ b/Symbolic/Resources/material-icons/wb_incandescent.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wb_incandescent.twotone.svg b/Symbolic/Resources/material-icons/wb_incandescent.twotone.svg new file mode 100644 index 0000000000..c3e2455ddd --- /dev/null +++ b/Symbolic/Resources/material-icons/wb_incandescent.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wb_iridescent.default.svg b/Symbolic/Resources/material-icons/wb_iridescent.default.svg new file mode 100644 index 0000000000..f51f10b0a4 --- /dev/null +++ b/Symbolic/Resources/material-icons/wb_iridescent.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wb_iridescent.outlined.svg b/Symbolic/Resources/material-icons/wb_iridescent.outlined.svg new file mode 100644 index 0000000000..6cea8dccaf --- /dev/null +++ b/Symbolic/Resources/material-icons/wb_iridescent.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wb_iridescent.round.svg b/Symbolic/Resources/material-icons/wb_iridescent.round.svg new file mode 100644 index 0000000000..a731d51e93 --- /dev/null +++ b/Symbolic/Resources/material-icons/wb_iridescent.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wb_iridescent.sharp.svg b/Symbolic/Resources/material-icons/wb_iridescent.sharp.svg new file mode 100644 index 0000000000..5df3edb888 --- /dev/null +++ b/Symbolic/Resources/material-icons/wb_iridescent.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wb_iridescent.twotone.svg b/Symbolic/Resources/material-icons/wb_iridescent.twotone.svg new file mode 100644 index 0000000000..b3e362892f --- /dev/null +++ b/Symbolic/Resources/material-icons/wb_iridescent.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wb_shade.default.svg b/Symbolic/Resources/material-icons/wb_shade.default.svg new file mode 100644 index 0000000000..dc0fff6cab --- /dev/null +++ b/Symbolic/Resources/material-icons/wb_shade.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wb_shade.outlined.svg b/Symbolic/Resources/material-icons/wb_shade.outlined.svg new file mode 100644 index 0000000000..c7faeb8588 --- /dev/null +++ b/Symbolic/Resources/material-icons/wb_shade.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wb_shade.round.svg b/Symbolic/Resources/material-icons/wb_shade.round.svg new file mode 100644 index 0000000000..ea49014ccb --- /dev/null +++ b/Symbolic/Resources/material-icons/wb_shade.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wb_shade.sharp.svg b/Symbolic/Resources/material-icons/wb_shade.sharp.svg new file mode 100644 index 0000000000..c7faeb8588 --- /dev/null +++ b/Symbolic/Resources/material-icons/wb_shade.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wb_shade.twotone.svg b/Symbolic/Resources/material-icons/wb_shade.twotone.svg new file mode 100644 index 0000000000..c7faeb8588 --- /dev/null +++ b/Symbolic/Resources/material-icons/wb_shade.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wb_sunny.default.svg b/Symbolic/Resources/material-icons/wb_sunny.default.svg new file mode 100644 index 0000000000..e312b70e8c --- /dev/null +++ b/Symbolic/Resources/material-icons/wb_sunny.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wb_sunny.outlined.svg b/Symbolic/Resources/material-icons/wb_sunny.outlined.svg new file mode 100644 index 0000000000..d14741e125 --- /dev/null +++ b/Symbolic/Resources/material-icons/wb_sunny.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wb_sunny.round.svg b/Symbolic/Resources/material-icons/wb_sunny.round.svg new file mode 100644 index 0000000000..4a3ca13e57 --- /dev/null +++ b/Symbolic/Resources/material-icons/wb_sunny.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wb_sunny.sharp.svg b/Symbolic/Resources/material-icons/wb_sunny.sharp.svg new file mode 100644 index 0000000000..2df56472aa --- /dev/null +++ b/Symbolic/Resources/material-icons/wb_sunny.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wb_sunny.twotone.svg b/Symbolic/Resources/material-icons/wb_sunny.twotone.svg new file mode 100644 index 0000000000..756608c4de --- /dev/null +++ b/Symbolic/Resources/material-icons/wb_sunny.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wb_twighlight.default.svg b/Symbolic/Resources/material-icons/wb_twighlight.default.svg new file mode 100644 index 0000000000..e75a29fbc8 --- /dev/null +++ b/Symbolic/Resources/material-icons/wb_twighlight.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wb_twilight.default.svg b/Symbolic/Resources/material-icons/wb_twilight.default.svg new file mode 100644 index 0000000000..c40ce10936 --- /dev/null +++ b/Symbolic/Resources/material-icons/wb_twilight.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wb_twilight.outlined.svg b/Symbolic/Resources/material-icons/wb_twilight.outlined.svg new file mode 100644 index 0000000000..c40ce10936 --- /dev/null +++ b/Symbolic/Resources/material-icons/wb_twilight.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wb_twilight.round.svg b/Symbolic/Resources/material-icons/wb_twilight.round.svg new file mode 100644 index 0000000000..8f394f03da --- /dev/null +++ b/Symbolic/Resources/material-icons/wb_twilight.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wb_twilight.sharp.svg b/Symbolic/Resources/material-icons/wb_twilight.sharp.svg new file mode 100644 index 0000000000..c40ce10936 --- /dev/null +++ b/Symbolic/Resources/material-icons/wb_twilight.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wb_twilight.twotone.svg b/Symbolic/Resources/material-icons/wb_twilight.twotone.svg new file mode 100644 index 0000000000..c40ce10936 --- /dev/null +++ b/Symbolic/Resources/material-icons/wb_twilight.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wc.default.svg b/Symbolic/Resources/material-icons/wc.default.svg new file mode 100644 index 0000000000..52c729380f --- /dev/null +++ b/Symbolic/Resources/material-icons/wc.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wc.outlined.svg b/Symbolic/Resources/material-icons/wc.outlined.svg new file mode 100644 index 0000000000..48f546be0d --- /dev/null +++ b/Symbolic/Resources/material-icons/wc.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wc.round.svg b/Symbolic/Resources/material-icons/wc.round.svg new file mode 100644 index 0000000000..f7bb77dc87 --- /dev/null +++ b/Symbolic/Resources/material-icons/wc.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wc.sharp.svg b/Symbolic/Resources/material-icons/wc.sharp.svg new file mode 100644 index 0000000000..a3f3a5d2d1 --- /dev/null +++ b/Symbolic/Resources/material-icons/wc.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wc.twotone.svg b/Symbolic/Resources/material-icons/wc.twotone.svg new file mode 100644 index 0000000000..48f546be0d --- /dev/null +++ b/Symbolic/Resources/material-icons/wc.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/web.default.svg b/Symbolic/Resources/material-icons/web.default.svg new file mode 100644 index 0000000000..34eed1c919 --- /dev/null +++ b/Symbolic/Resources/material-icons/web.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/web.outlined.svg b/Symbolic/Resources/material-icons/web.outlined.svg new file mode 100644 index 0000000000..7a87032d6e --- /dev/null +++ b/Symbolic/Resources/material-icons/web.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/web.round.svg b/Symbolic/Resources/material-icons/web.round.svg new file mode 100644 index 0000000000..5cded8314e --- /dev/null +++ b/Symbolic/Resources/material-icons/web.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/web.sharp.svg b/Symbolic/Resources/material-icons/web.sharp.svg new file mode 100644 index 0000000000..b70cd3b849 --- /dev/null +++ b/Symbolic/Resources/material-icons/web.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/web.twotone.svg b/Symbolic/Resources/material-icons/web.twotone.svg new file mode 100644 index 0000000000..38a61e477e --- /dev/null +++ b/Symbolic/Resources/material-icons/web.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/web_asset.default.svg b/Symbolic/Resources/material-icons/web_asset.default.svg new file mode 100644 index 0000000000..28629567cb --- /dev/null +++ b/Symbolic/Resources/material-icons/web_asset.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/web_asset.outlined.svg b/Symbolic/Resources/material-icons/web_asset.outlined.svg new file mode 100644 index 0000000000..59a57e2695 --- /dev/null +++ b/Symbolic/Resources/material-icons/web_asset.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/web_asset.round.svg b/Symbolic/Resources/material-icons/web_asset.round.svg new file mode 100644 index 0000000000..308e3f83a4 --- /dev/null +++ b/Symbolic/Resources/material-icons/web_asset.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/web_asset.sharp.svg b/Symbolic/Resources/material-icons/web_asset.sharp.svg new file mode 100644 index 0000000000..3830b727de --- /dev/null +++ b/Symbolic/Resources/material-icons/web_asset.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/web_asset.twotone.svg b/Symbolic/Resources/material-icons/web_asset.twotone.svg new file mode 100644 index 0000000000..b613cda840 --- /dev/null +++ b/Symbolic/Resources/material-icons/web_asset.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/web_asset_off.default.svg b/Symbolic/Resources/material-icons/web_asset_off.default.svg new file mode 100644 index 0000000000..ff307228f6 --- /dev/null +++ b/Symbolic/Resources/material-icons/web_asset_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/web_asset_off.outlined.svg b/Symbolic/Resources/material-icons/web_asset_off.outlined.svg new file mode 100644 index 0000000000..ff307228f6 --- /dev/null +++ b/Symbolic/Resources/material-icons/web_asset_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/web_asset_off.round.svg b/Symbolic/Resources/material-icons/web_asset_off.round.svg new file mode 100644 index 0000000000..55f4cb89f8 --- /dev/null +++ b/Symbolic/Resources/material-icons/web_asset_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/web_asset_off.sharp.svg b/Symbolic/Resources/material-icons/web_asset_off.sharp.svg new file mode 100644 index 0000000000..91f3d815df --- /dev/null +++ b/Symbolic/Resources/material-icons/web_asset_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/web_asset_off.twotone.svg b/Symbolic/Resources/material-icons/web_asset_off.twotone.svg new file mode 100644 index 0000000000..b21b4d9a7b --- /dev/null +++ b/Symbolic/Resources/material-icons/web_asset_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/web_stories.default.svg b/Symbolic/Resources/material-icons/web_stories.default.svg new file mode 100644 index 0000000000..e5a8c50ade --- /dev/null +++ b/Symbolic/Resources/material-icons/web_stories.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/web_stories.outlined.svg b/Symbolic/Resources/material-icons/web_stories.outlined.svg new file mode 100644 index 0000000000..ec139111e8 --- /dev/null +++ b/Symbolic/Resources/material-icons/web_stories.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/web_stories.round.svg b/Symbolic/Resources/material-icons/web_stories.round.svg new file mode 100644 index 0000000000..95c8c2eec0 --- /dev/null +++ b/Symbolic/Resources/material-icons/web_stories.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/web_stories.sharp.svg b/Symbolic/Resources/material-icons/web_stories.sharp.svg new file mode 100644 index 0000000000..372c082bf3 --- /dev/null +++ b/Symbolic/Resources/material-icons/web_stories.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/web_stories.twotone.svg b/Symbolic/Resources/material-icons/web_stories.twotone.svg new file mode 100644 index 0000000000..ea538e8e11 --- /dev/null +++ b/Symbolic/Resources/material-icons/web_stories.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/webhook.default.svg b/Symbolic/Resources/material-icons/webhook.default.svg new file mode 100644 index 0000000000..fdc74d59b7 --- /dev/null +++ b/Symbolic/Resources/material-icons/webhook.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/webhook.outlined.svg b/Symbolic/Resources/material-icons/webhook.outlined.svg new file mode 100644 index 0000000000..fdc74d59b7 --- /dev/null +++ b/Symbolic/Resources/material-icons/webhook.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/webhook.round.svg b/Symbolic/Resources/material-icons/webhook.round.svg new file mode 100644 index 0000000000..8e10ad3f56 --- /dev/null +++ b/Symbolic/Resources/material-icons/webhook.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/webhook.sharp.svg b/Symbolic/Resources/material-icons/webhook.sharp.svg new file mode 100644 index 0000000000..fdc74d59b7 --- /dev/null +++ b/Symbolic/Resources/material-icons/webhook.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/webhook.twotone.svg b/Symbolic/Resources/material-icons/webhook.twotone.svg new file mode 100644 index 0000000000..fdc74d59b7 --- /dev/null +++ b/Symbolic/Resources/material-icons/webhook.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/weekend.default.svg b/Symbolic/Resources/material-icons/weekend.default.svg new file mode 100644 index 0000000000..ed6d921359 --- /dev/null +++ b/Symbolic/Resources/material-icons/weekend.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/weekend.outlined.svg b/Symbolic/Resources/material-icons/weekend.outlined.svg new file mode 100644 index 0000000000..f041260e10 --- /dev/null +++ b/Symbolic/Resources/material-icons/weekend.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/weekend.round.svg b/Symbolic/Resources/material-icons/weekend.round.svg new file mode 100644 index 0000000000..d7d32bb1f5 --- /dev/null +++ b/Symbolic/Resources/material-icons/weekend.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/weekend.sharp.svg b/Symbolic/Resources/material-icons/weekend.sharp.svg new file mode 100644 index 0000000000..a578cd7552 --- /dev/null +++ b/Symbolic/Resources/material-icons/weekend.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/weekend.twotone.svg b/Symbolic/Resources/material-icons/weekend.twotone.svg new file mode 100644 index 0000000000..d4cfadefcd --- /dev/null +++ b/Symbolic/Resources/material-icons/weekend.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/west.default.svg b/Symbolic/Resources/material-icons/west.default.svg new file mode 100644 index 0000000000..dd2df211a2 --- /dev/null +++ b/Symbolic/Resources/material-icons/west.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/west.outlined.svg b/Symbolic/Resources/material-icons/west.outlined.svg new file mode 100644 index 0000000000..dd2df211a2 --- /dev/null +++ b/Symbolic/Resources/material-icons/west.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/west.round.svg b/Symbolic/Resources/material-icons/west.round.svg new file mode 100644 index 0000000000..fa80082936 --- /dev/null +++ b/Symbolic/Resources/material-icons/west.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/west.sharp.svg b/Symbolic/Resources/material-icons/west.sharp.svg new file mode 100644 index 0000000000..dd2df211a2 --- /dev/null +++ b/Symbolic/Resources/material-icons/west.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/west.twotone.svg b/Symbolic/Resources/material-icons/west.twotone.svg new file mode 100644 index 0000000000..dd2df211a2 --- /dev/null +++ b/Symbolic/Resources/material-icons/west.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/whatsapp.default.svg b/Symbolic/Resources/material-icons/whatsapp.default.svg new file mode 100644 index 0000000000..41f80c7479 --- /dev/null +++ b/Symbolic/Resources/material-icons/whatsapp.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/whatsapp.outlined.svg b/Symbolic/Resources/material-icons/whatsapp.outlined.svg new file mode 100644 index 0000000000..41f80c7479 --- /dev/null +++ b/Symbolic/Resources/material-icons/whatsapp.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/whatsapp.round.svg b/Symbolic/Resources/material-icons/whatsapp.round.svg new file mode 100644 index 0000000000..a4cd1aa694 --- /dev/null +++ b/Symbolic/Resources/material-icons/whatsapp.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/whatsapp.sharp.svg b/Symbolic/Resources/material-icons/whatsapp.sharp.svg new file mode 100644 index 0000000000..41f80c7479 --- /dev/null +++ b/Symbolic/Resources/material-icons/whatsapp.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/whatsapp.twotone.svg b/Symbolic/Resources/material-icons/whatsapp.twotone.svg new file mode 100644 index 0000000000..41f80c7479 --- /dev/null +++ b/Symbolic/Resources/material-icons/whatsapp.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/whatshot.default.svg b/Symbolic/Resources/material-icons/whatshot.default.svg new file mode 100644 index 0000000000..c0f10e830a --- /dev/null +++ b/Symbolic/Resources/material-icons/whatshot.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/whatshot.outlined.svg b/Symbolic/Resources/material-icons/whatshot.outlined.svg new file mode 100644 index 0000000000..d22e04587d --- /dev/null +++ b/Symbolic/Resources/material-icons/whatshot.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/whatshot.round.svg b/Symbolic/Resources/material-icons/whatshot.round.svg new file mode 100644 index 0000000000..bf9daaf1b4 --- /dev/null +++ b/Symbolic/Resources/material-icons/whatshot.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/whatshot.sharp.svg b/Symbolic/Resources/material-icons/whatshot.sharp.svg new file mode 100644 index 0000000000..64eb448fad --- /dev/null +++ b/Symbolic/Resources/material-icons/whatshot.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/whatshot.twotone.svg b/Symbolic/Resources/material-icons/whatshot.twotone.svg new file mode 100644 index 0000000000..f638298f54 --- /dev/null +++ b/Symbolic/Resources/material-icons/whatshot.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wheelchair_pickup.default.svg b/Symbolic/Resources/material-icons/wheelchair_pickup.default.svg new file mode 100644 index 0000000000..ce47680946 --- /dev/null +++ b/Symbolic/Resources/material-icons/wheelchair_pickup.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wheelchair_pickup.outlined.svg b/Symbolic/Resources/material-icons/wheelchair_pickup.outlined.svg new file mode 100644 index 0000000000..ce47680946 --- /dev/null +++ b/Symbolic/Resources/material-icons/wheelchair_pickup.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wheelchair_pickup.round.svg b/Symbolic/Resources/material-icons/wheelchair_pickup.round.svg new file mode 100644 index 0000000000..59f9ee4b09 --- /dev/null +++ b/Symbolic/Resources/material-icons/wheelchair_pickup.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wheelchair_pickup.sharp.svg b/Symbolic/Resources/material-icons/wheelchair_pickup.sharp.svg new file mode 100644 index 0000000000..5337981066 --- /dev/null +++ b/Symbolic/Resources/material-icons/wheelchair_pickup.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wheelchair_pickup.twotone.svg b/Symbolic/Resources/material-icons/wheelchair_pickup.twotone.svg new file mode 100644 index 0000000000..ce47680946 --- /dev/null +++ b/Symbolic/Resources/material-icons/wheelchair_pickup.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/where_to_vote.default.svg b/Symbolic/Resources/material-icons/where_to_vote.default.svg new file mode 100644 index 0000000000..fed9d92e0a --- /dev/null +++ b/Symbolic/Resources/material-icons/where_to_vote.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/where_to_vote.outlined.svg b/Symbolic/Resources/material-icons/where_to_vote.outlined.svg new file mode 100644 index 0000000000..7ec27f0df9 --- /dev/null +++ b/Symbolic/Resources/material-icons/where_to_vote.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/where_to_vote.round.svg b/Symbolic/Resources/material-icons/where_to_vote.round.svg new file mode 100644 index 0000000000..b0c9ce35df --- /dev/null +++ b/Symbolic/Resources/material-icons/where_to_vote.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/where_to_vote.sharp.svg b/Symbolic/Resources/material-icons/where_to_vote.sharp.svg new file mode 100644 index 0000000000..d9243f6021 --- /dev/null +++ b/Symbolic/Resources/material-icons/where_to_vote.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/where_to_vote.twotone.svg b/Symbolic/Resources/material-icons/where_to_vote.twotone.svg new file mode 100644 index 0000000000..bcf8db4797 --- /dev/null +++ b/Symbolic/Resources/material-icons/where_to_vote.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/widgets.default.svg b/Symbolic/Resources/material-icons/widgets.default.svg new file mode 100644 index 0000000000..81f29d7b93 --- /dev/null +++ b/Symbolic/Resources/material-icons/widgets.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/widgets.outlined.svg b/Symbolic/Resources/material-icons/widgets.outlined.svg new file mode 100644 index 0000000000..7f078b2336 --- /dev/null +++ b/Symbolic/Resources/material-icons/widgets.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/widgets.round.svg b/Symbolic/Resources/material-icons/widgets.round.svg new file mode 100644 index 0000000000..43fe8db812 --- /dev/null +++ b/Symbolic/Resources/material-icons/widgets.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/widgets.sharp.svg b/Symbolic/Resources/material-icons/widgets.sharp.svg new file mode 100644 index 0000000000..ce8078f3e4 --- /dev/null +++ b/Symbolic/Resources/material-icons/widgets.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/widgets.twotone.svg b/Symbolic/Resources/material-icons/widgets.twotone.svg new file mode 100644 index 0000000000..1277c770bb --- /dev/null +++ b/Symbolic/Resources/material-icons/widgets.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/width_full.default.svg b/Symbolic/Resources/material-icons/width_full.default.svg new file mode 100644 index 0000000000..17d4424d23 --- /dev/null +++ b/Symbolic/Resources/material-icons/width_full.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/width_full.outlined.svg b/Symbolic/Resources/material-icons/width_full.outlined.svg new file mode 100644 index 0000000000..784f6ab3d1 --- /dev/null +++ b/Symbolic/Resources/material-icons/width_full.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/width_full.round.svg b/Symbolic/Resources/material-icons/width_full.round.svg new file mode 100644 index 0000000000..acd8daa23a --- /dev/null +++ b/Symbolic/Resources/material-icons/width_full.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/width_full.sharp.svg b/Symbolic/Resources/material-icons/width_full.sharp.svg new file mode 100644 index 0000000000..fc10ab3de9 --- /dev/null +++ b/Symbolic/Resources/material-icons/width_full.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/width_full.twotone.svg b/Symbolic/Resources/material-icons/width_full.twotone.svg new file mode 100644 index 0000000000..3b813846e2 --- /dev/null +++ b/Symbolic/Resources/material-icons/width_full.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/width_normal.default.svg b/Symbolic/Resources/material-icons/width_normal.default.svg new file mode 100644 index 0000000000..a37f69f8f2 --- /dev/null +++ b/Symbolic/Resources/material-icons/width_normal.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/width_normal.outlined.svg b/Symbolic/Resources/material-icons/width_normal.outlined.svg new file mode 100644 index 0000000000..e05183ff2f --- /dev/null +++ b/Symbolic/Resources/material-icons/width_normal.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/width_normal.round.svg b/Symbolic/Resources/material-icons/width_normal.round.svg new file mode 100644 index 0000000000..8f3250d655 --- /dev/null +++ b/Symbolic/Resources/material-icons/width_normal.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/width_normal.sharp.svg b/Symbolic/Resources/material-icons/width_normal.sharp.svg new file mode 100644 index 0000000000..e59ea31885 --- /dev/null +++ b/Symbolic/Resources/material-icons/width_normal.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/width_normal.twotone.svg b/Symbolic/Resources/material-icons/width_normal.twotone.svg new file mode 100644 index 0000000000..feaeafb67c --- /dev/null +++ b/Symbolic/Resources/material-icons/width_normal.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/width_wide.default.svg b/Symbolic/Resources/material-icons/width_wide.default.svg new file mode 100644 index 0000000000..552207b444 --- /dev/null +++ b/Symbolic/Resources/material-icons/width_wide.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/width_wide.outlined.svg b/Symbolic/Resources/material-icons/width_wide.outlined.svg new file mode 100644 index 0000000000..d13d2d1061 --- /dev/null +++ b/Symbolic/Resources/material-icons/width_wide.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/width_wide.round.svg b/Symbolic/Resources/material-icons/width_wide.round.svg new file mode 100644 index 0000000000..a2a543877e --- /dev/null +++ b/Symbolic/Resources/material-icons/width_wide.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/width_wide.sharp.svg b/Symbolic/Resources/material-icons/width_wide.sharp.svg new file mode 100644 index 0000000000..a6489a35f1 --- /dev/null +++ b/Symbolic/Resources/material-icons/width_wide.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/width_wide.twotone.svg b/Symbolic/Resources/material-icons/width_wide.twotone.svg new file mode 100644 index 0000000000..bfab202fa2 --- /dev/null +++ b/Symbolic/Resources/material-icons/width_wide.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi.default.svg b/Symbolic/Resources/material-icons/wifi.default.svg new file mode 100644 index 0000000000..a992bdad87 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi.outlined.svg b/Symbolic/Resources/material-icons/wifi.outlined.svg new file mode 100644 index 0000000000..4abf8a1f69 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi.round.svg b/Symbolic/Resources/material-icons/wifi.round.svg new file mode 100644 index 0000000000..2e47d9d3cc --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi.sharp.svg b/Symbolic/Resources/material-icons/wifi.sharp.svg new file mode 100644 index 0000000000..4abf8a1f69 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi.twotone.svg b/Symbolic/Resources/material-icons/wifi.twotone.svg new file mode 100644 index 0000000000..4abf8a1f69 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_1_bar.default.svg b/Symbolic/Resources/material-icons/wifi_1_bar.default.svg new file mode 100644 index 0000000000..9374a89e50 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_1_bar.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_1_bar.outlined.svg b/Symbolic/Resources/material-icons/wifi_1_bar.outlined.svg new file mode 100644 index 0000000000..9374a89e50 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_1_bar.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_1_bar.round.svg b/Symbolic/Resources/material-icons/wifi_1_bar.round.svg new file mode 100644 index 0000000000..dd12fb0f40 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_1_bar.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_1_bar.sharp.svg b/Symbolic/Resources/material-icons/wifi_1_bar.sharp.svg new file mode 100644 index 0000000000..9374a89e50 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_1_bar.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_1_bar.twotone.svg b/Symbolic/Resources/material-icons/wifi_1_bar.twotone.svg new file mode 100644 index 0000000000..9374a89e50 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_1_bar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_2_bar.default.svg b/Symbolic/Resources/material-icons/wifi_2_bar.default.svg new file mode 100644 index 0000000000..b78455dfeb --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_2_bar.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_2_bar.outlined.svg b/Symbolic/Resources/material-icons/wifi_2_bar.outlined.svg new file mode 100644 index 0000000000..b78455dfeb --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_2_bar.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_2_bar.round.svg b/Symbolic/Resources/material-icons/wifi_2_bar.round.svg new file mode 100644 index 0000000000..6217138c19 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_2_bar.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_2_bar.sharp.svg b/Symbolic/Resources/material-icons/wifi_2_bar.sharp.svg new file mode 100644 index 0000000000..b78455dfeb --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_2_bar.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_2_bar.twotone.svg b/Symbolic/Resources/material-icons/wifi_2_bar.twotone.svg new file mode 100644 index 0000000000..b78455dfeb --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_2_bar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_calling.default.svg b/Symbolic/Resources/material-icons/wifi_calling.default.svg new file mode 100644 index 0000000000..8ef04f588b --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_calling.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_calling.outlined.svg b/Symbolic/Resources/material-icons/wifi_calling.outlined.svg new file mode 100644 index 0000000000..36f5ff2242 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_calling.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_calling.round.svg b/Symbolic/Resources/material-icons/wifi_calling.round.svg new file mode 100644 index 0000000000..f5690b6cdf --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_calling.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_calling.sharp.svg b/Symbolic/Resources/material-icons/wifi_calling.sharp.svg new file mode 100644 index 0000000000..092d408f93 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_calling.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_calling.twotone.svg b/Symbolic/Resources/material-icons/wifi_calling.twotone.svg new file mode 100644 index 0000000000..2911f81ea6 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_calling.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_calling_1.twotone.svg b/Symbolic/Resources/material-icons/wifi_calling_1.twotone.svg new file mode 100644 index 0000000000..45a2d9a544 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_calling_1.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_calling_2.twotone.svg b/Symbolic/Resources/material-icons/wifi_calling_2.twotone.svg new file mode 100644 index 0000000000..bebe85c7e9 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_calling_2.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_calling_3.default.svg b/Symbolic/Resources/material-icons/wifi_calling_3.default.svg new file mode 100644 index 0000000000..6f6079f2a6 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_calling_3.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_calling_3.outlined.svg b/Symbolic/Resources/material-icons/wifi_calling_3.outlined.svg new file mode 100644 index 0000000000..c534c21dea --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_calling_3.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_calling_3.round.svg b/Symbolic/Resources/material-icons/wifi_calling_3.round.svg new file mode 100644 index 0000000000..b34c8a1f69 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_calling_3.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_calling_3.sharp.svg b/Symbolic/Resources/material-icons/wifi_calling_3.sharp.svg new file mode 100644 index 0000000000..a3d43c25fe --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_calling_3.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_calling_3.twotone.svg b/Symbolic/Resources/material-icons/wifi_calling_3.twotone.svg new file mode 100644 index 0000000000..4ee8c6cf7b --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_calling_3.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_channel.default.svg b/Symbolic/Resources/material-icons/wifi_channel.default.svg new file mode 100644 index 0000000000..ff68035949 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_channel.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_channel.outlined.svg b/Symbolic/Resources/material-icons/wifi_channel.outlined.svg new file mode 100644 index 0000000000..ff68035949 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_channel.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_channel.round.svg b/Symbolic/Resources/material-icons/wifi_channel.round.svg new file mode 100644 index 0000000000..7ceb102201 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_channel.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_channel.sharp.svg b/Symbolic/Resources/material-icons/wifi_channel.sharp.svg new file mode 100644 index 0000000000..ff68035949 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_channel.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_channel.twotone.svg b/Symbolic/Resources/material-icons/wifi_channel.twotone.svg new file mode 100644 index 0000000000..83385f7d0b --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_channel.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_find.default.svg b/Symbolic/Resources/material-icons/wifi_find.default.svg new file mode 100644 index 0000000000..93298e10cf --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_find.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_find.outlined.svg b/Symbolic/Resources/material-icons/wifi_find.outlined.svg new file mode 100644 index 0000000000..214b6b914e --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_find.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_find.round.svg b/Symbolic/Resources/material-icons/wifi_find.round.svg new file mode 100644 index 0000000000..28e31e253e --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_find.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_find.sharp.svg b/Symbolic/Resources/material-icons/wifi_find.sharp.svg new file mode 100644 index 0000000000..93298e10cf --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_find.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_find.twotone.svg b/Symbolic/Resources/material-icons/wifi_find.twotone.svg new file mode 100644 index 0000000000..57ed701d64 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_find.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_lock.default.svg b/Symbolic/Resources/material-icons/wifi_lock.default.svg new file mode 100644 index 0000000000..ddacbe5b1d --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_lock.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_lock.outlined.svg b/Symbolic/Resources/material-icons/wifi_lock.outlined.svg new file mode 100644 index 0000000000..ddacbe5b1d --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_lock.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_lock.round.svg b/Symbolic/Resources/material-icons/wifi_lock.round.svg new file mode 100644 index 0000000000..802876ce4b --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_lock.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_lock.sharp.svg b/Symbolic/Resources/material-icons/wifi_lock.sharp.svg new file mode 100644 index 0000000000..13ada93aab --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_lock.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_lock.twotone.svg b/Symbolic/Resources/material-icons/wifi_lock.twotone.svg new file mode 100644 index 0000000000..ddacbe5b1d --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_lock.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_off.default.svg b/Symbolic/Resources/material-icons/wifi_off.default.svg new file mode 100644 index 0000000000..480200b4a2 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_off.outlined.svg b/Symbolic/Resources/material-icons/wifi_off.outlined.svg new file mode 100644 index 0000000000..7956dbed1b --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_off.round.svg b/Symbolic/Resources/material-icons/wifi_off.round.svg new file mode 100644 index 0000000000..3aa2be19a9 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_off.sharp.svg b/Symbolic/Resources/material-icons/wifi_off.sharp.svg new file mode 100644 index 0000000000..d2c150c9c7 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_off.twotone.svg b/Symbolic/Resources/material-icons/wifi_off.twotone.svg new file mode 100644 index 0000000000..7956dbed1b --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_password.default.svg b/Symbolic/Resources/material-icons/wifi_password.default.svg new file mode 100644 index 0000000000..c47f898047 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_password.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_password.outlined.svg b/Symbolic/Resources/material-icons/wifi_password.outlined.svg new file mode 100644 index 0000000000..db17bbc803 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_password.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_password.round.svg b/Symbolic/Resources/material-icons/wifi_password.round.svg new file mode 100644 index 0000000000..b8c3f9b173 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_password.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_password.sharp.svg b/Symbolic/Resources/material-icons/wifi_password.sharp.svg new file mode 100644 index 0000000000..0f9c4a2d52 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_password.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_password.twotone.svg b/Symbolic/Resources/material-icons/wifi_password.twotone.svg new file mode 100644 index 0000000000..d1bec2ef33 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_password.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_protected_setup.default.svg b/Symbolic/Resources/material-icons/wifi_protected_setup.default.svg new file mode 100644 index 0000000000..c12e02b0fc --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_protected_setup.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_protected_setup.outlined.svg b/Symbolic/Resources/material-icons/wifi_protected_setup.outlined.svg new file mode 100644 index 0000000000..c12e02b0fc --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_protected_setup.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_protected_setup.round.svg b/Symbolic/Resources/material-icons/wifi_protected_setup.round.svg new file mode 100644 index 0000000000..1370fc8924 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_protected_setup.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_protected_setup.sharp.svg b/Symbolic/Resources/material-icons/wifi_protected_setup.sharp.svg new file mode 100644 index 0000000000..c12e02b0fc --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_protected_setup.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_protected_setup.twotone.svg b/Symbolic/Resources/material-icons/wifi_protected_setup.twotone.svg new file mode 100644 index 0000000000..c12e02b0fc --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_protected_setup.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_tethering.default.svg b/Symbolic/Resources/material-icons/wifi_tethering.default.svg new file mode 100644 index 0000000000..35bd3f1bcd --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_tethering.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_tethering.outlined.svg b/Symbolic/Resources/material-icons/wifi_tethering.outlined.svg new file mode 100644 index 0000000000..3d17edf65b --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_tethering.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_tethering.round.svg b/Symbolic/Resources/material-icons/wifi_tethering.round.svg new file mode 100644 index 0000000000..879cdae245 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_tethering.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_tethering.sharp.svg b/Symbolic/Resources/material-icons/wifi_tethering.sharp.svg new file mode 100644 index 0000000000..3d17edf65b --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_tethering.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_tethering.twotone.svg b/Symbolic/Resources/material-icons/wifi_tethering.twotone.svg new file mode 100644 index 0000000000..3d17edf65b --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_tethering.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_tethering_error.default.svg b/Symbolic/Resources/material-icons/wifi_tethering_error.default.svg new file mode 100644 index 0000000000..c7bed2d526 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_tethering_error.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_tethering_error.outlined.svg b/Symbolic/Resources/material-icons/wifi_tethering_error.outlined.svg new file mode 100644 index 0000000000..c7bed2d526 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_tethering_error.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_tethering_error.round.svg b/Symbolic/Resources/material-icons/wifi_tethering_error.round.svg new file mode 100644 index 0000000000..2146149ffb --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_tethering_error.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_tethering_error.sharp.svg b/Symbolic/Resources/material-icons/wifi_tethering_error.sharp.svg new file mode 100644 index 0000000000..c7bed2d526 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_tethering_error.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_tethering_error.twotone.svg b/Symbolic/Resources/material-icons/wifi_tethering_error.twotone.svg new file mode 100644 index 0000000000..c7bed2d526 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_tethering_error.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_tethering_error_rounded.default.svg b/Symbolic/Resources/material-icons/wifi_tethering_error_rounded.default.svg new file mode 100644 index 0000000000..c7bed2d526 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_tethering_error_rounded.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_tethering_error_rounded.outlined.svg b/Symbolic/Resources/material-icons/wifi_tethering_error_rounded.outlined.svg new file mode 100644 index 0000000000..c7bed2d526 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_tethering_error_rounded.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_tethering_error_rounded.round.svg b/Symbolic/Resources/material-icons/wifi_tethering_error_rounded.round.svg new file mode 100644 index 0000000000..2146149ffb --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_tethering_error_rounded.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_tethering_error_rounded.sharp.svg b/Symbolic/Resources/material-icons/wifi_tethering_error_rounded.sharp.svg new file mode 100644 index 0000000000..c7bed2d526 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_tethering_error_rounded.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_tethering_error_rounded.twotone.svg b/Symbolic/Resources/material-icons/wifi_tethering_error_rounded.twotone.svg new file mode 100644 index 0000000000..c7bed2d526 --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_tethering_error_rounded.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_tethering_off.default.svg b/Symbolic/Resources/material-icons/wifi_tethering_off.default.svg new file mode 100644 index 0000000000..5934d5c9ec --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_tethering_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_tethering_off.outlined.svg b/Symbolic/Resources/material-icons/wifi_tethering_off.outlined.svg new file mode 100644 index 0000000000..5934d5c9ec --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_tethering_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_tethering_off.round.svg b/Symbolic/Resources/material-icons/wifi_tethering_off.round.svg new file mode 100644 index 0000000000..747bf05b5e --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_tethering_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_tethering_off.sharp.svg b/Symbolic/Resources/material-icons/wifi_tethering_off.sharp.svg new file mode 100644 index 0000000000..5934d5c9ec --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_tethering_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wifi_tethering_off.twotone.svg b/Symbolic/Resources/material-icons/wifi_tethering_off.twotone.svg new file mode 100644 index 0000000000..5934d5c9ec --- /dev/null +++ b/Symbolic/Resources/material-icons/wifi_tethering_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wind_power.default.svg b/Symbolic/Resources/material-icons/wind_power.default.svg new file mode 100644 index 0000000000..222a346a30 --- /dev/null +++ b/Symbolic/Resources/material-icons/wind_power.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wind_power.outlined.svg b/Symbolic/Resources/material-icons/wind_power.outlined.svg new file mode 100644 index 0000000000..3fc7317fa7 --- /dev/null +++ b/Symbolic/Resources/material-icons/wind_power.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wind_power.round.svg b/Symbolic/Resources/material-icons/wind_power.round.svg new file mode 100644 index 0000000000..5e56575bf1 --- /dev/null +++ b/Symbolic/Resources/material-icons/wind_power.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wind_power.sharp.svg b/Symbolic/Resources/material-icons/wind_power.sharp.svg new file mode 100644 index 0000000000..a9c7ef0c89 --- /dev/null +++ b/Symbolic/Resources/material-icons/wind_power.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wind_power.twotone.svg b/Symbolic/Resources/material-icons/wind_power.twotone.svg new file mode 100644 index 0000000000..df51103269 --- /dev/null +++ b/Symbolic/Resources/material-icons/wind_power.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/window.default.svg b/Symbolic/Resources/material-icons/window.default.svg new file mode 100644 index 0000000000..45daf451c1 --- /dev/null +++ b/Symbolic/Resources/material-icons/window.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/window.outlined.svg b/Symbolic/Resources/material-icons/window.outlined.svg new file mode 100644 index 0000000000..4209b033f0 --- /dev/null +++ b/Symbolic/Resources/material-icons/window.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/window.round.svg b/Symbolic/Resources/material-icons/window.round.svg new file mode 100644 index 0000000000..5a616c8ce8 --- /dev/null +++ b/Symbolic/Resources/material-icons/window.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/window.sharp.svg b/Symbolic/Resources/material-icons/window.sharp.svg new file mode 100644 index 0000000000..e0a0fef4b0 --- /dev/null +++ b/Symbolic/Resources/material-icons/window.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/window.twotone.svg b/Symbolic/Resources/material-icons/window.twotone.svg new file mode 100644 index 0000000000..34acd26f66 --- /dev/null +++ b/Symbolic/Resources/material-icons/window.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wine_bar.default.svg b/Symbolic/Resources/material-icons/wine_bar.default.svg new file mode 100644 index 0000000000..2068b33ee9 --- /dev/null +++ b/Symbolic/Resources/material-icons/wine_bar.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wine_bar.outlined.svg b/Symbolic/Resources/material-icons/wine_bar.outlined.svg new file mode 100644 index 0000000000..77ed1a4213 --- /dev/null +++ b/Symbolic/Resources/material-icons/wine_bar.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wine_bar.round.svg b/Symbolic/Resources/material-icons/wine_bar.round.svg new file mode 100644 index 0000000000..e0f470b402 --- /dev/null +++ b/Symbolic/Resources/material-icons/wine_bar.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wine_bar.sharp.svg b/Symbolic/Resources/material-icons/wine_bar.sharp.svg new file mode 100644 index 0000000000..2068b33ee9 --- /dev/null +++ b/Symbolic/Resources/material-icons/wine_bar.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wine_bar.twotone.svg b/Symbolic/Resources/material-icons/wine_bar.twotone.svg new file mode 100644 index 0000000000..14408f1afd --- /dev/null +++ b/Symbolic/Resources/material-icons/wine_bar.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/woman.default.svg b/Symbolic/Resources/material-icons/woman.default.svg new file mode 100644 index 0000000000..6830f02a38 --- /dev/null +++ b/Symbolic/Resources/material-icons/woman.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/woman.outlined.svg b/Symbolic/Resources/material-icons/woman.outlined.svg new file mode 100644 index 0000000000..6830f02a38 --- /dev/null +++ b/Symbolic/Resources/material-icons/woman.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/woman.round.svg b/Symbolic/Resources/material-icons/woman.round.svg new file mode 100644 index 0000000000..73dda19bbd --- /dev/null +++ b/Symbolic/Resources/material-icons/woman.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/woman.sharp.svg b/Symbolic/Resources/material-icons/woman.sharp.svg new file mode 100644 index 0000000000..d9d3a1e4d2 --- /dev/null +++ b/Symbolic/Resources/material-icons/woman.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/woman.twotone.svg b/Symbolic/Resources/material-icons/woman.twotone.svg new file mode 100644 index 0000000000..6830f02a38 --- /dev/null +++ b/Symbolic/Resources/material-icons/woman.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/woman_2.default.svg b/Symbolic/Resources/material-icons/woman_2.default.svg new file mode 100644 index 0000000000..ac586cbca6 --- /dev/null +++ b/Symbolic/Resources/material-icons/woman_2.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/woman_2.outlined.svg b/Symbolic/Resources/material-icons/woman_2.outlined.svg new file mode 100644 index 0000000000..ac586cbca6 --- /dev/null +++ b/Symbolic/Resources/material-icons/woman_2.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/woman_2.round.svg b/Symbolic/Resources/material-icons/woman_2.round.svg new file mode 100644 index 0000000000..e89fa5434d --- /dev/null +++ b/Symbolic/Resources/material-icons/woman_2.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/woman_2.sharp.svg b/Symbolic/Resources/material-icons/woman_2.sharp.svg new file mode 100644 index 0000000000..7f246079f7 --- /dev/null +++ b/Symbolic/Resources/material-icons/woman_2.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/woman_2.twotone.svg b/Symbolic/Resources/material-icons/woman_2.twotone.svg new file mode 100644 index 0000000000..ac586cbca6 --- /dev/null +++ b/Symbolic/Resources/material-icons/woman_2.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/work.default.svg b/Symbolic/Resources/material-icons/work.default.svg new file mode 100644 index 0000000000..3fca77333e --- /dev/null +++ b/Symbolic/Resources/material-icons/work.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/work.outlined.svg b/Symbolic/Resources/material-icons/work.outlined.svg new file mode 100644 index 0000000000..34c9db7409 --- /dev/null +++ b/Symbolic/Resources/material-icons/work.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/work.round.svg b/Symbolic/Resources/material-icons/work.round.svg new file mode 100644 index 0000000000..34c9db7409 --- /dev/null +++ b/Symbolic/Resources/material-icons/work.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/work.sharp.svg b/Symbolic/Resources/material-icons/work.sharp.svg new file mode 100644 index 0000000000..e0ac16f342 --- /dev/null +++ b/Symbolic/Resources/material-icons/work.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/work.twotone.svg b/Symbolic/Resources/material-icons/work.twotone.svg new file mode 100644 index 0000000000..180b297ca8 --- /dev/null +++ b/Symbolic/Resources/material-icons/work.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/work_history.default.svg b/Symbolic/Resources/material-icons/work_history.default.svg new file mode 100644 index 0000000000..62f401a729 --- /dev/null +++ b/Symbolic/Resources/material-icons/work_history.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/work_history.outlined.svg b/Symbolic/Resources/material-icons/work_history.outlined.svg new file mode 100644 index 0000000000..9c393214cd --- /dev/null +++ b/Symbolic/Resources/material-icons/work_history.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/work_history.round.svg b/Symbolic/Resources/material-icons/work_history.round.svg new file mode 100644 index 0000000000..4974946d41 --- /dev/null +++ b/Symbolic/Resources/material-icons/work_history.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/work_history.sharp.svg b/Symbolic/Resources/material-icons/work_history.sharp.svg new file mode 100644 index 0000000000..bb6b0c1931 --- /dev/null +++ b/Symbolic/Resources/material-icons/work_history.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/work_history.twotone.svg b/Symbolic/Resources/material-icons/work_history.twotone.svg new file mode 100644 index 0000000000..ae176d046a --- /dev/null +++ b/Symbolic/Resources/material-icons/work_history.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/work_off.default.svg b/Symbolic/Resources/material-icons/work_off.default.svg new file mode 100644 index 0000000000..5729f9d432 --- /dev/null +++ b/Symbolic/Resources/material-icons/work_off.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/work_off.outlined.svg b/Symbolic/Resources/material-icons/work_off.outlined.svg new file mode 100644 index 0000000000..39ff077df6 --- /dev/null +++ b/Symbolic/Resources/material-icons/work_off.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/work_off.round.svg b/Symbolic/Resources/material-icons/work_off.round.svg new file mode 100644 index 0000000000..2ca49ee390 --- /dev/null +++ b/Symbolic/Resources/material-icons/work_off.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/work_off.sharp.svg b/Symbolic/Resources/material-icons/work_off.sharp.svg new file mode 100644 index 0000000000..28bd7a7cfc --- /dev/null +++ b/Symbolic/Resources/material-icons/work_off.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/work_off.twotone.svg b/Symbolic/Resources/material-icons/work_off.twotone.svg new file mode 100644 index 0000000000..6bd2699322 --- /dev/null +++ b/Symbolic/Resources/material-icons/work_off.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/work_outline.default.svg b/Symbolic/Resources/material-icons/work_outline.default.svg new file mode 100644 index 0000000000..6150933e22 --- /dev/null +++ b/Symbolic/Resources/material-icons/work_outline.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/work_outline.outlined.svg b/Symbolic/Resources/material-icons/work_outline.outlined.svg new file mode 100644 index 0000000000..97a1e789cf --- /dev/null +++ b/Symbolic/Resources/material-icons/work_outline.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/work_outline.round.svg b/Symbolic/Resources/material-icons/work_outline.round.svg new file mode 100644 index 0000000000..7bec48b012 --- /dev/null +++ b/Symbolic/Resources/material-icons/work_outline.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/work_outline.sharp.svg b/Symbolic/Resources/material-icons/work_outline.sharp.svg new file mode 100644 index 0000000000..6e8da09705 --- /dev/null +++ b/Symbolic/Resources/material-icons/work_outline.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/work_outline.twotone.svg b/Symbolic/Resources/material-icons/work_outline.twotone.svg new file mode 100644 index 0000000000..87914238c1 --- /dev/null +++ b/Symbolic/Resources/material-icons/work_outline.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/workspace_premium.default.svg b/Symbolic/Resources/material-icons/workspace_premium.default.svg new file mode 100644 index 0000000000..c959313f0c --- /dev/null +++ b/Symbolic/Resources/material-icons/workspace_premium.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/workspace_premium.outlined.svg b/Symbolic/Resources/material-icons/workspace_premium.outlined.svg new file mode 100644 index 0000000000..0b98a11dbc --- /dev/null +++ b/Symbolic/Resources/material-icons/workspace_premium.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/workspace_premium.round.svg b/Symbolic/Resources/material-icons/workspace_premium.round.svg new file mode 100644 index 0000000000..d6012a560d --- /dev/null +++ b/Symbolic/Resources/material-icons/workspace_premium.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/workspace_premium.sharp.svg b/Symbolic/Resources/material-icons/workspace_premium.sharp.svg new file mode 100644 index 0000000000..c959313f0c --- /dev/null +++ b/Symbolic/Resources/material-icons/workspace_premium.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/workspace_premium.twotone.svg b/Symbolic/Resources/material-icons/workspace_premium.twotone.svg new file mode 100644 index 0000000000..fb54935882 --- /dev/null +++ b/Symbolic/Resources/material-icons/workspace_premium.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/workspaces.default.svg b/Symbolic/Resources/material-icons/workspaces.default.svg new file mode 100644 index 0000000000..80c8044d3c --- /dev/null +++ b/Symbolic/Resources/material-icons/workspaces.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/workspaces.outlined.svg b/Symbolic/Resources/material-icons/workspaces.outlined.svg new file mode 100644 index 0000000000..b243e8996a --- /dev/null +++ b/Symbolic/Resources/material-icons/workspaces.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/workspaces.round.svg b/Symbolic/Resources/material-icons/workspaces.round.svg new file mode 100644 index 0000000000..80c8044d3c --- /dev/null +++ b/Symbolic/Resources/material-icons/workspaces.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/workspaces.sharp.svg b/Symbolic/Resources/material-icons/workspaces.sharp.svg new file mode 100644 index 0000000000..80c8044d3c --- /dev/null +++ b/Symbolic/Resources/material-icons/workspaces.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/workspaces.twotone.svg b/Symbolic/Resources/material-icons/workspaces.twotone.svg new file mode 100644 index 0000000000..a382e941dd --- /dev/null +++ b/Symbolic/Resources/material-icons/workspaces.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/workspaces_filled.default.svg b/Symbolic/Resources/material-icons/workspaces_filled.default.svg new file mode 100644 index 0000000000..c41de9d65d --- /dev/null +++ b/Symbolic/Resources/material-icons/workspaces_filled.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/workspaces_outline.default.svg b/Symbolic/Resources/material-icons/workspaces_outline.default.svg new file mode 100644 index 0000000000..ba9a5053ad --- /dev/null +++ b/Symbolic/Resources/material-icons/workspaces_outline.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wrap_text.default.svg b/Symbolic/Resources/material-icons/wrap_text.default.svg new file mode 100644 index 0000000000..1da369b328 --- /dev/null +++ b/Symbolic/Resources/material-icons/wrap_text.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wrap_text.outlined.svg b/Symbolic/Resources/material-icons/wrap_text.outlined.svg new file mode 100644 index 0000000000..d827901f1b --- /dev/null +++ b/Symbolic/Resources/material-icons/wrap_text.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wrap_text.round.svg b/Symbolic/Resources/material-icons/wrap_text.round.svg new file mode 100644 index 0000000000..052949d223 --- /dev/null +++ b/Symbolic/Resources/material-icons/wrap_text.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wrap_text.sharp.svg b/Symbolic/Resources/material-icons/wrap_text.sharp.svg new file mode 100644 index 0000000000..f81b4100c1 --- /dev/null +++ b/Symbolic/Resources/material-icons/wrap_text.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wrap_text.twotone.svg b/Symbolic/Resources/material-icons/wrap_text.twotone.svg new file mode 100644 index 0000000000..de1bd6311e --- /dev/null +++ b/Symbolic/Resources/material-icons/wrap_text.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wrong_location.default.svg b/Symbolic/Resources/material-icons/wrong_location.default.svg new file mode 100644 index 0000000000..63447743fb --- /dev/null +++ b/Symbolic/Resources/material-icons/wrong_location.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wrong_location.outlined.svg b/Symbolic/Resources/material-icons/wrong_location.outlined.svg new file mode 100644 index 0000000000..478cca9e2d --- /dev/null +++ b/Symbolic/Resources/material-icons/wrong_location.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wrong_location.round.svg b/Symbolic/Resources/material-icons/wrong_location.round.svg new file mode 100644 index 0000000000..30d07a9bff --- /dev/null +++ b/Symbolic/Resources/material-icons/wrong_location.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wrong_location.sharp.svg b/Symbolic/Resources/material-icons/wrong_location.sharp.svg new file mode 100644 index 0000000000..63447743fb --- /dev/null +++ b/Symbolic/Resources/material-icons/wrong_location.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wrong_location.twotone.svg b/Symbolic/Resources/material-icons/wrong_location.twotone.svg new file mode 100644 index 0000000000..478cca9e2d --- /dev/null +++ b/Symbolic/Resources/material-icons/wrong_location.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wysiwyg.default.svg b/Symbolic/Resources/material-icons/wysiwyg.default.svg new file mode 100644 index 0000000000..428d5c1c67 --- /dev/null +++ b/Symbolic/Resources/material-icons/wysiwyg.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wysiwyg.outlined.svg b/Symbolic/Resources/material-icons/wysiwyg.outlined.svg new file mode 100644 index 0000000000..428d5c1c67 --- /dev/null +++ b/Symbolic/Resources/material-icons/wysiwyg.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wysiwyg.round.svg b/Symbolic/Resources/material-icons/wysiwyg.round.svg new file mode 100644 index 0000000000..50f43511e9 --- /dev/null +++ b/Symbolic/Resources/material-icons/wysiwyg.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wysiwyg.sharp.svg b/Symbolic/Resources/material-icons/wysiwyg.sharp.svg new file mode 100644 index 0000000000..6a476256d8 --- /dev/null +++ b/Symbolic/Resources/material-icons/wysiwyg.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/wysiwyg.twotone.svg b/Symbolic/Resources/material-icons/wysiwyg.twotone.svg new file mode 100644 index 0000000000..6e920b2882 --- /dev/null +++ b/Symbolic/Resources/material-icons/wysiwyg.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/yard.default.svg b/Symbolic/Resources/material-icons/yard.default.svg new file mode 100644 index 0000000000..1af90a19c2 --- /dev/null +++ b/Symbolic/Resources/material-icons/yard.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/yard.outlined.svg b/Symbolic/Resources/material-icons/yard.outlined.svg new file mode 100644 index 0000000000..afbf64dc4c --- /dev/null +++ b/Symbolic/Resources/material-icons/yard.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/yard.round.svg b/Symbolic/Resources/material-icons/yard.round.svg new file mode 100644 index 0000000000..3e964909c8 --- /dev/null +++ b/Symbolic/Resources/material-icons/yard.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/yard.sharp.svg b/Symbolic/Resources/material-icons/yard.sharp.svg new file mode 100644 index 0000000000..2551ea64f0 --- /dev/null +++ b/Symbolic/Resources/material-icons/yard.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/yard.twotone.svg b/Symbolic/Resources/material-icons/yard.twotone.svg new file mode 100644 index 0000000000..3b00197680 --- /dev/null +++ b/Symbolic/Resources/material-icons/yard.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/youtube_searched_for.default.svg b/Symbolic/Resources/material-icons/youtube_searched_for.default.svg new file mode 100644 index 0000000000..15ed00e33c --- /dev/null +++ b/Symbolic/Resources/material-icons/youtube_searched_for.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/youtube_searched_for.outlined.svg b/Symbolic/Resources/material-icons/youtube_searched_for.outlined.svg new file mode 100644 index 0000000000..15ed00e33c --- /dev/null +++ b/Symbolic/Resources/material-icons/youtube_searched_for.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/youtube_searched_for.round.svg b/Symbolic/Resources/material-icons/youtube_searched_for.round.svg new file mode 100644 index 0000000000..b3b089e588 --- /dev/null +++ b/Symbolic/Resources/material-icons/youtube_searched_for.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/youtube_searched_for.sharp.svg b/Symbolic/Resources/material-icons/youtube_searched_for.sharp.svg new file mode 100644 index 0000000000..15ed00e33c --- /dev/null +++ b/Symbolic/Resources/material-icons/youtube_searched_for.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/youtube_searched_for.twotone.svg b/Symbolic/Resources/material-icons/youtube_searched_for.twotone.svg new file mode 100644 index 0000000000..15ed00e33c --- /dev/null +++ b/Symbolic/Resources/material-icons/youtube_searched_for.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/zoom_in.default.svg b/Symbolic/Resources/material-icons/zoom_in.default.svg new file mode 100644 index 0000000000..a8076228fe --- /dev/null +++ b/Symbolic/Resources/material-icons/zoom_in.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/zoom_in.outlined.svg b/Symbolic/Resources/material-icons/zoom_in.outlined.svg new file mode 100644 index 0000000000..0429af68ab --- /dev/null +++ b/Symbolic/Resources/material-icons/zoom_in.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/zoom_in.round.svg b/Symbolic/Resources/material-icons/zoom_in.round.svg new file mode 100644 index 0000000000..a2b0455cc7 --- /dev/null +++ b/Symbolic/Resources/material-icons/zoom_in.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/zoom_in.sharp.svg b/Symbolic/Resources/material-icons/zoom_in.sharp.svg new file mode 100644 index 0000000000..0429af68ab --- /dev/null +++ b/Symbolic/Resources/material-icons/zoom_in.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/zoom_in.twotone.svg b/Symbolic/Resources/material-icons/zoom_in.twotone.svg new file mode 100644 index 0000000000..0429af68ab --- /dev/null +++ b/Symbolic/Resources/material-icons/zoom_in.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/zoom_in_map.default.svg b/Symbolic/Resources/material-icons/zoom_in_map.default.svg new file mode 100644 index 0000000000..15bb9969c9 --- /dev/null +++ b/Symbolic/Resources/material-icons/zoom_in_map.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/zoom_in_map.outlined.svg b/Symbolic/Resources/material-icons/zoom_in_map.outlined.svg new file mode 100644 index 0000000000..15bb9969c9 --- /dev/null +++ b/Symbolic/Resources/material-icons/zoom_in_map.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/zoom_in_map.round.svg b/Symbolic/Resources/material-icons/zoom_in_map.round.svg new file mode 100644 index 0000000000..0cfbb5a73e --- /dev/null +++ b/Symbolic/Resources/material-icons/zoom_in_map.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/zoom_in_map.sharp.svg b/Symbolic/Resources/material-icons/zoom_in_map.sharp.svg new file mode 100644 index 0000000000..15bb9969c9 --- /dev/null +++ b/Symbolic/Resources/material-icons/zoom_in_map.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/zoom_in_map.twotone.svg b/Symbolic/Resources/material-icons/zoom_in_map.twotone.svg new file mode 100644 index 0000000000..15bb9969c9 --- /dev/null +++ b/Symbolic/Resources/material-icons/zoom_in_map.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/zoom_out.default.svg b/Symbolic/Resources/material-icons/zoom_out.default.svg new file mode 100644 index 0000000000..d6c04d302e --- /dev/null +++ b/Symbolic/Resources/material-icons/zoom_out.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/zoom_out.outlined.svg b/Symbolic/Resources/material-icons/zoom_out.outlined.svg new file mode 100644 index 0000000000..d6c04d302e --- /dev/null +++ b/Symbolic/Resources/material-icons/zoom_out.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/zoom_out.round.svg b/Symbolic/Resources/material-icons/zoom_out.round.svg new file mode 100644 index 0000000000..cb3880d9a3 --- /dev/null +++ b/Symbolic/Resources/material-icons/zoom_out.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/zoom_out.sharp.svg b/Symbolic/Resources/material-icons/zoom_out.sharp.svg new file mode 100644 index 0000000000..51dcf79aab --- /dev/null +++ b/Symbolic/Resources/material-icons/zoom_out.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/zoom_out.twotone.svg b/Symbolic/Resources/material-icons/zoom_out.twotone.svg new file mode 100644 index 0000000000..d6c04d302e --- /dev/null +++ b/Symbolic/Resources/material-icons/zoom_out.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/zoom_out_map.default.svg b/Symbolic/Resources/material-icons/zoom_out_map.default.svg new file mode 100644 index 0000000000..3f6e129588 --- /dev/null +++ b/Symbolic/Resources/material-icons/zoom_out_map.default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/zoom_out_map.outlined.svg b/Symbolic/Resources/material-icons/zoom_out_map.outlined.svg new file mode 100644 index 0000000000..bbf114b0b3 --- /dev/null +++ b/Symbolic/Resources/material-icons/zoom_out_map.outlined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/zoom_out_map.round.svg b/Symbolic/Resources/material-icons/zoom_out_map.round.svg new file mode 100644 index 0000000000..701a00535e --- /dev/null +++ b/Symbolic/Resources/material-icons/zoom_out_map.round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/zoom_out_map.sharp.svg b/Symbolic/Resources/material-icons/zoom_out_map.sharp.svg new file mode 100644 index 0000000000..bbf114b0b3 --- /dev/null +++ b/Symbolic/Resources/material-icons/zoom_out_map.sharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Resources/material-icons/zoom_out_map.twotone.svg b/Symbolic/Resources/material-icons/zoom_out_map.twotone.svg new file mode 100644 index 0000000000..09ecbcbb62 --- /dev/null +++ b/Symbolic/Resources/material-icons/zoom_out_map.twotone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Symbolic/Utilities/SFSymbols.swift b/Symbolic/Symbols/SFSymbols.swift similarity index 99% rename from Symbolic/Utilities/SFSymbols.swift rename to Symbolic/Symbols/SFSymbols.swift index d7a7e86531..344b47edd9 100644 --- a/Symbolic/Utilities/SFSymbols.swift +++ b/Symbolic/Symbols/SFSymbols.swift @@ -22,6 +22,12 @@ import Foundation struct SFSymbols { + static var allSymbols: [Symbol] = { + allNames.map { name in + return Symbol(reference: SymbolReference(family: "sf-symbols", name: name, variant: nil), name: name, format: .symbol, url: nil) + } + }() + static let allNames = [ "square.and.arrow.up", "square.and.arrow.up.fill", diff --git a/Symbolic/Views/ContentView.swift b/Symbolic/Views/ContentView.swift index a46041ac2e..4e614140a2 100644 --- a/Symbolic/Views/ContentView.swift +++ b/Symbolic/Views/ContentView.swift @@ -48,6 +48,7 @@ struct ContentView: View { } .background(Color(nsColor: .textBackgroundColor)) .frame(maxWidth: .infinity, minHeight: 400) + .cacheVectorGraphics(true) Divider() SettingsView(sceneModel: sceneModel, document: document) .frame(width: 300) diff --git a/Symbolic/Views/IconView.swift b/Symbolic/Views/IconView.swift index f9fc252148..f3f88ba638 100644 --- a/Symbolic/Views/IconView.swift +++ b/Symbolic/Views/IconView.swift @@ -56,9 +56,7 @@ struct IconView: View { startPoint: .top, endPoint: .bottom) - let image = Image(systemName: icon.systemImage) - .resizable() - .aspectRatio(contentMode: .fit) + let image = SymbolView(symbol: icon.symbol) .foregroundColor(icon.symbolColor) VStack { diff --git a/Symbolic/Views/SVGImage.swift b/Symbolic/Views/SVGImage.swift new file mode 100644 index 0000000000..b9ae89e305 --- /dev/null +++ b/Symbolic/Views/SVGImage.swift @@ -0,0 +1,94 @@ +// Copyright (c) 2022-2023 InSeven Limited +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + +import SwiftUI + +import SVGKit + +private struct CacheVectorGraphics: EnvironmentKey { + + static let defaultValue = false + +} + +extension EnvironmentValues { + + var cacheVectorGraphics: Bool { + get { self[CacheVectorGraphics.self] } + set { self[CacheVectorGraphics.self] = newValue } + } + +} + +extension View { + + func cacheVectorGraphics(_ cacheVectorGraphics: Bool) -> some View { + return environment(\.cacheVectorGraphics, cacheVectorGraphics) + } + +} + +struct SVGImage: View { + + @MainActor static var cache: NSCache = NSCache() + + @Environment(\.cacheVectorGraphics) var cacheVectorGraphics + + let url: URL + + func image(for size: CGSize) -> NSImage? { + guard !CGRect(origin: .zero, size: size).isEmpty else { + return nil + } + let svg = SVGKImage(contentsOf: url)! + svg.size = size + return svg.nsImage + } + + // Return an image representing the SVG. + // If the cache is active, the image may be different to the preferred size; if not, the image will be rendered for + // the requested size. + @MainActor func image(preferredSize: CGSize) -> NSImage? { + if cacheVectorGraphics, + let image = Self.cache.object(forKey: url as NSURL) { + return image + } + guard let image = self.image(for: cacheVectorGraphics ? CGSize(width: 1024, height: 1024) : preferredSize) else { + return nil + } + if cacheVectorGraphics { + Self.cache.setObject(image, forKey: url as NSURL) + } + return image + } + + var body: some View { + GeometryReader { geometry in + if let image = image(preferredSize: geometry.size) { + Image(nsImage: image) + .renderingMode(.template) + .resizable() + } else { + EmptyView() + } + } + } + +} diff --git a/Symbolic/Views/SettingsView.swift b/Symbolic/Views/SettingsView.swift index e7508cff33..ff43651eda 100644 --- a/Symbolic/Views/SettingsView.swift +++ b/Symbolic/Views/SettingsView.swift @@ -34,8 +34,11 @@ struct SettingsView: View { var body: some View { Form { Section("Icon") { - SymbolPicker("Image", systemImage: $document.icon.systemImage.undoable(undoManager, context: undoContext)) - Slider(value: $document.icon.iconScale.undoable(undoManager, context: undoContext)) { + SymbolPicker("Image", selection: $document.icon.symbol.undoable(undoManager, context: undoContext)) + if let set = SymbolManager.shared.set(for: document.icon.symbol) { + LabeledContent("Author", value: set.author) + } + Slider(value: $document.icon.iconScale.undoable(undoManager, context: undoContext), in: 0...1.2) { Text("Size") } ColorPicker("Color", @@ -97,6 +100,13 @@ struct SettingsView: View { selection: $document.icon.bottomColor.undoable(undoManager, context: undoContext), supportsOpacity: false) } +#if DEBUG + Section("Details") { + LabeledContent("Family", value: document.icon.symbol.family) + LabeledContent("Name", value: document.icon.symbol.name) + LabeledContent("Variant", value: document.icon.symbol.variant ?? "") + } +#endif } .formStyle(.grouped) } diff --git a/Symbolic/Views/SymbolPicker.swift b/Symbolic/Views/SymbolPicker.swift index b4b8d5db36..a8ff452106 100644 --- a/Symbolic/Views/SymbolPicker.swift +++ b/Symbolic/Views/SymbolPicker.swift @@ -20,6 +20,8 @@ import SwiftUI +import Interact + struct SymbolPicker: View { struct LayoutMetrics { @@ -29,15 +31,13 @@ struct SymbolPicker: View { } var title: String - var systemImage: Binding - @State var initialImage: String + var selection: Binding @State var isPresented: Bool = false @StateObject var model = SymbolPickerModel() - init(_ title: String, systemImage: Binding) { + init(_ title: String, selection: Binding) { self.title = title - self.systemImage = systemImage - _initialImage = State(initialValue: systemImage.wrappedValue) + self.selection = selection } let columns = [GridItem(.flexible(minimum: LayoutMetrics.itemSize), spacing: LayoutMetrics.interItemSpacing), @@ -52,27 +52,14 @@ struct SymbolPicker: View { isPresented = true } label: { HStack { - Image(systemName: systemImage.wrappedValue) - .imageScale(.large) + SymbolView(symbol: selection.wrappedValue) } - .frame(width: 32, height: 32) + .frame(width: 24, height: 24) } .controlSize(.large) .popover(isPresented: $isPresented) { - ScrollView { - LazyVGrid(columns: columns, spacing: LayoutMetrics.interItemSpacing) { - ForEach(model.filteredSymbolNames) { symbol in - SymbolPickerCell(systemName: symbol, isHighlighted: systemImage.wrappedValue == symbol) - .onTapGesture { - isPresented = false - systemImage.wrappedValue = symbol - } - } - } - .padding([.leading, .trailing, .bottom]) - } - .background(Color(nsColor: NSColor.controlBackgroundColor)) - .safeAreaInset(edge: .top) { + + VStack(spacing: 0) { TextField(text: $model.filter, prompt: Text("Search")) { EmptyView() } @@ -80,7 +67,33 @@ struct SymbolPicker: View { .textFieldStyle(.roundedBorder) .padding() .background(Color(nsColor: NSColor.controlBackgroundColor)) + + ScrollView { + LazyVGrid(columns: columns, spacing: LayoutMetrics.interItemSpacing, pinnedViews: [.sectionHeaders]) { + ForEach(model.filteredSymbols) { section in + Section { + ForEach(section.symbols) { symbol in + SymbolView(symbol: symbol.reference) + .modifier(SymbolPickerCell(isHighlighted: selection.wrappedValue == symbol.reference)) + .onTapGesture { + isPresented = false + selection.wrappedValue = symbol.reference + } + .help(symbol.name) + } + } header: { + Text(section.name) + .textCase(.uppercase) + .horizontalSpace(.trailing) + .padding([.top, .bottom], 8.0) + .background(Color(nsColor: NSColor.controlBackgroundColor)) + } + } + } + .padding([.leading, .trailing, .bottom]) + } } + .background(Color(nsColor: NSColor.controlBackgroundColor)) .frame(height: LayoutMetrics.height) } } diff --git a/Symbolic/Views/SymbolView.swift b/Symbolic/Views/SymbolView.swift new file mode 100644 index 0000000000..fecb563698 --- /dev/null +++ b/Symbolic/Views/SymbolView.swift @@ -0,0 +1,44 @@ +// Copyright (c) 2022-2023 InSeven Limited +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + +import SwiftUI + +struct SymbolView: View { + + let symbol: SymbolReference // TODO: Rename? + + var body: some View { + HStack { + if let symbol = SymbolManager.shared.symbol(for: symbol) { + switch symbol.format { + case .svg: + SVGImage(url: symbol.url!) + case .symbol: + Image(systemName: symbol.name) + .resizable() + .aspectRatio(contentMode: .fit) + } + } else { + EmptyView() + } + } + } + +} diff --git a/diligence b/diligence index fe3858f073..781a47c905 160000 --- a/diligence +++ b/diligence @@ -1 +1 @@ -Subproject commit fe3858f073b1cc65423a9067aa9cb0cb5161369f +Subproject commit 781a47c9050c6cae7b5ff4458afdeb530c195072 diff --git a/scripts/import-material-design-icons.py b/scripts/import-material-design-icons.py new file mode 100755 index 0000000000..7f03bf4ddc --- /dev/null +++ b/scripts/import-material-design-icons.py @@ -0,0 +1,63 @@ +#!/usr/bin/env python3 + +import argparse +import json +import os +import shutil + +SCRIPTS_DIRECTORY = os.path.dirname(os.path.abspath(__file__)) +ROOT_DIRECOTRY = os.path.dirname(SCRIPTS_DIRECTORY) +RESOURCES_DIRECTORY = os.path.join(ROOT_DIRECOTRY, "Symbolic", "Resources") + +MATERIAL_ICONS_DIRECTORY = os.path.join(RESOURCES_DIRECTORY, "material-icons") + + +def main(): + parser = argparse.ArgumentParser() + parser.add_argument("repository") + options = parser.parse_args() + + manifest = {} + manifest["id"] = "material-icons" + manifest["name"] = "Material Icons" + manifest["author"] = "Google" + manifest["license"] = "LICENSE" + manifest["symbols"] = [] + + repository_directory = os.path.abspath(options.repository) + license_path = os.path.join(repository_directory, "LICENSE") + shutil.copy(license_path, MATERIAL_ICONS_DIRECTORY) + + src_directory = os.path.join(repository_directory, "src") + categories = os.listdir(src_directory) + for category in categories: + category_path = os.path.join(src_directory, category) + icons = os.listdir(category_path) + for icon in icons: + symbol = { + "id": icon, + "name": icon.replace("_", " ").title(), + "variants": {} + } + + icon_base_path = os.path.join(category_path, icon) + variants = os.listdir(icon_base_path) + + for variant in variants: + assert variant.startswith("materialicons") + variant_name = variant[len("materialicons"):] + variant_key = variant_name if variant_name else "default" + icon_path = os.path.join(category_path, icon, variant, "24px.svg") + basename = "%s.%s.svg" % (icon, variant_key) + shutil.copyfile(icon_path, os.path.join(MATERIAL_ICONS_DIRECTORY, basename)) + symbol["variants"][variant_key] = { + "path": basename + } + manifest["symbols"].append(symbol) + + with open(os.path.join(MATERIAL_ICONS_DIRECTORY, "manifest.json"), "w") as fh: + json.dump(manifest, fh, indent=4) + + +if __name__ == "__main__": + main() \ No newline at end of file