Skip to content

Commit

Permalink
feat: Add Google Material Icons (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbmorley authored Jan 13, 2023
1 parent 36b5e45 commit aa28add
Show file tree
Hide file tree
Showing 10,775 changed files with 57,377 additions and 57 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
86 changes: 80 additions & 6 deletions Symbolic.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */; };
Expand Down Expand Up @@ -106,6 +118,17 @@
D8B0B1F0296CD4AB00F907BE /* OffsetGuide.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OffsetGuide.swift; sourceTree = "<group>"; };
D8B61307293BB81100F29E0C /* AboutCommands.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AboutCommands.swift; sourceTree = "<group>"; };
D8B61309293BB98100F29E0C /* ApplicationModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ApplicationModel.swift; sourceTree = "<group>"; };
D8CB5A372970D9A5002007C4 /* material-icons */ = {isa = PBXFileReference; lastKnownFileType = folder; path = "material-icons"; sourceTree = "<group>"; };
D8CB5A392970E8DB002007C4 /* SymbolView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SymbolView.swift; sourceTree = "<group>"; };
D8CB5A3B2970E92A002007C4 /* SymbolSet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SymbolSet.swift; sourceTree = "<group>"; };
D8CB5A3D2970F4D0002007C4 /* SymbolReference.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SymbolReference.swift; sourceTree = "<group>"; };
D8CB5A4129718D23002007C4 /* SymbolManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SymbolManager.swift; sourceTree = "<group>"; };
D8CB5A432971925A002007C4 /* Symbol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Symbol.swift; sourceTree = "<group>"; };
D8CB5A4529719395002007C4 /* Manifest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Manifest.swift; sourceTree = "<group>"; };
D8CB5A472971C4B5002007C4 /* SVGImage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SVGImage.swift; sourceTree = "<group>"; };
D8CB5A4C2971DBCC002007C4 /* svgkit-license */ = {isa = PBXFileReference; lastKnownFileType = text; path = "svgkit-license"; sourceTree = "<group>"; };
D8CB5A4E2971DD05002007C4 /* cocoalumberjack-license */ = {isa = PBXFileReference; lastKnownFileType = text; path = "cocoalumberjack-license"; sourceTree = "<group>"; };
D8CB5A502971DD98002007C4 /* swiftlog-license */ = {isa = PBXFileReference; lastKnownFileType = text; path = "swiftlog-license"; sourceTree = "<group>"; };
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 = "<group>"; };
D8CD4A7F28AC35C300D57F34 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
Expand All @@ -130,6 +153,7 @@
buildActionMask = 2147483647;
files = (
D864A23A2965A2D1008A4261 /* Interact in Frameworks */,
D8CB5A322970A831002007C4 /* SVGKit in Frameworks */,
D8F99EC628B13998007C3868 /* Diligence in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -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 = "<group>";
Expand All @@ -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 = "<group>";
};
D821B9EF28ACF0A900504AA4 /* Utilities */ = {
D821B9EF28ACF0A900504AA4 /* Symbols */ = {
isa = PBXGroup;
children = (
D8F6317328AC7D7A00DFEED0 /* SFSymbols.swift */,
);
path = Utilities;
path = Symbols;
sourceTree = "<group>";
};
D826B5CE296B477600693D27 /* Layouts */ = {
Expand All @@ -219,6 +249,7 @@
D84B5D72296C5530005E6C59 /* Resources */ = {
isa = PBXGroup;
children = (
D8CB5A372970D9A5002007C4 /* material-icons */,
D84B5D73296C5540005E6C59 /* Template.symbolic */,
);
path = Resources;
Expand All @@ -234,6 +265,14 @@
path = Commands;
sourceTree = "<group>";
};
D8CB5A492971C536002007C4 /* Modifiers */ = {
isa = PBXGroup;
children = (
D857297B296C176C0037E58F /* SymbolPickerCell.swift */,
);
path = Modifiers;
sourceTree = "<group>";
};
D8CD4A7128AC35C300D57F34 = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -354,6 +397,7 @@
packageProductDependencies = (
D8F99EC528B13998007C3868 /* Diligence */,
D864A2392965A2D1008A4261 /* Interact */,
D8CB5A312970A831002007C4 /* SVGKit */,
);
productName = Iconify;
productReference = D8CD4A7A28AC35C300D57F34 /* Symbolic.app */;
Expand Down Expand Up @@ -427,6 +471,9 @@
Base,
);
mainGroup = D8CD4A7128AC35C300D57F34;
packageReferences = (
D8CB5A302970A831002007C4 /* XCRemoteSwiftPackageReference "SVGKit" */,
);
productRefGroup = D8CD4A7B28AC35C300D57F34 /* Products */;
projectDirPath = "";
projectRoot = "";
Expand All @@ -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;
Expand Down Expand Up @@ -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 */,
Expand All @@ -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 */,
Expand All @@ -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 */,
Expand Down Expand Up @@ -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;
Expand Down
14 changes: 14 additions & 0 deletions Symbolic/Licenses/cocoalumberjack-license
Original file line number Diff line number Diff line change
@@ -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.
8 changes: 8 additions & 0 deletions Symbolic/Licenses/svgkit-license
Original file line number Diff line number Diff line change
@@ -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.
Loading

0 comments on commit aa28add

Please sign in to comment.